<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>Tangible Thoughts</title>
        <link>http://geekswithblogs.net/Tariq/Default.aspx</link>
        <description>SharePoint, MOSS? and all the other questions</description>
        <language>en-US</language>
        <copyright>Tariq</copyright>
        <managingEditor>tariqayad@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Tangible Thoughts</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/Tariq/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>I am not using Windows 7, but I like it</title>
            <link>http://geekswithblogs.net/Tariq/archive/2009/12/17/137022.aspx</link>
            <description>I am not using Windows 7 (at least not yet), but I am using Windows 2008 R2, which has the Windows 7 shell. 
I've been using it a couple of days and I like it a lot, I find the new win7 ui-shell very usefull, very productive. There are things I like a lot in it that makes my life easier. Specially
1. Improvements to Windows Explorer, Favorites and Libraries
2. Jump Lists
3. The new taskbar
4. How the Show desktop button is non intrusive, but readily accesible
5. the new tray area with app icons hidden.
 

I think microsoft has a winner here with Win7/UI-Shell&lt;br /&gt;&lt;p&gt;Crossposted from &lt;a href="http://www.tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=137022"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=137022" 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/Tariq/aggbug/137022.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/12/17/137022.aspx</guid>
            <pubDate>Thu, 17 Dec 2009 01:04:10 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/137022.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/12/17/137022.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/137022.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/137022.aspx</trackback:ping>
        </item>
        <item>
            <title>Whats wrong with this code?</title>
            <category>SharePoint</category>
            <link>http://geekswithblogs.net/Tariq/archive/2009/10/15/135480.aspx</link>
            <description>[code]  &lt;br /&gt;  &lt;p&gt;/// &amp;lt;summary&amp;gt;   &lt;br /&gt;/// Gets or sets the site URL.    &lt;br /&gt;/// &amp;lt;/summary&amp;gt;    &lt;br /&gt;/// &amp;lt;value&amp;gt;The site URL.&amp;lt;/value&amp;gt;    &lt;br /&gt;[WebBrowsable(true),    &lt;br /&gt;WebDescription("Url of the site to process reports on"),    &lt;br /&gt;WebDisplayName("Site Url"),    &lt;br /&gt;Personalizable(PersonalizationScope.Shared)]    &lt;br /&gt;public string SiteUrl    &lt;br /&gt;{    &lt;br /&gt;    get    &lt;br /&gt;    {    &lt;br /&gt;        if (string.IsNullOrEmpty(siteUrl))    &lt;br /&gt;        {    &lt;br /&gt;            return SPContext.Current.Web.Url;    &lt;br /&gt;        }    &lt;br /&gt;        return siteUrl;    &lt;br /&gt;    }    &lt;br /&gt;    set    &lt;br /&gt;    {    &lt;br /&gt;        siteUrl = value;    &lt;br /&gt;    }    &lt;br /&gt;}&lt;/p&gt;  &lt;br /&gt;[/code]   &lt;p&gt;The above code snippet looks like  a  reasonable WebPart Propperty. In-fact you will find nothing weird with it untill you provision this webpart through a feature. &lt;/p&gt;  &lt;p&gt;What happens is the reference to the SPContext…. in the property messes up the WebPart Order on the page and moves the webpart to Order 1 (i.e. first webpart on the zone), no matter what other preference you would have set in your feature.&lt;/p&gt;  &lt;p&gt;Interesting eh? Something to keep in mind for future&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Crossposted from &lt;a href="http://www.tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135480"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135480" 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/Tariq/aggbug/135480.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/10/15/135480.aspx</guid>
            <pubDate>Thu, 15 Oct 2009 06:30:57 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/135480.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/10/15/135480.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/135480.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/135480.aspx</trackback:ping>
        </item>
        <item>
            <title>Looking for a Media Server</title>
            <category>Tech</category>
            <link>http://geekswithblogs.net/Tariq/archive/2009/09/07/134531.aspx</link>
            <description>I have been looking for a software for a specific purpose but havent found it yet, so was wondering if anyone out there knew of something that serves this purpose.&lt;br /&gt;
