<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
    <channel>
        <title>Web Dimensions - solutions for internet presence</title>
        <link>http://webdimensions.org/Default.aspx</link>
        <description>(305) 490-5338 (email)your one-stop solutionweb hosting/design/applications</description>
        <language>en-US</language>
        <copyright>Web Dimensions, Inc.</copyright>
        <generator>Subtext Version 2.1.2.2</generator>
        <image>
            <title>Web Dimensions - solutions for internet presence</title>
            <url>http://webdimensions.org/images/RSS2Image.gif</url>
            <link>http://webdimensions.org/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WebDimensionsInc" /><feedburner:info uri="webdimensionsinc" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
            <title>FTP and Website Security</title>
            <category>company</category>
            <category>projects</category>
            <category>technical notes</category>
            <link>http://feedproxy.google.com/~r/WebDimensionsInc/~3/d_woxMlzT5I/ftp-and-website-security.aspx</link>
            <description>&lt;p&gt;Is your website getting hacked? Do you find strange files in your webroot directory that say things like H/\C|&amp;lt;@d by &amp;lt;hacker-name/&amp;gt; ? Do you find that folders on your website are suddenly full of files named index.html, index.htm, index.php, index.gi, index.asp, index.aspx and other index pages with any other file extension, all which read H/\C|&amp;lt;@d by &amp;lt;hacker-name/&amp;gt; ? You've been hacked!&lt;/p&gt;
