Shandy's Blog

Where Andrew Sutton, aka Shandy rants and rambles on as the fancy takes him

This blog hosted by:
http://blogs.vbcity.com      
  Home :: Syndication  :: Login

My name is Andrew Sutton, aka Shandy.

I am currently living and working in the UK within the garment industry as an IT specialist. This blog contains mainly IT related issues.

I was a Microsoft VB MVP for a couple of years (Apr 2004-Mar 2006) and was a vbCityLeader between April 2003 and June 2007.

If you are looking for my Sri Lanka or Morocco experiences check out Shandy's Sri Lanka Blog or Shandy's Morocco Blog. My personal (Non IT) blog is now at Shandy's Place

MarApril 2005May
SMTWTFS
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

Articles

Archives

Topics

Image Galleries

.NET

Blogs I Read

Others

VB.Classic

Wednesday, April 13, 2005 #

I'm probably not reporting anything new to anyone who has spent more than a few minutes playing around with the .NET tab control but is really does suck :( It lacks so many features I'm not even going to bother listing them all now. However, it has given me an excuse to develop an extension library (that hopefully one day will make it into a full blown control) for the tab control.

The first issue I sorted out was enabling a tab to be made invisible. I have a fix but it needs some work doing to it before I'll post it. Hopefully I'll get this sorted within the next few days. Next on my list of features to sort out is providing a feature to grey out the tab text for disabled tabs. Currently if you disable a tab it just disables all the controls on the tab but not the tab itself.

I will try and come up with a list of features the tab control is missing and try and resolve them one by one in the extension component. Should be an interesting little project to get myself familiar with controls in VB.NET.

posted @ 6:21 PM

Well I have spent the last 24 hours designing a CSS for this blog. It's been a long time since I did any really involved HTML/CSS/Javascript work (probably 5 years or so) so it was hard going. I've emailed the CSS file off to Serge, so hopefully he will be able to post it up on the site for me fairly soon. The biggest issue I had was trying to use CSS to replace tables. This whole subject really appears to be akin to rocket science. I found the support on the web patchy at best. I know the latest recommendations at the W3C are not to use tables for layout unless the table makes sense when linearized but I think they need to do a bit of work on finding an easier alternative!

BTW, the next person who witters on about how marvellous the Firefox web browser is will get a piece of my mind. It is some way behind IE when it comes to rendering CSS. Admittedly IE needs some fixes to get around a few issues but the fixes are available. I still have an issue in Firefox I cannot resolve :(

posted @ 5:56 PM