<?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>pages &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/pages/</link>
	<description>Feed of posts on WordPress.com tagged "pages"</description>
	<pubDate>Mon, 30 Nov 2009 08:58:52 +0000</pubDate>

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

<item>
<title><![CDATA[Polyptyque #2 et carte]]></title>
<link>http://mylso.wordpress.com/2009/11/30/polyptyque-2/</link>
<pubDate>Mon, 30 Nov 2009 08:00:39 +0000</pubDate>
<dc:creator>mylso</dc:creator>
<guid>http://mylso.wordpress.com/2009/11/30/polyptyque-2/</guid>
<description><![CDATA[Une autre ptite page pour le lift cette fois du forum C&amp;S tout simplement. Page d'origine du lif]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Une autre ptite page pour le lift cette fois du <a href="http://cleanandsimple.forumactif.net/forum.htm">forum C&#38;S tout simplement</a>.</p>
<pre style="text-align:center;"><img class="aligncenter" src="http://i85.servimg.com/u/f85/11/75/87/93/img_8714.jpg" alt="" width="475" height="472" />Page d'origine du lift : <a href="http://4.bp.blogspot.com/_PaaD0cObfMA/Siz40rT7_rI/AAAAAAAAAo8/fCmZdZqQawc/s400/DSCN7863+(Medium).JPG">Scrapanath</a></pre>
<p style="text-align:left;">
<p style="text-align:left;">Puis j&#8217;en profite pour vous poster également une petite carte pour le défi carterie (sketch) de Fati sur ce même forum !</p>
<p style="text-align:left;"><img class="aligncenter" src="http://i85.servimg.com/u/f85/11/75/87/93/img_8713.jpg" alt="" width="360" height="508" /></p>
<pre style="text-align:center;">Source : <a href="http://i81.servimg.com/u/f81/12/51/58/02/sans_t17.jpg">sketch de Fati</a>
</pre>
<p style="text-align:left;">Merciiii pour vos ptits mots tous gentils et pour tous ceux qui passent en fantômes ^^&#8230;</p>
<p style="text-align:left;">Bises à toutes et à tous, et merci pour tout&#8230;</p>
<p style="text-align:left;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What There Is to Love in the Wilderness]]></title>
<link>http://onewhosenameiswritinwater.wordpress.com/2009/11/30/what-there-is-to-love-in-the-wilderness/</link>
<pubDate>Mon, 30 Nov 2009 02:32:10 +0000</pubDate>
<dc:creator>John Keats</dc:creator>
<guid>http://onewhosenameiswritinwater.wordpress.com/2009/11/30/what-there-is-to-love-in-the-wilderness/</guid>
<description><![CDATA[Who knows what our lives will look like then.  Not this, I said.  And she said, So.  And if we had b]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Who knows what our lives will look like then.  Not this, I said.  And she said, So.  And if we had been at the seashore, perhaps it would have made a difference.  Perhaps the pages of the book would have clung one to the other, and who knows perhaps we would have missed an essential page.  But here we are.  Still, here we are.  And she will sleep tonight, and I will, too.  And where we go when dreaming is anyone&#8217;s guess.  He isn&#8217;t telling.  He never has.  Though he writes book after book and publishes the results and receives the accolades reserved for better men, who couldn&#8217;t care about such things and are more concerned with looking inwardly.  If looking were the right trope for what saints do when they retreat from the world not to look for God but to find what there is to love in the wilderness.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Passing parameters to another JSP]]></title>
<link>http://sulabhjain.wordpress.com/2009/11/29/calling-new-jsp/</link>
<pubDate>Sun, 29 Nov 2009 21:06:34 +0000</pubDate>
<dc:creator>sulabhjain</dc:creator>
<guid>http://sulabhjain.wordpress.com/2009/11/29/calling-new-jsp/</guid>
<description><![CDATA[Since past few days, I was working on some Java Script Pages, which are linked with each other. Many]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="color:#008080;">Since past few days, I was working on some Java Script Pages, which are linked with each other. Many times I have to include some JSPs in one JSP. While doing so, I need to call the variables defined in one JSP, in those JSP&#8217;s which are included one. I thus have to pass these parameters from one JSP to another at the time of Including those.<br />
</span></p>
<p><span style="color:#008080;">I searched for the solutions, and found many different ways of doing so.<br />
</span></p>
<p><span style="color:#008080;">For including another JSP into a JSP I used the following command in FirstJSP.jsp</span></p>
<p><span style="color:#666699;">&#60;jsp:include page=&#8221;SecondJSP.jsp&#8221;/&#62;</span></p>
<p><span style="color:#008080;">I searched for it and found many different ways of doing so.</span></p>
<h2><span style="color:#333399;"><strong>1. JSP:Param</strong></span></h2>
<p><span style="color:#666699;">&#60;jsp:include page=</span><span style="color:#666699;"><em>&#8220;SecondJSP.jsp&#8221;</em></span><span style="color:#666699;"> /&#62;</span></p>
<p><span style="color:#666699;"> &#60;jsp:param name=</span><span style="color:#666699;"><em>&#8220;name&#8221;</em></span><span style="color:#666699;"> value=</span><span style="color:#666699;"><em>&#8220;Sulabh Jain&#8221;</em></span><span style="color:#666699;"> /&#62;</span></p>
<p><span style="color:#666699;"> &#60;jsp:param name=</span><span style="color:#666699;"><em>&#8220;age&#8221;</em></span><span style="color:#666699;"> value=</span><span style="color:#666699;"><em>&#8220;24&#8243;</em></span><span style="color:#666699;"> /&#62;</span></p>
<p><span style="color:#666699;">&#60;/jsp:include&#62;</span></p>
<p><span style="color:#008080;">The above code will help in setting the values of param1 and param2 as value1 and value2</span></p>
<p><span style="color:#008080;"> which can be called or retrieved in SecondJSP.jsp using,</span></p>
<p><span style="color:#666699;">&#60;% </span></p>
<p><span style="color:#666699;">String myName= request.getParameter(&#8220;name&#8221;)</span></p>
<p><span style="color:#666699;">String myAge= request.getParameter(&#8220;age&#8221;) </span></p>
<p><span style="color:#666699;">%&#62;</span></p>
<p><span style="color:#008080;">These can be printed in JSP using &#8216;equals to&#8217; sign (=) with percentage tags,</span></p>
<p><span style="color:#666699;">My Name  is &#60;%=myName%&#62;<br />
My   Age    is &#60;%=myAge%&#62;</span></p>
<h2><span style="color:#333399;">2. JSP:Forward</span></h2>
<p><span style="color:#008080;">It also behaves similar to jsp:param</span></p>
<p><span style="color:#666699;">&#60;jsp: forward page=&#8221;SecondJSP.jsp&#8221;&#62;<br />
&#60;jsp: param name=&#8221;name&#8221; value=&#8221;Amar Patel&#8221;/&#62;<br />
&#60;jsp: param name=&#8221;age&#8221; value=&#8221;15&#8243;/&#62;<br />
&#60;/jsp: forward&#62;</span></p>
<h3><span style="color:#333399;">Limitations of above two methods :</span></h3>
<p><span style="color:#008080;"><br />
This method of passing parameters can be used only for Static variables. For eg.<br />
if we have a dynamic variable declared in JSP we cannot pass it using jsp:param</span></p>
<p><span style="color:#008080;">Here it got little difficult,</span></p>
<p><span style="color:#008080;">Now I need to pass dynamic variables which I defined in the first JSP.<br />
The third method provides solution to it.</span></p>
<h2><span style="color:#333399;">3. request.setAttribute</span></h2>
<p><span style="color:#008080;">Here we will use an object of javax.servlet.http.HttpServletRequest class named as request.<br />
calling the public abstract void setAttribute(java.lang.String name, java.lang.Object o) method we can set the String name as an attribute.</span></p>
<p><span style="color:#666699;">&#60;% </span></p>
<p><span style="color:#666699;"> String name = &#8220;Sulabh Jain&#8221;; </span></p>
<p><span style="color:#666699;"> request.setAttribute(&#8220;myName&#8221;, name);</span></p>
<p><span style="color:#666699;"> %&#62;</span></p>
<p><span style="color:#008080;">Now we can easily get in in SecondJSP as</span></p>
<p><span style="color:#666699;">&#60;%</span></p>
<p><span style="color:#666699;"> String nameInNewJSP = request.getAttribute(&#8220;myName&#8221;).toString();</span></p>
<p><span style="color:#666699;">%&#62;<br />
</span></p>
<p><span style="color:#008080;">toString is used here to convert the object into string.</span></p>
<p><span style="color:#993300;">References: </span></p>
<p><span style="color:#993300;"><span style="color:#000000;">1. Passing parameters, </span></span><a title="eZdia content" href="http://www.ezdia.com/Passing_parameters_to_JSP_using_jsp%3Aparam/Content.do?id=968" target="_blank">http://www.ezdia.com/Passing_parameters_to_JSP_using_jsp%3Aparam/Content.do?id=968</a></p>
<p>2. Calling a new JSP, <a title="eZdia content" href="http://www.ezdia.com/Calling_a_new_JSP/Content.do?id=969" target="_blank">http://www.ezdia.com/Calling_a_new_JSP/Content.do?id=969</a></p>
<p>3. JSP exercises, <a title="eZdia content" href="http://www.ezdia.com/JSP_Exercises/Content.do?id=806" target="_blank">http://www.ezdia.com/JSP_Exercises/Content.do?id=806</a></p>
<p><strong><span style="color:#008080;">Please post your comments, on the above provided code, and suggest if there exists better or more options.</span></strong></p>
<p><span style="color:#008080;">Thanks</span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to create a spread in Pages]]></title>
<link>http://chimac.net/2009/11/29/how-to-create-a-spread-in-pages/</link>
<pubDate>Sun, 29 Nov 2009 20:28:47 +0000</pubDate>
<dc:creator>chimac</dc:creator>
<guid>http://chimac.net/2009/11/29/how-to-create-a-spread-in-pages/</guid>
<description><![CDATA[So this is good.  Peter explains it all here. &#8220;You have to do repeat the image across 2 separa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So this is good.  Peter explains it all <a href="http://discussions.apple.com/thread.jspa?threadID=2248218&#38;tstart=0" target="_self">here</a>. &#8220;You have to do repeat the image across 2 separate pages. The first image hanging off to the right of the page and the second image hanging off the left of the following page.</p>
<p>Use a bit of maths and <em>Inspector &#62; Metrics &#62; Position</em> to line it up in the right place on each.</p>
<p>Be aware that as Pages not have bleeds you will very likely have a white gap between the two halves of the images unless it is buried deep in the binding.&#8221;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Starting Things Off]]></title>
<link>http://poptropicanguides.wordpress.com/2009/11/29/starting-things-off/</link>
<pubDate>Sun, 29 Nov 2009 00:30:30 +0000</pubDate>
<dc:creator>silverstar93</dc:creator>
<guid>http://poptropicanguides.wordpress.com/2009/11/29/starting-things-off/</guid>
<description><![CDATA[Hi Everyone! SilverStar93 here again with now my 2nd post! This blogging thing is really fun and I l]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi Everyone! SilverStar93 here again with now my 2nd post! This blogging thing is really fun and I love it and I like to thank Maroonfire23 for helping me out. Well for this post, I&#8217;m gonna start things off for now officially opening this blog. Which now I&#8217;m gonna start advertising my blog and share it with the world and also share the pages because I&#8217;ve now updated them. Here&#8217;s all the Info on all you need to know:</p>
<p><a href="http://poptropicanguides.wordpress.com/about/"><strong>The About Page</strong></a><br />
The About page is pretty simple. It&#8217;s the page where you can find out just a little more about the staff. We&#8217;re still looking for one more member and also a person to find us a new header for this cool blog.</p>
<p><a href="http://poptropicanguides.wordpress.com/about/poptropica-faq-and-poptropican-guides-faq/"><strong>The Poptropica FAQ</strong></a><br />
Have a question to ask? Ask there or find the answer already in the tip of your fingertips =D</p>
<p><a href="http://poptropicanguides.wordpress.com/cool-stuff/"><strong>The Cool Stuff Page</strong></a><br />
In the Cool Stuff page, Find links to some awesome cool places over the blog. In this category, you can also  find these:</p>
<p><a href="http://poptropicanguides.wordpress.com/cool-stuff/cheats/">Cheats For Poptropica</a><br />
Find the Cheats you need here! Who knows what you&#8217;ll find&#8230;<br />
<a href="http://poptropicanguides.wordpress.com/cool-stuff/list-of-poptropican-first-names-and-last-names/">List of Poptropican Names</a><br />
A whole list of all names collected from Poptropica itself. Is yours there?<br />
<a href="http://www.dafont.com/creative-block-bb.font">Poptropican Font</a><br />
Download the poptropican font to customize and add text to your poptropican related images!<br />
If you want to download it to your Microsoft Word, this guide might help: <a href="http://answers.yahoo.com/question/index?qid=20080501165407AA0TZAH">Clickie Here!</a></p>
<p><a href="http://poptropicanguides.wordpress.com/cool-stuff/island-guides/"><strong>Island Guides</strong></a><br />
Find the guides and the help you need right here! Click <a href="http://poptropicanguides.wordpress.com/cool-stuff/island-guides/shark-tooth-island-guide/">here</a> to go to Shark Tooth Island&#8217;s and Click <a href="http://poptropicanguides.wordpress.com/cool-stuff/island-guides/early-poptropica-island-guide/">here</a> to go to Early Poptropica&#8217;s. More coming soon!</p>
<p><a href="http://poptropicanguides.wordpress.com/drawings-and-graphics/"><strong>Drawings and Graphics</strong></a><br />
Have any drawings, graphics, or comics to share? Share them here!</p>
<p><a href="http://poptropicanguides.wordpress.com/poptropica-blog-directory/"><strong>Poptropica Blogs Directory</strong></a><br />
Need more views? Share your blog here or view others!<br />
<a href="http://poptropicanguides.wordpress.com/staff-only-page-top-secret/"><strong>Staff Only</strong></a><br />
Staff Only! Shhh!!!<br />
<a href="http://poptropicanguides.wordpress.com/talk-talk-and-talk/"><strong>Talk, Talk, and Talk!</strong></a><br />
Need any assistance with anything? Come here to share your ideas, comments, suggestions or questions about the site.</p>
<p>Well that&#8217;s all for now! More pages coming soon! I hope you enjoy these pages and make sure to visit or comment on them!</p>
<p>See You Later,<br />
Silverstar93</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Jeux Olympiques - 3ème tour ]]></title>
<link>http://mylso.wordpress.com/2009/11/28/jeux-olympiques-3eme-tour/</link>
<pubDate>Sat, 28 Nov 2009 08:00:59 +0000</pubDate>
<dc:creator>mylso</dc:creator>
<guid>http://mylso.wordpress.com/2009/11/28/jeux-olympiques-3eme-tour/</guid>
<description><![CDATA[Hello à toutes ! Voici ma page pour le 3ème tour des JO !! J&#8217;espère qu&#8217;elle répond bien ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hello à toutes !</p>
<p>Voici ma page pour le 3ème tour des JO !! J&#8217;espère qu&#8217;elle répond bien aux consignes et qu&#8217;elle va plaire au jury !</p>
<p>Il fallait faire une page avec du marron, du calque, une seule photo et une mise en page un peu à l&#8217;envers (mon neveu la tête penchée, une partie du titre écrite tête en bas, la pochette en ouverture par la gauche, le sens des pages de droite à gauche et l&#8217;écriture du journaling en miroir).</p>
<p>Voici ma page et en dessous les petits détails pour répondre aux consignes :</p>
<p style="text-align:center;"><img class="aligncenter" src="http://i95.servimg.com/u/f95/11/75/87/93/img_8720.jpg" alt="" width="500" height="499" /></p>
<p style="text-align:center;"><img class="aligncenter" src="http://i95.servimg.com/u/f95/11/75/87/93/img_8721.jpg" alt="" width="400" height="266" /></p>
<p style="text-align:center;"><img class="aligncenter" src="http://i95.servimg.com/u/f95/11/75/87/93/img_8722.jpg" alt="" width="400" height="267" /></p>
<p style="text-align:center;"><img class="aligncenter" src="http://i95.servimg.com/u/f95/11/75/87/93/img_8723.jpg" alt="" width="400" height="267" /></p>
<p style="text-align:left;">Et ensuite, voici une petite carte que j&#8217;ai envoyé pour le défi Carterie de Fati pour le petit Paul..</p>
<p style="text-align:left;">Voici celle que j&#8217;ai proposée et qui m&#8217;a permis de gagner ce mois-ci sur le forum C&#38;S&#8230; je suis toute fière, je remercie vraiment beaucoup toutes celles qui ont voté pour moi ! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:center;"><img class="aligncenter" src="http://i85.servimg.com/u/f85/11/75/87/93/carte_10.jpg" alt="" width="541" height="237" /></p>
<p style="text-align:left;">A très bientôt pour la suite !! Et merci de vos passages chaleureux !</p>
<p style="text-align:left;">N&#8217;oubliez pas, ma Newsletter fonctionne désormais <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why Thank You iTunes]]></title>
<link>http://forkboysmac.wordpress.com/2009/11/27/why-thank-you-itunes/</link>
<pubDate>Fri, 27 Nov 2009 21:56:04 +0000</pubDate>
<dc:creator>forkboy</dc:creator>
<guid>http://forkboysmac.wordpress.com/2009/11/27/why-thank-you-itunes/</guid>
<description><![CDATA[This post could have just as easily been entered on my iPhone blog, but I think it is a better fit h]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This post could have just as easily been entered on my iPhone <a href="http://forkboysiphone.wordpress.com/">blog</a>, but I think it is a better fit here, on the iMac blog.</p>
<p>Not too long ago the folks at Apple came out with an update for iTunes and included some new functionality for working with one&#8217;s iPhone in terms of syncing, etc. I hadn&#8217;t given much consideration to any of the changes until last night when I realized how much I disliked the way my various iPhone home screens were arranged.  I think I had let them get a bit messed up (I prefer to keep my first screen devoted to the most used apps and every other page keeps related apps together) because I didn&#8217;t particularly enjoy moving the icons around directly on the iPhone.  It&#8217;s not that it is difficult or anything like that&#8230;.I just find it a bit irksome for some reason.  But Apple found a way to fix that for me.</p>
<p>Within iTunes I can now arrange and re-arrange the icons for my iPhone and can do such on the comfort of my iMac instead of on the smaller iPhone.  This may not sound like much of an advantage to anyone else, but I found it to be rather liberating.  It was so much easier to move icons around, quickly creating new home pages or deleting ones that became empty.  I could even move entire home pages around after I finished relocating icons!  No more moving icons one at a time&#8230;they can no go en mass!</p>
<p>This is the sort of thinking I had hoped to see from Apple when I made the jump to the iMac and then the iPhone later in this year.  Of course, one could ask why this sort of thought process wasn&#8217;t worked through two years ago when the iPhone first came out, but for the moment I won&#8217;t quibble and argue and instead see the glass as half-full.   </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Calins]]></title>
<link>http://mylso.wordpress.com/2009/11/27/calins/</link>
<pubDate>Fri, 27 Nov 2009 12:00:55 +0000</pubDate>
<dc:creator>mylso</dc:creator>
<guid>http://mylso.wordpress.com/2009/11/27/calins/</guid>
<description><![CDATA[Une autre petite page (oui j&#8217;en ai fait beaucoup dernièrement, mais surtout le week end dernie]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Une autre petite page (oui j&#8217;en ai fait beaucoup dernièrement, mais surtout le week end dernier &#8211; plus de 8 projets en 24 h !!).</p>
<p>Elle répond au sketch proposé par <a href="http://chezingrid.canalblog.com/">Ingrid</a> sur le <a href="http://cleanandsimple.forumactif.net">forum C&#38;s</a>.</p>
<p>Voici le résultat :</p>
<p><img class="aligncenter" src="http://i85.servimg.com/u/f85/11/75/87/93/img_8718.jpg" alt="" width="393" height="550" /></p>
<pre style="text-align:center;">Source : <a href="http://i89.servimg.com/u/f89/13/19/27/21/novemb11.jpg">sketch d'ingrid</a>
</pre>
<p>Vous aimez ??</p>
<p>J&#8217;en profite pour remercier très chaleureusement toutes celles (et tous ceux) qui ont pensé à moi hier&#8230;</p>
<p>Vos messages divers, sur les forums, ici, dans ma boîte aux lettres m&#8217;ont beaucoup touchée&#8230; j&#8217;en suis encore toute émue&#8230;</p>
<p>Gros bisous ! et à très vite !</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Update]]></title>
<link>http://nobonesaboutit.wordpress.com/2009/11/26/update/</link>
<pubDate>Thu, 26 Nov 2009 18:09:04 +0000</pubDate>
<dc:creator>Adrian Thysse</dc:creator>
<guid>http://nobonesaboutit.wordpress.com/2009/11/26/update/</guid>
<description><![CDATA[A few things have changed on the  blog since its inception, mostly in the pages (see tabs above): Th]]></description>
<content:encoded><![CDATA[A few things have changed on the  blog since its inception, mostly in the pages (see tabs above): Th]]></content:encoded>
</item>
<item>
<title><![CDATA[excerpts from my last journal]]></title>
<link>http://derekpiotr.wordpress.com/2009/11/26/excerpts/</link>
<pubDate>Thu, 26 Nov 2009 16:05:56 +0000</pubDate>
<dc:creator>derekpiotr</dc:creator>
<guid>http://derekpiotr.wordpress.com/2009/11/26/excerpts/</guid>
<description><![CDATA[do i owe my readers this?]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;">do i owe my readers this?<br />
<img class="alignnone" src="http://farm3.static.flickr.com/2747/4135544203_16b3b9c328_o.png" alt="" width="677" height="491" /><br />
<img class="alignnone" src="http://farm3.static.flickr.com/2520/4136302770_422bcebe80_o.png" alt="" width="677" height="491" /><br />
<img class="alignnone" src="http://farm3.static.flickr.com/2570/4136303642_6afc70946b_o.png" alt="" width="677" height="491" /><br />
<img class="alignnone" src="http://farm3.static.flickr.com/2677/4136301954_27267de695_o.png" alt="" width="677" height="491" /><br />
<img class="alignnone" src="http://farm3.static.flickr.com/2507/4136305910_14a99c3855_o.png" alt="" width="677" height="491" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[101.]]></title>
<link>http://booksineverything.wordpress.com/2009/11/26/101/</link>
<pubDate>Thu, 26 Nov 2009 09:41:59 +0000</pubDate>
<dc:creator>thetravellingbookbinder</dc:creator>
<guid>http://booksineverything.wordpress.com/2009/11/26/101/</guid>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://booksineverything.wordpress.com/files/2009/11/reaching.jpg"><img class="aligncenter size-large wp-image-443" title="reaching" src="http://booksineverything.wordpress.com/files/2009/11/reaching.jpg?w=768" alt="" width="768" height="1024" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Polls added.....]]></title>
<link>http://photosinferno.wordpress.com/2009/11/26/polls-added/</link>
<pubDate>Thu, 26 Nov 2009 00:18:21 +0000</pubDate>
<dc:creator>photosinferno</dc:creator>
<guid>http://photosinferno.wordpress.com/2009/11/26/polls-added/</guid>
<description><![CDATA[&#8230;.to &#8216;Films Seen&#8217; Page Let me know how you get on &#8230;and if you think it]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>&#8230;.to &#8216;Films Seen&#8217; <a href="http://photosinferno.wordpress.com/films-seen/">Page</a><br />
Let me know how you get on &#8230;and if you think it&#8217;s worthwhile addition.</p>
<p><em>Photosinferno</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Books 'Read'- Poll]]></title>
<link>http://photosinferno.wordpress.com/2009/11/25/books-read-poll/</link>
<pubDate>Wed, 25 Nov 2009 23:37:58 +0000</pubDate>
<dc:creator>photosinferno</dc:creator>
<guid>http://photosinferno.wordpress.com/2009/11/25/books-read-poll/</guid>
<description><![CDATA[I think with the benefit of hindsight, the &#8216;Polls&#8217; for the Books Read Page will be ditch]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I think with the benefit of hindsight, the &#8216;Polls&#8217; for the Books Read <a href="http://photosinferno.wordpress.com/books-read/">Page</a> will be ditched, and will instead transfer the poll idea to the &#8216;Film&#8217; <a href="http://photosinferno.wordpress.com/films-seen/">page</a>, however this may make it a little untidy &#8211; will have to see how it pans out over time methinks.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Updated 'Films Seen' Page]]></title>
<link>http://photosinferno.wordpress.com/2009/11/25/updated-films-seen-page-2/</link>
<pubDate>Wed, 25 Nov 2009 20:39:28 +0000</pubDate>
<dc:creator>photosinferno</dc:creator>
<guid>http://photosinferno.wordpress.com/2009/11/25/updated-films-seen-page-2/</guid>
<description><![CDATA[Films Seen page updated]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Films Seen <a href="http://photosinferno.wordpress.com/films-seen/">page</a> updated</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[100.]]></title>
<link>http://booksineverything.wordpress.com/2009/11/25/100/</link>
<pubDate>Wed, 25 Nov 2009 20:23:42 +0000</pubDate>
<dc:creator>thetravellingbookbinder</dc:creator>
<guid>http://booksineverything.wordpress.com/2009/11/25/100/</guid>
<description><![CDATA[&#8216;It is never too late to be what you might have been&#8217; George Eliot]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><a href="http://booksineverything.wordpress.com/files/2009/11/bed-sheet.jpg"><img class="aligncenter size-large wp-image-440" title="bed.sheet" src="http://booksineverything.wordpress.com/files/2009/11/bed-sheet.jpg?w=1024" alt="" width="1024" height="768" /></a>&#8216;It is never too late to be what you might have been&#8217;</p>
<p style="text-align:center;">George Eliot</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Une page free et carte]]></title>
<link>http://mylso.wordpress.com/2009/11/25/une-page-free/</link>
<pubDate>Wed, 25 Nov 2009 08:00:13 +0000</pubDate>
<dc:creator>mylso</dc:creator>
<guid>http://mylso.wordpress.com/2009/11/25/une-page-free/</guid>
<description><![CDATA[Une petite page pleine de pshiiit pour le lift clean free de Mémelle sur C&amp;S ! Avec une photo to]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Une petite page pleine de pshiiit pour le lift clean free de Mémelle sur <a href="http://cleanandsimple.forumactif.net">C&#38;S</a> !</p>
<p><img class="aligncenter" src="http://i85.servimg.com/u/f85/11/75/87/93/img_8711.jpg" alt="" width="550" height="547" /></p>
<p>Avec une photo toute douce de Théo carressant la chienne de mes parents&#8230;</p>
<p>Et enfin une petite carte :<br />
<img class="aligncenter" src="http://i85.servimg.com/u/f85/11/75/87/93/img_8716.jpg" alt="" width="344" height="503" /></p>
<p>Alors vous aimez ?</p>
<p>J&#8217;ai plein de nouvelles pages à vous montrer bientôt ! Retrouvez moi vite pour la suite !</p>
<p>PS : j&#8217;ai ENFIN trouvé comment avoir une newsletter sur wordpress !! J&#8217;espère que ça fonctionnera comme il faut, hésitez pas à me mailer ou à m&#8217;envoyer un ptit comm pour me dire si ça fonctionne ou pas !!</p>
<p>Et merci pour votre passage régulier malgré toute cette période sans NL !! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[A cat, a border and iWork Pages]]></title>
<link>http://chimac.net/2009/11/24/a-cat-a-border-and-iwork-pages/</link>
<pubDate>Tue, 24 Nov 2009 17:25:05 +0000</pubDate>
<dc:creator>chimac</dc:creator>
<guid>http://chimac.net/2009/11/24/a-cat-a-border-and-iwork-pages/</guid>
<description><![CDATA[Cute work.  Click here to look at it.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Cute work.  Click <a href="http://fourwindsphotojournal.wordpress.com/2009/11/23/cat-with-whiskers/" target="_self">here</a> to look at it.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Unblock the web at school]]></title>
<link>http://unblockallpages.wordpress.com/2009/11/24/unblock-the-web-at-school/</link>
<pubDate>Tue, 24 Nov 2009 11:11:28 +0000</pubDate>
<dc:creator>stephanharrell41</dc:creator>
<guid>http://unblockallpages.wordpress.com/2009/11/24/unblock-the-web-at-school/</guid>
<description><![CDATA[How to Unblock Myspace at School/Home: Are you sick of being censored at school? Do you think that i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>How to Unblock Myspace at School/Home:</p>
<p>Are you sick of being censored at school? Do you think that it is completely unfair for you to be blocked from Myspace when you are using school computers and it is your free time? There are ways to unblock Myspace and many other sites without much of a problem and without being caught. Here is how to unblock Myspace at school.</p>
<p>First, there is a secret that most schools do not know and will not be able to detect. Using <a href="http://www.HiddenMyspace.com">www.HiddenMyspace.com</a>, <a href="http://www.HideFacebook.com">www.HideFacebook.com</a> or <a href="http://www.UnblockedBrowsing.com">www.UnblockedBrowsing.com</a> stops stupid firewalls at your school or work. Below is a description of what you will be doing.</p>
<p>This method is called using a proxy server. This is basically a website that will either have a small fee or will be free. You will be able to use their website to browse anywhere on the internet.</p>
<p>The way it works is you browse through their servers instead of your school servers so there are no security settings. This will allow you to access any websites you want including Myspace. Now you know how to unblock Myspace at school and you can use it to fight the ridiculous censorship that is being imposed upon you.</p>
<p>This is proudly brought to you by www.gamers-r-us.com, where you learn more about proxies and other amazing things that can help you beat the control that your school has over your internet browsing. Visit our site and be amazed.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
