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

Search In

SQL Order By Clause

With the help of SQL Order By statement we can sort our data in a table either in ascending order or descending order based upon the user, what he wants. Note -> Some Databases have already sort the data order by default . Syntax : select express

SQL Update Statement

SQL Update statement is used to modify the records in table in database . We can modify either by change data or deleting data or to update the existing data . We can modify the rows based on condition and condition come with where clause . Syntax :

Search product with category filter

Magento provide a quick search which search products globally inside site from any category but sometime we need to search the products of particular category. So below I am explaining the model we need to override and query which we need to modify t

How to save state of an activity in android?

If you need to save state of an activity then you have to @override onSaveInstanceState(Bundle savedInstanceState) method of activity and put some states values that you want change to the Bundle parameter as below: @Override public void onSaveIns

7 important plugins to use before starting a wordpress site

If you are going to start a website a blog or website in wordpress must install these plugins . 1-Akismet – This plugin comes inbuilt in wordpress. This plugin removes and secure your wordpress sites from spams comments. 2- BackUpWordPress – Th

SQL And & Or Operator

These operators are used where we want to get records based on more than one condition . And : From this operator we can get data if both the condition ( i.e first and second condition ) are true . Or : From this operator we can get data if either th

Javascript events in HTML

HTML events happen to HTML codes. When we add Javascript in HTML pages, Javascript then react to those HTML pages.HTML event does by the browser or a user. Some common HTML events are -->> Here is a list of some common HTML events: 1- onchang

How to Find Facebook Profile ID Number

Hello Guys, Facebook has provided us facility to custom profile URL but some time we need some Facebook ID number for any reason. So, Below are the step by step procedure /screenshots to get your fb profile ID number: Step 1: Open the Profile page.

How to display Full day of the week along with date month and year in windows 7?

It's very well said, sometimes easy thing are more strenuous to apply, this one is the same, ones I am trying to show the date format of on my system same like below screenshot- on goggling I found the below tutorial... Easy and helpful......

How to include a javascript file in another javascript file?

We can include one js file in another js by the following ways:- jQuery.getScript( url [, success ]) This function basically loads a javascript file using a GET HTTP request from the server and then execute it. <./p> Here is an example code

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