recent articles

Kohana & FastCGI routing ...

If you’re developing on Kohana framework and your server is setup with Apache and FastCGI, you’ll run into some weird trouble regarding URL processing. This is happening because Kohana’s Router class is not looking at the REQUEST_URI...

Listing files in a directory w...

Listing the files in a directory in PHP is as simple as 1 line: $aList = scandir( '/tmp' ); print_r( $aList ); This will retrieve all the files in the specified directory (including “.” and “..”): Array ( ...

Why should we use PHP constant...

Why should we use PHP constants inside classes
constant A constant is an identifier (name) for a simple value. As the name suggests, that value cannot change during the execution of the script (except for magic constants, which aren’t actually constants). A constant is case-sensitive by...

CodeIgniter 1.6 + Rapyd librar...

CodeIgniter 1.6 + Rapyd library download
When I need to develop a fast-growing, flexible and complex management application that needs to be done in a very short time, I use a CodeIgniter - Rapyd “bundle” that I’ve built to work, which can be turned into a really complex...

CSS Menu Generator...

CSS Menu Generator
cssmenumaker.com has quite a few ready-made CSS menus that just need to be copy-pasted in your site. You can choose from drop-down menu, horizontal or vertical menu style and after that, you just copy-paste the code, or you can customize your menu. Menus...
popular articles
recent comments
  • Acne88: iPhone 3G is best phone ever released. it has great styling...
  • Martha: the iPhone 3G looks very cool and feature packed. i will be...
  • Lucian Daniliuc: @Mark, sorry about that, I've fixed it. You should redownloa...
  • Mark: Error message seems to be in Romanian. How do I switch to En...
  • Vagner santos: I found the link to download the samples. http://www.filame...
recent from Development Kohana & FastCGI routing problems
If you’re developing on Kohana framework and your server is setup with Apache and FastCGI, you’ll run into some weird trouble regarding URL processing. This is happening because Kohana’s Router class is not looking at the REQUEST_URI key in the $_SERVER global, and gets the PHP_SELF...
recent from Design CSS Menu Generator CSS Menu Generator
cssmenumaker.com has quite a few ready-made CSS menus that just need to be copy-pasted in your site. You can choose from drop-down menu, horizontal or vertical menu style and after that, you just copy-paste the code, or you can customize your menu. Menus are usually compatible with Firefox, Internet...
recent from Generic If Chuck Norris were a Java developer… If Chuck Norris were a Java developer…
Chuck Norris serializes objects straight into human skulls. Chuck Norris doesn’t deploy web applications, he roundhouse kicks them into the server. Chuck Norris always uses his own design patterns, and his favorite is the Roundhouse Kick. Chuck Norris could use anything in java.util.to kill you,...
recent from iPhone How to create iPhone themes hack that iphone tutorials website
I found a great website that teaches you how to make and use Winterboard themes. hackthatiphone.com This nice tutorial explains, step by step, how to: Create a basic theme Change the program icons Change the battery icons Change the carrier logos Change the wifi signal strength icons Change the cellular...