﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Developer Trinkets and Whatnots</title>
    <description>Not enough for the full blown article, but too important to overlook. You'll find HowToDotNetNuke tips and tricks here, as well as .NET and SQL help, trinkets and whatnots.</description>
    <link>http://www.howtodotnetnuke.com/Blogs/tabid/177/BlogId/1/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>briana@virtual-essentials.com</managingEditor>
    <webMaster>briana@virtual-essentials.com</webMaster>
    <pubDate>Thu, 09 Sep 2010 13:14:52 GMT</pubDate>
    <lastBuildDate>Thu, 09 Sep 2010 13:14:52 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.0.35082</generator>
    <item>
      <title>Using SQL to Quickly Build Classes for Your Applications</title>
      <description>&lt;p&gt;I was playing around yesterday SQL cursors and began to play with a query to see what I could do with it. Before long, I had written some code that could produce VB.NET Classes for my database tables. This query is by no way complete or guaranteed to produce production quality code, but more to show you a concept and a good place to get started producing the class code you could potentially use. I know there are many good code generators out there, and this isn’t meant to compete with those…just a fun, innovative use for SQL. Feel free to post back with your enhancements and let me know what you think.  &lt;/p&gt; &lt;a href=http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/18/Using-SQL-to-Quickly-Build-Classes-for-Your-Applications.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/18/Using-SQL-to-Quickly-Build-Classes-for-Your-Applications.aspx</link>
      <author>briana@virtual-essentials.com</author>
      <comments>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/18/Using-SQL-to-Quickly-Build-Classes-for-Your-Applications.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/18/Using-SQL-to-Quickly-Build-Classes-for-Your-Applications.aspx</guid>
      <pubDate>Sat, 13 Mar 2010 18:57:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.howtodotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=18</trackback:ping>
    </item>
    <item>
      <title>How to Utilize AjaxToolKit with DotNetNuke Portals</title>
      <description>&lt;p style="margin-left: 1pt"&gt;&lt;span style="color:#1f497d"&gt;Integrating the AjaxToolkit into DotNetNuke modules is super easy. But, can be frustrating if you're not sure how. Find out how to Ajax enable your modules in less than 5 minutes now!
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="color:#1f497d"&gt;The only difference between a regular web page and a DNN module control using the AjaxToolkit is that you DO NOT place a ScriptManager on the DNN UserControl. Instead you must modify the definition of the module like this:
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt; 
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="color:#1f497d"&gt;Log In as the Superuser (HOST).  *YOU MUST BE LOGGED IN AS THE HOST*
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="color:#1f497d"&gt;Go to:  Host &gt;&gt; Module Definitions
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="color:#1f497d"&gt;Edit the Module you want to Ajax Enable:
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;img src="/Portals/6/Blog/Files/1/16/032409_1637_HowtoUtiliz1.png" alt=""/&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;
		&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt; 
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="color:#1f497d"&gt;Find the control you want to ajax enable and edit the definition:
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;img src="/Portals/6/Blog/Files/1/16/032409_1637_HowtoUtiliz2.png" alt=""/&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;
		&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt; 
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="color:#1f497d"&gt;Click the "Supports Partial Rendering" checkbox:
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;img src="/Portals/6/Blog/Files/1/16/032409_1637_HowtoUtiliz3.png" alt=""/&gt;&lt;span style="font-family:Times New Roman; font-size:12pt"&gt;
		&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt; 
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="color:#1f497d"&gt;What this will do is place a ScriptManager on the page &lt;em&gt;for&lt;/em&gt;  you. If you place a ScriptManager on the page, you will receive an error stating that you have multiple controls on the page with the same ID. By checking this box, DNN knows to automatically wrap your module with a ScriptManager  to avoid any conflicts. 
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt; 
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="color:#1f497d"&gt;If you need programmatic access to the ScriptManager you can access it via CodeBehind like this:
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt; 
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt; 
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;            &lt;span style="color:blue"&gt;Dim&lt;/span&gt; sm &lt;span style="color:blue"&gt;As&lt;/span&gt; ScriptManager = ScriptManager.GetCurrent(Page)
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="font-family:Courier New; font-size:10pt"&gt;            sm.EnablePageMethods = &lt;span style="color:blue"&gt;True&lt;/span&gt;
		&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt; 
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="color:#1f497d"&gt;And that's it. Very Easy! 
&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-left: 1pt"&gt; 
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt; 
 &lt;/p&gt;&lt;p style="margin-left: 1pt"&gt;&lt;span style="color:#1f497d"&gt; 
