<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Fabricadecosas's Code Snippets</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 27 Jul 2008 02:23:57 GMT</pubDate>
    <description>DZone Snippets: Fabricadecosas's Code Snippets</description>
    <item>
      <title>embed flickr slideshow</title>
      <link>http://snippets.dzone.com/posts/show/5804</link>
      <description>// embed flickr slideshow&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;iframe align="center" src="http://www.flickr.com/slideShow/index.gne?user_id=12345678@N00&amp;tags=YOUR_TAGS" frameBorder="0" "width=500" height="500" scrolling="no"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Mon, 21 Jul 2008 19:59:39 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5804</guid>
      <author>fabricadecosas (ana m.)</author>
    </item>
    <item>
      <title>Display recent posts from a category</title>
      <link>http://snippets.dzone.com/posts/show/5485</link>
      <description>// No need of a plugin to do this&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt; &lt;?php&lt;br /&gt; global $post;&lt;br /&gt; $myposts = get_posts('numberposts=5&amp;category=4');&lt;br /&gt; foreach($myposts as $post) :&lt;br /&gt; setup_postdata($post);&lt;br /&gt; ?&gt;&lt;br /&gt; &lt;li&gt;&lt;a href="&lt;?php the_permalink(); ?&gt;" title="&lt;?php the_title(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/li&gt;&lt;br /&gt; &lt;?php endforeach; ?&gt;&lt;br /&gt;&lt;/ul&gt;.&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 11 May 2008 20:25:24 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5485</guid>
      <author>fabricadecosas (ana m.)</author>
    </item>
  </channel>
</rss>