&lt;p&gt;Check to see if you have ftp running on your machine. If so, you should try logging into your own machine by ftp and see what you can do on it. If you know your way around ftp, (cd = change directory; put = copy file; dir=get directory listing; lcd = change directory on local machine, etc.) you should try to be able to see how far you can navigate in the file system on the computer you've logged into. If you can get into anything important, chances are the outside world can do the same thing. And if you can copy a file into an important area of the computer you've logged into, then you know that computer is compromised. What you might not realise is that there are thousands of "script kiddies" out there running programs that can figure out passwords just by trying them all on unsuspecting servers who have left ftp open for some innocent reason, like letting developers in to work on the website.&lt;/p&gt;
&lt;p&gt;If you don't have your ftp acces set up correctly, you are asking for trouble. One of the most important ways to tighten up on your ftp is to first, limit the amount of user accounts who are dedicated to ftp. In fact, it is said that the most secure way of running ftp is to allow anonymous ftp to an isolated directory on a virtual path the server and give 'anonymous' full access to that folder, but nowhere else on the computer. That way, you allow the world to do what it wants for free, but the rest of your server is completely protected. However, that doesn't solve the problem of needing to have developers get access to the web files. So how do you allow that, without letting the whole world in, too?&lt;/p&gt;
&lt;p&gt;Well, there are a number of approaches to securing an ftp site. The first, as I wrote, is user access. Start with creating one new account on your system to use ftp. When creating the user, avoid names like "Admin" "Administrator" "ServerAdmin" "ftpuser" and the like. Those names are the first ones the hackers try, let's use some common sense here. Make sure that user has a STRONG password. Not your pet's name, not your birthdate, not your favorite color or 123456. It has to be at least seven characters in lenght, with both upper case and lower case letters, some numbers, and some symbols like *&amp;amp;^%$#@+ &lt;/p&gt;
&lt;p&gt;Then set up one folder on your computer as the ftp parent folder, and grant access for that one user to that one folder. Make sure that folder is not a parent folder to something else on your machine -- like don't set it up over the webroot, or developer code, or any other sensitive content that you don't want people to have access to, make sure it is completely empty of all files and folders. Then set up that folder as your virtual ftp root directory using the IIS Admin console or Apache configuration or whatever it is that you use, so this folder becomes the "landing area" of anyone logging in via ftp. If set up correctly, the ftp will not allow a user to change to the parent directory from this level, but they may have access to folders beneath this level -- that means they can see all physical folders in the filesystem that are contained in that folder. That's why you want this folder completely empty. If set up correctly, however, they cannot see virtual paths that you create in the admin console. So if you set up the ftp service correctly, the ftp login can see no subfolders beneath them, and cannot change to the directory above, so if they don't know the name of the virtual path, they will not be able to get to it. These virtual paths can point to any folder on your system and they can have any name you give them. The stronger-named the path, the more difficult it will be for any hacker that manages to get your login credentials to get any further in your system.&lt;/p&gt;
&lt;p&gt;To sum up, limited users, strong passwords, a well-designed ftp root with strongly-named virtual directories make it more difficult for hackers to get into your system, as they will have to crack the path name as well as the user name and password. The approach described above is always the best way to set up ftp. Our sysdamins and IT architects here at Web Dimensions, Inc. always ALWAYS set up ftp this way if it is necessary. You should never EVER have an ftp root set directly onto an important area like your webroot. This is just like inviting someone to hack you every day. &lt;/p&gt;
&lt;p&gt;Actually, the very best way to protect your website -- and this is what we actually do here at Web Dimensions, Inc. -- is to have a LAN-WAN-based firewall with a router programmed to let certain fixed ip addresses route in on certain selected ports, and block all other ports for all other ip addresses, except port 80 for website requests and possibly port 25 for smtp mail requests for your public traffic. Most applications have a way of doing things through port 80 http protocols nowadays, or if they don't, we can write an app for that pretty easily. The point is, if all ports except http are blocked for everyone except certain ip addresses, then you will never EVER have a problem with this kind of hacker (of course unless you leave some other route exposed).&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;Tags:&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/ftp"&gt;ftp&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/security"&gt;security&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/system%20administration"&gt;system administration&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/isp"&gt;isp&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/website"&gt;website&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/host"&gt;host&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/firewall"&gt;firewall&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/virtual%20path"&gt;virtual path&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/directory"&gt;directory&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/hacker"&gt;hacker&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/hacked"&gt;hacked&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/ftp%20security"&gt;ftp security&lt;/a&gt;&lt;/div&gt;
            &lt;div&gt;&lt;a rel="tag" href="http://technorati.com/tag/internet%20security"&gt;internet security&lt;/a&gt;&lt;/div&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;&lt;img src="http://webdimensions.org/aggbug/23.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/WebDimensionsInc/~4/d_woxMlzT5I" height="1" width="1"/&gt;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid isPermaLink="false">http://webdimensions.org/archive/2011/02/03/ftp-and-website-security.aspx</guid>
            <pubDate>Fri, 04 Feb 2011 02:34:51 GMT</pubDate>
            <comments>http://webdimensions.org/archive/2011/02/03/ftp-and-website-security.aspx#feedback</comments>
            <wfw:commentRss>http://webdimensions.org/comments/commentRss/23.aspx</wfw:commentRss>
        <feedburner:origLink>http://webdimensions.org/archive/2011/02/03/ftp-and-website-security.aspx</feedburner:origLink></item>
        <item>
            <title>Examples of our Work</title>
            <category>projects</category>
            <category>specials</category>
            <category>company</category>
            <link>http://feedproxy.google.com/~r/WebDimensionsInc/~3/irXvmyXiOLQ/examples-of-our-work.aspx</link>
            <description>&lt;p align="center"&gt;&lt;strong&gt;Welcome to Web Dimensions, Inc.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here are some links to current projects and maintained websites:&lt;/p&gt;
