Last nite i found my blog down for several hours, i don’t know what happened and now it’s up again but unfortunately there are some comments lost (sorry). But it’s okay since i’, not losing the whole database
images taken from here

Some people ask me question about how to implement my last star rating in multiple star rating, and here is the answer on how to implement it.
1. Upgrade latest table
Since you’ll need to add ‘id’ on multiple record then we need to upgrade the existing table. Here is the full sql

CREATE TABLE IF NOT EXISTS [...]

Have you tried the new google search intrerface? here i put the screenshot
This interface isn’t officially launch, so you need do simple trick to view it.

Visit http://google.com
On your url address field type in this code

javascript:void(document.cookie="PREF=ID=20b6e4c2f44943bb:U=4bf292d46faad806:TM=1249677602:LM=1257919388:S=odm0Ys-53ZueXfZG;path=/; domain=.google.com");

Refresh your browser

I get this trick from gizmodo

This post is talking about how to generate image on the fly with codeigniter. This is the basic code and sure you can improve it as you far as you need, All we need is only 1 controller and 1 view
1. Controller
Create controller and named it “preview”, we also need function in it to call [...]

There are 3 ways (as far as i knows) to create round corner menu, by image and css, css property and javascript. And in this post we’ll try to create in that 3 different ways. Actually this is some old issue but maybe one of you will need it someday . So let’s start [...]

Redesign!

image

Finally i finished designing new theme for my sandbox . This design is based on my submission for a wp theme contest view months ago and with some modifications. I named it “Humble”
This theme comes with featured post feature that attached at the first page, dynamic thumbnail feature, and background image feature for post and [...]

See?