<?xml version="1.0" encoding="UTF-8"?> <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/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>SiteOf.Me</title> <atom:link href="http://siteof.me/feed/" rel="self" type="application/rss+xml" /><link>http://siteof.me</link> <description>Personal site, Portfolio &#38; blog of Ryan Kansiro</description> <lastBuildDate>Thu, 04 Mar 2010 16:24:16 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Add twitter Bagde on Joomla! without Extension</title><link>http://siteof.me/2010/03/add-twitter-bagde-on-joomla-without-extension/</link> <comments>http://siteof.me/2010/03/add-twitter-bagde-on-joomla-without-extension/#comments</comments> <pubDate>Thu, 04 Mar 2010 16:08:55 +0000</pubDate> <dc:creator>ryan</dc:creator> <category><![CDATA[Joomla]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[code]]></category> <category><![CDATA[css]]></category> <category><![CDATA[joomla]]></category> <category><![CDATA[tips]]></category> <category><![CDATA[twitter]]></category><guid
isPermaLink="false">http://siteof.me/?p=659</guid> <description><![CDATA[There are some modules for adding twitter follow me badge for Joomla!, but using much extensions may down your Joomla! system performance. Adding twitter badge to Joomla can be done by simple way without using any extensions.
Needed file:
- Twitter icon, in this tutorial, i use the icons from NaldzGraphics.
View Demo
Here are the steps :
Step 1
Create [...]]]></description> <content:encoded><![CDATA[<p>There are some modules for adding twitter follow me badge for Joomla!, but using much extensions may down your Joomla! system performance. Adding twitter badge to Joomla can be done by simple way without using any extensions.<span
id="more-659"></span></p><p><span
style="color: #f25c05;"><strong>Needed file:</strong></span><br
/> - Twitter icon, in this tutorial, i use the icons from NaldzGraphics.</p><div
class="medium orange button"><a
href="http://demo.siteof.me/joomla/" target="_blank">View Demo</a></div><p>Here are the steps :</p><p><strong><span
style="color: #f25c05;">Step 1</span></strong></p><p
style="text-align: left;">C<img
class="alignleft size-full wp-image-528" title="cute twitter" src="http://siteof.me/wp-content/uploads/2010/02/cute_twitter.png" alt="cute twitter" width="217" height="200" />reate an image using your image editor with 100px x 200px dimension and name with twitter.png</p><p
style="text-align: left;">or download here. Put this image to image directory on Joomla template<br
/> <span
style="color: #61bf1a;">[joomla_InstallDir/Templates/current_used_template/images/twitter.png]</span></p><p
style="text-align: left;"><p
style="text-align: left;"><span
style="color: #f25c05;"><strong>Step 2</strong></span></p><p
style="text-align: left;">Open index.php file of current used Joomla template.<br
/> <span
style="color: #61bf1a;">[joomla_InstallDir/Templates/current_used_template/index.php]</span></p><p
style="text-align: left;"><span
style="color: #f25c05;"><strong>Step 3</strong></span></p><p
style="text-align: left;">Put this code before &lt;/body&gt; tag on index.php</p><pre class="brush:html">&lt;!--Link for twitter profile, Replace url code with your twitter profile url. --&gt;
&lt;a class="tweet" href="http://www.twitter.com/ryefro"&gt;Follow Me&lt;/a&gt;
&lt;!--End of code--&gt;</pre><p><span
style="color: #f25c05;"><strong>Step 4</strong></span></p><p>Open css file on <span
style="color: #61bf1a;">[joomla_InstallDir/Templates/current_used_template/css/template.css]</span> and put this code on last row.</p><pre class="brush:css">.tweet {
	display: block;
	width: 100px;
	height: 100px;
	text-indent: -2000px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: url(../images/twitter.png) 0 0px no-repeat;
}
.tweet:hover {
	background: url(../images/twitter.png) 0 -100px no-repeat;
}</pre><p><span
style="color: #f25c05;"><strong>Finish.</strong></span></p><p>You should see a Twitter badge on you Joomla pages and it with no any extensions.</p><div
class="medium orange button"><a
href="http://demo.siteof.me/joomla/" target="_blank">View Demo</a></div><div
class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul
class="socials"><li
class="sexy-delicious"> <a
href="http://del.icio.us/post?url=http://siteof.me/2010/03/add-twitter-bagde-on-joomla-without-extension/&amp;title=Add+twitter+Bagde+on+Joomla%21+without+Extension" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="sexy-digg"> <a
href="http://digg.com/submit?phase=2&amp;url=http://siteof.me/2010/03/add-twitter-bagde-on-joomla-without-extension/&amp;title=Add+twitter+Bagde+on+Joomla%21+without+Extension" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li
class="sexy-stumbleupon"> <a
href="http://www.stumbleupon.com/submit?url=http://siteof.me/2010/03/add-twitter-bagde-on-joomla-without-extension/&amp;title=Add+twitter+Bagde+on+Joomla%21+without+Extension" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="sexy-myspace"> <a
href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://siteof.me/2010/03/add-twitter-bagde-on-joomla-without-extension/&amp;t=Add+twitter+Bagde+on+Joomla%21+without+Extension" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li
class="sexy-facebook"> <a
href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://siteof.me/2010/03/add-twitter-bagde-on-joomla-without-extension/&amp;t=Add+twitter+Bagde+on+Joomla%21+without+Extension" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li
class="sexy-twitter"> <a
href="http://twitter.com/home?status=Add+twitter+Bagde+on+Joomla%21+without+Extension+-+http://tr.im/QCkJ+(via+@ryefro)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="sexy-linkedin"> <a
href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://siteof.me/2010/03/add-twitter-bagde-on-joomla-without-extension/&amp;title=Add+twitter+Bagde+on+Joomla%21+without+Extension&amp;summary=There%20are%20some%20modules%20for%20adding%20twitter%20follow%20me%20badge%20for%20Joomla%21%2C%20but%20using%20much%20extensions%20may%20down%20your%20Joomla%21%20system%20performance.%20Adding%20twitter%20badge%20to%20Joomla%20can%20be%20done%20by%20simple%20way%20without%20using%20any%20extensions.%0D%0A%0D%0ANeeded%20file%3A%0D%0A-%20Twitter%20icon%2C%20in%20this%20tutorial%2C%20i%20use%20the%20icons%20from%20Na&amp;source=SiteOf.Me" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li
class="sexy-google"> <a
href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://siteof.me/2010/03/add-twitter-bagde-on-joomla-without-extension/&amp;title=Add+twitter+Bagde+on+Joomla%21+without+Extension" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li></ul><div
style="clear:both;"></div></div>]]></content:encoded> <wfw:commentRss>http://siteof.me/2010/03/add-twitter-bagde-on-joomla-without-extension/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Első : My First free Joomla Template</title><link>http://siteof.me/2010/02/elso-my-first-free-joomla-template/</link> <comments>http://siteof.me/2010/02/elso-my-first-free-joomla-template/#comments</comments> <pubDate>Mon, 22 Feb 2010 08:29:49 +0000</pubDate> <dc:creator>ryan</dc:creator> <category><![CDATA[Joomla]]></category> <category><![CDATA[design]]></category> <category><![CDATA[download]]></category> <category><![CDATA[free]]></category> <category><![CDATA[joomla]]></category> <category><![CDATA[joomla 1.5]]></category> <category><![CDATA[template]]></category> <category><![CDATA[theme]]></category><guid
isPermaLink="false">http://siteof.me/?p=644</guid> <description><![CDATA[This is my first time of making a template for Joomla! CMS . I name it Első (from Magyar language) means &#8220;the first&#8221; just because it&#8217;s my first template i ever made.Download
DemoSince CSS3 comes with cool new features, i use some properties if CSS3 such, rounded box (radius-border), text-shadow and box-shadow which these features will [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: justify;">This is my first time of making a template for Joomla! CMS . I name it Első (from Magyar language) means &#8220;the first&#8221; just because it&#8217;s my first template i ever made.</p><p><span
id="more-644"></span></p><div
class="download button"><span><a
class="dl" href="http://siteof.me/wp-content/uploads/2010/02/ry_elso.zip">Download</a></span></div><div
class="demo button"><span><a
class="demo" href="http://demo.siteof.me/joomla/elso/">Demo</a></span></div><p
style="text-align: justify;"><p
style="text-align: justify;"><p
style="text-align: justify;">Since CSS3 comes with cool new features, i use some properties if CSS3 such, rounded box (radius-border), text-shadow and box-shadow which these features will only appear on CSS 3 support browser like, Mozilla Firefox 3.5 above, Safari 4 above and Google Chrome.</p><p
style="text-align: justify;"><div
class="idea_css">Beautiful icons which used on this template are <a
href="http://jonas.seph.ws/stuff/drf.zip" target="_blank">Danish Royalty Free</a> from <a
href="http://jonasraskdesign.com" target="_blank">Jonasrask Design</a> and <a
href="http://dryicons.com/free-icons/preview/coquette-icons-set/" target="_blank">Coquette</a>.</div><h4><strong>Első Features</strong></h4><div
class="feat-list"><ul><li><span>Joomla 1.5 native</span></li><li><span>CSS Drop-Down Menu (no need for additional module)</span></li><li><span>using CSS3</span></li><li><span>3 columns layout</span></li><li><span>6 module positions: left, right, user3, bottom1, bottom2, bottom3, search</span></li></ul></div><h4>Screenshot</h4><p
style="text-align: center;"><span
style="text-decoration: underline;"><a
href="http://siteof.me/wp-content/uploads/2010/02/elso.jpg"><img
class="aligncenter size-full wp-image-654" title="Első Screenshot" src="http://siteof.me/wp-content/uploads/2010/02/elso-thumb.jpg" alt="" width="500" height="215" /></a><br
/> </span></p><h4>Module Positions</h4><p
style="text-align: center;"><span
style="text-decoration: underline;"><a
href="http://siteof.me/wp-content/uploads/2010/02/elso-mod.jpg" target="_blank"><img
class="aligncenter" title="Elso Module Positions" src="http://siteof.me/wp-content/uploads/2010/02/elso-mod.jpg" alt="Elso Module Positions" width="500" height="460" /></a><br
/> </span></p><h4><strong>License</strong></h4><p><a
rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img
alt="Creative Commons License" style="border-width:0" src="http://creativecommons.org/images/public/somerights20.png" /></a><br
/> <span>Első Joomla Template</span> by <a
rel="cc:attributionURL" href="http://siteof.me">http://siteof.me</a> is licensed under a <a
rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 United States License</a>.<br
/> Permissions beyond the scope of this license may be available at <a
rel="cc:morePermissions" href="http://siteof.me">http://siteof.me</a>.</p><div
class="download button"><span><a
class="dl" href="http://siteof.me/wp-content/uploads/2010/02/ry_elso.zip">Download</a></span></div><div
class="demo button"><span><a
class="demo" href="http://demo.siteof.me/joomla/elso/">Demo</a></span></div><div
class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul
class="socials"><li
class="sexy-delicious"> <a
href="http://del.icio.us/post?url=http://siteof.me/2010/02/elso-my-first-free-joomla-template/&amp;title=Els%C5%91+%3A+My+First+free+Joomla+Template" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="sexy-digg"> <a
href="http://digg.com/submit?phase=2&amp;url=http://siteof.me/2010/02/elso-my-first-free-joomla-template/&amp;title=Els%C5%91+%3A+My+First+free+Joomla+Template" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li
class="sexy-stumbleupon"> <a
href="http://www.stumbleupon.com/submit?url=http://siteof.me/2010/02/elso-my-first-free-joomla-template/&amp;title=Els%C5%91+%3A+My+First+free+Joomla+Template" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="sexy-myspace"> <a
href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://siteof.me/2010/02/elso-my-first-free-joomla-template/&amp;t=Els%C5%91+%3A+My+First+free+Joomla+Template" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li
class="sexy-facebook"> <a
href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://siteof.me/2010/02/elso-my-first-free-joomla-template/&amp;t=Els%C5%91+%3A+My+First+free+Joomla+Template" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li
class="sexy-twitter"> <a
href="http://twitter.com/home?status=Els%C5%91+%3A+My+First+free+Joomla+Template+-+http://tr.im/PhKn+(via+@ryefro)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="sexy-linkedin"> <a
href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://siteof.me/2010/02/elso-my-first-free-joomla-template/&amp;title=Els%C5%91+%3A+My+First+free+Joomla+Template&amp;summary=This%20is%20my%20first%20time%20of%20making%20a%20template%20for%20Joomla%21%20CMS%20.%20I%20name%20it%20Els%C5%91%20%28from%20Magyar%20language%29%20means%20%22the%20first%22%20just%20because%20it%27s%20my%20first%20template%20i%20ever%20made.%0D%0A%0D%0ADownload%0D%0ADemo%0D%0A%0D%0A%0D%0ASince%20CSS3%20comes%20with%20cool%20new%20features%2C%20i%20use%20some%20properties%20if%20CSS3%20such%2C%20rounded%20box%20%28radius-border%29%2C%20text&amp;source=SiteOf.Me" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li
class="sexy-google"> <a
href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://siteof.me/2010/02/elso-my-first-free-joomla-template/&amp;title=Els%C5%91+%3A+My+First+free+Joomla+Template" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li></ul><div
style="clear:both;"></div></div>]]></content:encoded> <wfw:commentRss>http://siteof.me/2010/02/elso-my-first-free-joomla-template/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> <item><title>Beautiful Free Joomla Templates Collection</title><link>http://siteof.me/2010/02/beautiful-free-joomla-templates-collection/</link> <comments>http://siteof.me/2010/02/beautiful-free-joomla-templates-collection/#comments</comments> <pubDate>Thu, 11 Feb 2010 06:33:13 +0000</pubDate> <dc:creator>ryan</dc:creator> <category><![CDATA[Joomla]]></category> <category><![CDATA[beautiful]]></category> <category><![CDATA[download]]></category> <category><![CDATA[free]]></category> <category><![CDATA[joomla]]></category> <category><![CDATA[joomla 1.5]]></category> <category><![CDATA[template]]></category> <category><![CDATA[theme]]></category><guid
isPermaLink="false">http://siteof.me/?p=641</guid> <description><![CDATA[Here is some of beautiful Joomla templates which i found on internet and it&#8217;s all free.
1. JA_Purity IIDemo
Download
2. tj_happinessDemo
Download
3. JF_classicoDemo
Download
4. RT_QuasarDemo
Download
5.AfterburnerDemo
Download
6. iBusinessDemo
Download
7. DreamlandDemo
Download
8. RoonixDemo
Download
9. JNews WarriorDemo
Download
10. PraiseCorpDemo
Download
Share this on del.icio.us
Digg this!
Stumble upon something good? Share it on StumbleUpon
Post this to MySpace
Share this on Facebook
Tweet This!
Share this on Linkedin
Add this to Google Bookmarks]]></description> <content:encoded><![CDATA[<p>Here is some of beautiful Joomla templates which i found on internet and it&#8217;s all free.<span
id="more-641"></span></p><h2><span
style="color: #999999;"><span
style="color: #ff6600;">1. JA_Purity II</span></span></h2><p><a
href="http://www.joomlart.com/demo/#templates.joomlart.com/ja_purity_ii" target="_blank"><img
src="http://siteof.me/wp-content/uploads/2010/02/Purity-ii.jpg" alt="Beautiful Free Joomla Templates Collection" width="500" height="214" /></a></p><div
class="medium red button"><a
href="http://www.joomlart.com/demo/#templates.joomlart.com/ja_purity_ii" target="_blank">Demo</a></div><div
class="medium blue button"><a
href="http://www.joomlart.com/forums/downloads.php?do=cat&amp;id=145" target="_blank">Download</a></div><h2><span
style="color: #ff6600;">2. tj_happiness</span></h2><p><a
href="http://www.templatejoomla.com/" target="_blank"><img
src="http://siteof.me/wp-content/uploads/2010/02/tj-hapiness.jpg" alt="Beautiful Free Joomla Templates Collection" width="500" height="215" /></a></p><div
class="medium red button"><a
href="http://www.templatejoomla.com/ " target="_blank">Demo</a></div><div
class="medium blue button"><a
href="http://www.bestofjoomla.com/component/option,com_bestoftemplate/task,detail/Itemid,46/id,1499/" target="_blank">Download</a></div><h2><span
style="color: #ff6600;">3. JF_classico</span></h2><p><a
href="http://www.joomlart.com/" target="_blank"><img
src="http://siteof.me/wp-content/uploads/2010/02/classico.jpg" alt="Beautiful Free Joomla Templates Collection" width="500" height="215" /></a></p><div
class="medium red button"><a
href="http://demo.jooforge.com/classico/" target="_blank">Demo</a></div><div
class="medium blue button"><a
href="http://www.jooforge.com/en/download/free/templates/17-classico/download" target="_blank">Download</a></div><h2><span
style="color: #ff6600;">4. RT_Quasar</span></h2><p><a
href="http://demo.rockettheme.com/free/quasar/" target="_blank"><img
src="http://siteof.me/wp-content/uploads/2010/02/quasar.jpg" alt="Beautiful Free Joomla Templates Collection" width="500" height="215" /></a></p><div
class="medium red button"><a
href="http://demo.rockettheme.com/free/quasar/ " target="_blank">Demo</a></div><div
class="medium blue button"><a
href="http://www.rockettheme.com/joomla-downloads/free/1226-quasar" target="_blank">Download</a></div><h2><span
style="color: #ff6600;">5.Afterburner</span></h2><p><a
href="http://demo.rockettheme.com/free/afterburner/" target="_blank"><img
src="http://siteof.me/wp-content/uploads/2010/02/afterburner.jpg" alt="Beautiful Free Joomla Templates Collection" width="500" height="215" /></a></p><div
class="medium red button"><a
href="http://demo.rockettheme.com/free/afterburner/">Demo</a></div><div
class="medium blue button"><a
href="http://www.rockettheme.com/joomla-downloads/free/1094-afterburner" target="_blank">Download</a></div><h2><span
style="color: #ff6600;">6. iBusiness</span></h2><p><a
href="http://www.joomlart.com/" target="_blank"><img
src="http://siteof.me/wp-content/uploads/2010/02/ibussines.jpg" alt="Beautiful Free Joomla Templates Collection" width="500" height="215" /></a></p><div
class="medium red button"><a
href="http://themesjoomla.com/joomlatemplates/?template=ibusiness" target="_blank">Demo</a></div><div
class="medium blue button"><a
href="http://www.bestofjoomla.com/component/option,com_bestoftemplate/task,detail/Itemid,46/id,2179/" target="_blank">Download</a></div><h2><span
style="color: #ff6600;">7. Dreamland</span></h2><p><a
href="http://www.joomlart.com/" target="_blank"><img
src="http://siteof.me/wp-content/uploads/2010/02/dreamland.jpg" alt="Beautiful Free Joomla Templates Collection" width="500" height="215" /></a></p><div
class="medium red button"><a
href="http://joomlapanel.com/freetemplates/">Demo</a></div><div
class="medium blue button"><a
href="http://joomlapanel.com/download/dreamland.zip">Download</a></div><h2><span
style="color: #ff6600;">8. Roonix</span></h2><p><a
href="http://roonix.pixelpointcreative.com/" target="_blank"><img
src="http://siteof.me/wp-content/uploads/2010/02/roonix.jpg" alt="Beautiful Free Joomla Templates Collection" width="500" height="215" /></a></p><div
class="medium red button"><a
href="http://roonix.pixelpointcreative.com/">Demo</a></div><div
class="medium blue button"><a
href="http://pixelpointcreative.com/component/netinvoice/?action=orders&amp;task=order&amp;cid=2">Download</a></div><h2><span
style="color: #ff6600;">9. JNews Warrior</span></h2><p><a
href="http://roonix.pixelpointcreative.com/" target="_blank"><img
src="http://siteof.me/wp-content/uploads/2010/02/warrior.jpg" alt="Beautiful Free Joomla Templates Collection" width="500" height="215" /></a></p><div
class="medium red button"><a
href="http://demo.themewarrior.com/joomla/jnews_warrior" target="_blank">Demo</a></div><div
class="medium blue button"><a
href="http://www.themewarrior.com/themes/joomla/jnews-warrior" target="_blank">Download</a></div><h2><span
style="color: #ff6600;">10. PraiseCorp</span></h2><p><a
href="http://www.joomlapraise.com/joomla/templates/free/praisecorp.php/" target="_blank"><img
src="http://siteof.me/wp-content/uploads/2010/02/corp.jpg" alt="Beautiful Free Joomla Templates Collection" width="500" height="215" /></a></p><div
class="medium red button"><a
href="http://demo.joomlapraise.com/?http://corp.joomlapraise.com" target="_blank">Demo</a></div><div
class="medium blue button"><a
href="http://store.pixelpraise.com/index.php?dispatch=aff_banners.view&#038;bid=2&#038;sl=EN&#038;product_id=29803" target="_blank">Download</a></div><div
class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul
class="socials"><li
class="sexy-delicious"> <a
href="http://del.icio.us/post?url=http://siteof.me/2010/02/beautiful-free-joomla-templates-collection/&amp;title=Beautiful+Free+Joomla+Templates+Collection" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="sexy-digg"> <a
href="http://digg.com/submit?phase=2&amp;url=http://siteof.me/2010/02/beautiful-free-joomla-templates-collection/&amp;title=Beautiful+Free+Joomla+Templates+Collection" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li
class="sexy-stumbleupon"> <a
href="http://www.stumbleupon.com/submit?url=http://siteof.me/2010/02/beautiful-free-joomla-templates-collection/&amp;title=Beautiful+Free+Joomla+Templates+Collection" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="sexy-myspace"> <a
href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://siteof.me/2010/02/beautiful-free-joomla-templates-collection/&amp;t=Beautiful+Free+Joomla+Templates+Collection" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li
class="sexy-facebook"> <a
href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://siteof.me/2010/02/beautiful-free-joomla-templates-collection/&amp;t=Beautiful+Free+Joomla+Templates+Collection" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li
class="sexy-twitter"> <a
href="http://twitter.com/home?status=Beautiful+Free+Joomla+Templates+Collection+-+http://tr.im/NI2l+(via+@ryefro)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="sexy-linkedin"> <a
href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://siteof.me/2010/02/beautiful-free-joomla-templates-collection/&amp;title=Beautiful+Free+Joomla+Templates+Collection&amp;summary=Here%20is%20some%20of%20beautiful%20Joomla%20templates%20which%20i%20found%20on%20internet%20and%20it%27s%20all%20free.%0D%0A1.%20JA_Purity%20II%0D%0A%0D%0ADemo%0D%0ADownload%0D%0A2.%20tj_happiness%0D%0A%0D%0ADemo%0D%0ADownload%0D%0A3.%20JF_classico%0D%0A%0D%0ADemo%0D%0ADownload%0D%0A4.%20RT_Quasar%0D%0A%0D%0ADemo%0D%0ADownload%0D%0A5.Afterburner%0D%0A%0D%0ADemo%0D%0ADownload%0D%0A6.%20iBusiness%0D%0A%0D%0ADemo%0D%0ADownload%0D%0A7.%20Dreamla&amp;source=SiteOf.Me" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li
class="sexy-google"> <a
href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://siteof.me/2010/02/beautiful-free-joomla-templates-collection/&amp;title=Beautiful+Free+Joomla+Templates+Collection" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li></ul><div
style="clear:both;"></div></div>]]></content:encoded> <wfw:commentRss>http://siteof.me/2010/02/beautiful-free-joomla-templates-collection/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Charts of the Week #4</title><link>http://siteof.me/2010/02/charts-of-the-week-4/</link> <comments>http://siteof.me/2010/02/charts-of-the-week-4/#comments</comments> <pubDate>Mon, 08 Feb 2010 08:29:31 +0000</pubDate> <dc:creator>ryan</dc:creator> <category><![CDATA[Music]]></category> <category><![CDATA[chart]]></category> <category><![CDATA[list]]></category> <category><![CDATA[shrek]]></category> <category><![CDATA[song]]></category> <category><![CDATA[transformer]]></category> <category><![CDATA[weekly]]></category><guid
isPermaLink="false">http://siteof.me/?p=637</guid> <description><![CDATA[“Charts of the week” is the list of 10 tracks/songs which i played most on a week.This is my top Charts of the week (Feb 1-7, 2010)No
Title
Artist
Album1
Stay Home
Self
Shrek Soundtracks2
Not Meant to be
Theory Of A Deadman
Transformers: Revenge of The Fallen Soundtrack3
Are You Happy Now
Michelle Branch
Karens Play List D34
I&#8217;m Yours
Jason Mraz
We Sing, We Dance, We Steal Things5
Nookie
Limp [...]]]></description> <content:encoded><![CDATA[<p>“Charts of the week” is the list of 10 tracks/songs which i played most on a week.<span
id="more-637"></span>This is my top Charts of the week (Feb 1-7, 2010)</p><table
class="itunes" border="0" cellspacing="0" cellpadding="0"><tbody><tr><th>No</th><th>Title</th><th>Artist</th><th>Album</th></tr><tr><td>1</td><td>Stay Home</td><td>Self</td><td>Shrek Soundtracks</td></tr><tr><td>2</td><td>Not Meant to be</td><td>Theory Of A Deadman</td><td>Transformers: Revenge of The Fallen Soundtrack</td></tr><tr><td>3</td><td>Are You Happy Now</td><td>Michelle Branch</td><td>Karens Play List D3</td></tr><tr><td>4</td><td>I&#8217;m Yours</td><td>Jason Mraz</td><td>We Sing, We Dance, We Steal Things</td></tr><tr><td>5</td><td>Nookie</td><td>Limp Bizkit</td><td>Greatest Hitz</td></tr><tr><td>6</td><td>Music is My Radar [Radio Edit]</td><td>Blur</td><td>Blur: All the Singles</td></tr><tr><td>7</td><td>Burning Down The House</td><td>The Used</td><td>Transformers: Revenge of The Fallen Soundtrack</td></tr><tr><td>8</td><td>Sunday Morning</td><td>Maroon 5</td><td>Song About Jane</td></tr><tr><td>9</td><td>Song 2</td><td>Blur</td><td>Blur: All the Singles</td></tr><tr><td>10</td><td>Barely Breathing</td><td>Duncan Sheik</td><td>Karens Play List D1</td></tr></tbody></table><div
class="lrc"><a
href="http://siteof.me/wp-content/uploads/2010/02/200px-Shrek_Soundtrack_2.jpg"><img
class="alignleft" src="http://siteof.me/wp-content/uploads/2010/02/200px-Shrek_Soundtrack_2-140x140.jpg" alt="" width="140" height="140" /></a>Lyric<br
/> Title:  Stay Home<br
/> Artist: Self<br
/> Album:  Shrek Soundtracks</div><p>[00:10.53]I believe in self-assertion<br
/> [00:12.72]Destiny or slight diversion<br
/> [00:14.91]Now it seems I&#8217;ve got my head on straight<br
/> [00:19.41]I&#8217;m a freak<br
/> [00:20.35]An apperitian<br
/> [00:21.41]Seems I&#8217;ve made the right decision<br
/> [00:23.72]Try to turn back now, it might be too late<br
/> [00:27.41]And it&#8217;s off to the morning and back again<br
/> [00:29.97]Same old day, same situation<br
/> [00:32.16]My happiness is back as if to say<br
/> [00:36.41]I wanna stay home today<br
/> [00:39.41]Don&#8217;t wanna go out<br
/> [00:41.04]If anyone comes to play<br
/> [00:43.84]Gonna get thrown out<br
/> [00:45.16]I wanna stay home today<br
/> [00:48.22]Don&#8217;t want no company<br
/> [00:49.59]No way<br
/> [00:52.35]Yeah, yeah, yeah<br
/> [00:54.91]A simple life&#8217;s my cup of tea<br
/> [00:56.85]I don&#8217;t need nobody but me<br
/> [00:59.16]What I wouldn&#8217;t give just to be left alone<br
/> [01:03.66]I wanna be a millionaire someday<br
/> [01:05.91]And know what it feels like to give it away<br
/> [01:08.22]Watch me march to the beat of my own drum<br
/> [01:11.85]And it&#8217;s over and over and over again<br
/> [01:14.47]Same old day, same situation<br
/> [01:16.47]The happiness is back as if to say<br
/> [01:20.97]I wanna stay home today<br
/> [01:23.97]Don&#8217;t wanna go out<br
/> [01:25.35]If anyone comes my way<br
/> [01:28.35]Gonna get thrown out<br
/> [01:29.72]I wanna stay home today<br
/> [01:32.53]Don&#8217;t want no company<br
/> [01:34.10]No way<br
/> [01:36.79]Yeah, yeah, yeah<br
/> [01:38.97]Same rain every day<br
/> [01:42.35]Everyone would just stay away<br
/> [01:47.91]Come another- Come another- Come another day<br
/> [02:05.60]I wanna stay home today<br
/> [02:07.85]I wanna stay home today,<br
/> [02:09.91]I wanna stay home, stay home, stay home, stay h-<br
/> [02:14.16]I wanna stay home today<br
/> [02:17.22]Don&#8217;t wanna go out<br
/> [02:18.79]If anyone comes to play<br
/> [02:21.85]Gonna get thrown out<br
/> [02:23.22]I wanna stay home today<br
/> [02:26.04]Don&#8217;t want no company<br
/> [02:27.60]No way<br
/> [02:30.54]Yeah, yeah, yeah<br
/> [02:32.22]I wanna stay home<br
/> [02:35.54]Don&#8217;t wanna go out<br
/> [02:36.53]If anyone comes my way<br
/> [02:39.60]Gonna get thrown out<br
/> [02:41.16]I wanna stay home today<br
/> [02:43.85]Don&#8217;t want no company<br
/> [02:45.35]No way<br
/> [02:48.03]Yeah, yeah, yeah</p><div
class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul
class="socials"><li
class="sexy-delicious"> <a
href="http://del.icio.us/post?url=http://siteof.me/2010/02/charts-of-the-week-4/&amp;title=Charts+of+the+Week+%234" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="sexy-digg"> <a
href="http://digg.com/submit?phase=2&amp;url=http://siteof.me/2010/02/charts-of-the-week-4/&amp;title=Charts+of+the+Week+%234" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li
class="sexy-stumbleupon"> <a
href="http://www.stumbleupon.com/submit?url=http://siteof.me/2010/02/charts-of-the-week-4/&amp;title=Charts+of+the+Week+%234" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="sexy-myspace"> <a
href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://siteof.me/2010/02/charts-of-the-week-4/&amp;t=Charts+of+the+Week+%234" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li
class="sexy-facebook"> <a
href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://siteof.me/2010/02/charts-of-the-week-4/&amp;t=Charts+of+the+Week+%234" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li
class="sexy-twitter"> <a
href="http://twitter.com/home?status=Charts+of+the+Week+%234+-+http://tr.im/NAfR+(via+@ryefro)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="sexy-linkedin"> <a
href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://siteof.me/2010/02/charts-of-the-week-4/&amp;title=Charts+of+the+Week+%234&amp;summary=%E2%80%9CCharts%20of%20the%20week%E2%80%9D%20is%20the%20list%20of%2010%20tracks%2Fsongs%20which%20i%20played%20most%20on%20a%20week.This%20is%20my%20top%20Charts%20of%20the%20week%20%28Feb%201-7%2C%202010%29%0D%0A%0D%0A%0D%0A%0D%0ANo%0D%0ATitle%0D%0AArtist%0D%0AAlbum%0D%0A%0D%0A%0D%0A1%0D%0AStay%20Home%0D%0ASelf%0D%0AShrek%20Soundtracks%0D%0A%0D%0A%0D%0A2%0D%0ANot%20Meant%20to%20be%0D%0ATheory%20Of%20A%20Deadman%0D%0ATransformers%3A%20Revenge%20of%20The%20Fallen%20Soundtr&amp;source=SiteOf.Me" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li
class="sexy-google"> <a
href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://siteof.me/2010/02/charts-of-the-week-4/&amp;title=Charts+of+the+Week+%234" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li></ul><div
style="clear:both;"></div></div>]]></content:encoded> <wfw:commentRss>http://siteof.me/2010/02/charts-of-the-week-4/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Simply Create Mosaik Photo</title><link>http://siteof.me/2010/02/simply-create-mosaik-photo/</link> <comments>http://siteof.me/2010/02/simply-create-mosaik-photo/#comments</comments> <pubDate>Mon, 01 Feb 2010 04:09:56 +0000</pubDate> <dc:creator>ryan</dc:creator> <category><![CDATA[Graphics]]></category> <category><![CDATA[download]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[free]]></category> <category><![CDATA[mosaik]]></category> <category><![CDATA[photo]]></category> <category><![CDATA[simple]]></category> <category><![CDATA[software]]></category> <category><![CDATA[tiles]]></category> <category><![CDATA[windows]]></category><guid
isPermaLink="false">http://siteof.me/?p=634</guid> <description><![CDATA[Mosaik photo is is a picture (usually a photograph) that has been divided into (usually equal sized) rectangular sections, each of which is replaced with another photograph of appropriate average color. When viewed at low magnifications, the individual pixels appear as the primary image, while close examination reveals that the image is in fact made [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: justify;">Mosaik photo is is a picture (usually a photograph) that has been divided into (usually equal sized) rectangular sections, each of which is replaced with another photograph of appropriate average color. When viewed at low magnifications, the individual pixels appear as the primary image, while close examination reveals that the image is in fact made up of many hundreds or thousands of smaller images. <em>http://en.wikipedia.org/wiki/Mosaic_photo</em><br
/> <span
id="more-634"></span><br
/> You can make cool mosaik photo simply with the software calles Foto-Mosaik-Edda. This is a donationware program, so you can freely download and use it with an optional donation to the author.</p><div
class="idea_css "><h4><span
style="color: #000000;">Foto-Mosaik-Edda</span></h4><p>http://sixdots.de/mosaik/</p><p><strong>Min Requirement</strong> : Win XP<br
/> <strong>File Size</strong> : 1.56 MB</p><div
class="medium blue button"><a
href="http://sixdots.de/mosaik/en/download.php">Download</a></div></div><p>Launch the program, make a database as library for images/photos which use as the tiles image (more photos in library, better the result will be).<a
href="http://siteof.me/wp-content/uploads/2010/01/mosaik-foto-edda.jpg"><img
class="aligncenter size-full wp-image-632" title="mosaik-foto-edda" src="http://siteof.me/wp-content/uploads/2010/01/mosaik-foto-edda.jpg" alt="mosaik-foto-edda" width="500" height="333" /></a></p><p>Choose the photo to make as the canvas and set the amount of tiles, resolution, and other settings.</p><p>Then you have a cool mosaik photo.</p><div
class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul
class="socials"><li
class="sexy-delicious"> <a
href="http://del.icio.us/post?url=http://siteof.me/2010/02/simply-create-mosaik-photo/&amp;title=Simply+Create+Mosaik+Photo" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="sexy-digg"> <a
href="http://digg.com/submit?phase=2&amp;url=http://siteof.me/2010/02/simply-create-mosaik-photo/&amp;title=Simply+Create+Mosaik+Photo" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li
class="sexy-stumbleupon"> <a
href="http://www.stumbleupon.com/submit?url=http://siteof.me/2010/02/simply-create-mosaik-photo/&amp;title=Simply+Create+Mosaik+Photo" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="sexy-myspace"> <a
href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://siteof.me/2010/02/simply-create-mosaik-photo/&amp;t=Simply+Create+Mosaik+Photo" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li
class="sexy-facebook"> <a
href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://siteof.me/2010/02/simply-create-mosaik-photo/&amp;t=Simply+Create+Mosaik+Photo" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li
class="sexy-twitter"> <a
href="http://twitter.com/home?status=Simply+Create+Mosaik+Photo+-+http://tr.im/Ml2t+(via+@ryefro)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="sexy-linkedin"> <a
href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://siteof.me/2010/02/simply-create-mosaik-photo/&amp;title=Simply+Create+Mosaik+Photo&amp;summary=Mosaik%20photo%20is%20is%20a%20picture%20%28usually%20a%20photograph%29%20that%20has%20been%20divided%20into%20%28usually%20equal%20sized%29%20rectangular%20sections%2C%20each%20of%20which%20is%20replaced%20with%20another%20photograph%20of%20appropriate%20average%20color.%20When%20viewed%20at%20low%20magnifications%2C%20the%20individual%20pixels%20appear%20as%20the%20primary%20image%2C%20while%20close&amp;source=SiteOf.Me" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li
class="sexy-google"> <a
href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://siteof.me/2010/02/simply-create-mosaik-photo/&amp;title=Simply+Create+Mosaik+Photo" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li></ul><div
style="clear:both;"></div></div>]]></content:encoded> <wfw:commentRss>http://siteof.me/2010/02/simply-create-mosaik-photo/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New Design for New Year</title><link>http://siteof.me/2010/01/new-design/</link> <comments>http://siteof.me/2010/01/new-design/#comments</comments> <pubDate>Sat, 09 Jan 2010 17:00:32 +0000</pubDate> <dc:creator>ryan</dc:creator> <category><![CDATA[Personal]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[bokeh]]></category> <category><![CDATA[code]]></category> <category><![CDATA[design]]></category> <category><![CDATA[effect]]></category> <category><![CDATA[new year 2010]]></category> <category><![CDATA[template]]></category> <category><![CDATA[theme]]></category><guid
isPermaLink="false">http://siteof.me/2010/01/new-design/</guid> <description><![CDATA[At last of year 2009, i planned to change my blog look to a “clean design”, that plan should be done at 01-01-2010 but it couldn’t be done because designing and coding process take more time than i though and today my-school-life  is a little bit busy  too.So i just changed my theme yesterday. The  [...]]]></description> <content:encoded><![CDATA[<p>At last of year 2009, i planned to change my blog look to a “clean design”, that plan should be done at 01-01-2010 but it couldn’t be done because designing and coding process take more time than i though and today my-school-life  is a little bit busy  too.</p><p><span
id="more-631"></span></p><p>So i just changed my theme yesterday. The  theme i am using is pork and beans from <a
href="http://fearlessflyer.com">Fearless Flyer</a> with some customizations ;</p><ul><li>Change its background with bokeh effect image,</li><li>Change some css code,</li><li>Change layout,</li><li>add custom templates (portfolio and portfolio-item) to <a
href="http://siteof.me/portfolio">showcase my works</a>,</li></ul><p>Portfolio page functions code is adapted from Creative by Nature theme from cssmayo.com</p><div
class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul
class="socials"><li
class="sexy-delicious"> <a
href="http://del.icio.us/post?url=http://siteof.me/2010/01/new-design/&amp;title=New+Design+for+New+Year" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="sexy-digg"> <a
href="http://digg.com/submit?phase=2&amp;url=http://siteof.me/2010/01/new-design/&amp;title=New+Design+for+New+Year" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li
class="sexy-stumbleupon"> <a
href="http://www.stumbleupon.com/submit?url=http://siteof.me/2010/01/new-design/&amp;title=New+Design+for+New+Year" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="sexy-myspace"> <a
href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://siteof.me/2010/01/new-design/&amp;t=New+Design+for+New+Year" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li
class="sexy-facebook"> <a
href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://siteof.me/2010/01/new-design/&amp;t=New+Design+for+New+Year" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li
class="sexy-twitter"> <a
href="http://twitter.com/home?status=New+Design+for+New+Year+-+http://tr.im/JTrv+(via+@ryefro)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="sexy-linkedin"> <a
href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://siteof.me/2010/01/new-design/&amp;title=New+Design+for+New+Year&amp;summary=At%20last%20of%20year%202009%2C%20i%20planned%20to%20change%20my%20blog%20look%20to%20a%20%E2%80%9Cclean%20design%E2%80%9D%2C%20that%20plan%20should%20be%20done%20at%2001-01-2010%20but%20it%20couldn%E2%80%99t%20be%20done%20because%20designing%20and%20coding%20process%20take%20more%20time%20than%20i%20though%20and%20today%20my-school-life%C2%A0%20is%20a%20little%20bit%20busy%C2%A0%20too.%0D%0A%0D%0A%0D%0A%0D%0ASo%20i%20just%20changed%20my%20theme%20&amp;source=SiteOf.Me" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li
class="sexy-google"> <a
href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://siteof.me/2010/01/new-design/&amp;title=New+Design+for+New+Year" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li></ul><div
style="clear:both;"></div></div>]]></content:encoded> <wfw:commentRss>http://siteof.me/2010/01/new-design/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Watched Movie List #2</title><link>http://siteof.me/2009/11/watched-movie-list-2/</link> <comments>http://siteof.me/2009/11/watched-movie-list-2/#comments</comments> <pubDate>Mon, 30 Nov 2009 04:13:38 +0000</pubDate> <dc:creator>ryan</dc:creator> <category><![CDATA[Movie]]></category> <category><![CDATA[2012]]></category> <category><![CDATA[apocalypse]]></category> <category><![CDATA[list]]></category> <category><![CDATA[surrogate]]></category> <category><![CDATA[weekly]]></category><guid
isPermaLink="false">http://siteof.me/?p=599</guid> <description><![CDATA[Here is the list of movies i watched on a week (November 23-29, 2009).Big Momma&#8217;s House 2Release Date
:
2 March 2006Watched by .me
:
29 November 2009Genres
:
Action &#124; Comedy &#124; ThrillerStarring
:
Martin Lawrence, Nia Long,Emily Procter, Zachary Levi, Mark MosesOn his latest assignment, FBI agent Malcolm Turner (Lawrence) goes  undercover as Big Momma, and works as a nanny [...]]]></description> <content:encoded><![CDATA[<p>Here is the list of movies i watched on a week (November 23-29, 2009).<span
id="more-599"></span></p><div
id="movie_list"><div
id="title">Big Momma&#8217;s House 2</div><table
id="details" border="0"><tbody><tr><td
width="107">Release Date</td><td
width="10">:</td><td
width="240">2 March 2006</td></tr><tr><td>Watched by .me</td><td>:</td><td>29 November 2009</td></tr><tr><td>Genres</td><td>:</td><td>Action | Comedy | Thriller</td></tr><tr><td>Starring</td><td>:</td><td><a
href="http://www.imdb.com/name/nm0001454/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0001454/';">Martin Lawrence</a>, <a
href="http://www.imdb.com/name/nm0000505/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0000505/';">Nia Long</a><a
href="http://www.imdb.com/name/nm0290556/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0290556/';"></a><a
href="http://www.imdb.com/name/nm0593664/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0593664/';"></a><a
href="http://www.imdb.com/name/nm0005562/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0005562/';"></a>,<a
href="http://www.imdb.com/name/nm0698346/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0698346/';">Emily Procter</a><a
href="http://www.imdb.com/name/nm1144419/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm1144419/';"></a><a
href="http://www.imdb.com/name/nm0683253/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0683253/';"></a><a
href="http://www.imdb.com/name/nm0852132/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0852132/';">,</a> <a
href="http://www.imdb.com/name/nm1157048/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm1157048/';">Zachary Levi</a><a
href="http://www.imdb.com/name/nm0180984/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0180984/';"></a><a
href="http://www.imdb.com/name/nm0462673/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0462673/';"></a><a
href="http://www.imdb.com/name/nm0002071/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0002071/';"></a>, <a
href="http://www.imdb.com/name/nm0608601/" onclick="(new Image()).src='/rg/castlist/position-5/images/b.gif?link=/name/nm0608601/';">Mark Moses</a><a
href="http://www.imdb.com/name/nm0732497/" onclick="(new Image()).src='/rg/castlist/position-5/images/b.gif?link=/name/nm0732497/';"></a></td></tr></tbody></table><p><img
id="stars" src="http://siteof.me/wp-content/images/movies/rating/star_05.png" alt="" width="118" height="22" /></p><div
id="mov_image"><img
src="http://siteof.me/wp-content/images/movies/thumbs/big2.jpg" alt="" width="135" height="202" /></div><div
class="desc"><div
class="plot">On his latest assignment, FBI agent Malcolm Turner (Lawrence) goes  undercover as Big Momma, and works as a nanny for an unhappy woman  (Procter) who is under investigation for murder. <a
href="http://www.imdb.com/title/tt0421729/plotsummary" onclick="(new Image()).src='/rg/title-tease/plotsummary/images/b.gif?link=/title/tt0421729/plotsummary';">full summary</a></div></div></div><div
id="movie_list"><div
id="title">Pineapple Express</div><table
id="details" border="0"><tbody><tr><td
width="107">Release Date</td><td
width="10">:</td><td
width="240">6 August 2008</td></tr><tr><td>Watched by .me</td><td>:</td><td>28 November 2009</td></tr><tr><td>Genres</td><td>:</td><td>Action | Comedy | Crime | Thriller</td></tr><tr><td>Starring</td><td>:</td><td><a
href="http://www.imdb.com/name/nm0736622/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0736622/';">Seth Rogen</a><a
href="http://www.imdb.com/name/nm0000246/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0000246/';"></a><a
href="http://www.imdb.com/name/nm0001774/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0001774/';"></a>, <a
href="http://www.imdb.com/name/nm0290556/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0290556/';">James Franco</a><a
href="http://www.imdb.com/name/nm0593664/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0593664/';"></a><a
href="http://www.imdb.com/name/nm0005562/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0005562/';"></a>,<a
href="http://www.imdb.com/name/nm1144419/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm1144419/';">Danny McBride</a><a
href="http://www.imdb.com/name/nm0683253/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0683253/';"></a><a
href="http://www.imdb.com/name/nm0852132/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0852132/';">,</a> <a
href="http://www.imdb.com/name/nm0180984/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0180984/';">Kevin Corrigan</a><a
href="http://www.imdb.com/name/nm0462673/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0462673/';"></a><a
href="http://www.imdb.com/name/nm0002071/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0002071/';"></a>,<a
href="http://www.imdb.com/name/nm0732497/" onclick="(new Image()).src='/rg/castlist/position-5/images/b.gif?link=/name/nm0732497/';">Craig Robinson</a></td></tr></tbody></table><p><img
id="stars" src="http://siteof.me/wp-content/images/movies/rating/star_07.png" alt="" width="118" height="21" /></p><div
id="mov_image"><img
src="http://siteof.me/wp-content/images/movies/thumbs/pineapple.jpg" alt="" width="135" height="202" /></div><div
class="desc"><div
class="plot">A stoner and his dealer are forced to go on the run from the police after the pothead witnesses a cop commit a murder. <a
href="http://www.imdb.com/title/tt0910936/plotsummary" onclick="(new Image()).src='/rg/title-tease/plotsummary/images/b.gif?link=/title/tt0910936/plotsummary';">full summary</a></div></div></div><div
id="movie_list"><div
id="title">Surrogates</div><table
id="details" border="0"><tbody><tr><td
width="107">Release Date</td><td
width="10">:</td><td
width="240">1 October 2009</td></tr><tr><td>Watched by .me</td><td>:</td><td>27 November 2009</td></tr><tr><td>Genres</td><td>:</td><td>Action | Sci-Fi | Thriller</td></tr><tr><td>Starring</td><td>:</td><td><a
href="http://www.imdb.com/name/nm0000246/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0000246/';">Bruce Willis</a><a
href="http://www.imdb.com/name/nm0001774/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0001774/';"></a>, <a
href="http://www.imdb.com/name/nm0593664/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0593664/';">Radha Mitchell</a><a
href="http://www.imdb.com/name/nm0005562/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0005562/';"></a>,<a
href="http://www.imdb.com/name/nm0683253/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0683253/';">Rosamund Pike</a><a
href="http://www.imdb.com/name/nm0852132/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0852132/';">,</a> <a
href="http://www.imdb.com/name/nm0462673/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0462673/';">Boris Kodjoe</a><a
href="http://www.imdb.com/name/nm0002071/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0002071/';"></a>, <a
href="http://www.imdb.com/name/nm0320179/" onclick="(new Image()).src='/rg/castlist/position-5/images/b.gif?link=/name/nm0320179/';">James Francis Ginty</a><a
href="http://www.imdb.com/name/nm0000170/" onclick="(new Image()).src='/rg/castlist/position-5/images/b.gif?link=/name/nm0000170/';"></a></td></tr></tbody></table><p><img
id="stars" src="http://siteof.me/wp-content/images/movies/rating/star_03.png" alt="" width="118" height="21" /></p><div
id="mov_image"><img
src="http://siteof.me/wp-content/images/movies/thumbs/surrogate.jpg" alt="" width="135" height="202" /></div><div
class="desc"><div
class="plot">Set in a futuristic world where humans live in isolation and interact  through surrogate robots, a cop (Willis) is forced to leave his home  for the first time in years in order to investigate the murders of  others’ surrogates. <a
href="http://www.imdb.com/title/tt0986263/plotsummary" onclick="(new Image()).src='/rg/title-tease/plotsummary/images/b.gif?link=/title/tt0986263/plotsummary';">full summary</a></div></div></div><div
id="movie_list"><div
id="title">Zoolander</div><table
id="details" border="0"><tbody><tr><td
width="107">Release Date</td><td
width="10">:</td><td
width="240">16 February 2006</td></tr><tr><td>Watched by .me</td><td>:</td><td>27 November 2009</td></tr><tr><td>Genres</td><td>:</td><td>Comedy</td></tr><tr><td>Starring</td><td>:</td><td><a
href="http://www.imdb.com/name/nm0001774/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0001774/';">Ben Stiller</a>, <a
href="http://www.imdb.com/name/nm0005562/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0005562/';">Owen Wilson</a>,<a
href="http://www.imdb.com/name/nm0852132/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0852132/';">Christine Taylor,</a> <a
href="http://www.imdb.com/name/nm0002071/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0002071/';">Will Ferrell</a>, <a
href="http://www.imdb.com/name/nm0000170/" onclick="(new Image()).src='/rg/castlist/position-5/images/b.gif?link=/name/nm0000170/';">Milla Jovovich</a></td></tr></tbody></table><p><img
id="stars" src="http://siteof.me/wp-content/images/movies/rating/star_07.png" alt="" width="118" height="21" /></p><div
id="mov_image"><img
src="http://siteof.me/wp-content/images/movies/thumbs/zoolander.jpg" alt="" width="135" height="202" /></div><div
class="desc"><div
class="plot">At the end of his career, a clueless fashion model is brainwashed to kill the Prime Minister of Malaysia. <a
href="http://www.imdb.com/title/tt0196229/plotsummary" onclick="(new Image()).src='/rg/title-tease/plotsummary/images/b.gif?link=/title/tt0196229/plotsummary';">full summary</a></div></div></div><div
id="movie_list"><div
id="title">Sydney White</div><table
id="details" border="0"><tbody><tr><td
width="107">Release Date</td><td
width="10">:</td><td
width="240">21 September 2007</td></tr><tr><td>Watched by .me</td><td>:</td><td>26 November 2009</td></tr><tr><td>Genres</td><td>:</td><td>Comedy | Romance</td></tr><tr><td>Starring</td><td>:</td><td><a
href="http://www.imdb.com/name/nm0004789/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0004789/';">Amanda Bynes</a>, <a
href="http://www.imdb.com/name/nm0668139/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0668139/';">Sara Paxton</a>,<a
href="http://www.imdb.com/name/nm1668265/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm1668265/';">Matt Long</a>, <a
href="http://www.imdb.com/name/nm2358430/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm2358430/';">Jack Carpenter, </a><a
href="http://www.imdb.com/name/nm0397386/" onclick="(new Image()).src='/rg/castlist/position-5/images/b.gif?link=/name/nm0397386/';">Jeremy Howard</a></td></tr></tbody></table><p><img
id="stars" src="http://siteof.me/wp-content/images/movies/rating/star_04.png" alt="" width="118" height="21" /></p><div
id="mov_image"><img
src="http://siteof.me/wp-content/images/movies/thumbs/sydney_white.jpg" alt="" width="135" height="202" /></div><div
class="desc"><div
class="plot">A modern retelling of Snow White set against students in their freshman year of college in the greek system. <a
href="http://www.imdb.com/title/tt0815244/plotsummary" onclick="(new Image()).src='/rg/title-tease/plotsummary/images/b.gif?link=/title/tt0815244/plotsummary';">full summary</a></div></div></div><div
id="movie_list"><div
id="title">My Super Ex-Girlfriend</div><table
id="details" border="0"><tbody><tr><td
width="107">Release Date</td><td
width="10">:</td><td
width="240">9 August 2006</td></tr><tr><td>Watched by .me</td><td>:</td><td>25 November 2009</td></tr><tr><td>Genres</td><td>:</td><td>Comedy | Crime | Drama | Romance | Sci-Fi | Thriller</td></tr><tr><td>Starring</td><td>:</td><td><a
href="http://www.imdb.com/name/nm0000235/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0000235/';">Uma Thurman</a>, <a
href="http://www.imdb.com/name/nm0005561/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0005561/';">Luke Wilson</a>, <a
href="http://www.imdb.com/name/nm0267506/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0267506/';">Anna Faris</a>, <a
href="http://www.imdb.com/name/nm0933988/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0933988/';">Rainn Wilson</a>, <a
href="http://www.imdb.com/name/nm0412850/" onclick="(new Image()).src='/rg/castlist/position-5/images/b.gif?link=/name/nm0412850/';">Eddie Izzard</a></td></tr></tbody></table><p><img
id="stars" src="http://siteof.me/wp-content/images/movies/rating/star_06.png" alt="" width="118" height="21" /></p><div
id="mov_image"><img
src="http://siteof.me/wp-content/images/movies/thumbs/super_exgirlfriend.jpg" alt="" width="135" height="202" /></div><div
class="desc"><div
class="plot">When a regular guy dumps a superhero of her neediness, she uses her powers to make his life a living hell. <a
href="http://www.imdb.com/title/tt0465624/plotsummary" onclick="(new Image()).src='/rg/title-tease/plotsummary/images/b.gif?link=/title/tt0465624/plotsummary';">full summary</a></div></div></div><div
id="movie_list"><div
id="title">2012</div><table
id="details" border="0"><tbody><tr><td
width="107">Release Date</td><td
width="10">:</td><td
width="240">12 November 2009</td></tr><tr><td>Watched by .me</td><td>:</td><td>23 November 2009</td></tr><tr><td>Genres</td><td>:</td><td>Action | Adventure | Drama | Sci-Fi | Thriller</td></tr><tr><td>Starring</td><td>:</td><td><a
href="http://www.imdb.com/name/nm0000131/" onclick="(new Image()).src='/rg/castlist/position-1/images/b.gif?link=/name/nm0000131/';">John Cusack,</a> <a
href="http://www.imdb.com/name/nm0001605/" onclick="(new Image()).src='/rg/castlist/position-2/images/b.gif?link=/name/nm0001605/';">Amanda Peet,</a> <a
href="http://www.imdb.com/name/nm0252230/" onclick="(new Image()).src='/rg/castlist/position-3/images/b.gif?link=/name/nm0252230/';">Chiwetel Ejiofor,</a> <a
href="http://www.imdb.com/name/nm0628601/" onclick="(new Image()).src='/rg/castlist/position-4/images/b.gif?link=/name/nm0628601/';">Thandie Newton,</a> <a
href="http://www.imdb.com/name/nm0001624/" onclick="(new Image()).src='/rg/castlist/position-5/images/b.gif?link=/name/nm0001624/';">Oliver Platt</a></td></tr></tbody></table><p><img
id="stars" src="http://siteof.me/wp-content/images/movies/rating/star_01.png" alt="" width="118" height="21" /></p><div
id="mov_image"><img
src="http://siteof.me/wp-content/images/movies/thumbs/2012.jpg" alt="" width="135" height="202" /></div><div
class="desc"><div
class="plot">An epic adventure about a global cataclysm that brings an end to the world and tells of the heroic struggle of the survivors. | <a
href="http://www.imdb.com/title/tt1190080/synopsis">full synopsis</a></div></div></div><p>This week i watched some great movies with awesome special effects (2012), nice story (Sydney White) and good idea of story (surrogates).</p><div
class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul
class="socials"><li
class="sexy-delicious"> <a
href="http://del.icio.us/post?url=http://siteof.me/2009/11/watched-movie-list-2/&amp;title=Watched+Movie+List+%232" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="sexy-digg"> <a
href="http://digg.com/submit?phase=2&amp;url=http://siteof.me/2009/11/watched-movie-list-2/&amp;title=Watched+Movie+List+%232" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li
class="sexy-stumbleupon"> <a
href="http://www.stumbleupon.com/submit?url=http://siteof.me/2009/11/watched-movie-list-2/&amp;title=Watched+Movie+List+%232" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="sexy-myspace"> <a
href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://siteof.me/2009/11/watched-movie-list-2/&amp;t=Watched+Movie+List+%232" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li
class="sexy-facebook"> <a
href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://siteof.me/2009/11/watched-movie-list-2/&amp;t=Watched+Movie+List+%232" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li
class="sexy-twitter"> <a
href="http://twitter.com/home?status=Watched+Movie+List+%232+-+http://tr.im/G9Cw+(via+@ryefro)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="sexy-linkedin"> <a
href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://siteof.me/2009/11/watched-movie-list-2/&amp;title=Watched+Movie+List+%232&amp;summary=Here%20is%20the%20list%20of%20movies%20i%20watched%20on%20a%20week%20%28November%2023-29%2C%202009%29.%0D%0A%0D%0ABig%20Momma%27s%20House%202%0D%0A%0D%0A%0D%0A%0D%0ARelease%20Date%0D%0A%3A%0D%0A2%20March%202006%0D%0A%0D%0A%0D%0AWatched%20by%20.me%0D%0A%3A%0D%0A29%20November%202009%0D%0A%0D%0A%0D%0AGenres%0D%0A%3A%0D%0AAction%20%7C%20Comedy%20%7C%20Thriller%0D%0A%0D%0A%0D%0AStarring%0D%0A%3A%0D%0AMartin%20Lawrence%2C%20Nia%20Long%2CEmily%20Procter%2C%20Zachary%20Levi%2C%20Mark%20Moses%0D%0A&amp;source=SiteOf.Me" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li
class="sexy-google"> <a
href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://siteof.me/2009/11/watched-movie-list-2/&amp;title=Watched+Movie+List+%232" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li></ul><div
style="clear:both;"></div></div>]]></content:encoded> <wfw:commentRss>http://siteof.me/2009/11/watched-movie-list-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Charts of the Week #3</title><link>http://siteof.me/2009/11/playlist-of-the-week-3/</link> <comments>http://siteof.me/2009/11/playlist-of-the-week-3/#comments</comments> <pubDate>Sun, 29 Nov 2009 03:55:00 +0000</pubDate> <dc:creator>ryan</dc:creator> <category><![CDATA[Music]]></category> <category><![CDATA[chart]]></category> <category><![CDATA[maroon 5]]></category> <category><![CDATA[playlist]]></category> <category><![CDATA[song]]></category> <category><![CDATA[spiderman]]></category> <category><![CDATA[weekly]]></category> <category><![CDATA[woman]]></category><guid
isPermaLink="false">http://siteof.me/2009/11/playlist-of-the-week-3/</guid> <description><![CDATA[“Charts of the week” is the list of 10 tracks/songs which i played most on a week.
This is my top Charts of the week (November 22-28, 2009)No
Title
Artist
Album1
Woman
Maroon 5
Spiderman 2 Soundtrack2
I Started A Joke
The Wallflowers
Zoolander OST3
Taylor
Jack Johnson
On And On4
Sunday Morning
Maroon 5
Songs About Jane5
Stop and Stare
One Republic
Dreaming Out Loud6
Gives You Hell
All-American Rejects
Gives You Hell – Single7
I&#8217;m [...]]]></description> <content:encoded><![CDATA[<p>“Charts of the week” is the list of 10 tracks/songs which i played most on a week.</p><p> <span
id="more-596"></span>This is my top Charts of the week (November 22-28, 2009)<div
class="playlist"><table><tbody><tr
style="border-bottom: #2b2f30 1px dashed"><th
bgcolor="#666666" valign="top" align="center"><strong>No</strong></th><th
bgcolor="#666666" valign="top" align="center"><strong>Title</strong></th><th
bgcolor="#666666" valign="top" align="center"><strong>Artist</strong></th><th
bgcolor="#666666" valign="top" align="center"><strong>Album</strong></th></tr><tr
style="border-bottom: #2b2f30 1px dashed"><td
bgcolor="#cccccc" valign="top">1</td><td
bgcolor="#cccccc" valign="top">Woman</td><td
bgcolor="#cccccc" valign="top"><a
href="http://www.maroon5.com/" target="_blank">Maroon 5</a></td><td
bgcolor="#cccccc" valign="top">Spiderman 2 Soundtrack</td></tr><tr><td
bgcolor="#cccccc" valign="top">2</td><td
bgcolor="#cccccc" valign="top">I Started A Joke</td><td
bgcolor="#cccccc" valign="top">The Wallflowers</td><td
bgcolor="#cccccc" valign="top">Zoolander OST</td></tr><tr><td
bgcolor="#cccccc" valign="top">3</td><td
bgcolor="#cccccc" valign="top">Taylor</td><td
bgcolor="#cccccc" valign="top">Jack Johnson</td><td
bgcolor="#cccccc" valign="top">On And On</td></tr><tr><td
bgcolor="#cccccc" valign="top">4</td><td
bgcolor="#cccccc" valign="top">Sunday Morning</td><td
bgcolor="#cccccc" valign="top">Maroon 5</td><td
bgcolor="#cccccc" valign="top">Songs About Jane</td></tr><tr><td
bgcolor="#cccccc" valign="top">5</td><td
bgcolor="#cccccc" valign="top">Stop and Stare</td><td
bgcolor="#cccccc" valign="top">One Republic</td><td
bgcolor="#cccccc" valign="top">Dreaming Out Loud</td></tr><tr><td
bgcolor="#cccccc" valign="top">6</td><td
bgcolor="#cccccc" valign="top">Gives You Hell</td><td
bgcolor="#cccccc" valign="top">All-American Rejects</td><td
bgcolor="#cccccc" valign="top">Gives You Hell – Single</td></tr><tr><td
bgcolor="#cccccc" valign="top">7</td><td
bgcolor="#cccccc" valign="top">I&#8217;m Not Missing You</td><td
bgcolor="#cccccc" valign="top">Stacie Orico</td><td
bgcolor="#cccccc" valign="top">Beautiful Awakening</td></tr><tr><td
bgcolor="#cccccc" valign="top">8</td><td
bgcolor="#cccccc" valign="top">Hands On Me</td><td
bgcolor="#cccccc" valign="top">Vanessa Carlton</td><td
bgcolor="#cccccc" valign="top">Heroes &amp; Thieves</td></tr><tr><td
bgcolor="#cccccc">9</td><td
bgcolor="#cccccc">Holes to Heaven</td><td
bgcolor="#cccccc">Jack Johnson</td><td
bgcolor="#cccccc">On And On</td></tr><tr><td
bgcolor="#cccccc">10</td><td
bgcolor="#cccccc">10 Days Late</td><td
bgcolor="#cccccc">Third Eye Blind</td><td
bgcolor="#cccccc">A Collection</td></tr></tbody></table></div><p><a
href="http://siteof.me/wp-content/uploads/2009/11/Spiderman2OSTAlbumCover.jpg"><img
style="border-right-width: 0px; margin: 0px 0px 10px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Spiderman-2-OST-Album-Cover" border="0" alt="Spiderman-2-OST-Album-Cover" align="right" src="http://siteof.me/wp-content/uploads/2009/11/Spiderman2OSTAlbumCover_thumb.jpg" width="240" height="280" /></a></p><div
style="width: 300px" class="lyric"><strong>Lyric</strong> <br
/>Title: Woman&#160; <br
/>Artist: Maroon 5</div><p
align="right">If I be so inclined to climb up beside you, <br
/>Would you tell me that the time just isnt right? <br
/>And if I should ever find the key you hide so well, <br
/>Will you tell me that I can spend the night?</p><p>Leavin your smell on my coat, <br
/>leavin your taste on my shoulder. <br
/>I still fail to understand what it is about this woman.</p><p>If I could bottle up the chills that you give me <br
/>I would keep them in a jar next to my bed. <br
/>And If I should ever draw a picture of a woman <br
/>It is you that would come flowing from my pen</p><p>Leavin your clothes on the floor, <br
/>Making me walk out the door <br
/>And I still fail to understand what it is about this woman.</p><p>Helplessly melting as I stand next to the sun. <br
/>As she burns me, I am screaming out for more <br
/>Drink every drop of liquid heat that I&#8217;ve become. <br
/>Pop me open, spill me out on to the floor.</p><p>Leavin your smell on my coat, <br
/>leavin your taste on my shoulder, <br
/>I still fail to understand, fail to understand <br
/>Leavin your smell on my coat, leavin your taste on my shoulder. <br
/>I still fail to understand what it is about this woman.</p><div
class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul
class="socials"><li
class="sexy-delicious"> <a
href="http://del.icio.us/post?url=http://siteof.me/2009/11/playlist-of-the-week-3/&amp;title=Charts+of+the+Week+%233" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="sexy-digg"> <a
href="http://digg.com/submit?phase=2&amp;url=http://siteof.me/2009/11/playlist-of-the-week-3/&amp;title=Charts+of+the+Week+%233" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li
class="sexy-stumbleupon"> <a
href="http://www.stumbleupon.com/submit?url=http://siteof.me/2009/11/playlist-of-the-week-3/&amp;title=Charts+of+the+Week+%233" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="sexy-myspace"> <a
href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://siteof.me/2009/11/playlist-of-the-week-3/&amp;t=Charts+of+the+Week+%233" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li
class="sexy-facebook"> <a
href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://siteof.me/2009/11/playlist-of-the-week-3/&amp;t=Charts+of+the+Week+%233" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li
class="sexy-twitter"> <a
href="http://twitter.com/home?status=Charts+of+the+Week+%233+-+http://tr.im/G4zc+(via+@ryefro)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="sexy-linkedin"> <a
href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://siteof.me/2009/11/playlist-of-the-week-3/&amp;title=Charts+of+the+Week+%233&amp;summary=%E2%80%9CCharts%20of%20the%20week%E2%80%9D%20is%20the%20list%20of%2010%20tracks%2Fsongs%20which%20i%20played%20most%20on%20a%20week.%20This%20is%20my%20top%20Charts%20of%20the%20week%20%28November%2022-28%2C%202009%29%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20No%20%20%20%20%20%20%20%20%20%20Title%20%20%20%20%20%20%20%20%20%20Artist%20%20%20%20%20%20%20%20%20%20Album%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%201%20%20%20%20%20%20%20%20%20%20Woman%20%20%20%20%20%20%20%20%20%20Maroon%205%20%20%20%20%20%20%20%20%20%20Spiderman%202%20Soundtr&amp;source=SiteOf.Me" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li
class="sexy-google"> <a
href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://siteof.me/2009/11/playlist-of-the-week-3/&amp;title=Charts+of+the+Week+%233" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li></ul><div
style="clear:both;"></div></div>]]></content:encoded> <wfw:commentRss>http://siteof.me/2009/11/playlist-of-the-week-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Treasury General Directorate (Indonesian MOF) Offices Websites</title><link>http://siteof.me/2009/11/treasury-general-directorate-indonesian-mof-offices-websites/</link> <comments>http://siteof.me/2009/11/treasury-general-directorate-indonesian-mof-offices-websites/#comments</comments> <pubDate>Thu, 26 Nov 2009 09:12:00 +0000</pubDate> <dc:creator>ryan</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[benteng]]></category> <category><![CDATA[kppn]]></category> <category><![CDATA[larantuka]]></category> <category><![CDATA[medan]]></category> <category><![CDATA[ministry of finance]]></category> <category><![CDATA[padang]]></category> <category><![CDATA[sekayu]]></category> <category><![CDATA[sintang]]></category> <category><![CDATA[tarakan]]></category> <category><![CDATA[treasury]]></category><guid
isPermaLink="false">http://siteof.me/2009/11/treasury-general-directorate-indonesian-mof-offices-websites/</guid> <description><![CDATA[Treasury is one of General Directorates of Indonesian Ministry Of Finance. In 2009, many offices of this General Directorate launch their own website to improve their service system to provides informations to work relations and stake-holders.
Here is some of Treasury General Directorate and its vertical offices (KPPN-s).
1. Perbendaharaan
This is Treasury General Directorate official [...]]]></description> <content:encoded><![CDATA[<p
align="justify">Treasury is one of General Directorates of Indonesian Ministry Of Finance. In 2009, many offices of this General Directorate launch their own website to improve their service system to provides informations to work relations and stake-holders.</p><p> <span
id="more-588"></span><p
align="justify">Here is some of Treasury General Directorate and its vertical offices (KPPN-s).</p><p><strong><font
color="#000080" size="4"><a
href="http://www.perbendaharaan.go.id">1. Perbendaharaan</a></font></strong></p><p><a
href="http://www.perbendaharaan.go.id"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="PB-Site" border="0" alt="PB-Site" src="http://siteof.me/wp-content/uploads/2009/11/PBSite.jpg" width="564" height="204" /></a></p><p>This is Treasury General Directorate official site. I don’t know for sure, but it’s probably build with Aura CMS (a CMS develop by Indonesian).</p><p><font
color="#000080" size="4"><strong><a
href="http://benteng.kppn.net">2. KPPN Benteng</a></strong></font>&#160;</p><p><a
href="http://benteng.kppn.net"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="benteng" border="0" alt="benteng" src="http://siteof.me/wp-content/uploads/2009/11/benteng.jpg" width="564" height="204" /></a>&#160; <br
/>Engine : AuraCMS</p><p><strong><font
color="#000080" size="4"><a
href="http://larantuka.kppn.net/">3. KPPN Larantuka</a></font></strong></p><p><a
href="http://larantuka.kppn.net/"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="larantuka" border="0" alt="larantuka" src="http://siteof.me/wp-content/uploads/2009/11/larantuka.jpg" width="564" height="204" /></a>&#160; <br
/>Engine : AuraCMS</p><p><strong><font
color="#000080" size="4"><a
href="http://www.kppnmedan2.net">4. KPPN Medan II</a></font></strong></p><p><a
href="http://www.kppnmedan2.net"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="medan2" border="0" alt="medan2" src="http://siteof.me/wp-content/uploads/2009/11/medan2.jpg" width="564" height="204" /></a>&#160; <br
/>It’s my present Office :) <br
/>Engine : Joomla!</p><p><strong><font
color="#000080" size="4"><a
href="http://kppnpadang.net/">5. KPPN Padang</a></font></strong></p><p><a
href="http://kppnpadang.net/"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="padang" border="0" alt="padang" src="http://siteof.me/wp-content/uploads/2009/11/padang.jpg" width="564" height="204" /></a> <br
/>Engine : Joomla!</p><p><strong><font
color="#000080" size="4"><a
href="http://sekayu.kppn.net/">6. KPPN Sekayu</a></font></strong></p><p><a
href="http://sekayu.kppn.net/"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="sekayu" border="0" alt="sekayu" src="http://siteof.me/wp-content/uploads/2009/11/sekayu.jpg" width="564" height="204" /></a>&#160;&#160; <br
/>Engine : AuraCMS</p><p><strong><font
color="#000080" size="4"><a
href="http://kppnsintang.net">7. KPPN Sintang</a></font></strong></p><p><a
href="http://kppnsintang.net"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="sintang" border="0" alt="sintang" src="http://siteof.me/wp-content/uploads/2009/11/sintang.jpg" width="564" height="204" /></a> <br
/>Engine : Joomla!</p><p><strong><font
color="#000080" size="4"><a
href="http://tarakan.kppn.net/">8. KPPN Tarakan</a></font></strong></p><p><a
href="http://tarakan.kppn.net/"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="tarakan" border="0" alt="tarakan" src="http://siteof.me/wp-content/uploads/2009/11/tarakan.jpg" width="564" height="204" /></a>&#160; <br
/>Engine : AuraCMS</p><p
align="justify">KPPN Benteng, Larantuka, Sekayu &amp; Larantuka have similiarity on&#160; layout and use same engine, just different on color scheme and some images, are they developed by same man? <img
src='http://siteof.me/wp-includes/images/smilies/confused.gif' alt=':confused:' class='wp-smiley' /></p><p
align="justify">Those are Treasury General Directorate and its vertical offices i know, if there is/are another, please tell me by comment on the form below, thank you.</p><div
class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul
class="socials"><li
class="sexy-delicious"> <a
href="http://del.icio.us/post?url=http://siteof.me/2009/11/treasury-general-directorate-indonesian-mof-offices-websites/&amp;title=Treasury+General+Directorate+%28Indonesian+MOF%29+Offices+Websites" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="sexy-digg"> <a
href="http://digg.com/submit?phase=2&amp;url=http://siteof.me/2009/11/treasury-general-directorate-indonesian-mof-offices-websites/&amp;title=Treasury+General+Directorate+%28Indonesian+MOF%29+Offices+Websites" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li
class="sexy-stumbleupon"> <a
href="http://www.stumbleupon.com/submit?url=http://siteof.me/2009/11/treasury-general-directorate-indonesian-mof-offices-websites/&amp;title=Treasury+General+Directorate+%28Indonesian+MOF%29+Offices+Websites" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="sexy-myspace"> <a
href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://siteof.me/2009/11/treasury-general-directorate-indonesian-mof-offices-websites/&amp;t=Treasury+General+Directorate+%28Indonesian+MOF%29+Offices+Websites" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li
class="sexy-facebook"> <a
href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://siteof.me/2009/11/treasury-general-directorate-indonesian-mof-offices-websites/&amp;t=Treasury+General+Directorate+%28Indonesian+MOF%29+Offices+Websites" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li
class="sexy-twitter"> <a
href="http://twitter.com/home?status=Treasury+General+Directorate+%28Indonesian+MOF%29+Offices+Websites+-+http://tr.im/FPFP+(via+@ryefro)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="sexy-linkedin"> <a
href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://siteof.me/2009/11/treasury-general-directorate-indonesian-mof-offices-websites/&amp;title=Treasury+General+Directorate+%28Indonesian+MOF%29+Offices+Websites&amp;summary=Treasury%20is%20one%20of%20General%20Directorates%20of%20Indonesian%20Ministry%20Of%20Finance.%20In%202009%2C%20many%20offices%20of%20this%20General%20Directorate%20launch%20their%20own%20website%20to%20improve%20their%20service%20system%20to%20provides%20informations%20to%20work%20relations%20and%20stake-holders.%20%20%20Here%20is%20some%20of%20Treasury%20General%20Directorate%20and%20its%20v&amp;source=SiteOf.Me" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li
class="sexy-google"> <a
href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://siteof.me/2009/11/treasury-general-directorate-indonesian-mof-offices-websites/&amp;title=Treasury+General+Directorate+%28Indonesian+MOF%29+Offices+Websites" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li></ul><div
style="clear:both;"></div></div>]]></content:encoded> <wfw:commentRss>http://siteof.me/2009/11/treasury-general-directorate-indonesian-mof-offices-websites/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>My Wallpaper of the Week #3</title><link>http://siteof.me/2009/11/my-wallpaper-of-the-week-3/</link> <comments>http://siteof.me/2009/11/my-wallpaper-of-the-week-3/#comments</comments> <pubDate>Tue, 24 Nov 2009 11:42:42 +0000</pubDate> <dc:creator>ryan</dc:creator> <category><![CDATA[Graphics]]></category> <category><![CDATA[2009]]></category> <category><![CDATA[download]]></category> <category><![CDATA[free]]></category> <category><![CDATA[laptop]]></category> <category><![CDATA[november]]></category> <category><![CDATA[smashing]]></category> <category><![CDATA[thank you]]></category> <category><![CDATA[wallpaper]]></category><guid
isPermaLink="false">http://siteof.me/?p=576</guid> <description><![CDATA[My favourite wallpaper for this week is “Thank You”. This wallpaper is one of Desktop Wallpaper Calendar: November 2009 from Smashing Magazine.
“In the spirit of Thanksgiving, this wallpaper was created with many ways to say “Thank You” in various languages.” Designed by Valerie Morgan from USA.Download :     1024×768, [...]]]></description> <content:encoded><![CDATA[<p
align="justify">My favourite wallpaper for this week is “Thank You”. This wallpaper is one of <a
href="http://www.smashingmagazine.com/2009/10/31/desktop-wallpaper-calendar-november-2009/" target="_blank">Desktop Wallpaper Calendar: November 2009</a> from Smashing Magazine.</p><p> <span
id="more-576"></span><p>“In the spirit of Thanksgiving, this wallpaper was created with many ways to say “Thank You” in various languages.” Designed by <a
href="http://www.vm-design.com">Valerie Morgan</a> from USA. <a
href="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/ext_uploads/wallpapers/november09/november-09-thankyou-calendar-800x600.jpg"><img
style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="november-09-thankyou-calendar-1280x800" border="0" alt="november-09-thankyou-calendar-1280x800" align="left" src="http://siteof.me/wp-content/uploads/2009/11/november09thankyoucalendar1280x800.jpg" width="260" height="170" /></a></p></p><div
style="width: 250px" class="dl_css "><strong>Download :</strong> <br
/><a
href="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/ext_uploads/wallpapers/november09/november-09-thankyou-calendar-1024x768.jpg">1024×768</a>, <a
href="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/ext_uploads/wallpapers/november09/november-09-thankyou-calendar-1280x800.jpg">1280×800</a>, <a
href="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/ext_uploads/wallpapers/november09/november-09-thankyou-calendar-1440x900.jpg">1440×900</a></div><div
style="margin-top: 15px; width: 250px; float: right" class="author_css ">Visit <a
href="http://www.smashingmagazine.com/2009/10/31/desktop-wallpaper-calendar-november-2009/" target="_blank">here</a> for more November 2009 calendar wallpapers</div><div
class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy"><ul
class="socials"><li
class="sexy-delicious"> <a
href="http://del.icio.us/post?url=http://siteof.me/2009/11/my-wallpaper-of-the-week-3/&amp;title=My+Wallpaper+of+the+Week+%233" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="sexy-digg"> <a
href="http://digg.com/submit?phase=2&amp;url=http://siteof.me/2009/11/my-wallpaper-of-the-week-3/&amp;title=My+Wallpaper+of+the+Week+%233" rel="nofollow" class="external" title="Digg this!">Digg this!</a></li><li
class="sexy-stumbleupon"> <a
href="http://www.stumbleupon.com/submit?url=http://siteof.me/2009/11/my-wallpaper-of-the-week-3/&amp;title=My+Wallpaper+of+the+Week+%233" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="sexy-myspace"> <a
href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://siteof.me/2009/11/my-wallpaper-of-the-week-3/&amp;t=My+Wallpaper+of+the+Week+%233" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a></li><li
class="sexy-facebook"> <a
href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://siteof.me/2009/11/my-wallpaper-of-the-week-3/&amp;t=My+Wallpaper+of+the+Week+%233" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a></li><li
class="sexy-twitter"> <a
href="http://twitter.com/home?status=My+Wallpaper+of+the+Week+%233+-+http://tr.im/FEIy+(via+@ryefro)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="sexy-linkedin"> <a
href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://siteof.me/2009/11/my-wallpaper-of-the-week-3/&amp;title=My+Wallpaper+of+the+Week+%233&amp;summary=My%20favourite%20wallpaper%20for%20this%20week%20is%20%E2%80%9CThank%20You%E2%80%9D.%20This%20wallpaper%20is%20one%20of%20Desktop%20Wallpaper%20Calendar%3A%20November%202009%20from%20Smashing%20Magazine.%20%20%20%E2%80%9CIn%20the%20spirit%20of%20Thanksgiving%2C%20this%20wallpaper%20was%20created%20with%20many%20ways%20to%20say%20%E2%80%9CThank%20You%E2%80%9D%20in%20various%20languages.%E2%80%9D%20Designed%20by%20Valerie%20Morgan&amp;source=SiteOf.Me" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a></li><li
class="sexy-google"> <a
href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://siteof.me/2009/11/my-wallpaper-of-the-week-3/&amp;title=My+Wallpaper+of+the+Week+%233" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a></li></ul><div
style="clear:both;"></div></div>]]></content:encoded> <wfw:commentRss>http://siteof.me/2009/11/my-wallpaper-of-the-week-3/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk
Database Caching 4/14 queries in 0.193 seconds using disk

Served from: apache2-moon.mekon.dreamhost.com @ 2010-03-12 07:44:40 -->