Category Archives: Web Development

Create a CSV file using PHP/MYSQL

Sep 16, 2013

As we know that CSV files are one of the most used way to back-up mysql database and tables. However it is very simple to..

Read more

Hide and Show a Div Using Javascript

Sep 16, 2013

Hi all here we going to see  how to create a hidden Div and display it with the click of a button. Actually there is..

Read more

HTML Marquee Tag & Attributes

Sep 11, 2013

The HTML marquee tag provides a way for browsers to creates a scrolling effect (can be tailored to include any HTML content) vertically or horizontally..

Read more

Tips to optimize MySQL Database

Sep 07, 2013

Hi all hope you all are enjoying the weekend today in this post we are going to see some tips to optimize MySQL Database the..

Read more

Switch Background Image using Backstretch.js

Sep 05, 2013

Backstretch.js is a simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element How to Switch Background..

Read more

Node and Attribute Values Modification Using PHP

Sep 04, 2013

Node and Attribute Values Modification Using PHP Sometimes you want to alter the value of a node or an attribute in an xml document. You..

Read more