<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>lamp &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/lamp/</link>
	<description>Feed of posts on WordPress.com tagged "lamp"</description>
	<pubDate>Tue, 17 Nov 2009 07:13:44 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Sonar Interface Lighting]]></title>
<link>http://lastzactionhero.wordpress.com/2009/11/16/sonar-interface-lighting/</link>
<pubDate>Mon, 16 Nov 2009 05:27:35 +0000</pubDate>
<dc:creator>lastzactionhero</dc:creator>
<guid>http://lastzactionhero.wordpress.com/2009/11/16/sonar-interface-lighting/</guid>
<description><![CDATA[Full assembly of the sonar lamp Detailed schematics Wire wrapped around lamp shade in 1&#8243; segme]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/-yZV9gEAecI&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/-yZV9gEAecI&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>Full assembly of the sonar lamp</p>
<p><img class="alignnone size-medium wp-image-31" title="Full assembly" src="http://lastzactionhero.wordpress.com/files/2009/11/cimg0267.jpg?w=225" alt="Full assembly" width="225" height="300" /></p>
<p><!--more--></p>
<p>Detailed schematics</p>
<p><img class="alignnone size-medium wp-image-32" title="Detailed Schematics" src="http://lastzactionhero.wordpress.com/files/2009/11/planning.jpg?w=225" alt="Detailed Schematics" width="225" height="300" /></p>
<p>Wire wrapped around lamp shade in 1&#8243; segments</p>
<p><img class="alignnone size-medium wp-image-26" title="CIMG0237" src="http://lastzactionhero.wordpress.com/files/2009/11/cimg0237.jpg?w=300" alt="CIMG0237" width="300" height="225" /></p>
<p>LEDs soldered in between wire segments hold the frame together.</p>
<p><img class="alignnone size-medium wp-image-28" title="CIMG0248" src="http://lastzactionhero.wordpress.com/files/2009/11/cimg0248.jpg?w=300" alt="CIMG0248" width="300" height="225" /></p>
<p><img class="alignnone size-medium wp-image-29" title="CIMG0254" src="http://lastzactionhero.wordpress.com/files/2009/11/cimg0254.jpg?w=300" alt="CIMG0254" width="300" height="225" /></p>
<p><img class="alignnone size-medium wp-image-30" title="CIMG0256" src="http://lastzactionhero.wordpress.com/files/2009/11/cimg0256.jpg?w=300" alt="CIMG0256" width="300" height="225" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Install LAMP pada Fedora 11]]></title>
<link>http://sonnysusanto.wordpress.com/2009/11/16/install-lamp-pada-fedora-11/</link>
<pubDate>Mon, 16 Nov 2009 04:55:49 +0000</pubDate>
<dc:creator>sonnysusanto</dc:creator>
<guid>http://sonnysusanto.wordpress.com/2009/11/16/install-lamp-pada-fedora-11/</guid>
<description><![CDATA[LAMP adalah singkatan dari Linux, Apache, MySQL dan PHP. Tutorial ini akan menerangkan tentang cara ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>LAMP</strong> adalah singkatan dari <strong>L</strong>inux, <strong>A</strong>pache, <strong>M</strong>ySQL dan <strong>P</strong>HP. Tutorial ini akan menerangkan tentang cara instalasi webserver Apache, dengan dukungan PHP5 (mod_php) dan MySQL pada Fedora 11.</p>
<p><strong>1. Catatan awal</strong><br />
Tutorial ini menggunakan hostname server1.contoh.com dengan IP 10.3.0.17. Setting ini mungkin berbeda dengan setting di komputer Anda. </p>
<p><strong>2. Instal MySQL 5</strong><br />
Untuk menginstall MySQL, kita menggunakan perintah :</p>
<blockquote><p><code>yum install mysql mysql-server</code></p></blockquote>
<p>Selanjutnya kita konfigure agar MySQL otomatis start pada saat boot, dan start service MySQL:</p>
<blockquote><p><code>chkconfig --levels 235 mysqld on<br />
/etc/init.d/mysqld start<br />
</code></p></blockquote>
<p>Mengganti password MySQL :</p>
<blockquote><p><code><br />
mysqladmin -u root password passwordbaru<br />
mysqladmin -h server1.contoh.com -u root password passwordbaru</code></p></blockquote>
<p><strong>3. Install Apache2</strong><br />
Apache2 dapat diinstall menggunakan perintah berikut :</p>
<blockquote><p><code>yum install httpd</code></p></blockquote>
<p>Setelah itu, konfigure untuk agar Apache start pada saat booting :</p>
<blockquote><p><code>chkconfig --levels 235 httpd on</code></p></blockquote>
<p>Setelah itu start service apache :</p>
<blockquote><p><code>/etc/init.d/httpd on</code></p></blockquote>
<p>Setelah itu browse ke http://10.3.0.17 menggunakan browser Anda.<br />
<div id="attachment_85" class="wp-caption alignnone" style="width: 310px"><img src="http://sonnysusanto.wordpress.com/files/2009/11/screenshot-test-page-for-the-apache-http-server-on-fedora.png?w=300" alt="Halaman Default Apache" title="Screenshot-Test Page for the Apache HTTP Server on Fedora" width="300" height="176" class="size-medium wp-image-85" /><p class="wp-caption-text">Halaman Default Apache</p></div></p>
<p>Pada Fedora, DocumentRoot apache berada pada /var/www/html, dan file konfigurasi berada pada /etc/httpd/conf/httpd.conf. File-file konfigurasi lainnya berada pada folder /etc/httpd/conf.d/.</p>
<p><strong>4. Install PHP5</strong></p>
<blockquote><p><code>yum install php</code></p></blockquote>
<p>Setelah itu, restart service apache</p>
<blockquote><p><code>/etc/init.d/httpd restart</code></p></blockquote>
<p><strong><br />
5. Testing PHP5</strong><br />
Secara standart, DocumentRoot berada pada folder /var/www/html. Kita akan membuat 1 buah file PHP (info.php) di dalam folder tersebut dan kemudian memanggilnya melalui browser. File tersebut berisi tentang informasi-informasi yang berguna tentang PHP yang kita install, termasuk versi PHP yang diinstall.</p>
<blockquote><p><code>vi /var/www/html/info.php</code></p></blockquote>
<p>Dengan isi :<br />
<code></code><br />
Selanjutnya kita browse ke http://10.3.0.17/info.php<br />
<img src="http://sonnysusanto.wordpress.com/files/2009/11/screenshot-phpinfo.png?w=300" alt="Screenshot-phpinfo()" title="Screenshot-phpinfo()" width="300" height="176" class="alignnone size-medium wp-image-88" /><br />
<strong><br />
6. Install php-mysql</strong><br />
Selanjutnya adalah instalasi paket php-mysql.</p>
<blockquote><p><code>yum install php-mysql</code></p></blockquote>
<p>Selanjutnya, restart service Apache :</p>
<blockquote><p><code>/etc/init.d/httpd restart</code></p></blockquote>
<p>Selanjutnya kita browse ke http://10.3.0.17/info.php untuk memastikan bahwa modul php-mysql sudah terinstall.<br />
<img src="http://sonnysusanto.wordpress.com/files/2009/11/screenshot-phpinfo-1.png?w=300" alt="Screenshot-phpinfo-mysql" title="Screenshot-phpinfo-mysql" width="300" height="176" class="alignnone size-medium wp-image-89" /></p>
<p>Tutorial ini merupakan hasil translasi dari http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-11-lamp</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Measuring Your Light Speed – Mark 4:21-25]]></title>
<link>http://pastorblastor.wordpress.com/2009/11/15/measuring-your-light-speed-%e2%80%93-mark-421-25/</link>
<pubDate>Sun, 15 Nov 2009 15:50:58 +0000</pubDate>
<dc:creator>pastorblastor</dc:creator>
<guid>http://pastorblastor.wordpress.com/2009/11/15/measuring-your-light-speed-%e2%80%93-mark-421-25/</guid>
<description><![CDATA[Measuring Your Light Speed – Mark 4:21-25 By Pastor Lee Hemen November 15, 2009 AM I loved physics i]]></description>
<content:encoded><![CDATA[Measuring Your Light Speed – Mark 4:21-25 By Pastor Lee Hemen November 15, 2009 AM I loved physics i]]></content:encoded>
</item>
<item>
<title><![CDATA[DIY: Centerpiece candle holder]]></title>
<link>http://moonsnjunes.wordpress.com/2009/11/15/diy-candle-holder-centerpiece/</link>
<pubDate>Sun, 15 Nov 2009 12:54:41 +0000</pubDate>
<dc:creator>moonsnjunes</dc:creator>
<guid>http://moonsnjunes.wordpress.com/2009/11/15/diy-candle-holder-centerpiece/</guid>
<description><![CDATA[I am not a DIY person. I have resolved that long before I became a bride. I almost always nearly fai]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I am not a DIY person. I have resolved that long before I became a bride. I almost always nearly failed Home Ec. I would swap sewing projects for an elegy composition assignment in high school (My classmates got good grades in their English homework and and I got a fully made skirt in return. Fair enough.)</p>
<p>Obviously, <a href="http://countdown2forever.weddingannouncer.com/" target="_blank">Ivy who is marrying Paolo</a> is NOT like me at all. She made these lamps/candle holders as centerpieces for her wedding. All 18 pieces of them. Amazing. Although she insists it wasn&#8217;t all that hard&#8230; Oh well, you guys might want to try. If you&#8217;re not like me, then you can hack this:</p>
<p>WHAT YOU&#8217;LL NEED:</p>
<p style="text-align:center;"><img class="size-medium wp-image-582 aligncenter" title="materials" src="http://moonsnjunes.wordpress.com/files/2009/11/materials.jpg?w=300" alt="materials" width="300" height="199" /></p>
<p style="text-align:left;">
<p style="text-align:left;">WHAT TO DO:</p>
<p style="text-align:left;">1) First, decide on a design for your lamp/candle holder (In Ivy&#8217;s case, their theme is damask so she printed this design on the vellum paper that was used).  Paste the ends of your vellum paper to form a cylindrical shape.  The diameter should fit your candle holder.</p>
<p style="text-align:left;"><img class="aligncenter size-medium wp-image-585" title="lamp1" src="http://moonsnjunes.wordpress.com/files/2009/11/lamp1.jpg?w=199" alt="lamp1" width="199" height="300" /></p>
<p style="text-align:left;">2) Accessorize by putting ribbons to cover the white margin and other areas that lack design. You can put tassels, beads, crystal, whatever works for you.</p>
<p style="text-align:left;"><img class="aligncenter size-medium wp-image-586" title="lamp2" src="http://moonsnjunes.wordpress.com/files/2009/11/lamp2.jpg?w=199" alt="lamp2" width="199" height="300" /></p>
<p style="text-align:left;">3) Place the vellum paper on the candleholder. You can use battery-operated lights or candles. If you&#8217;re using the latter, use wires to secure your vellum paper.  (Ivy says she read somewhere that a coating of shellac works but she did not try it on this one).</p>
<p style="text-align:center;"><img class="aligncenter" title="lamp3" src="http://moonsnjunes.wordpress.com/files/2009/11/lamp3.jpg?w=199" alt="lamp3" width="199" height="300" /></p>
<p style="text-align:left;">4) Turn it on or light it up and voila! Here you go&#8230;</p>
<p style="text-align:left;">
<p style="text-align:left;"><img class="aligncenter size-medium wp-image-589" title="lamp4" src="http://moonsnjunes.wordpress.com/files/2009/11/lamp41.jpg?w=199" alt="lamp4" width="199" height="300" /></p>
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
<p style="text-align:left;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Top BookMarking Sites]]></title>
<link>http://sandeepkonstant.wordpress.com/2009/11/14/top-bookmarking-sites/</link>
<pubDate>Sat, 14 Nov 2009 06:42:23 +0000</pubDate>
<dc:creator>sandeepkonstant</dc:creator>
<guid>http://sandeepkonstant.wordpress.com/2009/11/14/top-bookmarking-sites/</guid>
<description><![CDATA[Save your important links online with top bookmarking sites&#8230;&#8230; 1 | twitter 2 | digg.com 3]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Save your important links online with top bookmarking sites&#8230;&#8230;</p>
<p>1 &#124; twitter<br />
2 &#124; digg.com<br />
3 &#124; Yahoo! Buzz<br />
4 &#124; tweetmeme.com<br />
5 &#124; StumbleUpon.com<br />
6 &#124; reddit.com<br />
7 &#124; Technorati.com<br />
8 &#124; del.icio.us<br />
9 &#124; kaboodle.com<br />
10 &#124; mixx.com<br />
11 &#124; Propeller.com<br />
12 &#124; newsvine.com<br />
13 &#124; Fark.com<br />
14 &#124; Slashdot.org<br />
15 &#124; twine.com<br />
16 &#124; clipmarks.com<br />
17 &#124; dzone.com<br />
18 &#124; faves.com<br />
19 &#124; blinklist.com<br />
20 &#124; diigo.com</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Dream Machine]]></title>
<link>http://whaaat.wordpress.com/2009/11/14/dream-machine/</link>
<pubDate>Sat, 14 Nov 2009 05:43:00 +0000</pubDate>
<dc:creator>burninglibrarian</dc:creator>
<guid>http://whaaat.wordpress.com/2009/11/14/dream-machine/</guid>
<description><![CDATA[Turntable + lamp + holes + your brain =  DREAMACHINE! The Dreamachine was created by Brion Gysin; th]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><a href="http://en.wikipedia.org/wiki/Dreamachine"><img class="aligncenter" src="http://upload.wikimedia.org/wikipedia/commons/b/b9/Dreamachine_still_lit.jpg" alt="Dreamachine" width="465" height="620" /></a>Turntable + lamp + holes + your brain =  DREAMACHINE!</p>
<p style="text-align:center;">The <a href="http://en.wikipedia.org/wiki/Dreamachine" target="_blank">Dreamachine</a> was created by Brion Gysin; there&#8217;s an NFB documentary about it called FLicKeR. Hypnagogic, baby!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The natural look for less]]></title>
<link>http://stellarspaces.wordpress.com/2009/11/13/the-natural-look-for-less/</link>
<pubDate>Sat, 14 Nov 2009 00:25:58 +0000</pubDate>
<dc:creator>lavidaboca</dc:creator>
<guid>http://stellarspaces.wordpress.com/2009/11/13/the-natural-look-for-less/</guid>
<description><![CDATA[Do you have a lackluster or outdated lampshade that you&#8217;re ready to toss?  Instead, take a few]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Do you have a lackluster or outdated lampshade that you&#8217;re ready to toss?  Instead, take a few minutes for an easy do-it-yourself makeover.  Since I can never seem to find the &#8220;just-right&#8221; lampshade, I&#8217;ve decided to go the DIY route. </p>
<p>There are lots of options for the materials here.  Since I have another lamp I want to coordinate with &#8211; and it&#8217;s linen, I&#8217;m looking for another natural fiber. </p>
<p>Here&#8217;s what you&#8217;ll need:</p>
<p>spray adhesive or fabric glue (depending on the material you select)</p>
<p>AND</p>
<ul>
<li>
<div>sheets of natural fibers from a craft store</div>
</li>
<li>
<div>OR</div>
</li>
<li>
<div>grass cloth wallpaper from a home improvement store</div>
</li>
</ul>
<p>Cut the material to fit the shade &#8211; remember to leave an extra inch at the top and bottom and where the sides of the material meet.  Spray both the shade and the back of the sheet generously with adhesive.  Wrap the cloth tightly around the shade and fold over the extra width at the edges.  Let it dry overnight. </p>
<p>Tip: Make sure your original lampshade is free of dust before adhering the sheet of natural fiber.</p>
<p> <a href="http://www.decorpad.com/photos/2009/01/18/337dd8be2de2.jpg"><img title="view" src="http://www.decorpad.com/photos/2009/01/18/337dd8be2de2.jpg" alt="Home - Pier 1 lamp - linen drum shade, chrome" width="226" height="226" /></a></p>
<p>For another great DIY lampshade <em>au naturale</em>, check out <a href="http://images.google.com/imgres?imgurl=http://creativelittledaisy.typepad.com/.a/6a00d834521b3369e20120a563e836970b-450wi&#38;imgrefurl=http://creativelittledaisy.typepad.com/creative_little_daisy/2009/09/rope-covered-lampshade.html&#38;usg=__7Zik-rkH1ydW_A7daS6nDshkWz0=&#38;h=425&#38;w=450&#38;sz=23&#38;hl=en&#38;start=20&#38;sig2=Gy94IFB-CCZXbgjnIzFmVA&#38;tbnid=9s2dJ8dZAnSvxM:&#38;tbnh=120&#38;tbnw=127&#38;prev=/images%3Fq%3Dseagrass%2Blampshade%26gbv%3D2%26hl%3Den&#38;ei=vvb9Ss7cHYfmnQeYvei8Cw" target="_blank">Creative Little Daisy</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[BlogRoll | Victoria Photographer]]></title>
<link>http://sharinak.com/2009/11/13/blogroll-victoria-photographer/</link>
<pubDate>Fri, 13 Nov 2009 23:33:02 +0000</pubDate>
<dc:creator>sharinakagawa</dc:creator>
<guid>http://sharinak.com/2009/11/13/blogroll-victoria-photographer/</guid>
<description><![CDATA[I seem to be incapable of blogging everyday&#8230; so I thought maybe I&#8217;d show you some blogs ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I seem to be incapable of blogging everyday&#8230; so I thought maybe I&#8217;d show you some blogs that are worth reading everyday. Or as often as they blog. Today I have some technical blogs.</p>
<p><a href="Strobist">Strobist</a> &#8211; You want to know about off camera flash? Here is the place to go. But a word of warning&#8230; you may be inspired to get carried away with gear!</p>
<p><a href="http://www.photocrati.com">Photocrati</a> &#8211; For Photographers by a Photographer. He has tutorials and reviews. Fab!</p>
<p><a href="http://www.pixelatedimage.com">PixelatedImage</a> &#8211; Has all kinds of good stuff. Mostly inspirational (he does NGO work&#8230; *sigh*) but he has some cool and cheap ebooks I may actually buy and reviews.</p>
<p>More next week <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#160;</p>
<p>Oct 26 &#8211; Day 118</p>
<p style="text-align:left;"><a rel="attachment wp-att-567" href="http://sharinak.com/2009/11/13/blogroll-victoria-photographer/palm-victoria-photographer/"><img class="aligncenter size-large wp-image-567" title="Palm Victoria Photographer" src="http://sharinakagawaphotography.wordpress.com/files/2009/11/palm-victoria-photographer.jpg?w=680" alt="Palm Victoria Photographer" width="408" height="614" /></a></p>
<p style="text-align:left;">Oct 27 &#8211; Day 119</p>
<p style="text-align:left;">My new lamp <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:left;"><a rel="attachment wp-att-568" href="http://sharinak.com/2009/11/13/blogroll-victoria-photographer/lamp-victoria-photographer/"><img class="aligncenter size-large wp-image-568" title="Lamp Victoria Photographer" src="http://sharinakagawaphotography.wordpress.com/files/2009/11/lamp-victoria-photographer.jpg?w=680" alt="Lamp Victoria Photographer" width="408" height="614" /></a></p>
<p style="text-align:left;">Oct 28 &#8211; Day 120</p>
<p style="text-align:left;">Loved the light from my window this rainy day.</p>
<p style="text-align:left;"><a rel="attachment wp-att-569" href="http://sharinak.com/2009/11/13/blogroll-victoria-photographer/pretty-light-victoria-photographer/"><img class="aligncenter size-large wp-image-569" title="Pretty Light Victoria Photographer" src="http://sharinakagawaphotography.wordpress.com/files/2009/11/pretty-light-victoria-photographer.jpg?w=1024" alt="Pretty Light Victoria Photographer" width="614" height="408" /></a></p>
<p style="text-align:left;">S.</p>
<p style="text-align:left;">Visit my website <a href="www.sharinakagawa.com">www.sharinakagawa.com</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Free Tinkerbell Lamp &amp; Pillow]]></title>
<link>http://sdsecrets.wordpress.com/2009/11/13/free-tinkerbell-lamp-pillow/</link>
<pubDate>Fri, 13 Nov 2009 20:34:50 +0000</pubDate>
<dc:creator>Heran</dc:creator>
<guid>http://sdsecrets.wordpress.com/2009/11/13/free-tinkerbell-lamp-pillow/</guid>
<description><![CDATA[Hey! I&#8217;m sorry I haven&#8217;t been posting; it&#8217;s just that I have a huge Europe project]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><img class="aligncenter size-medium wp-image-425" title="free_Tinkerbell" src="http://sdsecrets.wordpress.com/files/2009/11/free_tinkerbell.jpg?w=300" alt="free_Tinkerbell" width="300" height="169" /></p>
<p>Hey! I&#8217;m sorry I haven&#8217;t been posting; it&#8217;s just that I have a <strong>huge </strong>Europe project to work on and it&#8217;s been kinda stressful. Anyways, as most of you have already heard, there are new Tinkerbell items in the Suite Shop! When you click on it, there will be a tab on the bottom called &#8220;Tinkerbell&#8221;. Once you&#8217;ve clicked that, you&#8217;ll see two items that you can get for free, a lamp and a pillow! You can also get more Tinkerbell stuff, but you have to buy them. Enjoy!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Achter de vensterramen]]></title>
<link>http://beeldenplukker.wordpress.com/2009/11/13/achter-de-vensterramen/</link>
<pubDate>Fri, 13 Nov 2009 16:20:36 +0000</pubDate>
<dc:creator>beeldenplukker</dc:creator>
<guid>http://beeldenplukker.wordpress.com/2009/11/13/achter-de-vensterramen/</guid>
<description><![CDATA[En steeds als ik dwaal langs straten in een stad kijk ik geboeid naar al die vensterramen met hun on]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone size-full wp-image-776" title="venster" src="http://beeldenplukker.wordpress.com/files/2009/11/venster.jpg" alt="venster" width="540" height="720" /></p>
<p>En steeds als ik dwaal langs straten in een stad kijk ik geboeid naar al die vensterramen met hun ongekende verhalen en geheimen.  Ramen die mij doen dromen en verlangen, die mij nieuwsgierig maken en mij foto&#8217;s laat nemen.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Configurando um servidor LAMP no Linux]]></title>
<link>http://portalivre.wordpress.com/2009/11/13/lamp-linux/</link>
<pubDate>Fri, 13 Nov 2009 15:57:35 +0000</pubDate>
<dc:creator>felipefsc</dc:creator>
<guid>http://portalivre.wordpress.com/2009/11/13/lamp-linux/</guid>
<description><![CDATA[Instalando o Apache2 Ao instalar o Apache 2, o suporte a SSL é instalado automaticamente junto com o]]></description>
<content:encoded><![CDATA[Instalando o Apache2 Ao instalar o Apache 2, o suporte a SSL é instalado automaticamente junto com o]]></content:encoded>
</item>
<item>
<title><![CDATA[lamp post]]></title>
<link>http://pxleyes.wordpress.com/2009/11/13/lamp-post/</link>
<pubDate>Fri, 13 Nov 2009 08:03:08 +0000</pubDate>
<dc:creator>fatabbot</dc:creator>
<guid>http://pxleyes.wordpress.com/2009/11/13/lamp-post/</guid>
<description><![CDATA[New image in the natural orange photography contest &#8230; lamp post photography picture]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>New image in the <a href='http://www.pxleyes.com/photography-contest/11485/natural-orange.html'>natural orange photography contest</a></p>
<p> &#8230; <br /><a href='http://www.pxleyes.com/photography-picture/4afd12b52135f/lamp-post.html'>lamp post photography picture</a></p>
<p><a href='http://www.pxleyes.com/photography-picture/4afd12b52135f/lamp-post.html'><img src='http://www.pxleyes.com/images/contests/natural orange/fullsize/natural orange_4afd12b52135f.jpg' alt='lamp post' /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[11/11/09 10:31 PM]]></title>
<link>http://doublexplosure.wordpress.com/2009/11/13/111109-1031-pm/</link>
<pubDate>Fri, 13 Nov 2009 06:07:10 +0000</pubDate>
<dc:creator>doublexplosure</dc:creator>
<guid>http://doublexplosure.wordpress.com/2009/11/13/111109-1031-pm/</guid>
<description><![CDATA[They say the last words of Oscar Wilde were: &#8220;My wallpaper and I are fighting a duel to the de]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a title="Last Words of Oscar Wilde by Kimm Still, on Flickr" href="http://www.flickr.com/photos/lampadina/4100149010/"><img src="http://farm3.static.flickr.com/2758/4100149010_94ac18bf5c.jpg" alt="Last Words of Oscar Wilde" width="375" height="500" /></a></p>
<p>They say the last words of Oscar Wilde were:</p>
<p>&#8220;My wallpaper and I are fighting a duel to the death. One or the other of us has to go.&#8221;</p>
<p>Sometimes I wonder if he died in my house. I certainly can share the sentiment.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[48/365]]></title>
<link>http://fromthedrivehome.info/2009/11/12/48365/</link>
<pubDate>Fri, 13 Nov 2009 00:16:05 +0000</pubDate>
<dc:creator>Chris Ordon</dc:creator>
<guid>http://fromthedrivehome.info/2009/11/12/48365/</guid>
<description><![CDATA[Birds on a light. Looks like they are evenly spaced on that lamp post. Did a head bird fly around an]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Birds on a light. Looks like they are evenly spaced on that lamp post. Did a head bird fly around and made sure the spacing was even between them?</p>
<p><a href="http://fromthedrivehome.wordpress.com/files/2009/11/cimg2989.jpg"><img class="aligncenter size-full wp-image-220436799" title="birds on a post" src="http://fromthedrivehome.wordpress.com/files/2009/11/cimg2989.jpg" alt="birds on a post" width="450" height="337" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Bonfire Night antics!]]></title>
<link>http://clivebatkin.wordpress.com/2009/11/12/bonfire-night-antics/</link>
<pubDate>Thu, 12 Nov 2009 18:12:44 +0000</pubDate>
<dc:creator>clivebatkin</dc:creator>
<guid>http://clivebatkin.wordpress.com/2009/11/12/bonfire-night-antics/</guid>
<description><![CDATA[November 5th in the UK always gives me a legitimate excuse to have a stinky bonfire and burn things!]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>November 5th in the UK always gives me a legitimate excuse to have a stinky bonfire and burn things!!</p>
<p>If anyone recalls an <a href="http://clivebatkin.wordpress.com/2009/01/28/from-bath-to-bonfire/" target="_blank">earlier post</a> about me re-vamping my trusty copper half-cistern and dustbin lid garden bonfire, here it is in action on this year&#8217;s Bonfire Night. The improvements I made back then have been really successful, and it&#8217;s now even got a new lid (courtesy of a second metal dustbin lid), ideal for keeping the rain off or to let the last of the embers safely burn themselves out. I never did get around to burning the filigree into the upper regions, but there is always time before next year, I guess!</p>
<p>Here is a shot in full flame, and also in its cooled state (I love the blackened outer layer &#8211; hard to recall when still looked like copper!):</p>
<div id="attachment_1548" class="wp-caption alignnone" style="width: 310px"><a href="http://clivebatkin.wordpress.com/files/2009/11/beforeandafterburn.jpg"><img class="size-medium wp-image-1548" title="beforeandafterburn" src="http://clivebatkin.wordpress.com/files/2009/11/beforeandafterburn.jpg?w=300" alt="Burner in use and cooling down" width="300" height="178" /></a><p class="wp-caption-text">Burner in use and cooling down</p></div>
<p>Here are also some of the things I got up to with it that night:</p>
<div id="attachment_1549" class="wp-caption alignnone" style="width: 258px"><a href="http://clivebatkin.wordpress.com/files/2009/11/lead.jpg"><img class="size-medium wp-image-1549" title="Lead" src="http://clivebatkin.wordpress.com/files/2009/11/lead.jpg?w=248" alt="Melting lead" width="248" height="300" /></a><p class="wp-caption-text">Melting lead</p></div>
<p>I love this shot of some lead melting in an old saucepan &#8211; what doesn&#8217;t show very well in the photo is that the metal of the old saucepan itself was glowing red! I&#8217;m always amazed how hot the burner gets&#8230; The lead was then ladled out and used to fill in the base of my latest steampunk lamp (full details to follow when it&#8217;s completed).</p>
<p>In the meantime, here are some (upside-down) shots of the lamp base being constructed &#8211; the smaller top part partially filled with lead to hold the copper tube shaft in place (left), with the larger second part screwed over this (see the copper shaft protruding through and the larger hole I&#8217;ve cut to allow the lead to flow between the two sections (middle),  and a final shot of the lead having been poured in and set in place (right).</p>
<div id="attachment_1554" class="wp-caption alignnone" style="width: 310px"><a href="http://clivebatkin.wordpress.com/files/2009/11/base-shots.jpg"><img class="size-medium wp-image-1554" title="base-shots" src="http://clivebatkin.wordpress.com/files/2009/11/base-shots.jpg?w=300" alt="Base of new lamp being filled with lead" width="300" height="102" /></a><p class="wp-caption-text">Base of new lamp being filled with lead</p></div>
<p>Here&#8217;s my favourite result from the night however&#8230; I had an old saw (found, as always, in a skip) that had a broken wooden handle. Rather than trying to unscrew the thoroughly rusted screws affixing the two parts, I thought I&#8217;d simply burn the wood off in the burner.</p>
<p>What I hadn&#8217;t banked on was the saw blade bending in the heat into a lovely subtle curve. When cooled it has, amazingly, lost none of its springiness! Given a coat of spray varnish to protect the rusty patina (it&#8217;s actually a lot darker than this photo shows but I had to push the Levels up a bit on order to show the blade off properly). So now, what to do with it?</p>
<p>It looks great as just an ornament, or would look wonderful mounted on some sort of pole in a upright position as a bit of minimalist sculpture. My favourite idea at the mo&#8217; is to mount it on a wall at 90 degrees on its side, sticking out as some kind of artistic &#8217;shelf&#8217; . Will see how that works and post some shots up . In the meantime, if anyone has any other ideas, please let me know!</p>
<div id="attachment_1550" class="wp-caption alignnone" style="width: 310px"><a href="http://clivebatkin.wordpress.com/files/2009/11/curved_saw.jpg"><img class="size-medium wp-image-1550" title="curved_saw" src="http://clivebatkin.wordpress.com/files/2009/11/curved_saw.jpg?w=300" alt="Curved saw blade" width="300" height="159" /></a><p class="wp-caption-text">Curved saw blade</p></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Thanks for clearing that up]]></title>
<link>http://engrishfunny.com/2009/11/12/engrish-lamp-bright/</link>
<pubDate>Thu, 12 Nov 2009 12:00:00 +0000</pubDate>
<dc:creator>Cheezburger Network</dc:creator>
<guid>http://engrishfunny.com/2009/11/12/engrish-lamp-bright/</guid>
<description><![CDATA[1. when the lamp shade was move, do not let the lamp bright 2. do not put the lamp to that fall down]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p class="mine_asset assetid_2768271872"><img class="mine_2768271872" title="engrish-funny-lamp-bright" src="http://engrishfunny.wordpress.com/files/2009/10/engrish-funny-lamp-bright.jpg" alt="engrish funny lamp bright" /></p>
<p><img class="alignnone size-full wp-image-15447" title="engrish-funny-fall-down" src="http://engrishfunny.wordpress.com/files/2009/10/engrish-funny-fall-down.jpg" alt="engrish funny fall down" /></p>
<p><img class="alignnone size-full wp-image-15448" title="engrish-funny-not-use" src="http://engrishfunny.wordpress.com/files/2009/10/engrish-funny-not-use.jpg" alt="engrish funny not use" /></p>
<p><img class="alignnone size-full wp-image-15449" title="engrish-funny-window-curtain" src="http://engrishfunny.wordpress.com/files/2009/10/engrish-funny-window-curtain.jpg" alt="engrish funny window curtain" /></p>
<p>1. when the lamp shade was move, do not let the lamp bright<br />
2. do not put the lamp to that fall down easy<br />
3. when do not use the lamp please pull out the mains<br />
4. do not near to window curtain</p>
<p><a href="http://engrishfunny.com/2008/12/13/engrish-mp3-player-engrish/">I&#8217;ve always loved your work.</a></p>
<p>Submitted by: <a href="http://cheezburger.com/pictures-by-StressedYeti/">StressedYeti</a> via <a rel="nofollow" href="http://cheezburger.com/engrish">Engrish Funny Submissions</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Symfonic Downgrade]]></title>
<link>http://kahelamp.wordpress.com/2009/11/12/symfonic-downgrade/</link>
<pubDate>Thu, 12 Nov 2009 11:38:35 +0000</pubDate>
<dc:creator>agi</dc:creator>
<guid>http://kahelamp.wordpress.com/2009/11/12/symfonic-downgrade/</guid>
<description><![CDATA[We were excited in our development team to migrate our projects to PHP 5.3. Apart from language and ]]></description>
<content:encoded><![CDATA[We were excited in our development team to migrate our projects to PHP 5.3. Apart from language and ]]></content:encoded>
</item>
<item>
<title><![CDATA[Setting up a LAMP server in Ubuntu - the easy way]]></title>
<link>http://pagetribe.wordpress.com/2009/11/12/setting-up-a-lamp-server-in-ubuntu-the-easy-way/</link>
<pubDate>Wed, 11 Nov 2009 15:39:35 +0000</pubDate>
<dc:creator>pagetribe</dc:creator>
<guid>http://pagetribe.wordpress.com/2009/11/12/setting-up-a-lamp-server-in-ubuntu-the-easy-way/</guid>
<description><![CDATA[The following is a step-by-step guide with images, on how to install a LAMP server on your Ubuntu sy]]></description>
<content:encoded><![CDATA[The following is a step-by-step guide with images, on how to install a LAMP server on your Ubuntu sy]]></content:encoded>
</item>
<item>
<title><![CDATA[Teardrops On My Guitar]]></title>
<link>http://untoldlie.co.uk/2009/11/10/teardrops-on-my-guitar/</link>
<pubDate>Tue, 10 Nov 2009 21:40:28 +0000</pubDate>
<dc:creator>Stephen</dc:creator>
<guid>http://untoldlie.co.uk/2009/11/10/teardrops-on-my-guitar/</guid>
<description><![CDATA[just watched 500 Days Of Summer. wowy. i loves it =D to be honest, i didn&#8217;t want it to end, bu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>just watched 500 Days Of Summer. wowy. i loves it =D to be honest, i didn&#8217;t want it to end, but, i guess everything has to end at some point. at least, all the good things do, the bad things kinda just die down for a while&#8230;</p>
<p>now i wanna spend the night watching chick-flicks and rom-coms. how gay. i want some maltesars as well&#8230; and a cuppa tea&#8230;</p>
<p>wowy i feel blue tonight&#8230; sad sad times. this is exactly the reason why I shouldn&#8217;t think. I make a much better air head! right now, im snuggled up in bed actually physically completely sat down under my covers, its cosy, its kinda like a tent. what makes this realy realy crazy awesome is that I have my lava lamp on so everything around me is kinda glowing red.</p>
<p>wowy i just had the creepiest thought, now i dont wanna come out from under these covers&#8230; ill say what I thought, but then you&#8217;re probably all gonna think im totally ridiculous or something. basically, i though that their could be all these crazy ass monsters waiting around my bed waiting until i come out so they can kill me or torture me or something. :S one thing that realy doesnt help this is the fact the lights outside of under here actually change because, you know, the lava moves.</p>
<p>buuuuurrrrrrggggghhhhhhh. damnit its only half nine. also, note to self, water plant tomorrow. itll die otherwise, and i dont wanna lose it. it always cheers me up in the morning.</p>
<p>one of my Guinnea Pigs slept most of today, and by lunch time when I hadnt seen her move, i started to get realy worried she was dead or something, apparently shes ok though =D</p>
<p>oh yeah, another thing, WELL DONE KEV!!!! super stoked and mega proud of ya for passing =D</p>
<p>wow taylor swifts songs seem so depressing now&#8230; they used to make me so happy :S</p>
<p>either way, i love her. &#60;3</p>
<p>im off now.</p>
<p>blog ya later.</p>
<p>xo.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[I want one!]]></title>
<link>http://eadaoin65.wordpress.com/2009/11/10/i-want-one/</link>
<pubDate>Tue, 10 Nov 2009 18:23:20 +0000</pubDate>
<dc:creator>eadaoin65</dc:creator>
<guid>http://eadaoin65.wordpress.com/2009/11/10/i-want-one/</guid>
<description><![CDATA[Saw this in a shop window in Brussels last week and now I think I need one&#8230;.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Saw this in a shop window in Brussels last week and now I think I need one&#8230;.</p>
<p><img src="http://eadaoin65.wordpress.com/files/2009/11/nov-7-055.jpg" alt="Nov 7 055" title="Nov 7 055" width="450" height="337" class="alignnone size-full wp-image-508" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[owl lamp]]></title>
<link>http://stuffdawnlikes.wordpress.com/2009/11/10/owl-lamp/</link>
<pubDate>Tue, 10 Nov 2009 15:15:27 +0000</pubDate>
<dc:creator>Dawn</dc:creator>
<guid>http://stuffdawnlikes.wordpress.com/2009/11/10/owl-lamp/</guid>
<description><![CDATA[another fabulous etsy find!  this owl lamp would light up my life, both literally and metaphorically]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>another fabulous etsy find!  this <a href="http://www.etsy.com/view_listing.php?listing_id=33711415&#38;ref=sr_list_7&#38;&#38;ga_search_query=lamp&#38;ga_search_type=vintage&#38;ga_page=3&#38;order=date_desc&#38;includes[]=tags&#38;includes[]=title" target="_blank">owl lamp</a> would light up my life, both literally and metaphorically.</p>
<p><img class="alignnone size-full wp-image-166" title="owl lamp" src="http://stuffdawnlikes.wordpress.com/files/2009/11/owl-lamp.jpg" alt="owl lamp" width="420" height="559" /></p>
<p>&#160;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Roundup: simple hacks]]></title>
<link>http://hackaday.com/2009/11/09/quickhack-ipod-hdd-to-cf-conversion/</link>
<pubDate>Mon, 09 Nov 2009 22:00:22 +0000</pubDate>
<dc:creator>Mike Szczys</dc:creator>
<guid>http://hackaday.com/2009/11/09/quickhack-ipod-hdd-to-cf-conversion/</guid>
<description><![CDATA[Here&#8217;s a collection of simple hacks you can do in between larger projects. After the break we]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone size-full wp-image-18264" title="simple-hack-110909" src="http://hackadaycom.wordpress.com/files/2009/11/simple-hack-110909.jpg" alt="simple-hack-110909" width="470" height="149" /></p>
<p>Here&#8217;s a collection of simple hacks you can do in between larger projects. After the break we&#8217;ll look at converting an iPod from hard drive storage to Compact Flash, build an LED desk lamp using LEGO and USB power for charging, and use an Arduino shield to add network control at the touch of a button.</p>
<p><!--more--><strong>iPod HDD to CF Conversion</strong></p>
<p><img class="size-full wp-image-18064 alignnone" title="ipod-hdd-cf-conversion" src="http://hackadaycom.wordpress.com/files/2009/11/ipod-hdd-cf-conversion.jpg" alt="ipod-hdd-cf-conversion" width="470" height="353" /></p>
<p>[Richard] tipped us off about <a href="http://www.richardyoo.com/blog/2009/11/02/upgraded-my-old-20gig-ipod-with-a-cf-card-now-its-a-32gb-flash-ipod/">converting an iPod from a hard drive to a Compact Flash card</a>. We actually did this a few years ago. Because we frequently buy broken electronics we had an old iPod 20GB with a broken HDD. Knowing we had seen <a href="http://geektechnique.org/projectlab/767/put-flash-memory-into-almost-any-ipod">one wire-porn type diy adapter</a> and <a href="http://hackaday.com/2006/10/04/ipod-hd-adapter/">reported on another</a>, a quick search produced a ready-made solution.</p>
<p>[Richard] went the same route by purchasing a CF to 1.8&#8243; IDE adapter and a 32GB Compact Flash card. Just crack open your iPod, unplug the broken HDD, plug in the adapter and CF card, close the case, and go through a normal iPod recovery cycle.Compact Flash is considerably cheaper than solid state hard drives which makes this a cheaper conversion than <a href="http://hackaday.com/2009/10/10/32gb-solid-state-zune-upgrade/">a comparable Zune upgrade</a>.</p>
<p>There you have it, what once was broken is now whole.</p>
<p><strong>LED LEGO Lamp</strong></p>
<p><strong><img class="alignnone size-full wp-image-18263" title="LEGO-lamp" src="http://hackadaycom.wordpress.com/files/2009/11/lego-lamp.jpg" alt="LEGO-lamp" width="470" height="353" /><br />
</strong></p>
<p>[chAos] <a href="http://psp-cfw.blogspot.com/2009/11/lego-usb-charged-lamp.html">put together a desk lamp</a> with parts he had on hand. A broken Bluetooth headset was used for the switch, battery, and USB charging capabilities. From there he built an articulated arm and body out of LEGO. The final step to provide illumination was just a matter of wiring up a white LED. This isn&#8217;t the <a href="http://hackaday.com/2009/10/22/unreasonably-bright-bike-light-apparently-hunts-deer/">most beautiful LED lamp build</a>, but it gets the job done and adds a little &#8220;I built this&#8221; pride to your desk.</p>
<p><strong>Mute button connected via the network</strong></p>
<p><strong><img class="alignnone size-full wp-image-18265" title="arduion-ethernet-solution" src="http://hackadaycom.wordpress.com/files/2009/11/arduion-ethernet-solution.jpg" alt="arduion-ethernet-solution" width="470" height="353" /></strong></p>
<p>[Justin] needed a mute button for some speakers at the other end of the room. The music was played by a Mac mini so he built <a href="http://omatic.net/?p=67">a mute button that sends commands over a network</a>. By using an Ethernet shield for an Arduino he&#8217;s able to detect a button press and send commands over an XML-RPC server to get some peace and quite around here. The device gets its electricity by using power over Ethernet. The <a href="http://hackaday.com/2008/11/06/official-arduino-ethernet-shield/">Ethernet shield is one of our favorite add-ons</a>, taking on the brunt of the work in getting connected.</p>
<p>Don&#8217;t be afraid to <a href="http://hackaday.com/contact-hack-a-day/">send in hacks</a> of all difficulty levels. If you&#8217;ve got one that&#8217;s a bit simpler, we may feature it as part of a group.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Night and Fog]]></title>
<link>http://iphonepixs.wordpress.com/2009/11/09/night-and-fog/</link>
<pubDate>Mon, 09 Nov 2009 15:19:38 +0000</pubDate>
<dc:creator>weirup</dc:creator>
<guid>http://iphonepixs.wordpress.com/2009/11/09/night-and-fog/</guid>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://iphonepixs.files.wordpress.com/2009/11/img_3.jpg?w=640" alt="" width="640" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[033]]></title>
<link>http://perspectivepersuasion.wordpress.com/2009/11/02/033/</link>
<pubDate>Tue, 03 Nov 2009 04:12:27 +0000</pubDate>
<dc:creator>perspectivepersuasion</dc:creator>
<guid>http://perspectivepersuasion.wordpress.com/2009/11/02/033/</guid>
<description><![CDATA[I wasn&#8217;t entirely honest in the last post when I said it was a &#8220;nice, relaxing night.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://farm3.static.flickr.com/2485/4104922060_1947bb298d_b.jpg"><img alt="" src="http://farm3.static.flickr.com/2485/4104922060_1947bb298d.jpg" title="033" class="alignnone" width="375" height="500" /></a><br />
I wasn&#8217;t entirely honest in the last post when I said it was a &#8220;nice, relaxing night.&#8221; When my parents were over, we had a great dinner and a nice time. A few hours before they showed up, our television broke. The 50-inch DLP &#8220;popped&#8221; and started making a grinding noise. After some quick surgery, I deduced the color wheel finally went. (I had been meaning to get a new one for awhile.) Tonight, we decided to see if we could get to the color wheel to confirm its destruction so we could buy a new one and replace it. We couldn&#8217;t get to it. Of course it couldn&#8217;t be like replacing the lamp. I&#8217;ve done that before, and it was easy.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Paperclip Lamp]]></title>
<link>http://whatmeanstheworld.wordpress.com/2009/08/31/the-paperclip-lamp/</link>
<pubDate>Mon, 31 Aug 2009 11:15:30 +0000</pubDate>
<dc:creator>whatmeanstheworld</dc:creator>
<guid>http://whatmeanstheworld.wordpress.com/2009/08/31/the-paperclip-lamp/</guid>
<description><![CDATA[http://www.papercliplamp.com/]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://i267.photobucket.com/albums/ii316/jameswatts/Picture2-7.png" alt="" width="320" height="281" align="middle" /></p>
<p><a href="http://www.papercliplamp.com/" target="_blank">http://www.papercliplamp.com/</a></p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
