<?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>Altryne's Blog &#187; Altryne</title>
	<atom:link href="http://alexw.me/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexw.me</link>
	<description>Not everyday I get to learn "nothing"</description>
	<lastBuildDate>Fri, 04 Jun 2010 20:06:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Pure css3 analog clock (with a little cheat)</title>
		<link>http://alexw.me/2010/06/pure-css3-analog-clock-with-a-little-cheat/</link>
		<comments>http://alexw.me/2010/06/pure-css3-analog-clock-with-a-little-cheat/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 20:01:08 +0000</pubDate>
		<dc:creator>Altryne</dc:creator>
				<category><![CDATA[Playing with stuff]]></category>
		<category><![CDATA[Amazing]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://alexw.me/?p=222</guid>
		<description><![CDATA[I love css3, have I told you already? Love it. Anyway, I wanted to see what I can do with transitions and animations in webkit, and I made this : Click the Image to see the live demo Support : Firefox + Webkit browsers In firefox I use javascript to move the properties In Webkit, [...]]]></description>
			<content:encoded><![CDATA[<p>I love css3, have I told you already? Love it.</p>
<p>Anyway, I wanted to see what I can do with transitions and animations in webkit, and I made this :</p>
<div id="attachment_223" class="wp-caption aligncenter" style="width: 371px"><a href="http://alexw.me/playground/cssclock.html"><img class="size-full wp-image-223 " title="Click Here to see it live in action" src="http://alexw.me/wp-content/uploads/2010/06/clockthumb.jpg" alt="" width="361" height="414" /></a><p class="wp-caption-text">Css only (well almost) analog clock</p></div>
<p>Click the Image to see the<strong> </strong><a href="http://alexw.me/playground/cssclock.html"><strong>live demo</strong></a></p>
<h3><strong>Support</strong> :</h3>
<p>Firefox + Webkit browsers<br />
In firefox I use javascript to move the properties<br />
In Webkit, all the animation and the calculation is in CSS!!<br />
I did cheat however : I used js to determine the current  time. Now way to do that in css.             I didn&#8217;t want to include jquery here, as u can see all the  code is pure js, but I had to because it&#8217;s dufficult to do browser  detection properly with js.</p>
<h3><strong>Lessons learned</strong> :</h3>
<ul>
<li> CSS3 is awesome!! Especially the way webkit does it  (transitions, animations)<br />
But it still has a LONG way to go untill we see  compability cross browsers</li>
<li> In Safari and Mobile safari, the arrows were jagged  untill I gave the css-shadow, So it seems that                 giving this property turns on antialiasing somehow. Cool</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexw.me/2010/06/pure-css3-analog-clock-with-a-little-cheat/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Html5 video puzzle &#8211; proof of concept</title>
		<link>http://alexw.me/2010/05/html5-video-puzzle-proof-of-concept/</link>
		<comments>http://alexw.me/2010/05/html5-video-puzzle-proof-of-concept/#comments</comments>
		<pubDate>Thu, 27 May 2010 21:30:10 +0000</pubDate>
		<dc:creator>Altryne</dc:creator>
				<category><![CDATA[Playing with stuff]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://alexw.me/?p=210</guid>
		<description><![CDATA[I&#8217;ve decided to learn more about html5, since Google and Apple and a lot of these BIG companies say it&#8217;s the future. I went to http://canvasdemos.com and was amazed that all this can be achieved with canvas tag. I specifically liked the blowing up video into pieces , check it out, it&#8217;s AWESOME. Sean from [...]]]></description>
			<content:encoded><![CDATA[<h3><span style="font-size: medium;"><br />
</span></h3>
<p>I&#8217;ve decided to learn more about html5, since Google and Apple and a lot of these BIG companies say it&#8217;s the future.</p>
<p>I went to <a href="http://canvasdemos.com">http://canvasdemos.com</a> and was amazed that all this can be achieved with canvas tag.</p>
<p>I specifically liked the <a href="http://www.craftymind.com/2010/04/20/blowing-up-html5-video-and-mapping-it-into-3d-space/">blowing up video into pieces</a> , check it out, it&#8217;s AWESOME.</p>
<p>Sean from craftymind.com has done and amazing proof of concept, you should really check it out. I played with it and then realized, that clicking is the only interactivity there is and it seems that there&#8217;s more there. much more.</p>
<p><a href="http://alexw.me/playground/canvas.html">Here&#8217;s what I came up with</a> :</p>
<p><a href="http://alexw.me/playground/canvas.html"><img title="Click Here to see it live in action" src="http://alexw.me/wp-content/uploads/2010/05/demo.jpg" alt="" width="480" height="291" /></a></p>
<p>Click on <strong>Randomize Pieces</strong> to explode the video to pieces and Begin assembling.</p>
<p><a href="http://alexw.me/playground/canvas2.html">demo2</a> has video courtecy of bigcbuckbunny movie and lots more pieces (use chome)</p>
<p>I&#8217;ve decided to try and make something using the drawImage() method for the canvas, and inserting the video feed.</p>
<h2>Goals :</h2>
<ul>
<li>Learn a bit more about &lt;canvas&gt; ,html5 ,  video encoding</li>
<li>Use tools I know to interact with the new stuff (jquery, css)</li>
<li>Create something awesome!</li>
<li>Make it fun</li>
</ul>
<h2>The idea:</h2>
<p>The idea was simple, take Sean&#8217;s example, and add interactivity, first I was leaning towards making a &#8220;pyatnashki&#8221; ор <a href="http://en.wikipedia.org/wiki/Fifteen_puzzle">fifteenpuzzle</a> puzzle game, only using video, but then I decided it&#8217;s cool to leave it as a regular puzzle without constraints.</p>
<h2>The actual work:</h2>
<p>First I had to use some movie, it had to loop good enough, since as it turned out later, video puzzle isn&#8217;t really easy. I&#8217;ve used video shot by <a href="http://leenetsky.ru">my uncle </a> I offcourse had to format it properly, well it turns out, right now there are weird ways to input &lt;video&gt; in html, since webkit browsers support h.264 and webM and firefox supports theora codec.</p>
<p>I&#8217;ve re-encoded the video to 2 files ( .ogv and .mp4) using this tutorial : <a href="http://diveintohtml5.org/video.html">http://diveintohtml5.org/video.html</a></p>
<p>I then had to choose what will I do the actual interactivity with, the canvas itself, or DOM elements. I&#8217;ve chosen DOM elements, that maybe slower, but it&#8217;s a diferent approach then I&#8217;ve seen, plus I already know how to manipulate DOM, and can use that to my advantage.</p>
<p>I&#8217;ve created a factory function, that picks up on original video width and height, and takes the number of pieces that I want, and creates the necessary amount of canvas elements.</p>
<p>I then use drawImage each frame of the video, and copy pixels to each canvas according to their location on the matrix.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexw.me/2010/05/html5-video-puzzle-proof-of-concept/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Photoshop cs5 content aware scaling Horsie</title>
		<link>http://alexw.me/2010/05/photoshop-cs5-content-aware-scaling-horsie/</link>
		<comments>http://alexw.me/2010/05/photoshop-cs5-content-aware-scaling-horsie/#comments</comments>
		<pubDate>Tue, 04 May 2010 11:44:57 +0000</pubDate>
		<dc:creator>Altryne</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://alexw.me/?p=201</guid>
		<description><![CDATA[Apparently,  photoshop cs5 is awesome at genetics, this happend today (was testing content aware scale) Original picture, before &#8220;content aware scale&#8221; after the jump]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">Apparently,  photoshop cs5 is awesome at genetics, this happend today (was testing <strong>content aware scale</strong>)</p>
<div id="attachment_203" class="wp-caption aligncenter" style="width: 494px"><a href="http://alexw.me/wp-content/uploads/2010/05/kon.jpg" rel="shadowbox[post-201];player=img;"><img class="size-full wp-image-203 " title="photoshop cs5 horsie" src="http://alexw.me/wp-content/uploads/2010/05/kon.jpg" alt="" width="484" height="363" /></a><p class="wp-caption-text">The horse, by cs5 content aware </p></div>
<p>Original picture, before &#8220;<strong>content aware scale</strong>&#8221; after the jump</p>
<p><span id="more-201"></span></p>
<div class="wp-caption aligncenter" style="width: 497px"><a href="http://lawrencelouisianaranch.com/lawrencelouisianaranch/Patti_in_field_5_10_2008.JPG" rel="shadowbox[post-201];player=img;"><img title="Original Horse" src="http://lawrencelouisianaranch.com/lawrencelouisianaranch/Patti_in_field_5_10_2008.JPG" alt="" width="487" height="364" /></a><p class="wp-caption-text">Original Horse Image (from google search)</p></div>
<p><a href="http://alexw.me/wp-content/uploads/2010/05/конЬ.jpg" rel="shadowbox[post-201];player=img;"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexw.me/2010/05/photoshop-cs5-content-aware-scaling-horsie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jquery animation effects make flash flicker</title>
		<link>http://alexw.me/2010/03/jquery-animation-effects-make-flash-flicker/</link>
		<comments>http://alexw.me/2010/03/jquery-animation-effects-make-flash-flicker/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 15:22:55 +0000</pubDate>
		<dc:creator>Altryne</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://alexw.me/?p=196</guid>
		<description><![CDATA[Had this problem at work. Pissed me off, until I found a solution thanx to http://joesong.com Just add overflow:hidden to the element animating and your&#8217;e done. Read the full solution HERE]]></description>
			<content:encoded><![CDATA[<p>Had this problem at work.<br />
<span> Pissed me off, until I found a solution  thanx to <a href="http://joesong.com">http://joesong.com</a></span><br />
Just add overflow:hidden to the element animating and your&#8217;e done.</p>
<p>Read the full solution <a href="http://joesong.com/2010/01/avoiding-flickering-in-jquery-when-animating-elements-which-contain-flash/trackback/">HERE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexw.me/2010/03/jquery-animation-effects-make-flash-flicker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simlest jquery rounded tabs with some css3</title>
		<link>http://alexw.me/2010/02/simle-jquery-rounded-tabs/</link>
		<comments>http://alexw.me/2010/02/simle-jquery-rounded-tabs/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 21:05:53 +0000</pubDate>
		<dc:creator>Altryne</dc:creator>
				<category><![CDATA[Playing with stuff]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[xHtml]]></category>

		<guid isPermaLink="false">http://alexw.me/?p=176</guid>
		<description><![CDATA[This is a solution for tabbed interface I wrote while working on a high profile project at work. It uses jQuery and about 3 lines of code to create it(plus some css+xtml). Very easy indeed. I know there are a LOT of tab plugins avaliable out-there, I used them myself. A lot. The problem was, [...]]]></description>
			<content:encoded><![CDATA[<p>This is a solution for tabbed interface I wrote while working on a high profile project at work. It uses jQuery and about 3 lines of code to create it(plus some css+xtml). Very easy indeed.<br />
I know there are a LOT of <a title="simple tabs with jquery" href="http://www.sohtanaka.com/web-design/simple-tabs-w-css-jquery/" target="_blank">tab</a> <a title="jQuery ui tabs" href="http://docs.jquery.com/UI/Tabs" target="_blank">plugins</a> <a title="Tabs using animation effects" href="http://stilbuero.de/jquery/tabs/" target="_blank">avaliable</a> out-there, I used them myself. A lot.<br />
The problem was, I wanted a quick solution, without the bells and whiles of animation and FX. This is what came out.</p>
<p><a href="http://alexw.me/playground/tabs.html">SEE DEMO HERE<br />
</a></p>
<p><strong><span style="font-size: medium;">Step one : xHtml markup</span></strong></p>
<p><strong><span style="font-size: medium;"><span id="more-176"></span><br />
</span></strong></p>
<p>I decided to use the most basic structure. 2 wrappers next to each other, one containing the actual tabs, the other the relative content to each tab. Both elements(tabs and content) receive the &#8216;active&#8217; class when their are in fact <strong>active</strong>.</p>
<pre class="brush: html">
&lt;ul id=&quot;tabz&quot;&gt;
&lt;li class=&quot;tab active&quot;&gt;Tab1&lt;/li&gt;
&lt;li class=&quot;tab &quot;&gt;Tab2&lt;/li&gt;
&lt;li class=&quot;tab &quot;&gt;Tab3&lt;/li&gt;
&lt;/ul&gt;
&lt;div id=&quot;tabz_cont&quot;&gt;
&lt;div class=&quot;cont active&quot;&gt;Content 1&lt;/div&gt;
&lt;div class=&quot;cont&quot;&gt;Content 2&lt;/div&gt;
&lt;div class=&quot;cont&quot;&gt;
&lt;h1&gt;some other content&lt;/h1&gt;
Content 1

&lt;/div&gt;
&lt;/div&gt;
</pre>
<p><strong><span style="font-size: medium;">Step two : Css</span></strong></p>
<p><span>I used a grid system (<a href="http://960.gs)">http://960.gs)</a> to position and give widths to all the elements, beside that, I used some css3 techniques to beatify my tabs (rounded corners and shadow).</span><br />
The actual css you use, isn&#8217;t important to the work of the <strong>tabz</strong>.</p>
<p><span style="font-size: large;"><strong>Step three : JAVASCRIPT</strong></span></p>
<p>This is the reason why you are reading this, right? here you go:</p>
<pre class="brush: js">
//Tabz code - apply event to the tabs elements and your done
$(&#039;#tabz li&#039;).live(&#039;click&#039;,function(){
_index = $(this).parent().children().index($(this));
$(this).addClass(&#039;active&#039;).siblings().removeClass(&#039;active&#039;);
$(&#039;.cont&#039;).removeClass(&#039;active&#039;).eq(_index).addClass(&#039;active&#039;);
});
</pre>
<p>I select the tabs and assign them a click event listener, with the <strong>live()</strong> function.</p>
<p>Then I create an <strong>_index</strong> variable, that will tel me the index of the tab inside it&#8217;s parent.</p>
<p>By this <strong>_index</strong> I can now show the relevant content in the content div(the tabs and their content <strong>have </strong> to be the same index in their respective containers)</p>
<p>That&#8217;s it. Hope you can use this. If you do, don&#8217;t forget to comment here and show me your work.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexw.me/2010/02/simle-jquery-rounded-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cosmos perspective &#8211; earth is tiny</title>
		<link>http://alexw.me/2010/02/cosmos-perspective-earth-is-tiny/</link>
		<comments>http://alexw.me/2010/02/cosmos-perspective-earth-is-tiny/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 18:02:19 +0000</pubDate>
		<dc:creator>Altryne</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://alexw.me/?p=165</guid>
		<description><![CDATA[Following my previous post, there was one image that cought my attention, and I decided to make a interactive presentation with it. Just click play, or go to &#8220;more&#8221; and click &#8220;autoplay&#8221; enjoy. .prezi-player { width: 600px; } .prezi-player-links { text-align: center; } Some Perspective on Prezi I&#8217;ve cut all the planets and stars in [...]]]></description>
			<content:encoded><![CDATA[<p>Following my previous post, there was one <a href="2010/02/amazing-and-funny-pictures-from-across-the-web/">image</a> that cought my attention,<br/><br />
and I decided to make a interactive presentation with it.<br />
Just click play, or go to &#8220;more&#8221; and click &#8220;autoplay&#8221;<br />
enjoy.</p>
<div class="prezi-player">
<style type="text/css" media="screen">.prezi-player { width: 600px; } .prezi-player-links { text-align: center; }</style>
<p><object id="prezi_mtvjxq-3vfhf" name="prezi_mtvjxq-3vfhf" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="500"><param name="movie" value="http://prezi.com/bin/preziloader.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="bgcolor" value="#ffffff"/><param name="flashvars" value="prezi_id=mtvjxq-3vfhf&amp;lock_to_path=1&amp;color=ffffff&amp;autoplay=no"/><embed id="preziEmbed_mtvjxq-3vfhf" name="preziEmbed_mtvjxq-3vfhf" src="http://prezi.com/bin/preziloader.swf" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="500" bgcolor="#ffffff" flashvars="prezi_id=mtvjxq-3vfhf&amp;lock_to_path=1&amp;color=ffffff&amp;autoplay=no"></embed></object>
<div class="prezi-player-links">
<p><a title="Perspective on life and sizes in the universe" href="http://prezi.com/mtvjxq-3vfhf/some-perspective/">Some Perspective</a> on <a href="http://prezi.com">Prezi</a></p>
</div>
</div>
<p><span id="more-165"></span><br />
I&#8217;ve cut all the planets and stars in photoshop to place them in the amazing &#8220;prezi&#8221; surface and create an interactive showcase on star perspective<br />
On perspective, following this image :</p>
<div id="attachment_158" class="wp-caption alignnone" style="width: 650px"><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_143.jpg" rel="shadowbox[post-165];player=img;"><img class="size-full wp-image-158" title="Some perspective for you" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_143.jpg" alt="Some perspective for you" width="640" height="1782" /></a><p class="wp-caption-text">Some perspective for you</p></div>
]]></content:encoded>
			<wfw:commentRss>http://alexw.me/2010/02/cosmos-perspective-earth-is-tiny/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Amazing and funny pictures from across the web</title>
		<link>http://alexw.me/2010/02/amazing-and-funny-pictures-from-across-the-web/</link>
		<comments>http://alexw.me/2010/02/amazing-and-funny-pictures-from-across-the-web/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 13:10:48 +0000</pubDate>
		<dc:creator>Altryne</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://alexw.me/?p=142</guid>
		<description><![CDATA[A collection if funny-amazing pictures , more after the jump See more at : http://izismile.com/2010/02/18/daily_picdump_151_pics.html]]></description>
			<content:encoded><![CDATA[<p>A collection if funny-amazing pictures , more after the jump</p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_75.jpg" rel="shadowbox[post-142];player=img;"><img title="daily_picdump_347_75" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_75.jpg" alt="" width="600" height="480" /></a></p>
<p><span id="more-142"></span></p>
<div id="attachment_159" class="wp-caption alignnone" style="width: 610px"><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_148.jpg" rel="shadowbox[post-142];player=img;"><img class="size-full wp-image-159" title="Door mat - with a lol" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_148.jpg" alt="" width="600" height="516" /></a><p class="wp-caption-text">Door mat - with a lol</p></div>
<div id="attachment_158" class="wp-caption alignnone" style="width: 650px"><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_143.jpg" rel="shadowbox[post-142];player=img;"><img class="size-full wp-image-158" title="Some perspective for you" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_143.jpg" alt="Some perspective for you" width="640" height="1782" /></a><p class="wp-caption-text">Some perspective for you</p></div>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_135.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-157" title="Just an amazing pic" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_135.jpg" alt="Just an amazing pic" width="640" height="487" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_132.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-156" title="daily_picdump_347_132" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_132.jpg" alt="" width="640" height="427" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_127.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-155" title="daily_picdump_347_127" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_127.jpg" alt="" width="500" height="656" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_116.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-154" title="daily_picdump_347_116" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_116.jpg" alt="" width="500" height="598" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_113.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-153" title="daily_picdump_347_113" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_113.jpg" alt="" width="450" height="692" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_101.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-152" title="daily_picdump_347_101" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_101.jpg" alt="" width="640" height="716" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_74.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-150" title="daily_picdump_347_74" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_74.jpg" alt="" width="600" height="437" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_70.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-149" title="daily_picdump_347_70" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_70.jpg" alt="" width="600" height="450" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_68.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-148" title="daily_picdump_347_68" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_68.jpg" alt="" width="640" height="1760" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_47.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-147" title="daily_picdump_347_47" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_47.jpg" alt="" width="550" height="745" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_44.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-146" title="daily_picdump_347_44" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_44.jpg" alt="" width="640" height="806" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_43.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-145" title="daily_picdump_347_43" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_43.jpg" alt="" width="480" height="2080" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_26.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-144" title="daily_picdump_347_26" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_26.jpg" alt="" width="640" height="496" /></a></p>
<p><a href="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_06.jpg" rel="shadowbox[post-142];player=img;"><img class="alignnone size-full wp-image-143" title="daily_picdump_347_06" src="http://alexw.me/wp-content/uploads/2010/02/daily_picdump_347_06.jpg" alt="" width="640" height="479" /></a></p>
<p><span>See more at : <a href="http://izismile.com/2010/02/18/daily_picdump_151_pics.html">http://izismile.com/2010/02/18/daily_picdump_151_pics.html</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://alexw.me/2010/02/amazing-and-funny-pictures-from-across-the-web/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Happy birthday to me(said this website)</title>
		<link>http://alexw.me/2010/02/happy-birthday-to-mesaid-this-website/</link>
		<comments>http://alexw.me/2010/02/happy-birthday-to-mesaid-this-website/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 15:46:04 +0000</pubDate>
		<dc:creator>Altryne</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://alexw.me/?p=132</guid>
		<description><![CDATA[Wow, How could I miss this? Today,  actually like 6 days ago, but never mind, I made the first post on this blog. Since then, judging by my Google analytics, i&#8217;ve had 16 published posts (not including this one), 2 hosts, 3-4 skins changes , Which is not that much when you think about it, but [...]]]></description>
			<content:encoded><![CDATA[<h3>Wow, How could I miss this?</h3>
<p><strong>Today</strong>,  actually like 6 days ago, but never mind, I made the<a href="http://alexw.me/2009/02/first-post/"> first post on this blog</a>.</p>
<p>Since then, judging by my Google analytics, i&#8217;ve had 16 published posts (not including this one), 2 hosts, 3-4 skins changes ,</p>
<p><a href="http://aviary.com/creation?fguid=6218859c-6c60-102d-92fe-0030488e168c"><img src="http://rookery5.aviary.com/storagev12/3117500/3117910_795b_625x625.jpg" alt="Visitors Overview - Google Analytics.png by altryne on Aviary" /></a></p>
<p>Which is not that much when you think about it, but it&#8217;s more then I could have hoped for when I started.</p>
<p>Anyway, HAPPY BIRTHDAY to ME!!! (actually my site)</p>
<p>Say thanx in comments or explode!! (actually I can&#8217;t yet make you explode, so just say thanx)</p>
]]></content:encoded>
			<wfw:commentRss>http://alexw.me/2010/02/happy-birthday-to-mesaid-this-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 unfortunate logos</title>
		<link>http://alexw.me/2010/02/amazing-logo-fails/</link>
		<comments>http://alexw.me/2010/02/amazing-logo-fails/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 17:06:43 +0000</pubDate>
		<dc:creator>Altryne</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Amazing]]></category>

		<guid isPermaLink="false">http://alexw.me/?p=107</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://alexw.me/wp-content/uploads/2010/02/ass_container.jpg' rel='shadowbox[album-107];player=img;' title='This made me laugh SO HARD!!!'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/ass_container-150x150.jpg" class="attachment-thumbnail" alt="www.ass-container.com" title="This made me laugh SO HARD!!!" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/a-style.jpg' rel='shadowbox[album-107];player=img;' title='I mean, CMON!!!!!'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/a-style-150x150.jpg" class="attachment-thumbnail" alt="I mean, CMON!!!!!" title="I mean, CMON!!!!!" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/billy_boy.jpg' rel='shadowbox[album-107];player=img;' title='This drink comes with a condom'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/billy_boy-150x150.jpg" class="attachment-thumbnail" alt="Billy BOY" title="This drink comes with a condom" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/catholic_church.jpg' rel='shadowbox[album-107];player=img;' title='That&#039;s just wrong.'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/catholic_church-150x150.jpg" class="attachment-thumbnail" alt="That&#039;s just wrong." title="That&#039;s just wrong." /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/dentinst.jpg' rel='shadowbox[album-107];player=img;' title='The reason - the REAL reason kids hate the dentist'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/dentinst-150x150.jpg" class="attachment-thumbnail" alt="The dentist" title="The reason - the REAL reason kids hate the dentist" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/dodge.jpg' rel='shadowbox[album-107];player=img;' title='Hmmmmmm dodge logo'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/dodge-150x150.jpg" class="attachment-thumbnail" alt="Hmmmmmm dodge logo" title="Hmmmmmm dodge logo" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/london-lisa-simpson.png' rel='shadowbox[album-107];player=img;' title='Looks like lisa simpson to me '><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/london-lisa-simpson-150x150.png" class="attachment-thumbnail" alt="London Olympics" title="Looks like lisa simpson to me" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/mouse.jpg' rel='shadowbox[album-107];player=img;' title='Dick Mouse'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/mouse-150x150.jpg" class="attachment-thumbnail" alt="comp(dick)" title="Dick Mouse" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/mr-piss.jpg' rel='shadowbox[album-107];player=img;' title='No COMMENT!!!!  - stupid ms. piss is probably angry right now'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/mr-piss-150x150.jpg" class="attachment-thumbnail" alt="Mr. piss" title="No COMMENT!!!!  - stupid ms. piss is probably angry right now" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/ogc-logo.jpg' rel='shadowbox[album-107];player=img;' title='I bet this one is by mistake, but HAHA'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/ogc-logo-150x150.jpg" class="attachment-thumbnail" alt="OGC logo" title="I bet this one is by mistake, but HAHA" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/oriental_stuidies.jpg' rel='shadowbox[album-107];player=img;' title='I mean, c&#039;mon, does nobody see the big picture here???'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/oriental_stuidies-150x150.jpg" class="attachment-thumbnail" alt="China restaurant" title="I mean, c&#039;mon, does nobody see the big picture here???" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/pediatric-centre.jpg' rel='shadowbox[album-107];player=img;' title='I bet they take care of these kids'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/pediatric-centre-150x150.jpg" class="attachment-thumbnail" alt="Pediatric centre" title="I bet they take care of these kids" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/safe_place.jpg' rel='shadowbox[album-107];player=img;' title='Save place for sexually harrased women'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/safe_place-150x150.jpg" class="attachment-thumbnail" alt="Safeplace" title="Save place for sexually harrased women" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/satelite-randy.jpg' rel='shadowbox[album-107];player=img;' title='A horny Satelite dish'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/satelite-randy-150x150.jpg" class="attachment-thumbnail" alt="Horny Satelite" title="A horny Satelite dish" /></a>
<a href='http://alexw.me/wp-content/uploads/2010/02/sausage.jpg' rel='shadowbox[album-107];player=img;' title='German sausage'><img width="150" height="150" src="http://alexw.me/wp-content/uploads/2010/02/sausage-150x150.jpg" class="attachment-thumbnail" alt="German sausage" title="German sausage" /></a>

]]></content:encoded>
			<wfw:commentRss>http://alexw.me/2010/02/amazing-logo-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Host, New Skin, New everythin&#8217;</title>
		<link>http://alexw.me/2010/02/new-host-new-skin-new-everythin/</link>
		<comments>http://alexw.me/2010/02/new-host-new-skin-new-everythin/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 01:29:19 +0000</pubDate>
		<dc:creator>Altryne</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://alexw.me/?p=99</guid>
		<description><![CDATA[GoDaddy&#8217;s basic plan sucks. We all know it. Untill a couple days ago I didn&#8217;t mind. But i got tired of this , and decided to move out! I found that dreamhost is amazing. It&#8217;s low-priced. And it has Unlimited &#8211; everything. It has a bunch of features too, very interesting ones, like SVN support, and much [...]]]></description>
			<content:encoded><![CDATA[<p>GoDaddy&#8217;s basic plan sucks. We all know it. Untill a couple days ago I didn&#8217;t mind.</p>
<p>But i got tired of this , and decided to move out!</p>
<p>I found that <a href="http://www.dreamhost.com">dreamhost</a> is amazing. It&#8217;s low-priced. And it has Unlimited &#8211; everything.</p>
<p>It has a bunch of features too, very interesting ones, like SVN support, and much much more.</p>
<p>Check them out.</p>
<p>Btw, if you buy hosting there, don&#8217;t forget to search for coupons online. I got a 50$ discount on a years worth of hosting! and that&#8217;s a big discount!!</p>
<p>Anyway, new skin, haven&#8217;t had time to figure it out much, or to play with design, kind of busy with some projects.</p>
<p>But it&#8217;s nice, I like it <img src='http://alexw.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://alexw.me/2010/02/new-host-new-skin-new-everythin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
