Welcome to Jonathan Parker's Blog Sign in | Join | Help

September 2006 - Posts

Some of you will already know this but I've now finished Uni and have started work doing .NET development. Currently I'm maintaining a ASP.NET 1.1 application but will soon be rewriting it in .NET 3.0. It's an exciting time and I've already got stuck Read More...
I've been trying out Live Mail Beta and also Yahoo! Mail Beta and I'm just awed the amazing UI. I think I like Yahoo! better. Check out the number of items in the context menu! Yahoo! Drag N Drop a Blog Post into a folder: Yahoo! right click context menu: Read More...
As I've got more and more into Generics I've started to realise how powerful they are. For example. Converting strings in a textbox to other types is always annoying. So what I thought of was having a generic Text property on the TextBox control. However Read More...
Here's a tip if you are trying to format a databound field in a GridView, FormsView or DetailsView: You need to turn OFF HtmlEncode if you want to use the DataFormatString attribute of the BoundField tag. Otherwise you'll get some unexpected results. Read More...
We're using Subversion at work and so I thought I'd give it a try at home too. Turns out it's not that hard to install if you follow this great post by Joe White: http://excastle.com/blog/archive/2005/05/31/1048.aspx Now back to the real coding! Read More...