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

Search In

NSTimer in IPhone SDK

Here is the code for: calling a method after a time interval delay. we use the NSTimer to implement this. NSTimer *timer= [NSTimer scheduledTimerWithTimeInterval:3.0 target:self

onkeyup Event in Javascript

This function gets Executed when a user releases a key on the keyboard. A function is triggered when user releases the key and it transforms character to upper case. Example <p>This is the example of onkeyup event</p> Use

How to Rename Table Name in SQL Database

SQL rename statement is used to change the name of the table in database . Sometime we want to change our table name i.e we want to give some useful name of our table . SO by using this statement we can do the same . Syntax Rename oldTableName to N

How to connect server with terminal

If you are looking to connect server with your linux terminal. Please follow the below process: 1) You should have .pem file, username and IP address or URL of your server. 2) Open Terminal 3) Get to your folder under .pem file reside. Like I have m

MYSQL, PHP :- Query Concatenating Fields To Make Date And Running Between Query On It

Recently, I faced a problem when the date was saved in different fields month, year and date. I need to club all these fields together and run a between query on it. Another issue which was there was that Date has '0' contacted if the value is less

Gradient Mesh In Illustrator

Gradient Mesh in Illustrator Gradient Mesh, is an advance tool that allows us to create gradients in any shapes. The result in artwork as it has come right from the Photoshop. Every designer have his/her own way that how they apply gradient mesh on t

Hiding status bar in iOS 7

One of the changes in iOS 7 API's is hiding the status bar. Prior to iOS 7 we could hide status bar by using : [[UIApplication sharedApplication] setStatusBarHidden:YES]; But now there is a slight change. We need to add a row "View controller-bas

How to show ActivityIndicator before image load in iPhone

Show activity Indicator before image loads using SDWebImage SDK. UIView *myView; UIImageView *imgView; UIActivityIndicatorView *indicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleGray]; [indic

Arrays in C#

Array in C# works as it works in any other language except few differences. When we declare an array we must use a square bracket ([ ]) after the data type. int[ ] number Unlike c arrays, in c# size of array is not part of its type. This allows u

Call Stored Procedure In Hibernate

Call Stored Procedure In Hibernate: Here is the simple answer of question 'How to call stored procedure in Hibernate?'.A stored procedure is a declarative SQL statements stored inside the database. A stored procedure can be invoked by triggers, using

1 89 720
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: