
In this page we have discussed 10 more important string functions with syntax and examples. more... Updated on 12/05/2012.
In this document you will see how to use Twitter Bootstarp ScrollSpy Plugin to automatically update nav targets based on scroll position. more... Updated on 08/05/2012.

Another 10 PostgreSQL string functions have discussed with syntax and example in this page. more... Updated on 08/05/2012.

Want to create a Full Screen View of your image or video? W3c provides a Fullscreen API for that, and screenfull.js is a “Simple wrapper for cross-browser usage of the JavaScript Fullscreen API”. more... Updated on 05/05/2012.

The PostgreSQL string functions can be used for manipulating and examining various type of queries independently or within a table. more... Updated on 05/05/2012.

The PostgreSQL trigonometric functions accept the input values as radians and returns the corresponding values against this function. more... Updated on 02/05/2012.

A mathematical function operates on input values ( numeric ) which are provided as arguments, and return a numeric value as the output of that operation. Mathematical functions operates on numeric data. more... Updated on 01/05/2012.

PostgreSQL provided many Mathematical operators for common mathematical conventions. The bitwise operators can be used only with the integer data types. more... Updated on 28/04/2012.

Comparison operators, as their name, allows to compare two values. It Compares strings or numbers for relationships such as equality. more... Updated on 27/04/2012.

When you need to fetch data from two or more tables based on relationship between you need to use SQL JOIN. w3resource.com has a comprehensive SQL Tutorial and we have covered SQL JOIN in great detail. But we felt that creating a cheat sheet on SQL JOIN will be very useful for you. more... Updated on 17/04/2012.

Charts and graphs are often required to express data. There are plenty of tools available to create online graphs and charts. Here we have created a line chart using HighChart JavaScript Library. The chart shows browser usage of w3resource.com for the last financial year. more... Updated on 14/04/2012.

How many times you required a code to convert numbers into words? Here is a PHP code to do exactly that. more... Updated on 14/04/2012.

For client side form validation, using JavaScript is inevitable. But not any more. With HTML5, now you may validate your forms at client side without using any JavaScript. more... Updated on 13/04/2012.

gRaphaël (Raphaël graphics library) is a JavaScript library to create graphs and charts. The following example renders an animated pie chart showing browser usages. gRaphaël currently supports Chrome 14+, Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+. more... Updated on 10/04/2012.

datetime.min.js a JavaScript Library offers various ways to create Date Formats. The following example shows how to create a variety of JavaScript date formats in PHP style with date() function. more... Updated on 10/04/2012.

PHP offers various ways to create Unique ID number. Here is an example where we use uniqid() function to create unique ids. md5() and sha1() functions are also used with uniqid() to get more sophisticated ids. more... Updated on 09/04/2012.

PHP offers various ways to create Date Formats. Here is an example which shows how to create Date Formats with PHP date() Function. more... Updated on 09/04/2012.

The AND, OR, and NOT keywords are PostgreSQL's Boolean operators. These keywords are mostly used to join or invert conditions in a SQL statement, specifically in the WHERE clause and the HAVING clause. more... Updated on 27/03/2012.