Tag Archives: css

PHP Object cloning using clone keyword and

Feb 17, 2014

Object cloning or clone of an object means to create a duplicate of an object. With regular variables $var1 = $var2 means that a new..

Read more

How to ensure privacy in the age

Feb 08, 2014

HTML5, the latest version of the language of the Web, was designed with Web applications in mind. It contains a slew of new application programming..

Read more

Cross-Site Scripting Attacks (XSS)

Jan 23, 2014

Cross-Site Scripting (XSS) is a type of security hole where a hacker attempts to inject client-side scripting into a web page that others are able..

Read more

Working with CSS max-width Property

Dec 18, 2013

The max-width sets the maximum content width of a block which does not include padding, borders or margins. An element to which max-width applied will..

Read more

WordPress 3.8 “Parker”

Dec 14, 2013

The team at WordPress has just released the second update in their new plugin-first development process. WordPress 3.8, in keeping with the jazz musician theme,..

Read more

A Quick view on PHP magic methods

Nov 26, 2013

Let’s have a quick view on magic methods, as sometimes it looks like it will hard to use these function but reality is these are..

Read more