&lt;div&gt;&lt;a target="_blank" href="http://www.crew.camperandnicholsons.com"&gt;http://www.crew.camperandnicholsons.com&lt;/a&gt; &lt;/div&gt;
&lt;div&gt;&lt;a target="_blank" href="http://www.miamimusicproducer.com"&gt;http://www.miamimusicproducer.com&lt;/a&gt;&lt;/div&gt;
&lt;a target="_blank" href="http://www.vancouvermusicproducer.com"&gt;http://www.vancouvermusicproducer.com&lt;/a&gt;
&lt;div&gt;&lt;a target="_blank" href="http://www.beatsfordays.com"&gt;http://www.beatsfordays.com&lt;/a&gt;  (just under construction but halfway decent graphics)
&lt;div&gt;&lt;a target="_blank" href="http://www.webdimensions.biz"&gt;http://www.webdimensions.biz&lt;/a&gt;  ecommerce site&lt;/div&gt;
&lt;div&gt;&lt;a target="_blank" href="http://www.elisasintjago.com"&gt;http://www.elisasintjago.com&lt;/a&gt;  artist website&lt;/div&gt;
&lt;div&gt;&lt;a target="_blank" href="http://www.jessejonesjr.com"&gt;http://www.jessejonesjr.com&lt;/a&gt;   artist e-marketing site&lt;/div&gt;
&lt;div&gt;&lt;a target="_blank" href="http://www.captainjarvis.com"&gt;http://www.captainjarvis.com&lt;/a&gt;   artist website&lt;/div&gt;
&lt;div&gt;&lt;a target="_blank" href="http://www.funkatology.com"&gt;http://www.funkatology.com&lt;/a&gt;     record company website&lt;/div&gt;
&lt;div&gt;&lt;a target="_blank" href="http://www.stringpuller.net"&gt;http://www.stringpuller.net&lt;/a&gt; artist website&lt;/div&gt;
&lt;div&gt;&lt;a target="_blank" href="http://www.webdimensions.org"&gt;http://www.webdimensions.org&lt;/a&gt;   internet solutions company&lt;/div&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;div&gt;We are ready, willing and able to assist you on the web for your internet presence. Please call us today at (305) 490-5338&lt;/div&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;div&gt;Please view our summary of qualifications &lt;a href="http://www.webdimensions.org/articles/summary-of-qualifications.aspx"&gt;here&lt;/a&gt;.&lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;img src="http://webdimensions.org/aggbug/21.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/WebDimensionsInc/~4/irXvmyXiOLQ" height="1" width="1"/&gt;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid isPermaLink="false">http://webdimensions.org/archive/2011/01/12/examples-of-our-work.aspx</guid>
            <pubDate>Wed, 12 Jan 2011 21:23:03 GMT</pubDate>
            <comments>http://webdimensions.org/archive/2011/01/12/examples-of-our-work.aspx#feedback</comments>
            <wfw:commentRss>http://webdimensions.org/comments/commentRss/21.aspx</wfw:commentRss>
        <feedburner:origLink>http://webdimensions.org/archive/2011/01/12/examples-of-our-work.aspx</feedburner:origLink></item>
        <item>
            <title>Total Website Solutions</title>
            <category>specials</category>
            <category>company</category>
            <link>http://feedproxy.google.com/~r/WebDimensionsInc/~3/skVebSyR_WI/total-website-solutions.aspx</link>
            <description>&lt;p&gt;Hello, and welcome to Web Dimensions, Inc.&lt;/p&gt;
&lt;p&gt;We can help you to establish your online presence in any way, shape, or form that your business requires.&lt;/p&gt;
&lt;p&gt;We can:&lt;/p&gt;
&lt;ul dir="ltr"&gt;
    &lt;li&gt;
    &lt;div style="MARGIN-RIGHT: 0px"&gt; Create a home page for your business that looks and feels professional and interesting&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div style="MARGIN-RIGHT: 0px"&gt;help you to obtain your own unique domain name or address on the web&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div style="MARGIN-RIGHT: 0px"&gt;Give you the ability to manage your website and add new content regularly&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div style="MARGIN-RIGHT: 0px"&gt;make sure that search engines find your website based on keywords relevant to your business&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div style="MARGIN-RIGHT: 0px"&gt;give customers an easy way to contact you without exposing your email address to spammers&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div style="MARGIN-RIGHT: 0px"&gt;automate the selling of your products online&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div style="MARGIN-RIGHT: 0px"&gt;even create an online community for your product or service&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;give you the ability to track your web traffic very specifically&lt;/li&gt;
    &lt;li&gt;manage your email with spam-free private email boxes in the name of your domain&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="MARGIN-RIGHT: 0px"&gt;we are currently running specials for Musicians:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;
    &lt;div style="MARGIN-RIGHT: 0px"&gt;play mp3s of your music when people view your site&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div style="MARGIN-RIGHT: 0px"&gt;sell your mp3s with secure downloads&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div style="MARGIN-RIGHT: 0px"&gt;embed your videos on your website&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div style="MARGIN-RIGHT: 0px"&gt;collect fans' email addresses for mailing campaigns&lt;/div&gt;
    &lt;/li&gt;
