<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://www.dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>mydarb's Shared Links</title>
    <link>http://www.dzone.com/links/users/shared/261203.html</link>
    <description>DZone: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2006 DZone, Inc.</copyright>
    <pubDate>Sun, 06 Jul 2008 05:52:00 GMT</pubDate>
    <dc:creator>The DZone community</dc:creator>
    <dc:date>2008-07-06T05:52:00Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2006 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/user/shared/261203/rss.xml</dz:selfLink>
    <image>
      <title>DZone: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>Combine Your CSS Media Styles Into One File</title>
      <link>http://www.dzone.com/links/rss/combine_your_css_media_styles_into_one_file_2.html</link>
      <description>I use a single CSS file to make editing easier — no switching buffers, and how often do you set specific styles for print and screen per a CSS class?  Here's show you do it.</description>
      <category>css-html</category>
      <category>how-to</category>
      <category>web design</category>
      <pubDate>Thu, 31 Jan 2008 18:24:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/64190.html</guid>
      <dc:creator>davidwalsh</dc:creator>
      <dc:date>2008-01-31T18:24:11Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/combine_your_css_media_styles_into_one_file_2.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/64190.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I use a single CSS file to make editing easier — no switching buffers, and how often do you set specific styles for print and screen per a CSS class?  Here's show you do it.]]></content:encoded>
      <dz:linkId>64190</dz:linkId>
      <dz:submitDate>2008-01-31T14:05:06Z</dz:submitDate>
      <dz:promoteDate>2008-01-31T18:24:11Z</dz:promoteDate>
      <dz:voteUpCount>10</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>188</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/64190.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>davidwalsh</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/238392.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Creating vCalendars programmatically in C#</title>
      <link>http://www.dzone.com/links/rss/creating_vcalendars_programmatically_in_c.html</link>
      <description>Have you ever wanted to send out meeting requests from your code? Well I wanted to do just that today. And I didnt want to reference the Outlook dll's. I simply wanted to send an email to an attendee's email address.&#xD;
&#xD;
After much searching and alot of useless code I found a gem at http://chuckdotnet.blogspot.com. I took the code there and modified it slightly so that you can send the meeting request to multiple recipients (attendees) at once.</description>
      <category>microsoft</category>
      <category>other languages</category>
      <pubDate>Thu, 17 Jan 2008 04:48:22 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/61922.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2008-01-17T04:48:22Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/creating_vcalendars_programmatically_in_c.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/61922.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Have you ever wanted to send out meeting requests from your code? Well I wanted to do just that today. And I didnt want to reference the Outlook dll's. I simply wanted to send an email to an attendee's email address.

