Tagged: tech

If your modals are off, be sure to set width & height of container manaully:

$.modal({ containerCss { width:200, height:200 } });

Check here for more options: http://www.ericmmartin.com/projects/simplemodal/



So after almost 3 weeks of G1 use, I can say that battery life is not a problem on G1, at least for me. When I first got G1, I was using it constantly. But now that I am done playing with it and using it like I would use it, battery life is not so bad.

I still need to charge it every night unlike my last cell phone which can go on for a week with a single charge. But then again my last phone, well just a phone. With all the features that G1 provides, I think daily re-charge is a small price to pay for those. Another cool thing about is since G1 uses USB to charge, you never have to worry about about charger. My TomTom’s chatger works with G1. I have used PS3 at times to charge my phone at friend’s place. USB is just everywhere. Gotta love standards.

Since I am re-installing windows on my laptop, here is a list of apps that I run, just for my reference:

  • Firefox
  • Google Chrome
  • Quicken
  • Canon Camera Utilities
  • TortiseSVN
  • Aptana
  • WinSCP
  • Eclipse
  • Java
  • Limewire
  • gVim
  • Acrobat Reader
  • Picasa
  • .net Framework
  • Gimp

Wow thats a lot of apps to re-install.

I always used xcopy for my backing up my files. However, I always forget to backup my backup script. So after fresh install of Windows XP, I sat down to re-write my script. Then I figured that there got to be some open source simple command line backup script, somewhere. That’s when I found out this excellent vbs script for backing up in Windows.Its very easy to use and alter. Author has extensively documented it.

Go ahead try it.

Today in one of our meetings, senior leader said that technology should not be driving the business instead it should only come into play after business need is defined. At some level, I always knew technology is just a tool for a solution but not a solution. But I never really put that into practice. I guess thats why so many of my previous ventures failed cause every time I learn about something new, i want to go out and build a business around it. I wasn’t sure how I can build a business on Facebook but I just wanted to do it. Perhaps I just wanted to learn technology. I just bought G1, not because I wanted a new cool phone but because I wanted to write applications for it.

I guess now I need to find out what I really want to do, perhaps, it is not even related technology.

G1 is a great phone. The best feature about this phone is Android, an open source development platform. There are some really cool apps out there. And these apps make this phone so cool. I am still playing with various apps but so far following are my favorite:

  • Shazam, recognizes any recorded music and provide a  link to purchase it from Amazon.com
  • Compare Everything, let you scan UPC code of a product and then it finds the cheapest price online and locally. I know I will be using the a lot.
  • CallerID, pulls up white page information if you don’t have that number stored in your phone.
  • CardioTrainer, lets you keep log of your actual running route using GPS data.
  • Bartender, well you tell it what you got and it tells you what you can make.

I also like phone part. Its simple. Contacts are stored online, this way switching between different Android phones should be a breeze.

Camera is really bad, don’t expect to take even semi-good pics with this camera. Also there is about 3 second delay when you press shutter button and when actuall photo is taken.

Now the worst part, the battery life. I got this phone yesterday and I had to charge it 3 times in 24 hour period. Of course, its a brand new phone with a lot of features, so I am playing with it a lot more too. But it still seems ridiculous. Some online forums recommend shutting off everything and only using Edge network. I am not sure if that really a solution since the whole appeal of this phone was 24/7 connected life, at least for me.

Also I read somewhere, battery will take sometime before it get calibrated. Once battery is calibrated then it should last much longer. Well I will wait a week and see if there is any improvement.

3G network speed in Arlington TX is about 390 Kbit/second and Edge is about 80 Kbit/second.

Well I was going to return this phone because of its battery life issues but its other features are just too good. I think I will have to invest in car charger and hope that T-Mobile or Google will release an update to fix battery life.

Wow I love g1, so addicting. Shazaam is my fvourite app right now.

So easy to ping in .net…

using System.Net.NetworkInformation;

private string pingHost(String hostip)
{
Ping pingSender = new Ping();
PingReply reply = pingSender.Send(hostip);
String str;
if (reply.Status == IPStatus.Success)
{
str = “”. Host is up”";
str += “”, Address: “” + reply.Address.ToString();
str += “”, RoundTrip time: “” + reply.RoundtripTime + “” ms.”";
}
else
str = “”. Host is down.”";
return str;
}

G1 looks like a sweet phone. It got a lot of great features that will be useful for me. However, the greatest feature that interested me was Android platform. Android is an open source platform for programming cell phones. this means I can write my own application for G1.

I was alomst about to order it until I realized just like my so many coding projects, I probably will write Hello World application and then just get bored with it. I decided only way I will order G1 is if I actually write a decent app for it. i don’t need actual phone to program it. I can use emulators to program.

So I gonna wait for now.

Here is some updates: Users can add or update their reviews of stuff. Check it out here: http://chaosplay.com/facebook/Stuff/index.php

It’s still in development, so please excuse any bugs right now.

Thanks

» Continue Reading…