Archive of entries posted on April 2006

Where Google is taking us..!!!

I was just thinking where it all started for Google a few years back. They came up with a new search technology that can search and give results from websites found on the internet. I was so fascinated that just two students did this, since I myself was a student when Google was first launched. [...]

Is Internet Explorer fading away…?

I feel that internet explorer is fading away… I can see my blog statistics over past few months and percentage keep reducing . I personally hate Internet explorer and it too junky. I even tested the internet explorer 7 beta 2. But no use. I prefer my firefox with loaded extensions and developer tools. [...]

Dell inspiron 630m laptop…really cool

I bought a new Dell inspiron 630m laptop. It is powered with Intel centrino mobile 2.0GHZ technology. Ram 512MB. Hard disk 80 GB. DVD-Writer. It has 14.1 inch screen. The best thing I like in this laptop is its battery backup. When set to maximum battery mode, I can acheive around 3:45 to 4:00 hours easily. [...]

About my new job at Flip Media

Hi bloggy
I haven’t updated you for a really long time. Life is a little busy these days and am getting no time to relax. I have left Gowealthy for good and joined Flip Media in Dubai media city. I completed one month in the new company now. Life is really exciting..new people and cool atmosphere. [...]

Wordpress Smarty Plugin

I love smarty templates so much. We can write simple templates to complex templates very easy in smarty.
Simple Templates

{$username}
{if $username}
{$username}
{/if}

Complex Templates

{foreach from=$arr_pfacility item=pfacility_text key=pfacility_id}
< tr >
{assign var="id_selected" value=false}
{foreach from=$smarty.post.fp_pfacility item=sel_item}
{if $sel_item==$pfacility_id}
{assign var="id_selected" value=true}
{/if}
{/foreach}
< td width="10" >
{if $id_selected}
< input type="checkbox" name="fp_pfacility[]" value="{$pfacility_id}" checked >
{else}
< input type="checkbox" name="fp_pfacility[]" value="{$pfacility_id}" >
{/if}
< /td >
< td >{$pfacility_text.name}< /td >
< /tr [...]

Wordpress Plugin Organizer 1.0

Hi All
I finally managed to complete the Organizer which is compactable with wordpress 2.0.X
Changelog since last version.
- Fixed plugin to work with wordpress 2.0.x
- Complete rewrite and all files stays in plugin folder
- Plugin works with PHP 5
- Installation is simple
- Added directory functionality
- Added file upload functionality
- Added create, rename and delete directoy
- Added [...]