After much searching and alot of useless code I found a gem at http://chuckdotnet.blogspot.com. I took the code there and modified it slightly so that you can send the meeting request to multiple recipients (attendees) at once.]]></content:encoded>
      <dz:linkId>61922</dz:linkId>
      <dz:submitDate>2008-01-17T04:48:22Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>27</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/61922.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Document Your CSS As A Poster</title>
      <link>http://www.dzone.com/links/rss/document_your_css_as_a_poster.html</link>
      <description>I've been using StumbleUpon to find interesting web sites about web development and yesterday I found a site that will generate a poster of your CSS.  It creates an image that resembles a class diagram. I think it is a great way to document your style sheets. One of my style sheets produced such a massive and confusing diagram that I think I'll show it to my client so I'll look like a genius.</description>
      <category>css-html</category>
      <pubDate>Thu, 17 Jan 2008 23:45:09 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/61918.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2008-01-17T23:45:09Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/document_your_css_as_a_poster.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/61918.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I've been using StumbleUpon to find interesting web sites about web development and yesterday I found a site that will generate a poster of your CSS.  It creates an image that resembles a class diagram. I think it is a great way to document your style sheets. One of my style sheets produced such a massive and confusing diagram that I think I'll show it to my client so I'll look like a genius.]]></content:encoded>
      <dz:linkId>61918</dz:linkId>
      <dz:submitDate>2008-01-17T04:36:29Z</dz:submitDate>
      <dz:promoteDate>2008-01-17T23:45:09Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>468</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/61918.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Top 10 Firefox Business Extensions</title>
      <link>http://www.dzone.com/links/rss/top_10_firefox_business_extensions.html</link>
      <description>The techies of the world aren't the only people who use Firefox.</description>
      <category>opinion</category>
      <category>reviews</category>
      <category>tools</category>
      <pubDate>Wed, 16 Jan 2008 19:31:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/61643.html</guid>
      <dc:creator>jdanylko</dc:creator>
      <dc:date>2008-01-16T19:31:15Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/top_10_firefox_business_extensions.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/61643.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> The techies of the world aren't the only people who use Firefox.]]></content:encoded>
      <dz:linkId>61643</dz:linkId>
      <dz:submitDate>2008-01-15T16:53:52Z</dz:submitDate>
      <dz:promoteDate>2008-01-16T19:31:15Z</dz:promoteDate>
      <dz:voteUpCount>11</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>1044</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/61643.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jdanylko</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/207940.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Extensive Robots.txt 101</title>
      <link>http://www.dzone.com/links/rss/extensive_robotstxt_101.html</link>
      <description>1. The Good Way, 2. The Popular way and 3. The Definitive way of using Robots.txt</description>
      <category>how-to</category>
      <category>server</category>
      <category>standards</category>
      <category>web design</category>
      <pubDate>Tue, 15 Jan 2008 17:32:22 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/61576.html</guid>
      <dc:creator>sandpetra</dc:creator>
      <dc:date>2008-01-15T17:32:22Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/extensive_robotstxt_101.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/61576.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> 1. The Good Way, 2. The Popular way and 3. The Definitive way of using Robots.txt]]></content:encoded>
      <dz:linkId>61576</dz:linkId>
      <dz:submitDate>2008-01-15T10:59:22Z</dz:submitDate>
      <dz:promoteDate>2008-01-15T17:32:22Z</dz:promoteDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>238</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/61576.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>sandpetra</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/209715.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>5 Reasons To Have A Documentation Strategy</title>
      <link>http://www.dzone.com/links/rss/5_reasons_to_have_a_documentation_strategy.html</link>
      <description>First and foremost let me explain that I am not talking about the help files you should write for your application users. This task is better left in the hands of professionals; your tech-pubs department. Your documentation strategy is for the code that goes into your application. This is a more technical documentation, and should be written by the same experts that write the code.</description>
      <category>opinion</category>
      <category>tools</category>
      <category>trends</category>
      <pubDate>Tue, 15 Jan 2008 06:07:00 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/61540.html</guid>
      <dc:creator>MKnopfler</dc:creator>
      <dc:date>2008-01-15T06:07:00Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/5_reasons_to_have_a_documentation_strategy.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/61540.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> First and foremost let me explain that I am not talking about the help files you should write for your application users. This task is better left in the hands of professionals; your tech-pubs department. Your documentation strategy is for the code that goes into your application. This is a more technical documentation, and should be written by the same experts that write the code.]]></content:encoded>
      <dz:linkId>61540</dz:linkId>
      <dz:submitDate>2008-01-15T06:07:00Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>64</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/61540.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>MKnopfler</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/263663.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How to Write a Killer "How to" Article in 7 Easy Steps</title>
      <link>http://www.dzone.com/links/rss/how_to_write_a_killer_how_to_article_in_7_easy_st.html</link>
      <description>The most effective strategy that I've used to date to promote myself online, establish my expertise, and develop a following has been to write at least one quality "how to" article weekly and get that submitted to online article banks and directories. I love writing these "how to" articles in a tips format, i.e. 7 Secrets to...or 5 Strategies to Help You...</description>
      <category>how-to</category>
      <category>opinion</category>
      <pubDate>Tue, 15 Jan 2008 13:57:35 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/61537.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2008-01-15T13:57:35Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/how_to_write_a_killer_how_to_article_in_7_easy_st.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/61537.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> The most effective strategy that I've used to date to promote myself online, establish my expertise, and develop a following has been to write at least one quality "how to" article weekly and get that submitted to online article banks and directories. I love writing these "how to" articles in a tips format, i.e. 7 Secrets to...or 5 Strategies to Help You...]]></content:encoded>
      <dz:linkId>61537</dz:linkId>
      <dz:submitDate>2008-01-15T04:31:03Z</dz:submitDate>
      <dz:promoteDate>2008-01-15T13:57:35Z</dz:promoteDate>
      <dz:voteUpCount>19</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>716</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/61537.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Firefox 3.0: A web developer's view on changes &amp; benefits</title>
      <link>http://www.dzone.com/links/rss/firefox_30_a_web_developers_view_on_changes_benef.html</link>
      <description>A thorough (though long) article on changes that Firefox 3.0 will have on web developers.  The author hits on Javascript changes because of the new DOM engine, CSS changes and more.</description>
      <category>css-html</category>
      <category>javascript</category>
      <category>standards</category>
      <category>xml</category>
      <pubDate>Tue, 15 Jan 2008 03:43:38 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/61467.html</guid>
      <dc:creator>etm117</dc:creator>
      <dc:date>2008-01-15T03:43:38Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/firefox_30_a_web_developers_view_on_changes_benef.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/61467.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> A thorough (though long) article on changes that Firefox 3.0 will have on web developers.  The author hits on Javascript changes because of the new DOM engine, CSS changes and more.]]></content:encoded>
      <dz:linkId>61467</dz:linkId>
      <dz:submitDate>2008-01-14T19:28:45Z</dz:submitDate>
      <dz:promoteDate>2008-01-15T03:43:38Z</dz:promoteDate>
      <dz:voteUpCount>29</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>933</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/61467.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>etm117</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/245788.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Rethinking Software Development</title>
      <link>http://www.dzone.com/links/rss/rethinking_software_development.html</link>
      <description>I guess it's fair to say that most of us who are in the software delivery field are familiar with the implement-&gt;build-&gt;review cycle in software development. Regardless of the development methodology practiced, those phases will be there, with similar names or not. To reiterate, typical software development usually goes like this...</description>
      <category>methodology</category>
      <pubDate>Tue, 15 Jan 2008 16:57:26 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/61402.html</guid>
      <dc:creator>mostlyharmless</dc:creator>
      <dc:date>2008-01-15T16:57:26Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/rethinking_software_development.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/61402.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I guess it's fair to say that most of us who are in the software delivery field are familiar with the implement->build->review cycle in software development. Regardless of the development methodology practiced, those phases will be there, with similar names or not. To reiterate, typical software development usually goes like this...]]></content:encoded>
      <dz:linkId>61402</dz:linkId>
      <dz:submitDate>2008-01-14T12:44:56Z</dz:submitDate>
      <dz:promoteDate>2008-01-15T16:57:26Z</dz:promoteDate>
      <dz:voteUpCount>8</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>484</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/61402.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mostlyharmless</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/217678.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Working With Design Patterns: Memento</title>
      <link>http://www.dzone.com/links/rss/working_with_design_patterns_memento.html</link>
      <description>The Memento design pattern presents a consistent solution for storing state, allowing you to build undo and redo support in your applications with ease.</description>
      <category>how-to</category>
      <category>java</category>
      <pubDate>Fri, 11 Jan 2008 20:24:29 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/60912.html</guid>
      <dc:creator>Peter Stofferis</dc:creator>
      <dc:date>2008-01-11T20:24:29Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/working_with_design_patterns_memento.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/60912.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> The Memento design pattern presents a consistent solution for storing state, allowing you to build undo and redo support in your applications with ease.]]></content:encoded>
      <dz:linkId>60912</dz:linkId>
      <dz:submitDate>2008-01-10T12:34:10Z</dz:submitDate>
      <dz:promoteDate>2008-01-11T20:24:29Z</dz:promoteDate>
      <dz:voteUpCount>7</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>581</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/60912.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>PeterStofferis</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/119725.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

