November 2006 Blog Posts

All we are saying, is give peace a chance

I don’t like to do this, but I have to do it. I have to do it for the good of civilization… mmmmhhhhh… Maybe I just have to do it because it is the right thing to do. Because of the recent release of Vista and Zune I’ve been reading articles, opinions, watching videos, hearing people talk shit about Microsoft. About how Microsoft sucks, the products they release are not 100% bug free, how they always copy some one else’s idea, and how ridiculous they are. If you are one of those people then this is for you: CUT THE...

posted @ Wednesday, November 29, 2006 10:04 PM | Feedback (0)

Set Focus on a TextBox and Set a Default Button

ASP.Net 2.0 has a new feature (I learned about it today) and I must say it’s a pretty cool feature one that every web developer had to deal with since the very beginning. Now you can set initial focus on your form and also set a default button (for when pressing enter) by setting 2 attributes on your form tag: defaultbutton="Button1" defaultfocus="TextBox1"This will add JavaScript to set focus on TextBox1 and set the Button1 as the default button for when a user presses enter on the web form. This is very neat, but when using master pages you don't have...

posted @ Tuesday, November 28, 2006 11:55 PM | Feedback (14)