&lt;/ul&gt;
&lt;p style="MARGIN-RIGHT: 0px"&gt;so call us today at (305) 490-5338 to discuss your needs on the world wide web. We will bend over backwards to provide you with a solution to your needs at the lowest possible out-of-pocket cost.&lt;/p&gt;&lt;img src="http://webdimensions.org/aggbug/19.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/WebDimensionsInc/~4/skVebSyR_WI" height="1" width="1"/&gt;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid isPermaLink="false">http://webdimensions.org/archive/2009/08/18/total-website-solutions.aspx</guid>
            <pubDate>Tue, 18 Aug 2009 19:42:14 GMT</pubDate>
            <comments>http://webdimensions.org/archive/2009/08/18/total-website-solutions.aspx#feedback</comments>
            <wfw:commentRss>http://webdimensions.org/comments/commentRss/19.aspx</wfw:commentRss>
        <feedburner:origLink>http://webdimensions.org/archive/2009/08/18/total-website-solutions.aspx</feedburner:origLink></item>
        <item>
            <title>Your Web Presence -- Are You At Sea in a World of Unclear Options?</title>
            <category>clients</category>
            <category>projects</category>
            <category>specials</category>
            <category>company</category>
            <link>http://feedproxy.google.com/~r/WebDimensionsInc/~3/FH1XxiFpjnI/at-sea-in-a-world-of-options.aspx</link>
            <description>&lt;p&gt;If you are trying to establish a web presence for the first time, and you are not some kind of computer expert (who the heck is? well -- we are, but that part comes later) then you are in a very vulnerable position, not knowing whom to trust and/or whom to hire to manage your most important web-based business. Often, what ends up happening is that the small business owner ends up being hoodwinked by the web designer who masquerades as a system administrator and web manager, when you find out later you don't really own your own domain name and your artist or web designer -- who is the only one with access to those files which cost you so much money -- has flown the coop, with the password. We have seen these scenarios play out again and again.&lt;/p&gt;
&lt;p&gt;We here at Web Dimensions, Inc. recognize that one of the most important aspects of our job (aside from the high-availability hosting, offsite backups and 24 hour-a-day monitoring of your websites) is client education. And I don't mean pedantic lecturing about this or that. What I mean by this is that we want each one of our clients to know how to protect themselves, how to own their own domain name if they wish to, and generally how to be the ones driving this bus that is their own company's internet presence. As your web hosting company, system administrator, application designer, and overall caretaker of your website, we feel that it serves everyone's interest that the client have some knowledge of the ins and outs of this business -- your internet business.&lt;/p&gt;
&lt;p&gt;So call us today at 305 490 5338 or &lt;a href="http://webdimensions.org/contact.aspx"&gt;&lt;strong&gt;click here to send us an email&lt;/strong&gt;&lt;/a&gt; to find out how to establish an effective internet presence, or to get answers on how to effectively manage your current web solution. You will find we have some very intelligent observations to share with you which will usually result in your getting further ahead in your goals on the internet. In the current economic climate, we can't afford to jack up your prices. I guarantee that I will do everything within my power to provide you with a cost effective quote for your needs that fits well within your pre-allotted budget.&lt;/p&gt;
&lt;p&gt;Hugh J. Hitchcock&lt;br /&gt;
CEO, Web Dimensions, Inc.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div style="DISPLAY: none"&gt;
&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;tags:&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/Web%20application%20specialist"&gt;Web Application Specialist&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/affordable%20web%20hosting%20and%20design"&gt;affordable web hosting and design&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/website%20management"&gt;website management&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/software%20architecture"&gt;software architecture&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/dabatase%20design%20and%20administration"&gt;database design and administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/server%20administration"&gt;server administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/c%20sharp"&gt;c sharp&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/.net%20framework"&gt;.net framework&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;img src="http://webdimensions.org/aggbug/14.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/WebDimensionsInc/~4/FH1XxiFpjnI" height="1" width="1"/&gt;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid isPermaLink="false">http://webdimensions.org/archive/2009/08/05/at-sea-in-a-world-of-options.aspx</guid>
            <pubDate>Wed, 05 Aug 2009 21:19:48 GMT</pubDate>
            <comments>http://webdimensions.org/archive/2009/08/05/at-sea-in-a-world-of-options.aspx#feedback</comments>
            <wfw:commentRss>http://webdimensions.org/comments/commentRss/14.aspx</wfw:commentRss>
        <feedburner:origLink>http://webdimensions.org/archive/2009/08/05/at-sea-in-a-world-of-options.aspx</feedburner:origLink></item>
        <item>
            <title>What Platforms do We Work On?</title>
            <category>company</category>
            <link>http://feedproxy.google.com/~r/WebDimensionsInc/~3/H52HJRqcAiA/what-platforms-do-we-work-on.aspx</link>
            <description>&lt;p&gt;We have worked on both Microsoft-based and open source-based platforms as well as Sun OS. We hold certifications in System Administration and have many years of experience in application development of all kinds. We can build Java apps, PHP, C++, .NET, VB, or generally whatever your project calls for.&lt;/p&gt;
