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

Search In

What is Ext JS

Hi All, Today we will discuss about one of the very powerful and widely use JavaScript framework Ext JS for building application with interactive design and cross platform compatibility using various techniques like Ajax, Dynamic HTML (DHTML) and

Session tracking in servlets by using HttpSession

HttpSession Interface It is one of the session tracking techniques. It basically creates a session for each user and is used to maintain the request data and time interval of a particular. A user may give more than one requests at a particular time

Reversing a string without using library function

In this c program we are reversing a string without using library function( Strrev). we are using a temporary variable store for reversing the string. #include<stdio.h> #include<string.h> int main() { char str[100], store ;

difference between HAS_ONE and BELONGS_TO association in rails?

Has_one and Belongs_to relationship sometime become confusing so the main difference can be explained with the help of example: 1>Has_one :- class Department < ActiveRecord::Base has_one: employee end this means that employee table has a for

Set the maximum date in UIDatePicker to Today

To set the maximum date of date picker in ios to today. for example , if we want to pick the date of birth of a user then the date is can not be greater then today date . So we can use following step to set the maximum date of datePicker step 1:-

Managing Data files

Hello Readers! As we all know a file is a collection of information which is stored on computer's disk and information can be saved to files and then later reused. But, what is the use of file handling why it is required?? Well, let's take an

Queue implementation using Array in java

Queue is a kind of Abstract data structure that holds items in same order. Queue follow FIFO mechanism for operations like insertion and deletion of items. Note : - One end is always used to insert data called enqueue. - Other end is always used t

Difference between jQuery text() method and jQuery html() method?

jQuery text()  Syntax: To return text content: $(selector).text() To set text content: $(selector).text(content) To set text content using a function: $(selector).text(function(index,currentcontent)) jQuery html()  Synta

Autoboxing and Unboxing

What is Boxing and Unboxing? There are various primitive data types in java such as byte, int, long. etc. We have wrapper classes corresponding to each of the data type in java.  Sometimes the values of primitive data types are needed but in t

Checking NULL values in SQL

While working with SQL you always face columns with NULL values. For avoiding that you can put a check on it. NULL value is something that is different from nothing and space ALTER proc [dbo].[sp_GetMailToEmployee] ( @EmployeeID int ) as begin

  • 204
1 382 949
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: