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

Search In

Using a General utility method jQuery.contains().

jQuery.contains method is a general utility method that returns a boolean object if DOM element in the second argument is within the DOM element of the first argument. The syntax is as follows:- jQuery.contains( container , contained ). I am using

How to import mysql database using command line?

Sometimes when you have large databases files and you are unable to import the database manually. Then the easiest (and fastest) way is to use command line. Import:-- 1. Run the cmd (DOS) and get into the mysql folder, which in my case works like

SQL Select Statement

SQL query is used to retrieve selected row or column from the database based on the given condition . It is also used to retrieve data from a table in database . Syntax -> Select expression from table_Name where clause ; // Expression indicate

Android Parse.com Simple SignIn

Hi, Here I am writing simple way to login after creating user in parse. Tutorial for Sign Up ParseUser handles all sign in and sign up functionality. We login through logInInBackground() method of ParseUser. We need to pass username and password a

Recovering Drupal Admin Password from From database

If we forget administrator password in Drupal then it is very easy to recover it using Email or Drush. But situation get tougher when we don't have Drush and email notification enabled. In this way only database update query is the best way but you m

How to send SMS using PHP

Php offers you to make the integration of sms. We will discuss how to use php to send sms to any mobile number:- Before we starts you need to have some any sms pack from mobile data companies but if you don't have you can make one you from twilio.

SQL Top Statement

Using this SQL Top statement we can select the topmost( first element from top ) element from the table in database . We can also select one or more element from the top in a table . This clause tell how many rows is returned . Syntax -> selec

Retrieving Objects parse.com android

Hi, After saving object Saving Object parse.com Android Now I am writing here how to retrieve object using some key here using objectId. If you have objectId then it is very easy to retrieve object value. parseObject use ParseQuery to handle this.

SQL As statement

If we want to give temporarily name to a table then we can do easily with " as " statement . Sometime permanent name of table is very confusing so we need temporary name of table to make easy understanding . Syntax select old_col_name as new_col

SQL Delete Statement

Using Delete statement we can delete the record from a table in database . We can delete single or multiple row from a table in database . Syntax : delete from table_name where clause ; // where clause is optional Example : Table name : Employee

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