Beginners Ajax Tutorial

[ More ] July 12th, 2012 | No Comments | Posted in Php & MySql, Programming |

Beginners CSS Tutorial

Learn CSS (Cascading Style Sheets) With Me . This is an easy way to learn css step by step for the beginners to learn css CSS is an extension to basic HTML that allows you to style your web pages. Easy example to make the word bold: ldquo;-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”> [...]

[ More ] July 12th, 2012 | No Comments | Posted in Php & MySql, Programming |

How to Hide PHP Version in Site HTTP Headers

You must hide PHP version of your server in site headers for better site security. It is essential that you keep your PHP version updated on your server as newer versions help to fix security bugs, besides getting new features. I found that even after you turn off server signature to hide server details and your Apache [...]

[ More ] July 9th, 2012 | No Comments | Posted in Php & MySql, Programming |

Jquery Tutorial For The Beginners

Learn Jquery With Me : Create a Dirictory named as Easy Jquery Tutorial Download and keep jquery-1.4.2.js in your root directiory(In Easy Jquery Tutorial Folder) Open notepad and write the code and save as html:   Contents : 1) Display alert box on clicking link in Jquery 2) Click on the link to hide in Jquery [...]

[ More ] July 6th, 2012 | No Comments | Posted in Php & MySql, Programming |

Submit Form Using Java Script JavaScript Example

Form Submit Using Javascript : Form is submitted when the user press  submit button. Sometimes, we may require  to submit a  form  JavaScript programetically. JavaScript provides the form object that contains the submit() method. Use the ‘id’ of the form to get the form object. For example, if the name of your form is ‘myform’, [...]

[ More ] July 4th, 2012 | No Comments | Posted in Php & MySql, Programming |