|
|
Ever since I moved to MAC, I’m using MAMP for local development. I’s getting a annoying error message whenever I’d start MAMP in my machine something like ‘Unable to access Mysql for user root with password’. I decided to end this today. Here is the way to get rid of this.

Continue reading Access Denied error in MAMP mysqlcheck
I’m so obsessed with offline blogging tools. I just for some reason can’t use the browser based editors. I’ve been trying to find some blogging editors for exclusively for Mac. I thought I’d share my thoughts and experience about that. Probably it may help someone to find one. Let me start with the free one.
Continue reading Offline Blog Editors for Mac
Just thought would share it here. I just wanted to list of processes in unix in a single go. After trying some of the syntax I got it right. Here it is…
Source code ps -aux | grep -i "test" | awk ‘{print $2}’ | xargs kill -9
Bit of explanation below :
ps -aux [...]
Many times, we need to validate an email, the end user enters in our web data forms. If you business operations depend heavily on email (atleast as mine does), verifying & validating the customer data becomes a nightmare if you don’t validate the email input properly. Continue reading Email Validation in PHP
Cache by definition is transparent storage where results can be stored, so that the future requests can be served faster. With the amount of data handled ever growing, and the necessity for caching has become unavoidable in any decent size web application. In this series, I’d try to bring out various alternatives available in PHP for efficient caching.
Continue reading Implementing Output Caching in PHP – Solve Perfomance Issues
Couple of weeks back I reset my HTC hero to factory settings. When I restored the contacts & applications, I forgot to set up my phone to use mobile network (edge). It completely missed out of mind as I’s always in a wifi zone! Continue reading Configure Airtel GPRS / Edge in HTC Hero in India
Finally It’s arrived, the new UI for twitter. It’s more than 2 years looking into the same UI with no life other than the ever moving tweets on the screen. On Tuesday, the CEO unveiled the new user interface. Twitter claims the new UI to be more advanced and improved in terms of usability. It also believes, this move would bring in lot of traffic / visitors to twitter.com. Continue reading Twitter new UI – What is there..
I’s just struggling to get a good replacement for Word 2007 as my offline blog editor in Ubuntu. I googled and found several alternatives. Finally, I settled down with the Bleezer. I just thought let me write about the same here as the first post from Bleezer. Continue reading Offline Blog Editor for Ubuntu
www.mconvey.com is live now. You can send free sms to any Indian mobile numbers. No annoying ads. No registration required. The site is simple and quite straight forward. The only restriction that is in place is it asks you to register once you send 5 sms to a particular number on the same day. Continue reading www.mconvey.com is live….!
Again it’s been a long time…! Somehow I couldn’t manage to squeeze time to write… This weekend just surfing the net, I landed up in domain.com my favorite domain registrar. As usual I searched for all funny names. It’s been my practice or I’d say a way of killing time. Finally I searched for ‘itismyip’ I got it…! it again made me poorer by another 10 USD. I just wrote a small script to give the IP of the visitor to this site… Continue reading It is my IP.com….!
|
|