Monday, August 23, 2010

Installing any Linux Distribution on a Pen-drive (Flash Memory)

There are lots of articles about how to install a specific distribution of Linux on a pendrive. Some distributions has their own options in the installation wizard to do so. But there are still some barriers in different versions. Hence to install any version of any distribution I suggest you to use Universal USB Installer, or Linux Live USB Creator. I prefer Linux Live USB Creator, since it checks the ISO file and give you a better report about it.

Friday, July 16, 2010

Ajax Activity Indicator without GIF Animations



Do you need a non-image Ajax activity indicator?
Try ActivityIndicator class of Ajax Islands framework. Take a look at this tutorial.

Thursday, July 15, 2010

function functionOne() vs functionTwo = function()

Do you know the difference between these two syntax in Javascript:

function functionOne() {
  //function body
}

functionTwo = function() {
  // function body
}

var funcionTwo = function() {
  // function body 
}

Just check this thread. :)

Tuesday, June 22, 2010

jQuery In Action 2010


Do you need this fantastic book?
Download both editions (2008, 2010) here.

Monday, May 10, 2010

Google Transliteration (Persian)

Thanks Google :)
Last week Google has released Persian version of its Transliteration in Gmail.



They have also released their IME client in Persian too.


But still we can not download it from Iran. :(

Friday, April 30, 2010

Android Google Tasks

Can't you find tasks in Android Calendar application?
Just go to http://gmail.com/tasks through the browser. Very clean layout!
You can add it to your android desktop by bookmarking it.

Thursday, March 11, 2010

MyPasswords on soft82.com

Soft82 100% Clean Award For MyPasswords
MyPasswords has been tested by soft82.com team against viruses, spyware, adware, trojan, backdoors and was found to be 100% clean. Our editors will recheck this software periodically to assure that it remains clean.

Monday, March 1, 2010

Old days

“640K ought to be enough for anybody.” – Bill Gates, 1981

------------------------------------------------------------