Do I have 32 or 64 Bit Windows XP?

August 24, 2010 Windows

Tweet While installing a software when you are asked about 32/64 bit processor/operating system, you often get confused and you ask yourself, ‘do I have 32 bit processor/OS?’ or ‘do I have 64 bit processor/OS?’ A processor may be 32 bit or 64 bit. A 32 bit processor will have 32 bit operating system but [...]

2 comments Read the full article →

Which method shall you use between include() or include_once() and require() or require_once() ?

July 28, 2010 PHP Basic

In recent versions of PHP, the only difference between require() (or require_once()) and include() (or include_once()) is in the fact that, while the latter will only throw a warning and allow the script to continue its execution if the include file is not found, the former will throw an error and halt the script.

1 comment Read the full article →

‘break’ and ‘continue’ for jQuery loop

May 21, 2009 Javascript

Tweet jQuery functions like $.each( Object obj, Function fn ) or $().each() are not loop rather these are iterative functions. $().each() is used to iterate over a jQuery object and you can use $.each( Object obj, Function fn ) to iterate over anything (for example, an array). As they iterate over something we call them [...]

1 comment Read the full article →

Who is hacking your gmail account?

July 10, 2008 Gmail

Tweet Don’t forget to see the footer each time you see your gmail inbox! Read more.. Official Gmail Blog: Remote sign out and info to help you protect your Gmail account Tweet

0 comments Read the full article →

Is 3 tier architecture and MVC same?

December 20, 2007 Design Patterns

Tweet Today, Rishan (sommohon) ask me this question while chatting with him. I gave him the answer in one sentence but I myself was not satisfied with the answer. I thought I should write something about this in short. After a long period I am writing to my blog. As I am in vacation right [...]

1 comment Read the full article →

[Google Tips]: Use Gmail as a Hard Drive

May 3, 2007 Gmail

Tweet Gmail is providing you more than 2 GB space. So, why not to use this space? You can use Gmail as a network drive on your PC. Yes! It looks and feels just a regular hard drive. And it’s as simple to use as you might hope, if you are Windows user. Go to [...]

6 comments Read the full article →

Rickshawala

April 30, 2007 My Stories

Tweet I usually travel by bus while returning from office. There are two ways to return from my office to home. There is a direct bus service from Gulshan-2 to Mohammadpur. And another way is to take 27 no bus from Kakoli upto Asad gate then the rest to Mohammadpur by Rickshaw. My office is [...]

6 comments Read the full article →

SEO Tips

April 25, 2007 SEO and SEM

Tweet What *NOT* to do? Don’t submit multiple URLs to Google database for the same site. e.g. mysite.com and mysite.com/index.html are two different URLs. Don’t do cloaking. Cloaking is a way to keep two different pages. One is optimized for the search engine another is optimized for user. Doorway pages are another way of cloaking. [...]

0 comments Read the full article →

How to use MySQL Aggregate Function GROUP_CONCAT()

April 25, 2007 MySQL

Tweet Few days ago, I got a mail from one of my friend. The mail was asking a question like below:- Answer the following question within 10 sec and without the help of a calculator. If 1 = 5, 2 = 25, 3 = 625, 4 = 390625, then 5 = ? Answer is hidden [...]

1 comment Read the full article →