Fuel is a simple, flexible, community driven PHP 5.3 web framework based on the best ideas of other frameworks with a fresh start.
Free jQuery Offline Learning Kit
Addy Osmani released a Free jQuery Offline Learning Kit to help people to learn jQuery 1.4.3. The pack includes printable reference sheets so that whenever you’re wondering what selector or method might be best to use, you’ll have access to material that can assist with that.
Health Check for WordPress 3.2
It’s for sure that WordPress will no longer support PHP 4 and MySQL 4, WordPress 3.1 is the last version that support PHP 4. It requires PHP 5.2 since WordPress 3.2.
That means some hosting on which your WordPress is running now, may not be able to upgrade to WordPress 3.2. Thus WordPress releases an official plugin Health Check to help you to find out if you host is capable for WordPress 3.2.
PrestaShop: Open Source E-commerce Software
PrestaShop is a free open-source PHP and MySQL based e-commerse software. It was built to take advantage of essential Web 2.0 innovations such as dynamic AJAX-powered features and next-generation ergonomy. PrestaShop guides users through your product catalog intelligently and effortlessly, turning intrigued visitors into paying customers.
PHP.js Brings PHP Functions to JavaScript
php.js is an open source project that brings high-level PHP functions to low-level JavaScript platforms such as web browsers, browser extensions ( Mozilla/Firefox, Chrome ), AIR, and SSJS engines like V8 ( node.js,v8cgi ), Rhino, and SpiderMonkey ( CouchDB ).
FUEL CMS: CMS Based on CodeIgniter PHP Framework
FUEL CMS is a modular-based hybrid of a framework and a content management system. It’s developed on the popular CodeIgniter PHP web framework and allows you to create your models, views and controllers like normal and only use the CMS part when and if you need it.
Redirect Users According to Browser Language
I started a new blog Gearor.com, which is a gadgets and tech blog. I also set up a Chinese version using sub domain cn.Gearor.com. So I tried to do one thing, if visitors come with a Chinese browser, the website will automatically redirect them to the Chinese page. At the first time, I simply check [...]
Say Hello to Kohana 3
Kohana 3 has been released for a while. This is a redesign version of Kohana. Kohana 3 and 2 will both be in active, if you are new to Kohana, I suggest you to start with Kohana 3. The most important difference between these two version is that Kohana 3 uses a new design pattern [...]
Addslashes or Mysql_real_escape_string to use to Avoid SQL Injection
I was reading some articles about avoiding SQL injection. People used to use addslashes() function, and later more and more programmers are using mysql_real_escape_string(). What’s the difference between these two functions? Alan Storm from StackOverFlow gives a description which is the best as I know: PHP’s mysql_real_escape_string function will, more or less, ask mysql what [...]
An OOP Way to Work with MySQL Database in PHP
This is my learning note of PHP and OOP(Object Oriented Programming) from Brian Muse’s tutorial, if you are new to OOP, you may find something helpful in this post. If you are a professional, I would appreciate it if you can give me some further advices or refer me for further tutorials. Create a Demo [...]










