<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.load.com/net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Adam's Blog</title><subtitle type="html" /><id>http://www.load.com/net/blogs/adam/atom.aspx</id><link rel="alternate" type="text/html" href="http://www.load.com/net/blogs/adam/default.aspx" /><link rel="self" type="application/atom+xml" href="http://www.load.com/net/blogs/adam/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.61129.2">Community Server</generator><updated>2007-06-15T02:29:00Z</updated><entry><title>Forcing a scrollbar in FireFox</title><link rel="alternate" type="text/html" href="http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx" /><id>http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx</id><published>2008-01-06T03:06:00Z</published><updated>2008-01-06T03:06:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-size:10pt;font-family:'Arial','sans-serif';"&gt;If you have ever developed a site that is centrally aligned that has a vertical scrollbar on some pages and not on others then I am sure you have come across this problem in Firefox.&amp;nbsp; Basically the page layout appears to jump left and right when switching to a page that needs the scroll bar.&amp;nbsp; This is especially troublesome in Ajax applications as&amp;nbsp;sometimes Firefox will make&amp;nbsp;it look like the entire page has reloaded because of this jump in client side page width.&lt;br /&gt;&lt;br /&gt;There is a fix which will force the scrollbar gutter (notice I did not say scroll bar) to appear and, by doing that will prevent&amp;nbsp;the jumping of the page.&amp;nbsp;The good news is it&amp;rsquo;s actually really simple to implement.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:10pt;font-family:'Arial','sans-serif';"&gt;After investigating about 10 different&amp;nbsp;fixes, this one seems to be the most reliable, and&amp;nbsp;causes the&amp;nbsp;fewest side effects.&lt;/span&gt;&lt;br /&gt;&lt;font color="#a31515" size="2"&gt;&lt;br /&gt;html&lt;/font&gt;&lt;font size="2"&gt; &lt;br /&gt;{ &lt;br /&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height&lt;/font&gt;&lt;font size="2"&gt;: &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;100%&lt;/font&gt;&lt;font size="2"&gt;;&amp;nbsp;&lt;br /&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; overflow-x&lt;/font&gt;&lt;font size="2"&gt;: &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;hidden&lt;/font&gt;&lt;font size="2"&gt;;&lt;br /&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; overflow-y&lt;/font&gt;&lt;font size="2"&gt;: &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;scroll&lt;/font&gt;&lt;font size="2"&gt;;&lt;br /&gt;&lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; overflow&lt;/font&gt;&lt;font size="2"&gt;:&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;-moz-scrollbars-vertical&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;!important&lt;/font&gt;&lt;font size="2"&gt;;&lt;br /&gt;}&lt;/font&gt;&lt;/p&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx&amp;amp;subject=Forcing+a+scrollbar+in+FireFox" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx&amp;amp;title=Forcing+a+scrollbar+in+FireFox" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx&amp;amp;phase=2" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx&amp;amp;title=Forcing+a+scrollbar+in+FireFox" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx&amp;amp;title=Forcing+a+scrollbar+in+FireFox" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx&amp;amp;title=Forcing+a+scrollbar+in+FireFox&amp;amp;top=1" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2008/01/06/forcing-a-scrollbar-in-firfox.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://www.load.com/net/aggbug.aspx?PostID=318" width="1" height="1"&gt;</content><author><name>adam@loadmail.com</name><uri>http://www.load.com/net/members/adam_4000_loadmail.com.aspx</uri></author><category term="HTML" scheme="http://www.load.com/net/blogs/adam/archive/tags/HTML/default.aspx" /><category term="FireFox" scheme="http://www.load.com/net/blogs/adam/archive/tags/FireFox/default.aspx" /><category term="CSS" scheme="http://www.load.com/net/blogs/adam/archive/tags/CSS/default.aspx" /></entry><entry><title>Vista RDP Client Is Slow Connecting To Non Vista Machines.</title><link rel="alternate" type="text/html" href="http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx" /><id>http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx</id><published>2007-12-15T11:20:00Z</published><updated>2007-12-15T11:20:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-size:10pt;font-family:'Arial','sans-serif';"&gt;Ever since I upgraded my personal and development machines&amp;nbsp;to Vista, I have been having problems connecting to non Vista machines over the internet using Terminal Services.&amp;nbsp; I could connect and log in no problem, but they were incredibly slow.&amp;nbsp; I could move windows around and then I would have to wait about 20 seconds and the screen to update.&amp;nbsp; Now I am quite familiar with slow connections and update lag, but this was different.&amp;nbsp; In normal slow situations the screen would re-draw itself, 100 pixel at a time block by block, but what I was seeing would not update at all and then after about 10 to 20 seconds the entire screen would just update.&lt;br /&gt;&lt;br /&gt;Well all of those problems are behind me because I have finally found the answer.&amp;nbsp; I figured I would post the solution here for two reasons #1 it&amp;#39;s a lot easier for me to come back here and reference it, (I know that sounds selfish) #2 I know a lot of our users / clients use terminal services, and I can only assume that a vista upgrade has happened or is in a lot of peoples future (either by choice or necessity).&lt;br /&gt;&lt;br /&gt;RDP 6.0, the version that currently ships with Vista, has an auto tuning feature that has at least in our environment (and many others by the looks of things from a simple Google search) has been known to cause connection slowness or choppiness.&lt;br /&gt;&lt;br /&gt;To get around this the solution is to simply disable the new auto tuning feature of RDP, this basically&amp;nbsp;just makes&amp;nbsp;it work like the prior version used to.&lt;br /&gt;&lt;br /&gt;You have to get to a cmd prompt with Administrative Privlidges.&lt;br /&gt;&lt;br /&gt;The easiest way to do this is to type cmd into the vista search box, and when the CMD program comes up in the list of available program shortcuts, right click on it and select &amp;quot;Run As Administrator&amp;quot;.&amp;nbsp; This will put you in a cmd prompt with Administrative Privileges.&lt;br /&gt;&lt;br /&gt;Here comes the part you have all been waiting for&lt;br /&gt;&lt;br /&gt;at the cmd prompt type the following&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-family:'Arial','sans-serif';"&gt;netsh interface tcp set global autotuninglevel=disabled&lt;/span&gt;&lt;/em&gt;&lt;em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/em&gt;and then hit enter.&amp;nbsp; Once the command completes you will see an &amp;quot;OK&amp;quot;, after this you should be able to connect using RDP with no problems.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;If you ever want to turn the Auto Tuning features back on just run the same command, changing the last part to &amp;quot;enabled&amp;quot; instead of &amp;quot;disabled&amp;quot;.&amp;nbsp; (I know I just had to make sure I said something about it.)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Adam&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;font face="Calibri" size="3"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx&amp;amp;subject=Vista+RDP+Client+Is+Slow+Connecting+To+Non+Vista+Machines." target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx&amp;amp;title=Vista+RDP+Client+Is+Slow+Connecting+To+Non+Vista+Machines." target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx&amp;amp;phase=2" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx&amp;amp;title=Vista+RDP+Client+Is+Slow+Connecting+To+Non+Vista+Machines." target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx&amp;amp;title=Vista+RDP+Client+Is+Slow+Connecting+To+Non+Vista+Machines." target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx&amp;amp;title=Vista+RDP+Client+Is+Slow+Connecting+To+Non+Vista+Machines.&amp;amp;top=1" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/12/15/vista-rdp-client-is-slow-connecting-to-non-vista-machines.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://www.load.com/net/aggbug.aspx?PostID=315" width="1" height="1"&gt;</content><author><name>adam@loadmail.com</name><uri>http://www.load.com/net/members/adam_4000_loadmail.com.aspx</uri></author><category term="MS" scheme="http://www.load.com/net/blogs/adam/archive/tags/MS/default.aspx" /><category term="Microsoft" scheme="http://www.load.com/net/blogs/adam/archive/tags/Microsoft/default.aspx" /><category term="RDP 6.0" scheme="http://www.load.com/net/blogs/adam/archive/tags/RDP+6.0/default.aspx" /><category term="Vista" scheme="http://www.load.com/net/blogs/adam/archive/tags/Vista/default.aspx" /></entry><entry><title>My first blog post / Exciting things are happening / We are hiring</title><link rel="alternate" type="text/html" href="http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx" /><id>http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx</id><published>2007-06-15T02:29:00Z</published><updated>2007-06-15T02:29:00Z</updated><content type="html">&lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;p&gt;I told my self that I was going to write my first blog post about something really interesting, and basically what happened was that I thought about what to write so long that I never actually got the time to sit down and write it.&amp;nbsp; So, now I am writing a post out of necessity as much as I am to get the blog-post-writing ball rolling.&lt;/p&gt;&lt;p&gt;Right now we are in the process of working on new versions of &lt;a href="http://www.load.com/loadmail/?aid=rogasblog" title="Business E-Mail Hosting" target="_blank"&gt;LoadMail&lt;/a&gt;, &lt;a href="http://www.load.com/companywebsite/?aid=rogasblog" title="Content Management for Franchisees" target="_blank"&gt;CompanyWebsite&lt;/a&gt;, &lt;a href="http://www.load.com/products/youload/?aid=rogasblog" title="Send Large Files" target="_blank"&gt;YouLoad&lt;/a&gt; as well as some additional products that we have not announced just yet.&amp;nbsp; As you can imagine, we are&amp;nbsp;extremely busy. Additionally, doing all of this&amp;nbsp;new development&amp;nbsp;while growing the company organically&amp;nbsp;has made things even more challenging when new&amp;nbsp;deals come to the table.&amp;nbsp; &lt;/p&gt;&lt;p&gt;I am looking for a few good men (or women, I didn&amp;#39;t forget about you ladies) to join our crack team of elite developers (ok, so they made me write that).&amp;nbsp; We have a very tight group of developers at&amp;nbsp;Load and we are looking to expand our group while still maintaining the cohesion that you get from a small development team.&amp;nbsp; The ideal candidates should be performance freaks (just to clarify, effective immediately&amp;nbsp;Load will no longer be hiring freak performers, I&amp;#39;m sorry but its just not going to work out, we have met our federally mandated quota). But seriously, we strive to squeeze every last drop of performance from our servers and that starts at the code and planning levels.&amp;nbsp; We know that what we are trying to achieve has been tried by larger firms, with more developers, and&amp;nbsp;there are no questions about it --&amp;nbsp;this is a difficult task, but I know we are up to it.&lt;/p&gt;&lt;p&gt;&lt;img align="right" alt="image" border="0" height="247" src="http://www.load.com/net/blogs/adam/WindowsLiveWriter/MyfirstblogpostExcitingthingsarehappenin_10517/image_5.png" style="margin:0px 0px 5px 40px;border:0px;" width="330" /&gt; &lt;strong&gt;The first requirement&lt;/strong&gt; of the ideal candidate is that you must know C#,&amp;nbsp;and I mean &lt;u&gt;really&lt;/u&gt; know it.&amp;nbsp; You should know about generics, and know when and when not to use them.&amp;nbsp;&amp;nbsp;You should understand reflection and it&amp;#39;s benefits and drawbacks.&amp;nbsp; You should have an understanding of what linq is *(it is not a Nintendo character, although I do have a dog named Zelda) and how it is going to affect C# and SQL development in the future.&amp;nbsp; You should understand and appreciate the implications of designing for scalability and availability and it&amp;#39;s tradeoffs with raw performance.&amp;nbsp; This can be a real Doozie, (YES! I&amp;nbsp;found a way to get my other dog&amp;#39;s name&amp;nbsp;in this paragraph).&amp;nbsp;I believe that many programmers can build fast programs, but it&amp;#39;s the&amp;nbsp;ones whose fast programs scale that&amp;nbsp;interest me.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;The second requirement&lt;/strong&gt; of the ideal candidate is that you are a JavaScript rock star.&amp;nbsp; What does this mean . . . ? &amp;nbsp;Well again, a lot of web programmers know JavaScript, and use it in form validation or DHTML scenarios, alert, confirm, document.write() are all 101 level stuff here when compared to what is needed to achieve the types of applications we are trying to bring from the desktop to the browser.&amp;nbsp; You should know about JavaScript prototyping, browser capability abstraction methodologies, and the implications of using JSON vs XML in your AJAX applications.&amp;nbsp; Above all, you should treat JavaScript as a full fledged programming language and not the red-headed-scripting-language stepchild of Java.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;The ideal candidate&lt;/strong&gt; should have a mastery of MS T-SQL.&amp;nbsp; MS T-SQL is the Microsoft version of the T-SQL language.&amp;nbsp;This is the language that all of our applications and servers use to speak to our databases.&amp;nbsp; Without an in-depth understanding of SQL and the related MS-SQL server technologies, you would have a very shy application, and nobody likes the shy kid, so stop being such a shy loser and get some SQL, son. That will get you all the fly honeys.&lt;/p&gt;&lt;p&gt;An understanding of any of following&amp;nbsp;technologies are things that would&amp;nbsp;really make you stand out among the&amp;nbsp;&lt;em&gt;thousands&amp;nbsp;of qualified applicants&lt;/em&gt;&amp;nbsp;whose resumes are flooding my office. (Ok, not really, I need some help here and&amp;nbsp;&lt;em&gt;good&lt;/em&gt; help is hard to find.)&amp;nbsp;&amp;nbsp;If you know any one that is looking, or if you are looking yourself,&amp;nbsp;and feel you have what it takes, please &lt;a href="mailto:jobs@load.com"&gt;send us your Resume&lt;/a&gt; and include a cover letter explaining why Load should consider choosing YOU to join our team.&lt;/p&gt;&lt;p&gt;In case you&amp;#39;re curious, here is&amp;nbsp;a list of things we&amp;#39;ve got &amp;quot;on the board&amp;quot; and are currently working on today:&lt;br /&gt;&lt;br /&gt;E-Mail Servers&lt;br /&gt;Web Analytics&lt;br /&gt;DNS&lt;br /&gt;Encryption / Security&lt;br /&gt;Spam Blocking Methodologies&lt;br /&gt;Bayes Filtering&lt;br /&gt;LDAP Protocol&lt;br /&gt;Web Services&lt;br /&gt;Windows Services&lt;br /&gt;Adobe Plugins&lt;br /&gt;Office / Outlook Express Plugins ( yes belive it or not they use different technology )&lt;br /&gt;ASP 3.0 ( the old one in vbscript )&lt;br /&gt;Team Foundation Services&lt;br /&gt;Flash ActionScript&lt;br /&gt;&lt;br /&gt;Well, lets hope I get better at this so you don&amp;#39;t have to suffer through my posts any more.&lt;br /&gt;&lt;br /&gt;-Adam&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx&amp;amp;subject=My+first+blog+post+%2f+Exciting+things+are+happening+%2f+We+are+hiring" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx&amp;amp;title=My+first+blog+post+%2f+Exciting+things+are+happening+%2f+We+are+hiring" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx&amp;amp;phase=2" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx&amp;amp;title=My+first+blog+post+%2f+Exciting+things+are+happening+%2f+We+are+hiring" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx&amp;amp;title=My+first+blog+post+%2f+Exciting+things+are+happening+%2f+We+are+hiring" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx&amp;amp;title=My+first+blog+post+%2f+Exciting+things+are+happening+%2f+We+are+hiring&amp;amp;top=1" target="_blank" title = "Post http://www.load.com/net/blogs/adam/archive/2007/06/15/my-first-blog-post-exciting-things-are-happening-we-are-hiring.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://www.load.com/net/aggbug.aspx?PostID=281" width="1" height="1"&gt;</content><author><name>adam@loadmail.com</name><uri>http://www.load.com/net/members/adam_4000_loadmail.com.aspx</uri></author><category term="CompanyWebsite" scheme="http://www.load.com/net/blogs/adam/archive/tags/CompanyWebsite/default.aspx" /><category term="LoadMail" scheme="http://www.load.com/net/blogs/adam/archive/tags/LoadMail/default.aspx" /><category term="YouLoad" scheme="http://www.load.com/net/blogs/adam/archive/tags/YouLoad/default.aspx" /><category term="Jobs" scheme="http://www.load.com/net/blogs/adam/archive/tags/Jobs/default.aspx" /></entry></feed>