&lt;p&gt;We have worked with MS SQL Server database server as well as Oracle and MySQL. On the client-side, we have experience with html, css, javascript and image management, as well as video conversions and music applications. Streaming mp3 players are a specialty of ours as well as Flash videos.&lt;/p&gt;
&lt;p&gt;We have also done extensive work using the new AJAX libraries, which add high level of functionality to existing websites.&lt;/p&gt;
&lt;p&gt;Server-side, we've worked with Perl, Java, PHP, Vignette, Classic ASP and DOT-NET frameworks. Our current area of specialty is Microsoft DOT-NET programming primarily with C# (C Sharp). However we have worked on UNIX primarily with Perl and Java. Our chief architect / analyst is capable of analysing and getting a handle on any existing application. Call us today if we can help you with your project . 305 490 5338.&lt;/p&gt;
&lt;div style="DISPLAY: none"&gt;
&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;tags:&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/Web%20application%20specialist"&gt;Web Application Specialist&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/affordable%20web%20hosting%20and%20design"&gt;affordable web hosting and design&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/website%20management"&gt;website management&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/software%20architecture"&gt;software architecture&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/dabatase%20design%20and%20administration"&gt;database design and administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/server%20administration"&gt;server administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/c%20sharp"&gt;c sharp&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/.net%20framework"&gt;.net framework&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;img src="http://webdimensions.org/aggbug/12.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/WebDimensionsInc/~4/H52HJRqcAiA" height="1" width="1"/&gt;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid isPermaLink="false">http://webdimensions.org/archive/2009/07/28/what-platforms-do-we-work-on.aspx</guid>
            <pubDate>Tue, 28 Jul 2009 21:37:55 GMT</pubDate>
            <comments>http://webdimensions.org/archive/2009/07/28/what-platforms-do-we-work-on.aspx#feedback</comments>
            <wfw:commentRss>http://webdimensions.org/comments/commentRss/12.aspx</wfw:commentRss>
        <feedburner:origLink>http://webdimensions.org/archive/2009/07/28/what-platforms-do-we-work-on.aspx</feedburner:origLink></item>
        <item>
            <title>Where Are We Located?</title>
            <category>company</category>
            <link>http://feedproxy.google.com/~r/WebDimensionsInc/~3/hw60wjDOQd0/where-are-we-located.aspx</link>
            <description>&lt;p&gt;&lt;img style="FLOAT: left" hspace="6" alt="" vspace="6" width="278" height="206" src="/images/webdimensions_org/data_center.jpg" /&gt;We are located in North Miami Florida, USA, however we service clients worldwide. The use of the telecommute option enables us to service your company remotely, wherever you are, by accessing your servers over the internet. This cuts down on your overhead, since you don't pay for office space or desktop computer equipment for our workers.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Our servers are housed in a secure data center with multiple offline backups. We've been here since 2002.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Over ten years of service to satisfied clients tells you that the telecommute solution works. Call us today for a free estimate of your project and how we can serve you. 305 490 5338&lt;/p&gt;
