Zaki saved How to Style an Application Like Facebook, How to Integrate with Facebook Connect and Facebook Developer: JavaScript Client Library on Delicious

Zaki saved 30 Useful PHP Classes and Components, 10 great articles for optimizing MySQL queries and Code Refactoring Guidelines on Delicious

Zaki saved Flexigrid Implemented in CodeIgniter, 27 Must-Have Starter Kits For Web Designers | Graphics and Multi-site CodeIgniter Set-up on Delicious

Zaki saved Let's make the web faster on Delicious

Option Library for Codenitive on CodeIgniter

without comments

Some people might find WordPress’s get_option and update_option function helpful over filesystem based configuration where you don’t want user to frequently update the configuration files. Today let me show you how we can utilize the same functionality in CodeIgniter using Option Library.

Requirements & Basic Informations

Before we start, let lay out some fact about Option Library:

  • is based and developed on CodeIgniter 1.7.1, it might work with previous version but please do test it out first.
  • use CodeIgniter build-in Database Class without ActiveRecord so there no problem if you disabled it.
  • we cache the result on every pageview, Option Library query the table and cached it in an Array which mean Option Library doesn’t overhaul your database.

Read the rest of this entry »

Zaki saved 80+ Fresh New Textures for Creating Web Site Backgrounds, The Ultimate Wordpress 2.8 Optimization Guide and Readability on Delicious

Facebook Chat with Pidgin IM

without comments

Did you know you can add Facebook Chat protocol to Pidgin IM using a 3rd-party plugin made by Eion Robb (he also made Skype for Pidgin). Get it now from http://code.google.com/p/pidgin-facebookchat/.

This is a Facebook chat plugin for Pidgin and libpurple messengers. It connects to the new Facebook Chat IM service without the need for an API key. It was created by Eion Robb in May 2008 and has had major code additions by Casey Ho and Mark Doliner who joined the project at the end of 2008.

Zaki saved All the Small Icons You’ll Ever Need on Delicious

Zaki saved Category:WP-Cron Functions, The Truth about Freelance Web Development and Building Web Applications That Scale on Delicious

Install Apache2, MySQL5, PHP5 and PHPMyAdmin on Ubuntu

with 4 comments

This is a collection of guide how to install Apache Httpd Web Server complete with latest PHP (as Apache mod), MySQL for Ubuntu. As a bonus, I even through in an additional guide to install PHPMyAdmin. Please do note that most of this guide can be found elsewhere which is listed at the bottom of the guide. Read the rest of this entry »