Entries from January 2007
January 29, 2007
There are some really good online storage websites out there, the 2 I really like are MediaMax and Box.net
MediaMax http://www.mediamax.com/
25 GB for FREE
Share files with friends without requiring them to register
Desktop application is average
Box.net http://www.box.net
Only 1 GB for free
Really cool gadget for sharing files and embedding into blogs […]
Posted in Uncategorized
No Comments »
January 16, 2007
[updated] this has changed, check the site for more info
I added an RSS feed to my new keyboard shortcuts website at http://www.kbshortcuts.com/ so you can get the latest shortcuts automatically. The RSS is at http://www.kbshortcuts.com/rss.ashx
TIP: You can also customize the feed, so if you wanted shortcuts for visual studio, you could subscribe to http://www.kbshortcuts.com/rss.ashx?c=visual […]
Posted in Uncategorized
No Comments »
January 11, 2007
I had this error come up on a few pages after I deployed my website and it was driving me crazy. After hours of debugging, it turns out to be a simple problem. The problem is that I had duplicate page/user control names which when deployed was causing a naming conflict. This […]
Posted in Uncategorized
No Comments »
January 5, 2007
I have been using .net since it has come out and I just found this out (so, I am kind of pissed). When I wanted to link to another url in my site e.g. <a href=”~/folder/file.aspx”>click here</a> it never worked because the <a> tag doesn’t understand the tilde (~). The way I used […]
Posted in Uncategorized
No Comments »