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

Search In

Save the other Object in array using for loop

NSMutableArray *mutArray=[[NSMutableArray alloc]init]; for(int i=0;i<=2;i++) { NSString *object=@"Hello"; [mutArray addObject:object]; } NSLog(@"Mutable Array==%@",mutArray); //if the object are in other arr

URL rewriting using .htaccess

Hi, I was trying to rewrite a URL in .htaccess file on particular range of id's from 40 to 900. But it is not working as it is supposed to be. Actually I want to redirect page if there is any Id from 40 to 190. But is also redirecting ids like 4, 41

How to add mouseleave, mouseenter and click event using jQuery

Hello, I want to change the image when entering and leaving mouse to it. But the image should stay there when clicked. I have an image attribute source that is replaced on mouse enter and mouse leave event. But image is also changing after clicki

Fetch the Contact Detail Using iPhone SDK

In iPhone application development it is required to fetch the contact detail that are saved in the contact list of iPhone. So here is the program that will help you to fetch the detail of the contact with name number and contact image, if the image

Basic Authorisation with back slash “\” in username using Objective C

I have to use basic authorisation in my https request. I am using the following code : NSString *authStr = [NSString stringWithFormat:@"%@:%@", @"p5\test", @"password"]; NSData *authData = [authStr dataUsingEncoding:NSUTF8StringEncoding]; NSString *

Difference between closest() and parents() function in JQuery

Hello all, Working with JQuery, many times we tries to search a particular parent element which may be a specific HTML tag (like div, para any other tag), and to do this, JQuery comes with some built-in function which allows us to find the parent el

SEVERE: Exception unloading sessions to persistent storage

While making changes in jsp pages in eclipse IDE, i was continously getiing error: java.io.FileNotFoundException:/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/_/SESSIONS.ser SEVERE: Exception unloading sessions to pers

Separate a column value into 2 column in MySQL table

Hello friends, I am here to share a issue which I faced once, That is I want to separate a columns values into 2 columns. So if you are also looking to separate a columns value into 2 columns, You can use following syntax- UPDATE your_table SET co

Custom Pagination With Bootstrap

Hi All, I recently required to created a custom pagination with the help of Bootstrap in my core PHP project. I thought that my code may help others also who wish to create the same. The reason why I am using Bootstrap is as it ease our work becaus

How to Install XAMPP server in Windows PC

Hi friends, In my previous blog, We learn How to Install XAMPP server in Ubuntu Via Commands, but according to the Dazeinfo more than 80% user was using Windows for their work and entertainment in year 2014. so we come up with a new tutorial on in

1 90 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: