How to make a product slideshow for your website's homepage using javascript
Make a nice product slideshow for your website to expose your featured products better, using javascript.
View ArticleMy favorite videos from youtube about linux
These are some of my favorites videos from youtube about linux.
View ArticleHow to optimize your website layout to ensure your content is the first one...
A small tutorial on how to structure your website layout, to order your page content according to its importance and display it in the standard way
View ArticleBest firefox extensions for developers
Turn firefox to a powerful web developer editor and debugger with these cool extensions
View ArticleHTML elements semantics
A small guide on how to use some html tags that are poorly understood and many times misused
View ArticleHow to center a page layout
Examples on how to center your page on all browsers including internet explorer
View ArticleHow to avoid some Internet explorer hacks and other unavoidable hacks
I will show you some simple internet explorer hacks and the best way to avoid them as much as possible
View ArticleTips on how to show a div above a page that has flash objects
Two small functions that hide and show all flash objects on the page, so that they do not interfere with divs that are above them
View ArticleHow to make a password strength meter for your register form
A small tutorial on how to build a password strength meter like the one on Google's new account form.
View ArticleWhy are php coding guidelines important
A small guide on how to write your own coding guidelines for php projects and why is important to respect them.
View ArticleGenerate xml sitemaps with php directly from the database of your site
A simple php solution that can automatically generate your website xml sitemap periodically from your database
View ArticleHow to solve common problems in fedora 8
A small guide on what to do after a fedora 8 installation
View ArticleA more fun php captcha for your forms, choose the cats from the dogs
Tired of those strange letters and numbers ? I know how frustrating is to try reading those distorted images. Don't stress your users in the same way, try something easier to keep out those bad spam...
View ArticleSimple chained combobox plugin for jQuery
Very simple chained selects plugin for jQuery with JSON processing and callback feature, chain multiple selects with ease.
View ArticleA php code beautifier that works
A tool to reformat your php code and make it more readable
View ArticleAre you still worried about sql injection ?
Some tips on how to get rid of sql injection forever.
View ArticleUnobtrusive jQuery autocomplete plugin with json key value support
A simple autocomplete plugin that transparently works with a key value json array (hash).
View Article