


How to remove character from a string?
Removing characters from a string is most common and frequent activities in PHP. For example, you have a long name, but your system does not allow to show more than 6 characters of your name. In this case, you need to keep only first 6 characters from the name. To solve this issue we use [...]
CSS Fixed Footer Support All Browser
Fixed footer can play important role of any website. We show our copyright text in footer and sometimes also show sponsor advertisement in footer section. If we make our footer fixed then visitors can see footer content while they scrolling page details. I've tested following snippet in all major web browsers including mobile browsers and [...]
Facebook like loading animation using css3
Yesterday I was working on animation task of a client project and client needs to add a loading icon like Facebook to his project. So, I decided to create a custom Facebook like loading animation using CSS3. For me, CSS3 seems quite easier and flexible then the JavaScript. Moreover, CSS3 effects looks natural and loaded [...]