&lt;/span&gt; &lt;/p&gt;</description>
      <link>http://training.virtual-essentials.com/Blogs/tabid/177/EntryId/16/How-to-Utilize-AjaxToolKit-with-DotNetNuke-Portals.aspx</link>
      <author>briana@virtual-essentials.com</author>
      <comments>http://training.virtual-essentials.com/Blogs/tabid/177/EntryId/16/How-to-Utilize-AjaxToolKit-with-DotNetNuke-Portals.aspx#Comments</comments>
      <guid isPermaLink="true">http://training.virtual-essentials.com/Blogs/tabid/177/EntryId/16/How-to-Utilize-AjaxToolKit-with-DotNetNuke-Portals.aspx</guid>
      <pubDate>Tue, 24 Mar 2009 16:38:07 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.howtodotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=16</trackback:ping>
    </item>
    <item>
      <title>Combine C# and VB.Net Code Easily in Your Web Application</title>
      <description>&lt;p&gt; &lt;/p&gt; &lt;p&gt;If you've ever stumbled across a great piece of code that you wanted to integrate into your web app, but found it in the language that your NOT currently coding in,&lt;/p&gt; &lt;p&gt; there's an easy way to use it without having to rewrite the code in your current application's language. &lt;/p&gt; &lt;p&gt;In the web application file directory, create an additional folder for the other language. See in the image below that I have a folder for C# files and another for &lt;/p&gt; &lt;p&gt;VB.NET files.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.howtodotnetnuke.com/Portals/6/Blog/Files/1/15/WLW-Combin.NetCodeEasilyinYourWebApplication_A99D-CombinedCSAndVBCodeInWebApplication_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="199" alt="CombinedCSAndVBCodeInWebApplication" src="/Portals/6/Blog/Files/1/15/WLW-Combin.NetCodeEasilyinYourWebApplication_A99D-CombinedCSAndVBCodeInWebApplication_thumb.png" width="404" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Then, in your web.config modify the &lt;compilers&gt; section so that it shows both of these elements. You should only have one of these initially reflecting the language you're coding in. &lt;/p&gt;&lt;pre class="code"&gt;&lt;system.codedom&gt;
    &lt;compilers&gt;
        &lt;compiler language=&lt;span style="color: #a31515"&gt;"vb;vbs;visualbasic;vbscript" &lt;/span&gt;type=&lt;span style="color: #a31515"&gt;"Microsoft.VisualBasic.VBCodeProvider, &lt;/span&gt;&lt;/pre&gt;
&lt;blockquote&gt;&lt;pre class="code"&gt;&lt;span style="color: #a31515"&gt;System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" &lt;/span&gt;extension=&lt;span style="color: #a31515"&gt;".vb" &lt;/span&gt;warningLevel=&lt;span style="color: #a31515"&gt;"4"&lt;/span&gt;&gt;
            &lt;providerOption name=&lt;span style="color: #a31515"&gt;"CompilerVersion" &lt;/span&gt;value=&lt;span style="color: #a31515"&gt;"v3.5"&lt;/span&gt;/&gt;
            &lt;providerOption name=&lt;span style="color: #a31515"&gt;"OptionInfer" &lt;/span&gt;value=&lt;span style="color: #a31515"&gt;"true"&lt;/span&gt;/&gt;
            &lt;providerOption name=&lt;span style="color: #a31515"&gt;"WarnAsError" &lt;/span&gt;value=&lt;span style="color: #a31515"&gt;"false"&lt;/span&gt;/&gt;
        &lt;/compiler&gt;
        &lt;compiler language=&lt;span style="color: #a31515"&gt;"c#;cs;csharp" &lt;/span&gt;extension=&lt;span style="color: #a31515"&gt;".cs" &lt;/span&gt;type=&lt;span style="color: #a31515"&gt;"Microsoft.CSharp.CSharpCodeProvider,&lt;/span&gt;&lt;/pre&gt;&lt;pre class="code"&gt;&lt;span style="color: #a31515"&gt;System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" &lt;/span&gt;warningLevel=&lt;span style="color: #a31515"&gt;"4"&lt;/span&gt;&gt;
            &lt;providerOption name=&lt;span style="color: #a31515"&gt;"CompilerVersion" &lt;/span&gt;value=&lt;span style="color: #a31515"&gt;"v3.5"&lt;/span&gt;/&gt;
            &lt;providerOption name=&lt;span style="color: #a31515"&gt;"WarnAsError" &lt;/span&gt;value=&lt;span style="color: #a31515"&gt;"false"&lt;/span&gt;/&gt;
        &lt;/compiler&gt;
    &lt;/compilers&gt;
