JavaScript browser detection
In Playground,
Here is some very useful javascript for detecting the browser that is accessing a page: (more…)
In Playground,
Here is some very useful javascript for detecting the browser that is accessing a page: (more…)
In Playground,
Here is a simple PHP function that returns the exact age of a person given his/her birthdate: function age($month, $day, $year){ $y = gmstrftime("%Y"); $m = gmstrftime("%m"); $d = gmstrftime("%d");...
In Tutorials,
Ever wondered how to generate some cool gmail labels in css?...
In Tutorials,
Here is a very simple and cool registration form. A lot of times I was searching for some registration or login form that is easy to adapt. Here comes my contribution to the community. I hope you can use it!
The result looks like this:
In Tutorials,
This is an example of a very simple CSS + one tiny image chart....
In Tutorials,
Let's create a simple and clean box that shows the updates in a category (or anything you might like it to use for)....
In Articles,
Developing web applications for mobile phones sometimes brings the need to just create separate content for different devices.