Andrew's Blog

Random Thoughts of an ASP.Net Code Monkey

NxtGenUG Podcasts - How To and DDD5

July 17, 2007 01:06 by Andrew Westgarth

Recently Richard Costall and Dave McMahon gave a presentation at Community Leaders Day - an event for Community Leaders at Microsoft TVP, UK - on the subject of Podcasting. Indeed they even recorded a Podcast, showed us how to publish it and edit it Live in the session. They have made the podcast available to all and if it's something you are interested in I recommend a listen - http://www.nxtgenug.net/Podcasts.aspx?PodcastID=35.

While at DDD5 Dave McMahon caught up with me for an interview on IIS7 and my experiences of starting to speak on the circuit at national and local events. This podcast also contains interviews with attendees, speakers and organisers of DDD5, excellent work once again - to listen to the DDD5 podcast use this link - http://www.nxtgenug.net/Podcasts.aspx?PodcastID=36 also why you're there why not check out their other podcasts

Developing Web Applications using Visual Studio 2005 and IIS7

June 21, 2007 10:39 by Andrew Westgarth

I got into work this morning and checked my feeds and noticed this post - Solution/Hotfix: Developing web applications using Visual Studio 2005 and IIS7 from the Web Development Tools Team.

A hotfix has been released for Visual Studio 2005 to aid F5 debugging with Visual Studio 2005 and it also enables debugging with Vista Home Versions! Check it out now!

FrontPage Server Extensions for IIS7

June 12, 2007 15:14 by Andrew Westgarth

A query I had at the VBUG Leeds meeting last Wednesday was on the subject of FrontPage Server Extensions(FPSE) for IIS7. There is a beta of these available currently and they will work with Windows Vista and Longhorn Server Beta 3 (or should that now be Windows Server 2008 Beta 3?). To download them use this link: http://www.iis.net/downloads/default.aspx?tabid=34&g=6&i=1460

For further information on the reason why FPSE were not included with Windows Vista and Longhorn Server Beta 3 see Robert McMurray's Blog where he has two detailed posts about the FPSE for IIS7:

Bill Staples also has the details on his Blog, which is another blog worth reading for information on IIS7
Categories: ASP.Net | Events | How To | IIS | VBUG
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Code Snippets

December 11, 2006 21:13 by Andrew Westgarth

I was talking to a colleague the other day and introduced him to Code Snippets. This is one of many features which are in Visual Studio 2005 and I'm sure that there are many other I don't know about but would find useful. My colleague was amazed at the simplicity but also the potential of this feature. I have developed my own snippets and they are very easy to do. To use code snippets, from within VS2005, go to Edit -> Intellisense -> Insert Snippet and this displays the snippet manager for you to select a snippet from. Snippets are great for removing the repetitiveness of entering the same structures many times, i.e. property constructs, if statements and try catch loops. Take a look at them and let me know what you think.

Also let me know your favourite tip/treat for Visual Studio 2005.

How To Add RSS Notification For Internet Explorer 7 to Your Website

November 30, 2006 01:52 by Andrew Westgarth

I have recently enabled a feature on my Blog which activates Internet Explorer 7's RSS Icon. This line of HTML:

<link rel='alternate' type='application/rss+xml' title='' href=''/>

alerts IE7 to the fact that this site has a RSS feed. I currently have this in my Master Page and therefore it is included on all pages in my Blog. You can put this line of code in multiple times in the of your page for each feed that you publish, remembering to give each a different title and href, either on individual pages or across your site as a whole. Users of IE7 can then use the feature to add my Blog RSS Feed to their IE RSS Feeds Syndicator.



MCTS

Post calendar

<<  April 2024  >>
MoTuWeThFrSaSu
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2024