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

Saturday, April 16, 2005 #

A useful feature I recently discovered in .TEXT is the Keywords feature. This feature can be found in the Options, Keywords part of the Administrator part of a .TEXT blog. This feature allows you to associate a word with a HTML anchor tag and have the keyword replaced with the anchor tag when your blog entry is posted. An example of this is the .TEXT word. When I typed this blog entry I typed the first sentence as:

A useful feature I recently discovered in .TEXT is the Keywords feature.

As I have registered .TEXT as a keyword with an associated URL http://scottwater.com/blog, title The blog of Scott Water. The creator of .TEXT and text .TEXT, the first sentence is actually posted in this blog entry as:
A useful feature I recently discovered in
<A title="The blog of Scott Water. The creator of .TEXT"
   href="http://scottwater.com/blog" 
   target="_blank">.TEXT>
</A>
is the <I><B>Keywords</B></I> feature.
I find this is a real time saver for common links I tend to use over and over again like vbCity and MVP ! You can also specify if you want the anchor link to open in a new window or if you want just the first or all occurrences of the keyword in the blog entry to be replaced by the associated anchor tag.

posted @ 2:15 PM

It is only in the last week that I have discovered this rather useful little HTML tag, <acronym>. An example of its use is in the HTML word. Assuming you have a proper browser that supports this tag, hover the cursor over the HTML word. You should see the words HyperText Markup Language appear. I do this by specifying the letters HTML as:

<Acronym title="HyperText Markup Language">HTML</Acronym>. 
I think its a brilliant idea as I've lost count of the number of times I am reading text on a web site and I look at a TLA and have no idea what it stands for. Let's hope this is a feature more web sites will start to use !

posted @ 1:37 PM

I am currently taking two Microsoft MVP Academy courses - VB.NET Intro & XML Intro and I thought I'd add an blog entry to explain what MVP Academy course are all about.

Firstly, the courses are only open to you if you are a MVP ! However, they are made available free of charge to MVPs :) They are run periodically - typically lasting 6 weeks (but there are also some shorter courses also being run) and cover a wide range of topics (all MS based). The idea is to allow MVPs to gain knowledge outside their normal MVP area of expertise. A tutor is assigned to each class, usually with a backup tutor to help out and cover for sickness etc. The classes are run via newsgroups and email. A CD is sent out to all attendees with the class material on, although some material is made available via a private FTP download. Note that all course work is covered by a NDA. A private newsgroup is opened up for each class and assignments are posted to the newsgroup. Some assignments are for open discussion and so replies are posted to the newsgroup - other assignments are private and answers are sent to the class tutor via email. Because the classes are on-line and participants are spread all over the world there is no set time to complete the assignments (other by the end of the course of course) but you need to do it within a few days to keep up with the discussions in the newsgroup and ensure you don't fall behind. The number of assignments per week varies from class to class. The assignments are generally to read through a particular module, answer some questions on the module and perform some labs or a group assignment based on what you have read.

This is a good example of one of the ways MS is helping to support its products. Despite the many people who knock MS (sometimes quite rightly) it should also be pointed out that MS can and do put something back into the community FOC. With the knowledge I am accumulating from these courses I can be of more help and benefit to the posters at vbCity.

I'll cover my experiences with both courses in later posts :)

posted @ 1:18 PM