<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Matt Watson</title>
        <link>http://geekswithblogs.net/mwatson/Default.aspx</link>
        <description />
        <language>en-US</language>
        <copyright>Matt Watson</copyright>
        <managingEditor>spo81rty@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Matt Watson</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/mwatson/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Silverlight is Lighting Up March Madness and 2009</title>
            <link>http://geekswithblogs.net/mwatson/archive/2009/03/01/129766.aspx</link>
            <description>Silverlight has been released for over a year now. This March it will be powering the NCAA March Madness! All of the games will be available online in streaming video.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://mmod.ncaa.com/"&gt;http://mmod.ncaa.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For those of you who don't know what Silverlight is, it is a technology similar to Flash and Java that allows running software applications in your internet browser. The ability to do amazing things that can't be done with HTML. Silverlight is the future of web application development.&lt;br /&gt;
&lt;br /&gt;
It is estimated that about 25-30% of all Internet users now has Silverlight installed on their computers. This is largely thanks to the 2008 Olympics which used Silverlight for streaming video of all the events online. This percentage still has a long ways to go to reach critical mass, but it is growing quickly. March Madness will draw millions of users and help drive the install base of Silverlight. Silverlight is now also bundled in to Windows Live and a suggested windows update to all windows users. Silverlight also powers Netflix online streaming, Blockbuster online streaming, HSN.com, CBS College Sports, and many other common sites. You can also bet it will be bundled in to the install of IE8 and Windows 7 coming up later this year. 2009 will be a huge year for Silverlight, including the release of Silverlight 3.0.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.vinsolutions.com/"&gt;VinSolutions&lt;/a&gt; has been enhancing and updating our software to use Silverlight over the last year. Silverlight has helped us provide much more powerful solutions to our customers that would not be possible normally. Including new desking and ad hoc reporting systems. We are proud to be on the bleeding edge and leveraging the latest and greatest technologies to provide industry leading solutions.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129766"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129766" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/129766.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt Watson</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2009/03/01/129766.aspx</guid>
            <pubDate>Mon, 02 Mar 2009 02:58:30 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/129766.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2009/03/01/129766.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/129766.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/129766.aspx</trackback:ping>
        </item>
        <item>
            <title>Silverlight WCF Service Reference Usage Simplified</title>
            <link>http://geekswithblogs.net/mwatson/archive/2009/02/24/129655.aspx</link>
            <description>One of the biggest problems with using a WCF service in Silverlight is resolving the service itself in the correct place at all times. When moving code from your dev machine to staging and to production you may run in to issues. Using SSL and not using SSL can also be issues. So we came up with this simple solution to a complex problem. &lt;br /&gt;
&lt;br /&gt;
Credit goes to &lt;a href="javascript:void(0);/*1235702817511*/"&gt;Jeff Wolfer&lt;/a&gt; on our team for creating this.&lt;br /&gt;
&lt;br /&gt;
Here is how the solution is actually used. It uses generics:&lt;br /&gt;
        private SLGlobalCustomer.SLGlobalCustomerClient client = SilverlightBaseLibrary.SLLocation.GetClient&amp;lt;SLGlobalCustomer.SLGlobalCustomerClient&amp;gt;("SLCustomer.svc");&lt;br /&gt;
&lt;br /&gt;
            client.SaveCustomersCompleted += new EventHandler&amp;lt;GlobalCustomerEdit.SLGlobalCustomer.SaveCustomersCompletedEventArgs&amp;gt;(client_SaveCustomersCompleted);&lt;br /&gt;
            client.LoadCustomersCompleted += new EventHandler&amp;lt;GlobalCustomerEdit.SLGlobalCustomer.LoadCustomersCompletedEventArgs&amp;gt;(client_LoadCustomersCompleted);&lt;br /&gt;
            client.LoadCustomersAsync(AutoLeadID);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
