Today I was working in some SQLite3 tasks for one of our iPhone application. One of the problem I faced is that, I’ve to know the string data that contains a certain number of ‘ ‘ space. Suppose If I need to know the string data that has 2 space or may be 3 space then how can I do so.
The simplest thing I tried and that solved my problem by the following way:
if I one to search 1 space:
SELECT * FROM tbl_name where str_field LIKE '% %'
if I one to search 2 space:
SELECT * FROM tbl_name where str_field LIKE '% %% %'
if I one to search 3 space:
SELECT * FROM tbl_name where str_field LIKE '% %% %% %'

I have been using rackspace cloud storage as a CDN for my site for some months. Before moving to rackspace I first used Amazon S3 and my overall experience is amazon S3 is slower than rackspace. Some of my senior brothers also told me that, but I first didn’t believe them. But practically when I used s3 I found its not working faster. And then I moved to rackspace files and it loads really faster. That’s why I suggest my blog readers and clients to use rackspace cloud files.
Today I was working in actionscript 3 + php project. I was working in an array and I needed to remove duplicate entries from array. In php its very easy to remove duplicate entries.
Let me tell you a story about my experience regarding web hosting, cdn technology, domain registration company. In 2007 I first bought a shared hosting from a local (Bangladeshi) company named 



