<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>projects</title>
        <link>http://www.web-dimensions.net/category/7.aspx</link>
        <description>projects</description>
        <language>en-US</language>
        <copyright>Web Dimensions, Inc.</copyright>
        <generator>Subtext Version 2.1.2.2</generator>
        <item>
            <title>FTP and Website Security</title>
            <link>http://webdimensions.org/archive/2011/02/03/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;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid>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>
        </item>
        <item>
            <title>Examples of our Work</title>
            <link>http://webdimensions.org/archive/2011/01/12/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;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid>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>
        </item>
        <item>
            <title>Your Web Presence -- Are You At Sea in a World of Unclear Options?</title>
            <link>http://webdimensions.org/archive/2009/08/05/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;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid>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>
        </item>
        <item>
            <title>Who Are Our Clients?</title>
            <link>http://webdimensions.org/archive/2009/07/28/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;</description>
            <dc:creator>Web Dimensions, Inc.</dc:creator>
            <guid>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>
        </item>
    </channel>
</rss>