using System;&lt;br /&gt;
using System.Net;&lt;br /&gt;
using System.Windows;&lt;br /&gt;
using System.Windows.Controls;&lt;br /&gt;
using System.Windows.Documents;&lt;br /&gt;
using System.Windows.Ink;&lt;br /&gt;
using System.Windows.Input;&lt;br /&gt;
using System.Windows.Media;&lt;br /&gt;
using System.Windows.Media.Animation;&lt;br /&gt;
using System.Windows.Shapes;&lt;br /&gt;
using System.ServiceModel;&lt;br /&gt;
&lt;br /&gt;
namespace SilverlightBaseLibrary&lt;br /&gt;
{&lt;br /&gt;
    public static class SLLocation&lt;br /&gt;
    {&lt;br /&gt;
        public static Uri SilverlightLocation&lt;br /&gt;
        {&lt;br /&gt;
            get&lt;br /&gt;
            {&lt;br /&gt;
                return System.Windows.Application.Current.Host.Source;&lt;br /&gt;
            }&lt;br /&gt;
&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        public static Uri RootURL&lt;br /&gt;
        {&lt;br /&gt;
            get&lt;br /&gt;
            {&lt;br /&gt;
                return new Uri(SilverlightLocation, @"../");&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        public static Uri ServiceURL&lt;br /&gt;
        {&lt;br /&gt;
            get&lt;br /&gt;
            {&lt;br /&gt;
                return new Uri(RootURL, "Services/");&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
        public  static BasicHttpBinding WCFHttpBinding(long? MaxReceivedMessageSize)&lt;br /&gt;
        {&lt;br /&gt;
                BasicHttpBinding ret = new BasicHttpBinding();&lt;br /&gt;
&lt;br /&gt;
                //had to wrap this in a try catch because Expression Blend would throw a fit over this at design time if &lt;br /&gt;
                //referencing GetClient in the constructor (not in a method basically)&lt;br /&gt;
                try&lt;br /&gt;
                {&lt;br /&gt;
                    if (System.Windows.Browser.HtmlPage.Document.DocumentUri.Scheme.ToLower() == "https")&lt;br /&gt;
                    {&lt;br /&gt;
                        ret.Security.Mode = BasicHttpSecurityMode.Transport;&lt;br /&gt;
                    }&lt;br /&gt;
                    else&lt;br /&gt;
                    {&lt;br /&gt;
                        ret.Security.Mode = BasicHttpSecurityMode.None;&lt;br /&gt;
                    }&lt;br /&gt;
                    ret.MaxReceivedMessageSize = MaxReceivedMessageSize ?? 65536;//65536 is default&lt;br /&gt;
                }&lt;br /&gt;
                catch { }&lt;br /&gt;
                return ret;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        private static System.ServiceModel.EndpointAddress GetEndpoint(string serviceName)&lt;br /&gt;
        {&lt;br /&gt;
            Uri uri = new Uri(SLLocation.ServiceURL + serviceName);&lt;br /&gt;
            return new System.ServiceModel.EndpointAddress(uri.ToString());&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        public static T GetClient&amp;lt;T&amp;gt;(string serviceName) where T : class&lt;br /&gt;
        {&lt;br /&gt;
            return GetClient&amp;lt;T&amp;gt;(serviceName, null);&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        public static T GetClient&amp;lt;T&amp;gt;(string serviceName, long? MaxReceivedMessageSize) where T : class&lt;br /&gt;
        {&lt;br /&gt;
            object[] p = new object[] { WCFHttpBinding(MaxReceivedMessageSize), GetEndpoint(serviceName) };&lt;br /&gt;
            return System.Activator.CreateInstance(typeof(T), p) as T;&lt;br /&gt;
&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Matt Watson&lt;br /&gt;
&lt;a href="javascript:void(0);/*1235702905092*/"&gt;VinSolutions&lt;/a&gt;&lt;br /&gt;
&lt;a href="javascript:void(0);/*1235702894792*/"&gt;Automotive CRM Software&lt;/a&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129655"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129655" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/129655.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt Watson</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2009/02/24/129655.aspx</guid>
            <pubDate>Wed, 25 Feb 2009 00:56:07 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/129655.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2009/02/24/129655.aspx#feedback</comments>
            <slash:comments>8</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/129655.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/129655.aspx</trackback:ping>
        </item>
        <item>
            <title>Anti-SPAM Gateway Solution</title>
            <link>http://geekswithblogs.net/mwatson/archive/2009/02/20/129573.aspx</link>
            <description>This week we switched to using Declude Interceptor as our &lt;a href="javascript:void(0);/*1235186686198*/"&gt;anti-spam solution&lt;/a&gt;. We looked at 3rd party sites like postini and others which are actually very inexpensive at a few bucks a user per year. But because have thousands of users the costs were too high. So I found that Declude's new Interceptor product was exactly what we needed. It runs as an &lt;a href="javascript:void(0);/*1235186722325*/"&gt;anti-spam inbound gateway server&lt;/a&gt; in our data center that filters the spam before it gets to our mail servers. It was much, much cheaper than Barracuda, Sonic and other solutions we looked at. I would highly recommend it to anyone looking for an ANTI-SPAM solution.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129573"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=129573" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/129573.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt Watson</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2009/02/20/129573.aspx</guid>
            <pubDate>Sat, 21 Feb 2009 03:25:19 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/129573.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2009/02/20/129573.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/129573.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/129573.aspx</trackback:ping>
        </item>
        <item>
            <title>Defining Web 2.0 – Part 1: We're Talking Back</title>
            <link>http://geekswithblogs.net/mwatson/archive/2009/01/05/128385.aspx</link>
            <description>“Web 2.0” is a buzzword used all over the place these days. So what does it mean? Web 2.0 actually means a lot of different things and it means different things to different people. This is the first of a multi-part series attempting to define Web 2.0. Follow my blog at http://www.drivingsales.com/blog/mwatson/ for future posts.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Part 1 - “We're Talking Back”&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
One definition of Web 2.0 is the ability for everyday people to change the Internet.&lt;br /&gt;
&lt;br /&gt;
A few years ago the Internet was mostly created by businesses for shopping, news, travel, research, forums and other important things. The Internet was largely a “read only” collection of information where everyday people had no input. &lt;br /&gt;
&lt;br /&gt;
Today, a very large percentage of the content on the Internet was created by everyday people. Wikipedia, blogs, Facebook, MySpace, YouTube and dozens of other websites are all based on content created by every day people. We now have the ability to create our own web pages (ex. MySpace &amp;amp; blogs) and make our mark on the Internet. You could say that Web 2.0 gave us our freedom of speech online.&lt;br /&gt;
&lt;br /&gt;
So how did we get here? Well... it didn't happen over night. &lt;br /&gt;
&lt;br /&gt;
In 1996 web communities like Geocities became common. They allowed users to create their own websites. By the end of 1997 Geocities had 1 million users and was the 5th most popular website on the Internet. Geocities was eventually purchased by Yahoo and still lives on today as a simply way to create your own website, including a blog.&lt;br /&gt;
&lt;br /&gt;
Blogs aren't really that new either. A web blog, as a concept of online commentary or online diaries started in 1993. Although the term “blog” didn't come around until 1999. However, blogging didn't become mainstream until 2004. I created my first blog in 2003... and it still exists today.&lt;br /&gt;
&lt;br /&gt;
Web 2.0 can mean a lot of things to a lot of people. To me, one of the things it means is we have the ability to create the content of the Internet. &lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;We're Talking Back.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Matt Watson&lt;br /&gt;
Chief Technical Officer&lt;br /&gt;
&lt;a href="javascript:void(0);/*1231216465356*/"&gt;VinSolutions&lt;/a&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128385"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=128385" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/128385.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt Watson</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2009/01/05/128385.aspx</guid>
            <pubDate>Tue, 06 Jan 2009 04:34:27 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/128385.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2009/01/05/128385.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/128385.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/128385.aspx</trackback:ping>
        </item>
        <item>
            <title>Silverlight wish list</title>
            <link>http://geekswithblogs.net/mwatson/archive/2008/11/08/126893.aspx</link>
            <description>&lt;font size="4"&gt;After using Silverlight for a couple months, here is my wish list:&lt;br /&gt;
&lt;br /&gt;
1. SQL Reporting Services viewer in Silverlight. &lt;br /&gt;
2. Ability to print from Silverlight. (See #1) &lt;br /&gt;
3. 3rd party components that have default styles and/or designers that make it easier to work with the components. Right now you have to figure it all out in xaml...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Matt Watson&lt;br /&gt;
&lt;a href="javascript:void(0);/*1226173657087*/"&gt;Automotive Software&lt;/a&gt;&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126893"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126893" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/126893.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt Watson</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2008/11/08/126893.aspx</guid>
            <pubDate>Sat, 08 Nov 2008 19:50:46 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/126893.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2008/11/08/126893.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/126893.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/126893.aspx</trackback:ping>
        </item>
        <item>
            <title>Autotmotive CRM Software in Silverlight</title>
            <link>http://geekswithblogs.net/mwatson/archive/2008/11/08/126892.aspx</link>
            <description>&lt;font size="4"&gt;&lt;span style="font-family: Arial;"&gt;Just an update on our experiences with Silverlight...&lt;br /&gt;
&lt;br /&gt;
We have been using Silverlight since SL2 Beta 2 came out and so far it has been great to work with. We have noticed a lot of weird quirky things with Visual Studio, Blend, exception handling, and all sorts of things. But all in all it has been great to work with and our new Silverlight based software is pretty wicked. We look forward to what Silverlight 3 will look like after they have worked out all the kinks.&lt;/span&gt; Right now we are paying the price sometimes for being on the bleeding edge.&lt;br style="font-family: Arial;" /&gt;
&lt;br style="font-family: Arial;" /&gt;
&lt;a href="javascript:void(0);/*1226173464287*/" style="font-family: Arial;"&gt;Automotive CRM Software&lt;/a&gt;&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126892"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126892" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/126892.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt Watson</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2008/11/08/126892.aspx</guid>
            <pubDate>Sat, 08 Nov 2008 19:45:56 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/126892.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2008/11/08/126892.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/126892.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/126892.aspx</trackback:ping>
        </item>
        <item>
            <title>.NET 3.5 Framework</title>
            <link>http://geekswithblogs.net/mwatson/archive/2008/02/08/119409.aspx</link>
            <description>Glad to say we have upgraded all of main software products to .NET 3.5. So far we have been very impressed with LINQ and WCF. We look forward to play with WWF, WPF, and Silverlight in 2008.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119409"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119409" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/119409.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matt Watson</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2008/02/08/119409.aspx</guid>
            <pubDate>Sat, 09 Feb 2008 04:46:38 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/119409.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2008/02/08/119409.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/119409.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/119409.aspx</trackback:ping>
        </item>
        <item>
            <title>VS 2008 Web Development Hot-Fix Roll-Up Available</title>
            <link>http://geekswithblogs.net/mwatson/archive/2008/02/08/119408.aspx</link>
            <description>&lt;p&gt;Just want to make sure everyone saw this from Scott Gu today&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;table style="mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184" cellpadding="0" border="0" class="MsoNormalTable"&gt;
    &lt;tbody&gt;
        &lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes; mso-yfti-lastrow: yes"&gt;
            &lt;td style="BORDER-RIGHT: #ece9d8; PADDING-RIGHT: 0.75pt; BORDER-TOP: #ece9d8; PADDING-LEFT: 0.75pt; PADDING-BOTTOM: 0.75pt; BORDER-LEFT: #ece9d8; PADDING-TOP: 0.75pt; BORDER-BOTTOM: #ece9d8; BACKGROUND-COLOR: transparent"&gt;
            &lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;One of the things we are trying to do with VS 2008 is to more frequently release public patches that roll-up bug-fixes of commonly reported problems.  Today we are shipping a hot-fix roll-up that addresses several issues that we've seen reported with VS 2008 and Visual Web Developer Express 2008 web scenarios.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;h3 style="MARGIN: auto 0in"&gt;&lt;u&gt;&lt;span style="FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;Hot Fix Details&lt;/span&gt;&lt;/u&gt;&lt;span style="FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt;
            &lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;You can download this hot-fix roll-up for free &lt;a href="https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=10826" target="_blank"&gt;here&lt;/a&gt; (it is a 2.6MB download).  Below is a list of the issues it fixes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;p&gt;&lt;strong&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;HTML Source view performance&lt;/span&gt;&lt;/strong&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;ul type="disc"&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l4 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;Source editor freezes for a few seconds when typing in a page with a custom control that has more than two levels of sub-properties. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l4 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;“View Code” right-click context menu command takes a long time to appear with web application projects. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l4 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;Visual Studio has very slow behavior when opening large HTML documents. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l4 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;Visual Studio has responsiveness issues when working with big HTML files with certain markup. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l4 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;The Tab/Shift-Tab (Indent/Un-indent) operation is slow with large HTML selections. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
            &lt;/ul&gt;
            &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;Design view performance&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;ul type="disc"&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo2; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;Slow typing in design view with certain page markup configurations. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
            &lt;/ul&gt;
            &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;HTML editing&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;ul type="disc"&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo3; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;Quotes are not inserted after &lt;em&gt;Class&lt;/em&gt; or &lt;em&gt;CssClass&lt;/em&gt; attribute even when the option is enabled. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo3; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;Visual Studio crashes when &lt;em&gt;ServiceReference&lt;/em&gt; element points back to the current web page. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
            &lt;/ul&gt;
            &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;JavaScript editing&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;ul type="disc"&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l2 level1 lfo4; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;When opening a JavaScript file, colorization of the client script is sometimes delayed several seconds. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l2 level1 lfo4; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;JavaScript IntelliSense does not work if an empty string property is encountered before the current line of editing. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l2 level1 lfo4; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;JavaScript IntelliSense does not work when jQuery is used. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
            &lt;/ul&gt;
            &lt;p&gt;&lt;strong&gt;&lt;u&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;Web Site build performance&lt;/span&gt;&lt;/u&gt;&lt;/strong&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;ul type="disc"&gt;
                &lt;li class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l3 level1 lfo5; tab-stops: list .5in"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;Build is very slow when Bin folder contains large number of assemblies and .refresh files with web-site projects. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
            &lt;/ul&gt;
            &lt;h3 style="MARGIN: auto 0in"&gt;&lt;u&gt;&lt;span style="FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;Installation Notes&lt;/span&gt;&lt;/u&gt;&lt;span style="FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt;
            &lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;For more information on how to download and install the above patch, please read this blog post &lt;a href="http://blogs.msdn.com/webdevtools/archive/2008/02/09/downloadable-hotfix-performance-and-editor-fixes-for-microsoft-visual-studio-2008-and-visual-web-developer-express-2008.aspx" target="_blank"&gt;here&lt;/a&gt;.  In particular, if you are using Windows Vista with UAC enabled, make sure to extract the patch to a directory other than "c:\" (otherwise you'll see an access denied error).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;To verify that this hot-fix patch successfully installed, launch VS 2008 and select the Help-&amp;gt;About menu item.  Make sure that there is an entry that says ‘Hotfix for Microsoft Visual Studio Team System 2008 Team Suite – ENU (KB946581)’.  &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;If you ever want to remove the patch, go to Control Panel -&amp;gt; Add/Remove Programs and select “Hotfix for Microsoft Visual Studio 2008 – KB946581” under Microsoft Visual Studio 2008 (or Visual Web Developer Express 2008) and click “Remove".&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;h3 style="MARGIN: auto 0in"&gt;&lt;u&gt;&lt;span style="FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;Summary&lt;/span&gt;&lt;/u&gt;&lt;span style="FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h3&gt;
            &lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;Obviously it goes without saying that we would have liked to have shipped without any bugs.  Hopefully this hot-fix enables you to quickly solve them if you are encountering them.  Thank you to those who helped us identify the causes of these issues, as well as to the group of customers who have helped us verify the above fixes the last few weeks.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;Note: If you do encounter issues with VS 2008 features for web development in the future, I recommend always asking for help in the &lt;a href="http://forums.asp.net/1112.aspx" target="_blank"&gt;VS 2008 Forum&lt;/a&gt; on &lt;a href="http://www.asp.net/" target="_blank"&gt;www.asp.net&lt;/a&gt;.  The VS Web Tools team actively monitors this forum and can provide help.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;Hope this helps,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;Scott&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-FAMILY: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;img id="_x0000_i1025" height="1" src="http://weblogs.asp.net/aggbug.aspx?PostID=5740049" width="1" border="0" alt="" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;&lt;span style="FONT-FAMILY: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119408"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119408" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/119408.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>gEEk</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2008/02/08/119408.aspx</guid>
            <pubDate>Sat, 09 Feb 2008 04:33:08 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/119408.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2008/02/08/119408.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/119408.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/119408.aspx</trackback:ping>
        </item>
        <item>
            <title>ASPNETDB.MDF - Users</title>
            <link>http://geekswithblogs.net/mwatson/archive/2005/11/13/59974.aspx</link>
            <description>&lt;P&gt;Ok so I'm trying to use the new and cool users, roles management. Works great on my computer of course. Deploying it was another matter...&lt;/P&gt;
&lt;P&gt;The key is installing SQL Server 2005 Express on the server and having the correct file permissions on the App_Code folder for NETWORK SERVICE and ASPNET. Was painful to figure out.&lt;/P&gt;
&lt;P&gt;This site has a lot of good info:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.asp.net/ShowPost.aspx?PageIndex=3&amp;amp;PostID=904462"&gt;http://forums.asp.net/ShowPost.aspx?PageIndex=3&amp;amp;PostID=904462&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=59974"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=59974" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/59974.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>gEEk</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2005/11/13/59974.aspx</guid>
            <pubDate>Sun, 13 Nov 2005 15:03:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/59974.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2005/11/13/59974.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/59974.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/59974.aspx</trackback:ping>
        </item>
        <item>
            <title>ASP.NET 2.0</title>
            <link>http://geekswithblogs.net/mwatson/archive/2005/11/12/59889.aspx</link>
            <description>&lt;P&gt;I must say.. it pretty damn cool to create a whole little application with just 4 lines of code... &lt;/P&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=695484714-12112005&gt;Master pages for consistent page template look and feel&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=695484714-12112005&gt;Treeview menu&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=695484714-12112005&gt;Breadcrumbs navigation&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=695484714-12112005&gt;Sitemap&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=695484714-12112005&gt;Data grid view&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=695484714-12112005&gt;Details view to edit the record&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=695484714-12112005&gt;All SQL connectivity&amp;nbsp;to select, edit, update, delete the records.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=695484714-12112005&gt;....&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=695484714-12112005&gt;...&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;ASP.NET 2.0 ROCKS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=59889"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=59889" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/59889.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>gEEk</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2005/11/12/59889.aspx</guid>
            <pubDate>Sat, 12 Nov 2005 11:53:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/59889.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2005/11/12/59889.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/59889.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/59889.aspx</trackback:ping>
        </item>
        <item>
            <title>ASP.NET Professional 2.0 Book</title>
            <link>http://geekswithblogs.net/mwatson/archive/2005/11/07/59369.aspx</link>
            <description>&lt;P&gt;Just picked up the book at the local Borders in Kansas.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I decided to start at page one and literally go straight through it. I'm finding it very useful to pick up on the enhancements to 2.0. The little tweaks here and there.&lt;/P&gt;
&lt;P&gt;Finding simple but amazingly cool stuff like the fact you can do:&lt;/P&gt;
&lt;P&gt;TextBox.Focus();&lt;/P&gt;
&lt;P&gt;Who knows if I would have ever known this without thumbing through the book.&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;have been doing ASP.NET development exclusively since it came out and I'm still finding this book to be very useful as a refresher and especially&amp;nbsp;for it's insights to the 2.0 changes. There are a lot of little changes...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So that said I'd recommend this book&amp;nbsp;for children (developers)&amp;nbsp;of all ages (experience).&lt;/P&gt;
&lt;P&gt;Thanks to&amp;nbsp;Bill Evjen and all those who worked on the book.&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=59369"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=59369" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/59369.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>gEEk</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2005/11/07/59369.aspx</guid>
            <pubDate>Mon, 07 Nov 2005 19:21:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/59369.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2005/11/07/59369.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/59369.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/59369.aspx</trackback:ping>
        </item>
        <item>
            <title>ASP.NET 2.0 Wizard control</title>
            <link>http://geekswithblogs.net/mwatson/archive/2005/11/07/59368.aspx</link>
            <description>&lt;P&gt;First off I want to say I love this thing. &lt;/P&gt;
&lt;P&gt;Second off I want to say WTF were you thinking Microsoft?&lt;/P&gt;
&lt;P&gt;If I'm editing Step 3 in the VS.NET designer&amp;nbsp;and then go run my app.. it starts me on Step 3. WTF?&lt;/P&gt;
&lt;P&gt;The designer keys off the ActiveStepIndex which is also what it keys off of at runtime. Need a second property&amp;nbsp; or something so that when your editing it in the designer you don't have to remember to set it back to step 1 every single @#$)(@#)$O@# time.&lt;/P&gt;
&lt;P&gt;This will cause migrations issues everywhere... don't say I didn't tell you so.&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=59368"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=59368" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/59368.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>gEEk</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2005/11/07/59368.aspx</guid>
            <pubDate>Mon, 07 Nov 2005 19:13:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/59368.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2005/11/07/59368.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/59368.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/59368.aspx</trackback:ping>
        </item>
        <item>
            <title>Active Reports for .NET 1.1 &amp; VS2005</title>
            <link>http://geekswithblogs.net/mwatson/archive/2005/10/31/58603.aspx</link>
            <description>&lt;P&gt;After I installed VS2005 the Active Reports designer didn't work anymore. So I had to reinstall it. Now the designer works. &lt;/P&gt;
&lt;P&gt;But now when I try to run a .NET 2.0 app that uses a referenced Active Reports 1.1 dll I get some weird stack uneven p/invoke error when trying to export to PDF. I guess they are going to make me throw down $600 or whatever to buy Active Reports for .NET 2.0.&lt;/P&gt;
&lt;P&gt;Anyone else seen this?&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=58603"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=58603" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/58603.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>gEEk</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2005/10/31/58603.aspx</guid>
            <pubDate>Mon, 31 Oct 2005 08:34:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/58603.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2005/10/31/58603.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/58603.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/58603.aspx</trackback:ping>
        </item>
        <item>
            <title>Podcasting</title>
            <link>http://geekswithblogs.net/mwatson/archive/2005/10/20/57495.aspx</link>
            <description>&lt;P&gt;I just saw the best practical use of podcasting... &lt;/P&gt;
&lt;P&gt;Students everywhere will now be able to drink and party all night long and not have to worry about missing classes. Then can simply grab the podcast from that day's class.... Congrats... student attendance will be at an all time low.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.newsday.com/news/nationworld/nation/chi-0510200213oct20,0,4320824.story?coll=ny-leadnationalnews-headlines"&gt;http://www.newsday.com/news/nationworld/nation/chi-0510200213oct20,0,4320824.story?coll=ny-leadnationalnews-headlines&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Maybe I can do that with work? Skip out on boring meetings and pretend to listen to the podcast later.&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=57495"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=57495" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/57495.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>gEEk</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2005/10/20/57495.aspx</guid>
            <pubDate>Thu, 20 Oct 2005 09:04:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/57495.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2005/10/20/57495.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/57495.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/57495.aspx</trackback:ping>
        </item>
        <item>
            <title>AJAX</title>
            <link>http://geekswithblogs.net/mwatson/archive/2005/10/17/57180.aspx</link>
            <description>&lt;P&gt;Web&amp;nbsp;programmers and housewives everywhere use AJAX!&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://pics.drugstore.com/prodimg/72645/200.jpg"&gt;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=57180"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=57180" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mwatson/aggbug/57180.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>gEEk</dc:creator>
            <guid>http://geekswithblogs.net/mwatson/archive/2005/10/17/57180.aspx</guid>
            <pubDate>Mon, 17 Oct 2005 10:38:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mwatson/comments/57180.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mwatson/archive/2005/10/17/57180.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mwatson/comments/commentRss/57180.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mwatson/services/trackbacks/57180.aspx</trackback:ping>
        </item>
    </channel>
</rss>