recent articles
Posted by Lucian Daniliuc on Oct 3rd, 2009
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...
Posted by Lucian Daniliuc on May 18th, 2009
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
(
...
Posted by Lucian Daniliuc on Apr 14th, 2009
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...
Posted by Lucian Daniliuc on Apr 14th, 2009
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...
Posted by Lucian Daniliuc on Apr 13th, 2009
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
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…
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
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...