&lt;div style="DISPLAY: none"&gt;
&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;tags:&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/Web%20application%20specialist"&gt;Web Application Specialist&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/affordable%20web%20hosting%20and%20design"&gt;affordable web hosting and design&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/website%20management"&gt;website management&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/software%20architecture"&gt;software architecture&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/dabatase%20design%20and%20administration"&gt;database design and administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/server%20administration"&gt;server administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/c%20sharp"&gt;c sharp&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/.net%20framework"&gt;.net framework&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;img src="http://webdimensions.org/aggbug/11.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/WebDimensionsInc/~4/hw60wjDOQd0" height="1" width="1"/&gt;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid isPermaLink="false">http://webdimensions.org/archive/2009/07/28/where-are-we-located.aspx</guid>
            <pubDate>Tue, 28 Jul 2009 21:20:42 GMT</pubDate>
            <comments>http://webdimensions.org/archive/2009/07/28/where-are-we-located.aspx#feedback</comments>
            <wfw:commentRss>http://webdimensions.org/comments/commentRss/11.aspx</wfw:commentRss>
        <feedburner:origLink>http://webdimensions.org/archive/2009/07/28/where-are-we-located.aspx</feedburner:origLink></item>
        <item>
            <title>Who Are Our Clients?</title>
            <category>company</category>
            <category>clients</category>
            <category>projects</category>
            <link>http://feedproxy.google.com/~r/WebDimensionsInc/~3/f95mkNsf-s8/who-are-our-clients.aspx</link>
            <description>&lt;p&gt;We have served many large-stream companies. Our main client from 1996 until 2009 has been Camper and Nicholsons International, where we handled web and database design and integration, system administration, web hosting, and application design and support for over 12 years. Please call us at 305 490 5338 if we can help you.&lt;/p&gt;