&lt;br /&gt;
Let me explain.&lt;br /&gt;
I want to have a Centralised Media Repository at home, like  a server which other devices (laptops, pda etc) can connect to and listen to mp3s etc off the server (possibly by streaming).  Users connecting to the server should be able to search media, browse media by album, artist etc.&lt;br /&gt;
&lt;br /&gt;
Does anyone know of any software that suits this purpose?&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=134531"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=134531" 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/Tariq/aggbug/134531.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/09/07/134531.aspx</guid>
            <pubDate>Mon, 07 Sep 2009 05:45:17 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/134531.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/09/07/134531.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/134531.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/134531.aspx</trackback:ping>
        </item>
        <item>
            <title>Shell extention for wsp files</title>
            <link>http://geekswithblogs.net/Tariq/archive/2009/08/21/134231.aspx</link>
            <description>This is old news but still its a great tip
http://www.harbar.net/archive/2007/04/25/Rightclick-a-.WSP-to-Add-Solution.aspx

How to get an "Add Solution" option as a shell extention in windows explorer&lt;br /&gt;&lt;p&gt;Crossposted from &lt;a href="http://www.tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=134231"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=134231" 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/Tariq/aggbug/134231.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/08/21/134231.aspx</guid>
            <pubDate>Fri, 21 Aug 2009 04:00:49 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/134231.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/08/21/134231.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/134231.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/134231.aspx</trackback:ping>
        </item>
        <item>
            <title>Office Communicator Mobile</title>
            <link>http://geekswithblogs.net/Tariq/archive/2009/08/04/133893.aspx</link>
            <description>&lt;p&gt;There is a new version of &lt;a href="http://windowsteamblog.com/blogs/windowsphone/archive/2009/08/03/microsoft-communicator-mobile.aspx#commentform"&gt;Office Communicator Mobile&lt;/a&gt; available.&lt;/p&gt; &lt;p&gt;But one feature that I really want is still missing, i.e. for COMO (Communicator Mobile) to run of the storage card. Microsoft Guys please can you add this? The main memory on the phones are not huge you know, typically about 100 MB or less, which gets consumed by every other app for some reason or other wanting to dump some files into the /Windows.&lt;/p&gt; &lt;p&gt;Technet points to the folowing&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;em&gt;"Can I install Communicator Mobile (2007 release) on my device’s storage card?&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;&lt;em&gt;No. Installing Communicator Mobile (2007 release) on a storage card is not supported because a device does not necessarily immediately detect a storage card when the device starts. As a result, Communicator Mobile’s auto-start feature cannot function as intended. Installing Communicator Mobile to a storage card is also not supported because when a device’s battery is low, the operating system stops running programs that are installed on the device’s storage card."&lt;/em&gt; &lt;/p&gt;&lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/library/bb963948.aspx" href="http://technet.microsoft.com/en-us/library/bb963948.aspx"&gt;http://technet.microsoft.com/en-us/library/bb963948.aspx&lt;/a&gt; &lt;/p&gt;&lt;p&gt;But what if I don't want communicator on my today screen or for it to auto start, then can I please still install it on my Storage card. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Crossposted from &lt;a href="http://www.tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133893"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133893" 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/Tariq/aggbug/133893.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/08/04/133893.aspx</guid>
            <pubDate>Tue, 04 Aug 2009 01:18:44 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/133893.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/08/04/133893.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/133893.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/133893.aspx</trackback:ping>
        </item>
        <item>
            <title>Windows Mobile Development</title>
            <category>Tech</category>
            <link>http://geekswithblogs.net/Tariq/archive/2009/08/03/133870.aspx</link>
            <description>&lt;p&gt;Over the last few months there has been quite a bit of news regarding Windows Mobile that has focused on 'pumping-up' the platform to compete with everything else out there (including the iphone)&lt;/p&gt; &lt;p&gt;for instance&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.theinquirer.net/inquirer/news/1495570/windows-mobile-windows-phone"&gt;Windows Mobile renamed to Windows Phone&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://windowsteamblog.com/blogs/windowsphone/archive/2009/07/14/get-ready-windows-marketplace-for-mobile-offers-millions-of-potential-new-customers.aspx"&gt;Microsoft Releases Windows Mobile Marketplace to compete with App Store&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.engadget.com/2009/06/28/windows-marketplace-launching-with-600-apps-or-one-bazillion-ti/"&gt;Mobile Market place launches with 600 apps&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://blogs.msdn.com/windowsmobile/archive/2009/06/04/getting-started-with-widgets-on-windows-mobile-6-5.aspx"&gt;Windows Mobile 6.5 and how to create widget for WM 6.5&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ee355030.aspx"&gt;and this latest white paper - How to port an iphone application to Windows Mobile&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;But what has me stumped is the cost of breaking into development, the IDE Visual Studio Standard Edition still requires some hard thinking before investing for the hobby developer (which as you would notice accounts for quite a percentage of the Apps on the Apps Store)&lt;/p&gt; &lt;p&gt;Which brings me to the following question "What has Microsoft to lose by making a Visual Studio Express: Mobile Development Edition?". If they do make an express version for Windows Mobile development, wont there be a ROI if the apps developed make their way to the MarketPlace.&lt;/p&gt; &lt;p&gt;Also in my opinion the Windows OS got its leg up against all of its competitor because of the number of applications available for it.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Crossposted from &lt;a href="http://www.tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133870"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133870" 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/Tariq/aggbug/133870.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/08/03/133870.aspx</guid>
            <pubDate>Mon, 03 Aug 2009 00:55:49 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/133870.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/08/03/133870.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/133870.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/133870.aspx</trackback:ping>
        </item>
        <item>
            <title>Find the NetBios Name of a domain in AD</title>
            <category>.NET</category>
            <link>http://geekswithblogs.net/Tariq/archive/2009/07/30/133813.aspx</link>
            <description>&lt;p&gt;Its been quite a bit of struggle for me to find an accurate way of finding the netbios name of a domain from AD using System.DirectoryServices.&lt;/p&gt; &lt;p&gt;In case you are in the same jam here how you do it.&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Connect to AD using the following ldap url:  &lt;h3&gt;LDAP://CN=Partitions,CN=Configuration,DC=&amp;lt;DomainName&amp;gt;,DC=&amp;lt;local|com&amp;gt;&lt;/h3&gt; &lt;/li&gt;&lt;li&gt;When querying AD using the Directory Searcher object uses the following filter:  &lt;h3&gt;netbiosname=*&lt;/h3&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;This should give you a record from AD containing the netbios name of the domain as the CN&lt;/p&gt; &lt;p&gt;Explanation&lt;/p&gt; &lt;p&gt;AD stores the the netbios name in the Partitions naming container which is stored inside the configuration naming container.&lt;/p&gt; &lt;p&gt;A more detailed explanation and more samples can be found in the &lt;a href="http://oreilly.com/catalog/9780596004644/"&gt;Active Directory Cookbook&lt;/a&gt; or its &lt;a href="http://books.google.lk/books?id=Ga1nLk_xqcUC&amp;amp;pg=PA30&amp;amp;lpg=PA30&amp;amp;dq=ad+properties++netbiosname&amp;amp;source=bl&amp;amp;ots=MIa5AgBRHn&amp;amp;sig=yDgX4KQysa7VcH9_zBfJbLqg3sE&amp;amp;hl=en&amp;amp;ei=Xj5xSsiRG8aHkQXQ8fibDA&amp;amp;sa=X&amp;amp;oi=book_result&amp;amp;ct=result&amp;amp;resnum=3"&gt;online version&lt;/a&gt;&lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;p&gt;Code sample:&lt;/p&gt; &lt;code&gt; &lt;p&gt;// Method call&lt;/p&gt; &lt;p&gt;string netBiosName = GetNetBiosName( LDAP://CN=Partitions,CN=Configuration,DC=&amp;lt;DomainName&amp;gt;,DC=&amp;lt;local|com&amp;gt;,  "&amp;lt;userName"", "&amp;lt;password&amp;gt;");&lt;/p&gt; &lt;p&gt;// Method call&lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;p&gt;// Method Definition&lt;/p&gt; &lt;p&gt;private string GetNetBiosName(&lt;br /&gt;    string ldapUrl, &lt;br /&gt;    string userName, &lt;br /&gt;    string password)&lt;br /&gt;{&lt;br /&gt;    string netbiosName = string.Empty;&lt;br /&gt;    DirectoryEntry dirEntry = new DirectoryEntry(ldapUrl,&lt;br /&gt;            userName, password);  &lt;/p&gt;&lt;p&gt;    DirectorySearcher searcher = new DirectorySearcher(dirEntry);&lt;br /&gt;    searcher.Filter = "netbiosname=*";&lt;br /&gt;    searcher.PropertiesToLoad.Add("cn");  &lt;/p&gt;&lt;p&gt;    SearchResultCollection results = searcher.FindAll();&lt;br /&gt;    if (results.Count &amp;gt; 0)&lt;br /&gt;    {&lt;br /&gt;        ResultPropertyValueCollection rpvc = results[0].Properties["CN"];&lt;br /&gt;        netbiosName = rpvc[0].ToString();&lt;br /&gt;    }&lt;br /&gt;    return netbiosName;&lt;br /&gt;}  &lt;/p&gt;&lt;/code&gt;&lt;br /&gt;&lt;p&gt;Crossposted from &lt;a href="http://www.tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133813"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133813" 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/Tariq/aggbug/133813.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/07/30/133813.aspx</guid>
            <pubDate>Thu, 30 Jul 2009 03:16:50 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/133813.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/07/30/133813.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/133813.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/133813.aspx</trackback:ping>
        </item>
        <item>
            <title>The Page Hunt Game for Bing</title>
            <category>Other</category>
            <link>http://geekswithblogs.net/Tariq/archive/2009/07/29/133779.aspx</link>
            <description>&lt;p&gt;From &lt;a href="http://www.neowin.net/news/main/09/07/28/microsoft-releases-game-to-help-improve-bing-search-results"&gt;neowin.net&lt;/a&gt; I came across this game. &lt;/p&gt; &lt;p&gt;&lt;a title="http://pagehunt.msrlivelabs.com/PlayPageHunt.aspx" href="http://pagehunt.msrlivelabs.com/PlayPageHunt.aspx"&gt;http://pagehunt.msrlivelabs.com/PlayPageHunt.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Its not exactly a great &lt;a href="http://www.downloadsquad.com/category/time-waster/"&gt;timer waster&lt;/a&gt; but its good for a good 5 minutes before you get bored.&lt;/p&gt; &lt;p&gt;What I still don't get is, Bing should take into account any suggestion we may make for returning the page result, instead of saying "no thats not it".&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Crossposted from &lt;a href="http://www.tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133779"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133779" 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/Tariq/aggbug/133779.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/07/29/133779.aspx</guid>
            <pubDate>Wed, 29 Jul 2009 02:11:05 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/133779.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/07/29/133779.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/133779.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/133779.aspx</trackback:ping>
        </item>
        <item>
            <title>Windows Mobile App: ZoomSMS</title>
            <link>http://geekswithblogs.net/Tariq/archive/2009/07/15/133523.aspx</link>
            <description>&lt;p&gt;&lt;img style="margin: 0px 10px 0px 0px" alt="Zoom SMS image, Hotlinked :)" align="left" src="http://www.freewarepocketpc.net/img2/zoomsms.jpg" /&gt; Here is a cool app for Windows Mobile. It gives you 2 neat icons on your today screen to indicate missed calls or text messages. Clicking on the icons shows you a popup with text message, or missed call phone number.&lt;/p&gt;  &lt;p&gt;You can get it from &lt;a href="http://www.freewarepocketpc.net/ppc-download-zoomsms.html"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Crossposted from &lt;a href="http://www.tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133523"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133523" 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/Tariq/aggbug/133523.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/07/15/133523.aspx</guid>
            <pubDate>Wed, 15 Jul 2009 17:28:27 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/133523.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/07/15/133523.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/133523.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/133523.aspx</trackback:ping>
        </item>
        <item>
            <title>My Hiccup is Gone (the one I had 5 mins ago)</title>
            <category>Other</category>
            <link>http://geekswithblogs.net/Tariq/archive/2009/07/08/133338.aspx</link>
            <description>&lt;p&gt;Yep, Just followed these instructions and they worked.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.cognitial.com/hiccups.asp"&gt;http://www.cognitial.com/hiccups.asp&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Crossposted from &lt;a href="http://www.tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133338"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133338" 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/Tariq/aggbug/133338.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/07/08/133338.aspx</guid>
            <pubDate>Wed, 08 Jul 2009 02:38:20 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/133338.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/07/08/133338.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/133338.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/133338.aspx</trackback:ping>
        </item>
        <item>
            <title>Site Highlight: WMPoweruser.com</title>
            <category>Tech</category>
            <link>http://geekswithblogs.net/Tariq/archive/2009/06/27/133098.aspx</link>
            <description>&lt;p&gt;If you are a Windows Mobile User, then this site should be one of your frequent haunts.&lt;/p&gt; &lt;p&gt;Its not? well take a look-see anyway it has a whole bunch of reviews and news.&lt;/p&gt; &lt;p&gt;&lt;a title="http://wmpoweruser.com/" href="http://wmpoweruser.com/"&gt;http://wmpoweruser.com/&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Crossposted from &lt;a href="http://www.tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133098"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133098" 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/Tariq/aggbug/133098.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/06/27/133098.aspx</guid>
            <pubDate>Sat, 27 Jun 2009 13:52:09 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/133098.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/06/27/133098.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/133098.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/133098.aspx</trackback:ping>
        </item>
        <item>
            <title>Windows 7 - Home Premium is $49.99 on Amazon as well</title>
            <link>http://geekswithblogs.net/Tariq/archive/2009/06/27/133096.aspx</link>
            <description>&lt;p&gt;Amazon is offering pre-orders for Windows &amp;amp; Home Premium at $49.99 as well. Just a heads up because I thought previously thought the offer was only from store.microsoft.com&lt;/p&gt;  &lt;p&gt;Link:&lt;a title="http://www.amazon.com/Microsoft-Windows-Home-Premium-Upgrade/dp/B002DHLUWK" href="http://www.amazon.com/Microsoft-Windows-Home-Premium-Upgrade/dp/B002DHLUWK"&gt;http://www.amazon.com/Microsoft-Windows-Home-Premium-Upgrade/dp/B002DHLUWK&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Crossposted from &lt;a href="http://www.tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133096"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133096" 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/Tariq/aggbug/133096.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/06/27/133096.aspx</guid>
            <pubDate>Sat, 27 Jun 2009 13:12:37 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/133096.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/06/27/133096.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/133096.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/133096.aspx</trackback:ping>
        </item>
        <item>
            <title>Did you know: Did you know that VWD 2008 can load class libraries as well.</title>
            <category>.NET</category>
            <link>http://geekswithblogs.net/Tariq/archive/2009/06/27/133094.aspx</link>
            <description>&lt;p&gt;Did you know that Visual Web Developer 2008 can load class libraries as well. It can with SP1 installed, and it seems a bit hidden to expose this functionality. &lt;/p&gt;  &lt;p&gt;The trick is to enable "Show Solution" in the solution pane. &lt;a href="http://blogs.msdn.com/webdevelopertips/archive/2009/01/29/tip-44-did-you-know-how-to-view-the-project-file-while-still-in-visual-studio.aspx" target="_blank"&gt;here is the tip on the official blog&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Once you have the solution showing on Solution Explorer, you can your class library projects. Please note this requires VWD 2008 SP1.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133094"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=133094" 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/Tariq/aggbug/133094.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2009/06/27/133094.aspx</guid>
            <pubDate>Sat, 27 Jun 2009 11:31:55 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/133094.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2009/06/27/133094.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/133094.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/133094.aspx</trackback:ping>
        </item>
        <item>
            <title>911 - MOSS Query Tool</title>
            <link>http://geekswithblogs.net/Tariq/archive/2008/04/22/121465.aspx</link>
            <description>&lt;p&gt;With the closure of GotDotNet this &lt;a href="http://geekswithblogs.net/Tariq/archive/2007/06/14/113210.aspx"&gt;wonderful tool&lt;/a&gt; has gone missing. I redid my machine today and went looking for it. I couldn't find any alternative hosting for it either.&lt;/p&gt; &lt;p&gt;Does anyone have a copy of it that they can share please? Would greatly appreciate the help.&lt;/p&gt; &lt;p&gt;Thanks,&lt;/p&gt; &lt;p&gt;Tariq&lt;/p&gt;
