Categories

 

February 2010
M T W T F S S
« Jan   Mar »
1234567
891011121314
15161718192021
22232425262728

What I'm Doing...

PlaytimePriya and KunalIMG00015.jpgIMG00017.jpgFallColors.jpgSpring

Chicken 65

Chicken 65 – Any Hyderabadi’s favorite dish! Well, I guess maybe after the hyderabadi Biryani   I dont want to start any holy wars here but today my post is about Chicken 65. A lot has been talked about this dish’s origin which can read on wikipedia. I believe Sanjay Thumma from vahrehvah.com got [...]

Share

Adraki Chicken

I have been thinking about cooking chicken a little differently than what I have normally been making lately. Lately I cook it with a south Indian flare as that is how my wife, me and my brother like it. You can find the recipe for the south indian spicy chicken curry here. The end result [...]

Share

xampp problem due to missing lang.tmp

I was trying to open the xampp home page today on my dev box and I got the following error -

Warning: file_get_contents(lang.tmp) [function.file-get-contents]: failed to open stream: No such file or directory in C:\xampp\htdocs\xampp\index.php on line 2

I initially thought I had corrupted my install, but just for the heck of it, I thought I would [...]

Share

comment multiple lines in vi

The comment symbol for Unix scripts is typically “#”. You can use the same concept for files for other programming languages. My vi commands below use the “#” symbol.
If you want to comment 5 lines in a file -

Go to the first line you want to comment
Make sure you are in the command mode. [...]

Share

How to change admin email address @boxXXX.bluehost.com to @mydomain.com on a bluehost hosted wordpress

I currently have hosting through bluehost.com. I was surprised to see all blog notification emails were coming from username@boxXXX.bluehost.com instead of the email address defined during setup. After a lot of searching online and trying out different things, I think this bug is due to a combination of my hosting company bluehost and wordpress. I [...]

Share

Disable auto-backup of iPhone/iPod in itunes in windows

If you have a lot of applications in your iphone, you know how long it can take to sync your iphone with itunes. It needs to first backup the iphone and then sync. It is more aggravating when you just want to put sync that one album or podcast for your train ride to work! [...]

Share

Awesome plugin to display code

I was writing a blog post on a myeclipse bug (is this really a bug?) and saw that the code I was trying to display on my blog was not rendering correctly. Part of the code got hidden and the formatting of the entire page looked really bad. I have seen websites which show code [...]

Share

I want to go to Ace Adventure Resort

I was watching the travel channel the other day and saw this adventure resort. This place looks sooo good. You can do whitewater rafting, paint ball, zip lining, ATV riding, horse back riding, mountain climing and a good obstacle course. Its the perfect place for some adventure and fun!! link

Share

PAX East is in Boston!!

Boston is finally getting a video game festival!! I am really psyched and would love to go!! Checkout their website http://www.paxsite.com/paxeast/index.php for more details.

Share

Problems with StrutsLoginDemo in myeclipse

Its been a while since I had done a struts project, so I thought I would re-acclimate myself by doing the myeclipse StrutsLoginDemo. I needed to do this with Struts 1.1 so I used the quick tutorial available here. The tutorial is a good one and finished it quickly.. the problem came when I tried deploying it [...]

Share