&lt;p&gt;A bit about our history: our chief software architect was commissioned to create a &lt;a target="othersites" href="http://www.webdimensions.org/es_flash.aspx"&gt;cutting-edge document transcription program integrating Dragon Naturally Speaking voice recognition software with a medical database&lt;/a&gt; in 1998 for 21st Century Eloquence. That program can be found at &lt;a target="othersites" href="http://www.eloquentlystated.com"&gt;http://www.eloquentlystated.com&lt;/a&gt; . He also worked at Microsoft as a contracted developer in 2000 where he worked for msn.com creating back-end database web GUIs. He helped develop a successful online travel website at &lt;a target="othersites" href="http://www.1st-air.com"&gt;www.1st-air.com&lt;/a&gt; in 1999, also assisting &lt;a target="othersites" href="http://www.public-works.com"&gt;www.public-works.com&lt;/a&gt; in their many online projects over the years.&lt;/p&gt;
&lt;p&gt;The following websites have utilised our consulting services:&lt;/p&gt;
&lt;p&gt;&lt;font face=""&gt;&lt;a href="http://www.reeltoreeltocd.com"&gt;www.reeltoreeltocd.com&lt;/a&gt;&lt;/font&gt;&lt;font face=""&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=""&gt;&lt;a href="http://www.recordrescuers.com"&gt;www.recordrescuers.com&lt;/a&gt;&lt;/font&gt;&lt;font face=""&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=""&gt;&lt;a href="http://www.customaudiocds.com"&gt;www.customaudiocds.com&lt;/a&gt;&lt;/font&gt;&lt;font face=""&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=""&gt;&lt;a href="http://www.78tocd.com"&gt;www.78tocd.com&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.vancouvermusicproducer.com"&gt;www.vancouvermusicproducer.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.dmasonmusic.com"&gt;www.dmasonmusic.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.miamimusicproducer.com"&gt;www.miamimusicproducer.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.oceanencounters.com"&gt;www.oceanencounters.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="othersites" href="http://www.funkatology.com"&gt;&lt;font color="#810081"&gt;www.funkatology.com&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.findire.com"&gt;www.findire.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.captainjarvis.com"&gt;&lt;font color="#810081"&gt;www.captainjarvis.com&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.webdimensions.biz"&gt;www.webdimensions.biz&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.groovephonic.com"&gt;www.groovephonic.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="othersites" href="http://www.martianentropyband.com"&gt;www.martianentropyband.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.beatsfordays.com"&gt;www.beatsfordays.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="othersites" href="http://www.elisasintjago.com"&gt;www.elisasintjago.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.hughjhitchcock.com"&gt;www.hughjhitchcock.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="othersites" href="http://www.funkmeister.us"&gt;www.funkmeister.us&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="othersites" href="http://www.webdimensions.org"&gt;www.webdimensions.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="othersites" href="http://www.mandolinmaniac.com"&gt;www.mandolinmaniac.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.thefunkatologist.com"&gt;www.thefunkatologist.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="othersites" href="http://www.camperandnicholsons.com"&gt;www.camperandnicholsons.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="othersites" href="http://www.jessejonesjr.com"&gt;&lt;font color="#810081"&gt;www.jessejonesjr.com&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="othersites" href="http://www.eloquentlystated.com"&gt;www.eloquentlystated.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div style="DISPLAY: none"&gt;
&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;tags:&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/Web%20application%20specialist"&gt;Web Application Specialist&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/affordable%20web%20hosting%20and%20design"&gt;affordable web hosting and design&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/website%20management"&gt;website management&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/software%20architecture"&gt;software architecture&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/dabatase%20design%20and%20administration"&gt;database design and administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/server%20administration"&gt;server administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/c%20sharp"&gt;c sharp&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/.net%20framework"&gt;.net framework&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/eloquently%20stated"&gt;Eloquently Stated&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/document%20transcription%20software"&gt;document transcription software&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/medical%20software"&gt;medical software&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;&lt;img src="http://webdimensions.org/aggbug/10.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/WebDimensionsInc/~4/f95mkNsf-s8" height="1" width="1"/&gt;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid isPermaLink="false">http://webdimensions.org/archive/2009/07/28/who-are-our-clients.aspx</guid>
            <pubDate>Tue, 28 Jul 2009 20:01:47 GMT</pubDate>
            <comments>http://webdimensions.org/archive/2009/07/28/who-are-our-clients.aspx#feedback</comments>
            <wfw:commentRss>http://webdimensions.org/comments/commentRss/10.aspx</wfw:commentRss>
        <feedburner:origLink>http://webdimensions.org/archive/2009/07/28/who-are-our-clients.aspx</feedburner:origLink></item>
        <item>
            <title>What Do We Do?</title>
            <category>company</category>
            <link>http://feedproxy.google.com/~r/WebDimensionsInc/~3/QFyOzHQSkNg/what-do-we-do.aspx</link>
            <description>&lt;p&gt;We provide turnkey solutions and support for your web presence. We create large applications for enterprise-level concerns as well as more basic solutions for small business. We can engineer your website to send, route and receive email. We design databases and integrate your website storefront with its back-end. We architect these solutions from the ground up, as well as being able to integrate existing packages with new features.&lt;/p&gt;
