Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Setting rails locals from Client Requests

Rails Internationalization : Setting locals from Client Requests Hi friends, in my previous blog, we looked into Setting the Locale from the URL Params. There are some more cases where we don't want to set the locales through URLs or domains. We wa

JavaScript objects

A javaScript object is an entity having state and behavior. For example: car, pen, bike, chair, glass, keyboard, monitor etc. Objects are real world entity. JavaScript is an object-based language. Everything is an object in JavaScript. There are 3

Using splice() to Remove Elements in Javascript

Basically splice() method is used to change the content of an array by removing existing element and add new elements . It contain three parameter start , deletecount and ItemN. start ->It is the position where to start the selection .And if you

SQL Table

SQL Table is used to store the data in terms of rows and column . It is the very simple form for data storage . Example -> **Student name** **Student Age** **Student Id** Mukesh 23 1 Ayu

How to insert, Update & remove data using JDatabase

Inserting data using JDatabase: JDatabaseQuery class includes methods such as insert(), columns() and values() to insert data. For example: // Get a db connection. $db = JFactory::getDbo(); // Create a new query object. $query = $db->getQuery(

Using var dataType in C#

What and why we need to use Var dataType? This is one simple question that many of us might not know. So here it is, illustrated with a simple example: When we declare any variable as int i = 0; this is an explicit conversion. But when we write var

Using Background Worker in C#

To use a background worker class in C# 1- Create an Instance of Background Class BackgroundWorker bgw=new BackgroundWorker(); 2- Create an event handler for the background worker's DoWork event private void backgroundWorker_DoWork(object s

Working with Silhouette

Game design: Working with silhouettes: While making the character concept art more often we ignores the very basic principles for character designing called silhouette. Silhouette is an single coloured image of an person painted in black or some o

getting contact information from contact list in Android

We can get a contact information for any contact from contact list of an Android Device easily. For this follow the steps below: Write the permission to read Contact's data into your AndroidManifest.xml <uses-permission android:name="android.pe

Test Data Preparation Guidelines

In the First Stage 1.One dedicated resource should be allotted for preparing the test data. 2.The dedicated resource should understand the system as a whole. 3.Identification of total no. of Database tables. 4.Listing of Master tables. 5.Learning a

1 49 156
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: