Archive | November, 2009

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 [...]