&lt;p&gt;Cross-posted from &lt;a href="http://tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121465"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121465" 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/Tariq/aggbug/121465.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2008/04/22/121465.aspx</guid>
            <pubDate>Mon, 21 Apr 2008 22:12:08 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/121465.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2008/04/22/121465.aspx#feedback</comments>
            <slash:comments>4</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/121465.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/121465.aspx</trackback:ping>
        </item>
        <item>
            <title>AT&amp;amp;T Goes Surface</title>
            <category>Tech</category>
            <link>http://geekswithblogs.net/Tariq/archive/2008/04/03/120973.aspx</link>
            <description>&lt;p&gt;Saw this two posts on Gizmodo.&lt;/p&gt; &lt;p&gt;WOW, I thought surface was commercially still some time away.&lt;/p&gt; &lt;p&gt;&lt;a href="http://gizmodo.com/375055/att-stores-the-first-to-get-microsofts-surface-table"&gt;&lt;img height="160" src="http://gizmodo.com/assets/resources/2008/04/attsurface.jpg" width="240" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&lt;a title="http://gizmodo.com/375055/att-stores-the-first-to-get-microsofts-surface-table" href="http://gizmodo.com/375055/att-stores-the-first-to-get-microsofts-surface-table"&gt;http://gizmodo.com/375055/att-stores-the-first-to-get-microsofts-surface-table&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a title="http://gizmodo.com/375328/att-surface-retail-demo-buying-a-cellphone-finally-doesnt-suck" href="http://gizmodo.com/375328/att-surface-retail-demo-buying-a-cellphone-finally-doesnt-suck"&gt;http://gizmodo.com/375328/att-surface-retail-demo-buying-a-cellphone-finally-doesnt-suck&lt;/a&gt;&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ee9e0683-49d4-4649-8b5d-1eba2ae8ab2e" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Surface" rel="tag"&gt;Surface&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Microsoft" rel="tag"&gt;Microsoft&lt;/a&gt;,&lt;a href="http://technorati.com/tags/AT&amp;amp;T" rel="tag"&gt;AT&amp;amp;T&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Cross-posted from &lt;a href="http://tariqayad.com"&gt;tariqayad.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120973"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120973" 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/Tariq/aggbug/120973.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tariq</dc:creator>
            <guid>http://geekswithblogs.net/Tariq/archive/2008/04/03/120973.aspx</guid>
            <pubDate>Thu, 03 Apr 2008 08:01:24 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Tariq/comments/120973.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Tariq/archive/2008/04/03/120973.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Tariq/comments/commentRss/120973.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Tariq/services/trackbacks/120973.aspx</trackback:ping>
        </item>
    </channel>
</rss>