Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://www.design-nation.net/en/index.xml

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rss version="2.0">
  3.   <channel>
  4.      <title>design-nation.blog/en</title>
  5.      <link>http://www.design-nation.net/en/</link>
  6.      <description>a blog about actionscript, java, cocoa and software development in general</description>
  7.      <language>en</language>
  8.      <copyright>Copyright 2007</copyright>
  9.      <lastBuildDate>Tue, 03 Jan 2006 11:24:30 +0000</lastBuildDate>
  10.      <generator>http://www.sixapart.com/movabletype/?v=3.2</generator>
  11.      <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  12.  
  13.            <item>
  14.         <title>Flash Lite or J2ME?</title>
  15.         <description><![CDATA[<p>Almost a year ago, <a href="http://www.design-nation.net/en/archives/000453.php">I posted a comparison between Flash Lite and J2ME</a>.</p>
  16.  
  17. <p>As you probably now, the <a href="http://labs.macromedia.com/technologies/flashlite2_update_flashpro8/">Flash Lite 2 update for Flash Professional 8</a> has just been released through Macromedia Labs, and it’s time to rewrite that post.</p>]]></description>
  18.         <link>http://www.design-nation.net/en/archives/002161.php</link>
  19.         <guid>http://www.design-nation.net/en/archives/002161.php</guid>
  20.         <category>FlashLite</category>
  21.         <pubDate>Tue, 03 Jan 2006 11:24:30 +0000</pubDate>
  22.      </item>
  23.            <item>
  24.         <title>FlashLite player 2 is available</title>
  25.         <description><![CDATA[<p>I'm sure you have read in the aggregators, but I won't do any harm to read about it once again.</p>
  26.  
  27. <p>FlashLite 2 player is available through the <a href="http://www.macromedia.com/cfusion/store/index.cfm?store=OLS-EU&view=ols_prod&category=/Software/Development/StandAlones/FlashLite2">la Adobe online store</a>, and it costs 8 € (ex. VAT).</p>
  28.  
  29. <p>There is no official documentation yet, and it is not possible to start developing specific content, but at least we can start testing our old FlashLite 1.1 apps against the new player ;)</p>
  30.  
  31. <p>You can read more about the announcement <a href="http://www.flashdevices.net/2005/12/flash-lite-player-2-now-available.html">at Flash Devices</a>.</p>
  32.  
  33. <p>Enjoy your new toy...</p>]]></description>
  34.         <link>http://www.design-nation.net/en/archives/002160.php</link>
  35.         <guid>http://www.design-nation.net/en/archives/002160.php</guid>
  36.         <category>FlashLite</category>
  37.         <pubDate>Wed, 21 Dec 2005 15:03:59 +0000</pubDate>
  38.      </item>
  39.            <item>
  40.         <title>Business &amp; marketing for the Mac Developer</title>
  41.         <description><![CDATA[<p>The <a href="http://developer.apple.com/">Apple Developer Connection</a> website has added a new section that provides, among other useful tips, a collection of Business & Marketing Frequently Asked Questions, information about specific markets (like education, science & technology...).</p>
  42.  
  43. <p>I think it's worth a read if you are a Mac developer.</p>
  44.  
  45. <p><a href="http://developer.apple.com/business/index.html">Business & Marketing for the Mac Developer</a></p>]]></description>
  46.         <link>http://www.design-nation.net/en/archives/002159.php</link>
  47.         <guid>http://www.design-nation.net/en/archives/002159.php</guid>
  48.         <category>Mac</category>
  49.         <pubDate>Mon, 12 Dec 2005 08:53:01 +0000</pubDate>
  50.      </item>
  51.            <item>
  52.         <title>How to write unmaintenable code</title>
  53.         <description><![CDATA[<p>And old link, that I lost, and that I found again yesterday. I love the opening quote: <i>" Never ascribe to malice, that which can be explained by incompetence"</i></p>
  54.  
  55. <p>A funny read: <a href="http://thc.org/root/phun/unmaintain.html">how to write unmaintenable code</a></p>]]></description>
  56.         <link>http://www.design-nation.net/en/archives/002158.php</link>
  57.         <guid>http://www.design-nation.net/en/archives/002158.php</guid>
  58.         <category>General</category>
  59.         <pubDate>Sat, 26 Nov 2005 07:53:33 +0000</pubDate>
  60.      </item>
  61.            <item>
  62.         <title>[Cocoa] Memory management and exceptions</title>
  63.         <description><![CDATA[<p>In languages like Java and actionscript, the "runtime" manages memory, using what is called a garbage collector, that reclaims the memory occupied by an object once it determines that object is no longer accessible. In Objective-C, the programmer must release the resources that he or she has previously allocated to be used by the program.</p>
  64.  
  65. <p>Memory management is not difficult by itself, because the developer must follow only a few rules, but it is the source of many memory leaks, specially when the program behaves in an unexpected way.</p>
  66.  
  67. <p>So, what happens when we need to throw exceptions?. How can we be sure that we are not producing memory leaks?. Chris Hanson writes about it in <a href="http://www.livejournal.com/users/chanson/126035.html">Cocoa memory management & exceptions</a></p>]]></description>
  68.         <link>http://www.design-nation.net/en/archives/002157.php</link>
  69.         <guid>http://www.design-nation.net/en/archives/002157.php</guid>
  70.         <category>Cocoa</category>
  71.         <pubDate>Wed, 23 Nov 2005 16:55:10 +0000</pubDate>
  72.      </item>
  73.            <item>
  74.         <title>Tomorrow in the papers</title>
  75.         <description><![CDATA[<p>design-nation is in the papers. In the October's issue of <a href="http://www.macworld.es">MacWorld Spain</a>, there is an articles written by me, the First Contact with Macromedia Studio 8.</p>
  76.  
  77. <p>Even with that article, the magazine is full of interesting contents, like a report about the .Mac services, an in-depth article about iMovieHD or a comparison between all the Macs.</p>
  78.  
  79. <p>If you can read Spanish, you should buy it...</p>]]></description>
  80.         <link>http://www.design-nation.net/en/archives/002156.php</link>
  81.         <guid>http://www.design-nation.net/en/archives/002156.php</guid>
  82.         <category>Flash-ActionScript</category>
  83.         <pubDate>Thu, 03 Nov 2005 22:29:23 +0000</pubDate>
  84.      </item>
  85.            <item>
  86.         <title>Design patterns poster</title>
  87.         <description><![CDATA[<p>I am sure you have heard about the Head First series and about the <a href="http://www.amazon.co.uk/exec/obidos/ASIN/0596007124/qid=1130864263/sr=8-1/ref=sr_8_xs_ap_i1_xgl/202-7220919-6724630">Head First Design Patterns</a> book, because it is probably the best introductory book to <i>understand</i> design patterns.</p>
  88.  
  89. <p>Last week I was browsing amazon when I found this item: <a href="http://www.amazon.co.uk/exec/obidos/ASIN/0596102143/qid=1130864263/sr=8-2/ref=sr_8_xs_ap_i2_xgl/202-7220919-6724630">Head First Design Patterns Poster</a>.</p>
  90.  
  91. <p><img src="http://www.design-nation.net/en//archives/designPatternsPoster.jpg" border="0" height="399" width="414" alt="designPatternsPoster.jpg" align="" /></p>
  92.  
  93. <p>As its name says, it is a poster (a big one, in fact) that contains a graph (taken from the original book), not an UML diagram but a graph that explains the pattern and also the page number of the pattern in both the Gang of four and Head First Design Patterns.</p>
  94.  
  95. <p>It visually summarizes 18 patterns, and it is attached to the wall in front of my computer right now...</p>
  96.  
  97. <p>(By the way, all the links in this post will NOT earn me a comission).</p>]]></description>
  98.         <link>http://www.design-nation.net/en/archives/002155.php</link>
  99.         <guid>http://www.design-nation.net/en/archives/002155.php</guid>
  100.         <category>Design Patterns</category>
  101.         <pubDate>Tue, 01 Nov 2005 18:12:55 +0000</pubDate>
  102.      </item>
  103.            <item>
  104.         <title>And the pattern was...</title>
  105.         <description><![CDATA[<p>Strategy. That was the name of the pattern in <a href="http://www.design-nation.net/en/archives/000886.php">yesterday's post</a>.</p>]]></description>
  106.         <link>http://www.design-nation.net/en/archives/002154.php</link>
  107.         <guid>http://www.design-nation.net/en/archives/002154.php</guid>
  108.         <category>Design Patterns</category>
  109.         <pubDate>Tue, 18 Oct 2005 08:42:19 +0000</pubDate>
  110.      </item>
  111.            <item>
  112.         <title>An example of the guess-its-name pattern</title>
  113.         <description><![CDATA[<p>UPDATED: This is the Strategy Pattern. So, the title of the post could be "An example of the strategy pattern in actionscript"</p>
  114.  
  115. <p>Professor Coupling has been enjoying his well deserved hollidays after conquering the world (yes, since the last time we knew about him he seems to have succeeded with his evil plan).</p>
  116.  
  117. <p>But ruling the world is quite boring. Professor Coupling misses the old times, when nobody understood him, when he could hate all the world's leaders because they ignored him... Now he has to deal with a lot of paperwork everyday, and he misses when he could hang around with his troops, telling jokes, and drinking beer.</p>
  118.  
  119. <p>So, he has decided that, to combat this mortal boredom, he wants to see a millitary parade everyday. A different parade everyday, formed by a different selection from his troops. One day he will ask his Marshal to form a parade with the cows from the company B, another day he will want a parade formed by all the sheeps whose name contains an "a"... Evil geniuses...</p>]]></description>
  120.         <link>http://www.design-nation.net/en/archives/002153.php</link>
  121.         <guid>http://www.design-nation.net/en/archives/002153.php</guid>
  122.         <category>Flash-ActionScript</category>
  123.         <pubDate>Mon, 17 Oct 2005 07:26:57 +0000</pubDate>
  124.      </item>
  125.            <item>
  126.         <title>[Cocoa] Some links</title>
  127.         <description><![CDATA[<p>In the last weeks there have been some interesting posts about Cocoa. In <a href="http://theocacao.com/">Theobroma Cacao</a>, Scott Stevenson has posted two articles about key-value coding:</p>
  128.  
  129. <ul>
  130. <li><a href="http://theocacao.com/document.page/161">Key-Value Coding (KVC) and Generic Programming</a></li>
  131. <li><a href="http://theocacao.com/document.page/165">NSArray and KVC</a></li>
  132. </ul>
  133.  
  134. <p>In <a href="http://www.macgeekery.com">Mac Geekery</a>, <a href="http://www.codepoetry.net/">codepoet</a> has posted two tutorials about Core Data:</p>
  135.  
  136. <ul>
  137. <li><a href="http://www.macgeekery.com/gspot/2005-40/core_data_as_a_cheap_database">Core Data as a Cheap Database</a></li>
  138. <li><a href="http://www.macgeekery.com/development/multiple_entities_in_a_core_data_database">Multiple Entities in a Core Data Database</a></li>
  139. </ul>]]></description>
  140.         <link>http://www.design-nation.net/en/archives/002152.php</link>
  141.         <guid>http://www.design-nation.net/en/archives/002152.php</guid>
  142.         <category>Cocoa</category>
  143.         <pubDate>Sun, 16 Oct 2005 22:01:48 +0000</pubDate>
  144.      </item>
  145.            <item>
  146.         <title>[Cocoa] Introduction to memory management</title>
  147.         <description><![CDATA[<p>Informit published an article a few days ago about memory management in Cocoa, called <i><a href="http://www.informit.com/articles/article.asp?p=377302&rl=1">A Java Programmer's Introduction to Objective-C: Memory Management</a></i>.</p>
  148.  
  149. <p>The article focuses on the differences between Java and Cocoa regarding memory management, and it can be useful as an introduction to the most important, powerful and complex aspect of Objective-C, which is the lack of a garbage collector.</p>
  150.  
  151. <p><a href="http://www.informit.com/articles/article.asp?p=377302&rl=1">A Java Programmer's Introduction to Objective-C: Memory Management</a></p>]]></description>
  152.         <link>http://www.design-nation.net/en/archives/002151.php</link>
  153.         <guid>http://www.design-nation.net/en/archives/002151.php</guid>
  154.         <category>Cocoa</category>
  155.         <pubDate>Sun, 09 Oct 2005 17:56:06 +0000</pubDate>
  156.      </item>
  157.            <item>
  158.         <title>[J2ME] Netbeans Mobility Pack 5.0 beta</title>
  159.         <description><![CDATA[<p>Yesterday was a busy day at NetBeans. Not only they have released <a href="http://www.netbeans.org/downloads/index.html">NetBeans 5.0 beta</a>, but also  <a href="http://www.netbeans.org/kb/50/mobility.html">Mobility Pack 5.0 beta</a></p>
  160.  
  161. <p>At first glance, there are some new features that will make our life a bit easier: JSR 172 ( webservices ) support, improved UI designer, and improved support for emulators.</p>
  162.  
  163. <p>More information and downloads here: <a href="http://www.netbeans.org/kb/50/mobility.html">Java ME MIDP Development for NetBeans IDE 5.0</a></p>]]></description>
  164.         <link>http://www.design-nation.net/en/archives/002150.php</link>
  165.         <guid>http://www.design-nation.net/en/archives/002150.php</guid>
  166.         <category>J2ME</category>
  167.         <pubDate>Thu, 29 Sep 2005 10:28:18 +0000</pubDate>
  168.      </item>
  169.            <item>
  170.         <title>[J2ME] Some articles of interest</title>
  171.         <description><![CDATA[<p>Sony-Ericsson's Developer World has published the third article in a series about 3D programming. This is new article is about programming particle systems </p>
  172.  
  173. <p>Here are the links to the three articles:</p>
  174.  
  175. <ul>
  176. <li><a href="http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/mobilejava3d/p_java3d_tutorial_part1_compliments_redikod.jsp?link_techtips=java3d-redikodtutorialpart1">3D programming tutorial for mobile devices using M3G</a></li>
  177. <li><a href="http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/mobilejava3d/p_java3d_tutorial_part2_compliments_redikod.jsp?link_techtips=java3d-redikodtutorialpart2">3D programming tutotial part two: Light 3D theory and orientation</a></li>
  178. <li><a href="http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/mobilejava3d/p_java3d_tutorial_part3_compliments_redikod.jsp?link_techtips=java3d-redikodtutorialpart3">3d programming tutorial part three: particle systems and immediate mode rendering</a></li>
  179. </ul>
  180.  
  181. <p>Sun Developer Network has published the second article in a series about ecryption in MIDP</p>
  182.  
  183. <ul>
  184. <li><a href="http://developers.sun.com/techtopics/mobility/midp/articles/security4/">MIDP Application Scrutiry 4: Encryption in MIDP</a></li>
  185. </ul>]]></description>
  186.         <link>http://www.design-nation.net/en/archives/002149.php</link>
  187.         <guid>http://www.design-nation.net/en/archives/002149.php</guid>
  188.         <category>J2ME</category>
  189.         <pubDate>Thu, 29 Sep 2005 00:14:05 +0000</pubDate>
  190.      </item>
  191.            <item>
  192.         <title>An interesting post about floats</title>
  193.         <description><![CDATA[<p><a href="http://ridiculousfish.com/blog/?p=24">Ridiculous_fish</a> has published a very interesting post about floating point numbers. Although it is oriented to explain how things work in the Cocoa world, it brings a lot of useful information about floats.</p>
  194.  
  195. <p>I think it is really worth to check it out.</p>
  196.  
  197. <p><a href="http://ridiculousfish.com/blog/?p=24">Float</a></p>]]></description>
  198.         <link>http://www.design-nation.net/en/archives/002148.php</link>
  199.         <guid>http://www.design-nation.net/en/archives/002148.php</guid>
  200.         <category>General</category>
  201.         <pubDate>Tue, 27 Sep 2005 11:18:09 +0000</pubDate>
  202.      </item>
  203.            <item>
  204.         <title>[Cocoa] Apple launches the ADC Bookshelf</title>
  205.         <description><![CDATA[<p>Which is just an Apple-branded <a href="http://www.safaribooksonline.com/home.asp">Safari Bookshelf</a>, but that promises to be focused on Mac related titles.</p>
  206.  
  207. <p>I am still not sure if I like the idea of buying things that in fact I am just renting instead of buying, but...</p>
  208.  
  209. <p><a href="http://developer.apple.com/adcbookshelf/">ADC bookshelf</a></p>]]></description>
  210.         <link>http://www.design-nation.net/en/archives/002147.php</link>
  211.         <guid>http://www.design-nation.net/en/archives/002147.php</guid>
  212.         <category>Cocoa</category>
  213.         <pubDate>Mon, 26 Sep 2005 23:33:15 +0000</pubDate>
  214.      </item>
  215.      
  216.   </channel>
  217. </rss>
  218.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//www.design-nation.net/en/index.xml

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda