Moving Background with CSS
Sometimes you can think it’s impossible to create moving background only using CSS. But with a little touch of JavaScript can makes it happen. Here is an example where background is stunningly moving. HTML: <div id=”background”><a href=”/” id=”Logo”></a> <div...
Create PHP Classes With Dynamic Functions
It is possible to generate PHP classes with dynamic functions. You can generate all the class attributes from the constructor and still able to access them after class is instantiated. When dealing with classes that have a large number of attributes select all columns in database and create class properties...