|
|
| PHP Tutorials |
|
| 1) Reguler Expressions in PHP: This tutorial covers basic usage of Regular Expressions in PHP. Also it covers email validation and few other common solutions using Reguler Expressions. |
|
| 2) Basic File Handling in PHP :- Learn using files as a substitute to RDBMS for data storage purpose. |
| 3) Sending mails through PHP :- Detailed tutorial on how to send mails using PHP. Covers HTML mail, Subject, From, CC, BCC ect. |
| 4)Creating PDF files using PHP :- This tutorial explains the basics of creating PDF files using PHP. |
|
|
|
|
| 8) Header already sent error :- Learn how to avoid "Header already sent" error and some other common use of Header() function. |
| 9) How to use sessions in PHP :- Learn how and why use session variables in PHP. |
| 10)Basics of cURL:- Learn the basics of how to use cURL in PHP, how to check if a site really exist or not using code, How to open up a site using code. |
| 11)How to get informations about the visitors of your website :- Using php you can get the various statistics about the visitors of your web site like no .of hits of a particuler page, I.P> addresses of the visitor etc. |
12)Connecting access / odbc database using PHP:- Connect Access database from PHP. |
| 13)Use Javascript alertbox in php:- Tutorial on you how to display the values of php variables in an alertbox/message box .Extremely usefull php debugging technique |
| 14) How to solve " failed to open stream: Permission denied in.." error for IIS :- Tutorial on how to Avoid the "failed to open stream: Permission denied" error in IIS while installing a php script or running your own script. Steps for setting write permission to the files folders in IIS . |
| |
| Javascript Tutorials |
| 1) Javascript Basics Part-1 :- Learn the very basic syntax of JavaScript. |
| 2) Javascript Basics Part-2 (Loops ) :- Learn how to use loops in JavaScript. |
| 3)Javascript Basics Part-3 (Input and Output) :- Learn the Input/Output functions of JavaScript. |
| 4)Javascript Basics Part-4 (If-else) :- Learn the If-Else statements in JavaScript. |
| 5)Javascript Basics Part-5 (Function) :- Learn how to create your own functions in JavaScript. |
| 6)Javascript Basics Part-6 (Arrays) :- Learn Everything abput Javascript Array . |
| 7)Javascript Basics Part-7 (Date/Time) :- Learn how to Display date and Time in JavaScript. |
| 8) Creating a very Basic Calculator 1 :- Learn creating the simplest Javascript Calculator. |
| 9) JavaScript form validation :- Validate the data entered by the user using javascript. |
| 10) Events in JavaScript :- Code example of how to use the basic events like onClick, onMouseOut in javaScript. |
| 11)JavaScript tricks 1: Hide/display checkboxes in JavaScript : - How to hide or display checkboxes if the user press another checkbox. |
| 12)Javascript Tricks -2 : How to change text color when user puts the mouse on it : How to hightlight a paragraph when the user moves his mouse on it . |
| 13)Display a JavaScript clock on your page: How to live clock on your web page , which keeps on ticking continously. |
| 14)How to change the options of a dropdown list dynamically: If you have two dropdown List (combo box) and need to dynamically change the contents of the second combo box , depending on the option selected by the user in the first combo box, then tis tutorial is for you. |
| 15)How to create new inputs and tables dynamically using javascript: With this javascript tutorial you can create any number of input controls dynamically on your page. |
| |
|
|
|