When Your Windows Live Messenger Doesn’t Save User Name and Password In XP

I kept having this issue with my piece of crap Windows Live Messenger I am using at work. I hope it works for everybody who has the same problem.

Alternating Row Background Color For Multiple Tables With jQuery, In One Line

This solution is a work around for the special situation of having more than one table on the same web page. Very easy to implement, we just need to assign a class to each table we want to zebra strip.

One Of The Funniest Moments In Cinema (The Big Lebowski-The Jesus)

You gotta love John Turturro and John Goodman in this one.

How To Trigger “onclick” For A ASP.NET Controll On The Client Side

<% =Me.Page.ClientScript.GetPostBackEventReference(btnSignOut, "") %>

Getting the ID for the last inserted item with ASP.NET and VB

I know it’s recommended to use stored procedures but sometimes you need a short one for domestic use, an one-liner

Solution for 500 Internal Server Error – Wordpress And Shared Hosting

I personally like 1and1’s control panel and actually this is almost the only problem I have with them.
But it looks that they got a bit greedy with their resources and would offer you by default just a bit of memory to use.

ASP.NET VB: Detect The DropDownList Control In GridView That Triggered “OnSelectedIndexChanged”

We’ll identity the exact control firing the event in a GridView that will render a series of DropDownList controls upon DataBind()

ASP.NET VB Server-Side SSN Validation Using Regular Expressions

Useful in conjunction with the ASP.NET UpdatePanel control for Ajax .

ASP VB.NET Format Phone Number For Masked Input

In order to be able to display phone numbers in text fields you need to provide e well formatted string.

jQuery Modal Facebox With Center On Page Capabilities

A Small Upgrade for The jQuery Facebox Plugin