Tag Archives: How to

What is the HTML DOM(Document Object Model)?

Nov 12, 2013

The HTML DOM views an HTML document as a tree-structure. The tree structure that is defined known as a node-tree.All nodes can be accessed through..

Read more

What is the difference between split() and

Nov 04, 2013

Hi all today the thing we going to see in the post is the difference between split() and explode()? a large string. The split() function..

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

Cropping, rotating, scaling image sizes, and flipping

Sep 11, 2013

Cropping, rotating, scaling image sizes, and flipping the images vertically or horizontally in WordPress   Generally we have lot of images in our website and..

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