&lt;/system.codedom&gt;

&lt;/pre&gt;&lt;/blockquote&gt;&lt;pre class="code"&gt;Then, under the &lt;compilation&gt; section add a directoryName for the App_Code folders you created. One for each language type.   
    


&lt;compilation debug=&lt;span style="color: #a31515"&gt;"true" &lt;/span&gt;strict=&lt;span style="color: #a31515"&gt;"false"&lt;/span&gt;&gt;
....
      &lt;codeSubDirectories&gt;
          &lt;add directoryName=&lt;span style="color: #a31515"&gt;"myVBCode"&lt;/span&gt;/&gt;
            &lt;add directoryName=&lt;span style="color: #a31515"&gt;"myCSCode"&lt;/span&gt;/&gt;
        &lt;/codeSubDirectories&gt;
....
&lt;/compilation&gt;&lt;/pre&gt;
&lt;p&gt;And that's it. Compile, browse and your done. Voila! &lt;/p&gt;
&lt;p&gt;Very easy, huh?&lt;/p&gt;</description>
      <link>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/15/Combine-C-and-VB-Net-Code-Easily-in-Your-Web-Application.aspx</link>
      <author>briana@virtual-essentials.com</author>
      <comments>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/15/Combine-C-and-VB-Net-Code-Easily-in-Your-Web-Application.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/15/Combine-C-and-VB-Net-Code-Easily-in-Your-Web-Application.aspx</guid>
      <pubDate>Fri, 20 Mar 2009 19:14:57 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.howtodotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=15</trackback:ping>
    </item>
    <item>
      <title>Download Files via FTP with VB.NET</title>
      <description>&lt;p&gt;With the help of the .NET framework, it is simple to download files via FTP sessions programmatically. In this example, I am going to download a stylesheet from my FTP directory and display it in the console window. You'll see how easy it is to begin using FTP in your programs.&lt;/p&gt;&lt;a href=http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/12/Download-Files-via-FTP-with-VB-NET.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/12/Download-Files-via-FTP-with-VB-NET.aspx</link>
      <author>briana@virtual-essentials.com</author>
      <comments>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/12/Download-Files-via-FTP-with-VB-NET.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/12/Download-Files-via-FTP-with-VB-NET.aspx</guid>
      <pubDate>Wed, 19 Nov 2008 23:03:05 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.howtodotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=12</trackback:ping>
    </item>
    <item>
      <title>Fix the Name ‘ConfigurationManager’ is Not Declared Error</title>
      <description>&lt;p&gt;If you are working on a project in Visual Studio and are presented with the error: Name 'ConfigurationManager' is not declared you can easily resolve the error with a couple mouse clicks.&lt;/p&gt;&lt;a href=http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/11/Fix-the-Name-ConfigurationManager-is-Not-Declared-Error.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/11/Fix-the-Name-ConfigurationManager-is-Not-Declared-Error.aspx</link>
      <author>briana@virtual-essentials.com</author>
      <comments>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/11/Fix-the-Name-ConfigurationManager-is-Not-Declared-Error.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/11/Fix-the-Name-ConfigurationManager-is-Not-Declared-Error.aspx</guid>
      <pubDate>Wed, 19 Nov 2008 20:36:57 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.howtodotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=11</trackback:ping>
    </item>
    <item>
      <title>Create a GridView Programmatically and Access Templated Controls</title>
      <description>&lt;p&gt;...But, if you want to create a drop down list instead of a textbox in the gridview you can easily do this. Click on the smart tag for the gridview and go to click on "Edit Columns". Find the column that you want to change from a textbox and click on "Convert this field into a TemplateField".  Close the box and return to the smart tag options and click on "Edit Templates" Any columns that you have turned into templateFields will show up as on option in the new view (you may have to click on the smart tag again). Each templated column will have a view for the Item {read only/default view}, Edit {what you see when the grid view is in edit mode...you can make things read only, or invisible here if you don't want them to be seen in edit mode}, also templates for Insert {insert view of the gridview insert mode}, the Footer and Header also.&lt;/p&gt;&lt;a href=http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/10/Create-a-GridView-Programmatically-and-Access-Templated-Controls.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/10/Create-a-GridView-Programmatically-and-Access-Templated-Controls.aspx</link>
      <author>briana@virtual-essentials.com</author>
      <comments>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/10/Create-a-GridView-Programmatically-and-Access-Templated-Controls.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/10/Create-a-GridView-Programmatically-and-Access-Templated-Controls.aspx</guid>
      <pubDate>Sun, 16 Nov 2008 00:46:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.howtodotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=10</trackback:ping>
    </item>
    <item>
      <title>Quick Variable Troubleshooting</title>
      <description>&lt;p&gt;&lt;span style="font-family: Arial;"&gt;While surfing the web, I found the most useful little snippet of code that can help quickly troubleshoot and track down session and application variables. Just throw the code on an .aspx page and view in browser while you have your application running. A little F5 here and there and you can easily keep up with what's going on with your session and application level variables. &lt;/span&gt;&lt;/p&gt;&lt;a href=http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/9/Quick-Variable-Troubleshooting.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/9/Quick-Variable-Troubleshooting.aspx</link>
      <author>briana@virtual-essentials.com</author>
      <comments>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/9/Quick-Variable-Troubleshooting.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/9/Quick-Variable-Troubleshooting.aspx</guid>
      <pubDate>Wed, 12 Nov 2008 03:03:09 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.howtodotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=9</trackback:ping>
    </item>
    <item>
      <title>Manage Connection Strings Easily</title>
      <description>&lt;p&gt;It doesn't take long for a web.config file to get large and hard to read. But, there is one thing you can do to make managing multiple connection string a snap. Best of all, you can do this in less than 60 seconds.&lt;/p&gt;&lt;a href=http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/7/Manage-Connection-Strings-Easily.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/7/Manage-Connection-Strings-Easily.aspx</link>
      <author>briana@virtual-essentials.com</author>
      <comments>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/7/Manage-Connection-Strings-Easily.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/7/Manage-Connection-Strings-Easily.aspx</guid>
      <pubDate>Tue, 11 Nov 2008 00:05:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.howtodotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=7</trackback:ping>
    </item>
    <item>
      <title>Adding a ToolTip to a MousedOver GridView Row Easily</title>
      <description>&lt;p&gt;I just wanted to share one quick and easy way to add a tooltip to a mouseover on a gridView. To show you how, I created a simple .aspx page with the following code (NOTE: this page was created using a simple query from the core &lt;a href="http://www.dotnetnuke.com" target="_blank"&gt;DotNetNuke&lt;/a&gt; database. You can replace with a simple select statement from Northwind or whatever database you wish. I just use DNN and that's what this site is for, so why not...)&lt;/p&gt;
&lt;p align="left"&gt; &lt;/p&gt;&lt;a href=http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/6/Adding-a-ToolTip-to-a-MousedOver-GridView-Row-Easily.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/6/Adding-a-ToolTip-to-a-MousedOver-GridView-Row-Easily.aspx</link>
      <author>briana@virtual-essentials.com</author>
      <comments>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/6/Adding-a-ToolTip-to-a-MousedOver-GridView-Row-Easily.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/6/Adding-a-ToolTip-to-a-MousedOver-GridView-Row-Easily.aspx</guid>
      <pubDate>Thu, 23 Oct 2008 07:04:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.howtodotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=6</trackback:ping>
    </item>
    <item>
      <title>Find Out What Your Site Looks Like in 57 Browsers With a Single Click</title>
      <description>&lt;p&gt;Here's a quick tip for any of you out there who are dealing with CSS and website layout hell due to all the browsers and their different rendering of our hard work. Check out &lt;a target="_blank" href="http://browsershots.org/"&gt;&lt;u&gt;&lt;font color="#810081"&gt;BrowserShots.org&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;, enter your URL and select the browsers that you want to see render your site. You'll have to wait a few minutes while it collects the info, but you needed to get something to drink anyway, right?&lt;/p&gt;&lt;a href=http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/2/Find-Out-What-Your-Site-Looks-Like-in-57-Browsers-With-a-Single-Click.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/2/Find-Out-What-Your-Site-Looks-Like-in-57-Browsers-With-a-Single-Click.aspx</link>
      <author>briana@virtual-essentials.com</author>
      <comments>http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/2/Find-Out-What-Your-Site-Looks-Like-in-57-Browsers-With-a-Single-Click.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.howtodotnetnuke.com/Blogs/tabid/177/EntryId/2/Find-Out-What-Your-Site-Looks-Like-in-57-Browsers-With-a-Single-Click.aspx</guid>
      <pubDate>Wed, 22 Oct 2008 02:55:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.howtodotnetnuke.com/DesktopModules/Blog/Trackback.aspx?id=2</trackback:ping>
    </item>
  </channel>
</rss>