|
Code Assembly - Simplicity is prerequisite for reliability Sat, 17 May 2008 00:00:00 +0200 Some tips on how to get rid of sql injection forever.
Sun, 11 May 2008 00:00:00 +0200 A tool to reformat your php code and make it more readable
Sun, 03 Feb 2008 00:00:00 +0100 Very simple chained selects plugin for jQuery with JSON processing and callback feature, chain multiple selects with ease.
Wed, 14 Nov 2007 00:00:00 +0100 Tired of those strange letters and numbers captcha ? 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 robots. Try the cat dog captcha.
Tue, 13 Nov 2007 00:00:00 +0100 A small guide on what to do after a fedora 8 installation
Mon, 12 Nov 2007 00:00:00 +0100 A simple php solution that can automatically generate your website xml sitemap periodically from your database
Thu, 08 Nov 2007 00:00:00 +0100 Looks nice, is a bit faster but the old bugs are still here
Thu, 08 Nov 2007 00:00:00 +0100 A php class that makes sure your php input is clean
Fri, 02 Nov 2007 00:00:00 +0100 A small guide on how to write your own coding guidelines for php projects and why is important to respect them.
Fri, 02 Nov 2007 00:00:00 +0100 A small tutorial on how to build a password strength meter like the one on Google's new account form.
Tue, 16 Oct 2007 00:00:00 +0200 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
Sun, 14 Oct 2007 00:00:00 +0200 I will show you some simple internet explorer hacks and the best way to avoid them as much as possible
Fri, 12 Oct 2007 00:00:00 +0200 Examples on how to center your page on all browsers including internet explorer
Thu, 11 Oct 2007 00:00:00 +0200 A small guide on how to use some html tags that are poorly understood and many times misused
Tue, 09 Oct 2007 00:00:00 +0200 Turn firefox to a powerful web developer editor and debugger with these cool extensions
Tue, 09 Oct 2007 00:00:00 +0200 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
Sat, 06 Oct 2007 00:00:00 +0200 These are some of my favorites videos from youtube about linux.
Fri, 05 Oct 2007 00:00:00 +0200 Make a nice product slideshow for your website to expose your featured products better, using javascript.
Mon, 01 Oct 2007 00:00:00 +0200 Add chained selects to your page without writing javascript code. Just add your html, call some methods and let the php class handle everything else
Sun, 30 Sep 2007 00:00:00 +0200 Validate your forms with javascript to make it easier for the user and reduce server load. The php class generates the javascript automatically and it also has a fallback to php validation if javascript is not available. It works with both php4 and php5.
Sun, 30 Sep 2007 00:00:00 +0200 Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.
Sat, 29 Sep 2007 00:00:00 +0200 Build a simple infinite depth category system for your site, subcategories expand using javascript without refreshing the page.
Thu, 27 Sep 2007 00:00:00 +0200 Because there is a learning curve, because most php template classes have their own tags or even their own language like smarty and because they are very slow.
Thu, 27 Sep 2007 00:00:00 +0200 A guide on how to modify wxActivex to compile with wxwidgets 2.8
Fri, 21 Sep 2007 00:00:00 +0200 Solution for "configure: error: wrong mysql library version or lib not found"
"/usr/bin/ld: cannot find -lmysqlclient_r" php compile error.
Fri, 21 Sep 2007 00:00:00 +0200 I will show you how to upgrade your apache to the latest version without downtime, and also some tips to get out the best performance from your apache.
Fri, 21 Sep 2007 00:00:00 +0200 This patch will solve ./configure error "/usr/lib/libexpat.so: could not read symbols: File in wrong format" that you encounter when you want to compile apache on 64 bit linux
Wed, 19 Sep 2007 00:00:00 +0200 A new version of apache web server is out, it took a long since the release of 2.2.4, and there was no 2.2.5 version
Mon, 17 Sep 2007 00:00:00 +0200 This simple class is useful to benchmark different parts of your php code.
Sun, 16 Sep 2007 00:00:00 +0200 Many people ask this question. The answer is very simple, it depends on the context.
Wed, 12 Sep 2007 00:00:00 +0200 I have been using it for a while and I really like it, it has great performance and comes with a php extension that speeds up things by 100% percent.
Wed, 12 Sep 2007 00:00:00 +0200 Tue, 11 Sep 2007 00:00:00 +0200 A different approach to page caching, cache only one portion of your page using a simple php class.
Tue, 11 Sep 2007 00:00:00 +0200 Implementing basic searching for your website using mysql's full text search, and also some tips on how to refine your searches using fulltext boolean search.
Sun, 09 Sep 2007 00:00:00 +0200 How to implement Mysql FULL TEXT search on a big website, with million of rows and multiple tables.
In case you didn't know, you can't use FULL TEXT when joining two tables, and in most of the cases you have multipe tables to search(normalization)
. Here is how you can implement your search, I will show this on a real world example.
Tue, 11 Sep 2007 00:00:00 +0200 Who am I ?
Sat, 08 Sep 2007 00:00:00 +0200 void main() { prinf("Hello World"); return 0;}
Sat, 13 Jan 2007 00:00:00 +0100 Projects that I created or I'm involved in
|