&lt;p&gt;We can upgrade your site to the latest AJAX web controls. We can implement flash video and audio on your site. We can install a blog on your website.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div style="DISPLAY: none"&gt;
&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;tags:&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/Web%20application%20specialist"&gt;Web Application Specialist&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/affordable%20web%20hosting%20and%20design"&gt;affordable web hosting and design&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/website%20management"&gt;website management&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/software%20architecture"&gt;software architecture&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/dabatase%20design%20and%20administration"&gt;database design and administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/server%20administration"&gt;server administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/c%20sharp"&gt;c sharp&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/.net%20framework"&gt;.net framework&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;img src="http://webdimensions.org/aggbug/9.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/WebDimensionsInc/~4/QFyOzHQSkNg" height="1" width="1"/&gt;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid isPermaLink="false">http://webdimensions.org/archive/2009/07/28/what-do-we-do.aspx</guid>
            <pubDate>Tue, 28 Jul 2009 19:47:51 GMT</pubDate>
            <comments>http://webdimensions.org/archive/2009/07/28/what-do-we-do.aspx#feedback</comments>
            <wfw:commentRss>http://webdimensions.org/comments/commentRss/9.aspx</wfw:commentRss>
        <feedburner:origLink>http://webdimensions.org/archive/2009/07/28/what-do-we-do.aspx</feedburner:origLink></item>
        <item>
            <title>web dimensions corporate home page</title>
            <category>company</category>
            <category>clients</category>
            <link>http://feedproxy.google.com/~r/WebDimensionsInc/~3/sLGkTQOFfWk/web-dimensions-corporate-home-page.aspx</link>
            <description>&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;table style="WIDTH: 668px; HEIGHT: 45px" border="0" cellspacing="1" summary="" cellpadding="12" width="668" align="center"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;
            &lt;p align="center"&gt;you have reached the home page of &lt;strong&gt;&lt;font color="#800000"&gt;web dimensions, inc.&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
            &lt;p align="center"&gt;&lt;img alt="" width="342" height="171" src="/images/webdimensions_org/ships.PNG" /&gt;&lt;/p&gt;
            &lt;p&gt;we provide website and database programming and management. we are microsoft certified and work primarily on .net c# platform, although we are also proficient in perl and java. well versed in object-oriented implementation and n-tier application design.&lt;/p&gt;
            &lt;p&gt;here on our corporate home page you will find company news, projects, partnerships and ongoing news.&lt;/p&gt;
            &lt;p&gt;our #1 client is &lt;a target="_blank" href="http://www.cnconnect.com/"&gt;camper &amp;amp; nicholsons international&lt;/a&gt;&lt;/p&gt;
            &lt;p&gt;please use the "contact" link at the upper left hand corner if you wish to contact us, or call us at 305 490 5338.&lt;/p&gt;
            &lt;p&gt;stay tuned for further updates...&lt;/p&gt;
            &lt;p&gt; &lt;/p&gt;
            &lt;p&gt; &lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;div style="DISPLAY: none"&gt;
&lt;table&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;tags:&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/Web%20application%20specialist"&gt;Web Application Specialist&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/affordable%20web%20hosting%20and%20design"&gt;affordable web hosting and design&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/website%20management"&gt;website management&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/software%20architecture"&gt;software architecture&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/dabatase%20design%20and%20administration"&gt;database design and administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/server%20administration"&gt;server administration&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/c%20sharp"&gt;c sharp&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a rel="tag" href="http://www.technorati.com/tag/.net%20framework"&gt;.net framework&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;a rel="me" href="http://technorati.com/claim/c63shw8m3"&gt;.&lt;/a&gt; &lt;a rel="me" href="http://technorati.com/claim/4wcffm9pzu"&gt;.&lt;/a&gt;&lt;img src="http://webdimensions.org/aggbug/1.aspx" width="1" height="1" /&gt;&lt;img src="http://feeds.feedburner.com/~r/WebDimensionsInc/~4/sLGkTQOFfWk" height="1" width="1"/&gt;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid isPermaLink="false">http://webdimensions.org/archive/2008/02/17/web-dimensions-corporate-home-page.aspx</guid>
            <pubDate>Mon, 18 Feb 2008 06:55:29 GMT</pubDate>
            <comments>http://webdimensions.org/archive/2008/02/17/web-dimensions-corporate-home-page.aspx#feedback</comments>
            <wfw:commentRss>http://webdimensions.org/comments/commentRss/1.aspx</wfw:commentRss>
        <feedburner:origLink>http://webdimensions.org/archive/2008/02/17/web-dimensions-corporate-home-page.aspx</feedburner:origLink></item>
    </channel>
</rss>

