<?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>PixelMai &#187; programming</title>
	<atom:link href="http://blog.pixelmai.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pixelmai.com</link>
	<description>The ramblings of Charlotte</description>
	<lastBuildDate>Tue, 15 Jun 2010 23:11:23 +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>Kohana PHP Framework</title>
		<link>http://blog.pixelmai.com/2010/03/kohana-php-framework/</link>
		<comments>http://blog.pixelmai.com/2010/03/kohana-php-framework/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 16:32:35 +0000</pubDate>
		<dc:creator>Charlotte</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[games and bytes]]></category>
		<category><![CDATA[kohana]]></category>

		<guid isPermaLink="false">http://blog.pixelmai.com/?p=1371</guid>
		<description><![CDATA[I&#8217;m currently involved in a web development project; having both the roles of the designer as well as the programmer. My search for a lightweight framework I could use on this project has ended, and I&#8217;ve decided on using Kohana. Kohana was based on CodeIgniter (CI), which I have been able to play with already, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.kohanaphp.com/"><img class="aligncenter size-full wp-image-1373" title="kohana" src="http://blog.pixelmai.com/wp-content/uploads/2010/03/kohana.gif" alt="" width="491" height="243" /></a></p>
<p>I&#8217;m currently involved in a web development project; having both the roles of the designer as well as the programmer. My search for a lightweight framework I could use on this project has ended, and I&#8217;ve decided on using Kohana. Kohana was based on CodeIgniter (CI), which I have been able to play with already, so I&#8217;m quite familiar on how it works already.</p>
<p>By viewing the documentation of Kohana, I could say I love it! The way Kohana handles views is perfect, compared with CodeIgniter which I found to be quite limiting. I&#8217;m very excited on using this framework on this project, may this be another good learning experience for me. I&#8217;ll be posting the progress of this project on every milestone I reach.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixelmai.com/2010/03/kohana-php-framework/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tickling ruby apps every 5 minutes</title>
		<link>http://blog.pixelmai.com/2009/11/tickling-ruby-apps-every-5-minutes/</link>
		<comments>http://blog.pixelmai.com/2009/11/tickling-ruby-apps-every-5-minutes/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 09:35:47 +0000</pubDate>
		<dc:creator>Charlotte</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[ramblings]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.pixelmai.com/?p=1199</guid>
		<description><![CDATA[I posted a while ago about the problems on DreamHost killing my ruby applications&#8217; start-up. Currently I have a solution, yet it is experimental and certainly not reliable. To tickle the application every 5 minutes, the application processes won&#8217;t be idle and won&#8217;t be turned off by DreamHost. Since my application don&#8217;t get much traffic, [...]]]></description>
			<content:encoded><![CDATA[<p>I posted a while ago about the problems on DreamHost killing my ruby applications&#8217; start-up. Currently I have a solution, yet it is experimental and certainly not reliable. To tickle the application every 5 minutes, the application processes won&#8217;t be idle and won&#8217;t be turned off by DreamHost. Since my application don&#8217;t get much traffic, I need this desperate measure to keep the application from dying. In return, I can access the applications in an instant as if they were  PHP applications.</p>
<p>My web application is small and lightweight since it uses Sinatra which is a very light framework, so I know it won&#8217;t be needing much resources. The starting up is the only problem, since running ruby applications on DreamHost creates a sudden spike on the ram by starting up.</p>
<p>To tickle the application, you need to create a cron job that will visit the application every 5 minutes.</p>
<blockquote><p>*/5 * * * * /usr/bin/curl http://your-domain.com/ -s -o /dev/null</p></blockquote>
<p>I noticed some odd behavior though. When you try to run another ruby application on the same server, the loading of my &#8216;tickled&#8217; applications are also being delayed.</p>
<p>I had this idea a long while ago, and when I saw that this method being used by <a href="http://markcarey.org/blog/2008/12/09/passenger-rack-on-dreamhost/">other ruby users</a> hosted on DreamHost, I decided to try it out too.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixelmai.com/2009/11/tickling-ruby-apps-every-5-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rack: OpenSSL Error</title>
		<link>http://blog.pixelmai.com/2009/10/rack-openssl-error/</link>
		<comments>http://blog.pixelmai.com/2009/10/rack-openssl-error/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 08:42:03 +0000</pubDate>
		<dc:creator>Charlotte</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[rack]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sinatra]]></category>

		<guid isPermaLink="false">http://blog.pixelmai.com/?p=1091</guid>
		<description><![CDATA[While programming for one of my projects using Sinatra, I encountered a problem when using Rack&#8217;s session. LoadError: no such file to load &#8212; openssl The error message states that they cannot find openssl, even though I currently have it installed on my machine. After reading advices from helpful forums, people who encountered the same [...]]]></description>
			<content:encoded><![CDATA[<p>While programming for one of my projects using Sinatra, I encountered a problem when using Rack&#8217;s session. </p>
<p><strong>LoadError: no such file to load &#8212; openssl</strong></p>
<p>The error message states that they cannot find openssl, even though I currently have it installed on my machine. After reading advices from helpful forums, people who encountered the same problem stated that I need the library of OpenSSL. Here&#8217;s the code to install the OpenSSL library easily:</p>
<blockquote><p>sudo apt-get install libopenssl-ruby1.9</p></blockquote>
<p>I worked for me, and now I can continue working on my project.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixelmai.com/2009/10/rack-openssl-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ChanLu Development update 1</title>
		<link>http://blog.pixelmai.com/2009/10/chanlu-development-update-1/</link>
		<comments>http://blog.pixelmai.com/2009/10/chanlu-development-update-1/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 17:04:45 +0000</pubDate>
		<dc:creator>Charlotte</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[chanlu]]></category>
		<category><![CDATA[datamapper]]></category>
		<category><![CDATA[haml]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sinatra]]></category>

		<guid isPermaLink="false">http://blog.pixelmai.com/?p=1077</guid>
		<description><![CDATA[Just this week, I started on the development phase of the new ChanLu Design, right after solving the problems on my local server. I also tested my recent code on DreamHost today, and it works! The application I&#8217;m developing is using: Ruby Sinatra Web Framework Datamapper ORM Haml I&#8217;m currently filled with excitement similar to [...]]]></description>
			<content:encoded><![CDATA[<p>Just this week, I started on the development phase of the new ChanLu Design, right after solving the problems on my local server. I also tested my recent code on DreamHost today, and it works! The application I&#8217;m developing is using:</p>
<ul>
<li>Ruby</li>
<li>Sinatra Web Framework</li>
<li>Datamapper ORM</li>
<li>Haml</li>
</ul>
<p>I&#8217;m currently filled with excitement similar to the anxiousness I had during my thesis days, just without the worries and deadlines. I&#8217;m already created the models, and I&#8217;m looking forward on the creation of my administrator panel for ChanLu. Doing something without pressure does feel better, but doing something with pressure and finishing it with flying colors feels more satisfying. So, I&#8217;m placing a deadline on myself, the application must be 90% working after two weeks, or better yet – earlier. I&#8217;ll be documenting my progress at least once per three days.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixelmai.com/2009/10/chanlu-development-update-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Symfony on Dreamhost</title>
		<link>http://blog.pixelmai.com/2009/08/symfony-on-dreamhost/</link>
		<comments>http://blog.pixelmai.com/2009/08/symfony-on-dreamhost/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:51:30 +0000</pubDate>
		<dc:creator>Charlotte</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://blog.pixelmai.com/?p=922</guid>
		<description><![CDATA[I&#8217;m amazed on how easy it is to install the Symfony PHP Framework on Dreamhost. I have been thinking of coding my portfolio site using PHP and this framework instead of Ruby due to the server&#8217;s loading time delay, since mod_rails is being turned off on a shared server. If you want to install Symfony, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m amazed on how easy it is to install the Symfony PHP Framework on <a href="http://www.dreamhost.com/r.cgi?31332">Dreamhost</a>. I have been thinking of coding my portfolio site using PHP and this framework instead of Ruby due to the server&#8217;s loading time delay, since mod_rails is being turned off on a shared server. If you want to install Symfony, you can follow the tutorial found on the <a href="http://wiki.dreamhost.com/Symfony">Dreamhost Wiki</a> itself, it is very detailed and step by step. You won&#8217;t be lost nor are there complicated steps that only technical people would know.</p>
<p>No personal comments for Symfony yet, since I can&#8217;t try it out due to some <a href="http://blog.pixelmai.com/2009/08/bored-to-death/">difficulties</a>. I&#8217;ll be posting here about my experiences after coding something using Symfony.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixelmai.com/2009/08/symfony-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataMapper Problems on DreamHost</title>
		<link>http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/</link>
		<comments>http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/#comments</comments>
		<pubDate>Wed, 06 May 2009 22:22:59 +0000</pubDate>
		<dc:creator>Charlotte</dc:creator>
				<category><![CDATA[anime and manga]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[chanlu]]></category>
		<category><![CDATA[datamapper]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[haml]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sinatra]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[wayne]]></category>

		<guid isPermaLink="false">http://blog.pixelmai.com/?p=623</guid>
		<description><![CDATA[Yes, I do want to pout right now. Here&#8217;s a fast drawing done today, even with messy shading. This drawing features a girl drawn in the style of Yuu Watase (creator of Fushigi Yuugi, Ayashi no Ceres, Alice 19th and etc.), I used to like her artworks back then, but now I have my own [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.pixelmai.com/wp-content/uploads/2009/05/pouting.jpg"><img class="size-medium wp-image-624 alignleft" title="pouting" src="http://blog.pixelmai.com/wp-content/uploads/2009/05/pouting-247x300.jpg" alt="pouting" width="247" height="300" /></a>Yes, I do want to pout right now. Here&#8217;s a fast drawing done today, even with messy shading. This drawing features a girl drawn in the style of Yuu Watase (creator of Fushigi Yuugi, Ayashi no Ceres, Alice 19th and etc.), I used to like her artworks back then, but now I have my own preferred style. I do love the girl characters of Watase when pouting, since they look so cute!</p>
<p>So, what&#8217;s making me pout then? Yesterday, Wayne gave me the code for the <em>config.ru</em> file for the ruby application. The ruby gem path now works in DreamHost! But I still have an error, just one error though, there&#8217;s a fastthread installation in DreamHost currently version 1.0.1, but DataMapper requires 1.0.4. The fastthread 1.0.1 is activated by another gem first, so 1.0.4 can&#8217;t be activated anymore. I contacted DreamHost about the problem, they won&#8217;t upgrade the gem on a server basis. I must add the fastthread upgrade to the suggestions corner and wait for people to vote if they want the upgrade or not.</p>
<p>I&#8217;ll try to find other means of using DataMapper for the recoding of <a href="http://chanlu.org">ChanLu Design</a>, since I won&#8217;t give up on using that wonderful gem. Here&#8217;s the code that Wayne gave me, tell me though if there are other better alternatives.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td class="code"><pre class="ruby" style="font-family:monospace;"><span style="color:#9966CC; font-weight:bold;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span>ENV<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#996600;">'HOME'</span><span style="color:#006600; font-weight:bold;">&#93;</span> =~ <span style="color:#006600; font-weight:bold;">/</span>^\<span style="color:#006600; font-weight:bold;">/</span>home\<span style="color:#006600; font-weight:bold;">//</span><span style="color:#006600; font-weight:bold;">&#41;</span>  <span style="color:#008000; font-style:italic;">## DREAMHOST</span>
  <span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">&quot;#{ENV['HOME']}/.gems/gems/rack-0.9.1/lib/rack.rb&quot;</span>
  <span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">&quot;#{ENV['HOME']}/.gems/gems/sinatra-0.9.1.1/lib/sinatra.rb&quot;</span>
  ENV<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#996600;">'GEM_HOME'</span><span style="color:#006600; font-weight:bold;">&#93;</span> = <span style="color:#996600;">&quot;#{ENV['HOME']}/.gems&quot;</span>
  ENV<span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#996600;">'GEM_PATH'</span><span style="color:#006600; font-weight:bold;">&#93;</span> = <span style="color:#996600;">&quot;#{ENV['HOME']}/.gems:/usr/lib/ruby/gems/1.8&quot;</span>
  <span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'rubygems'</span>
  Gem.<span style="color:#9900CC;">clear_paths</span>
<span style="color:#9966CC; font-weight:bold;">else</span>
  <span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'sinatra'</span>
<span style="color:#9966CC; font-weight:bold;">end</span>
<span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'datamapper'</span>
<span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'haml'</span>
<span style="color:#CC0066; font-weight:bold;">require</span> <span style="color:#996600;">'app'</span>
run <span style="color:#6666ff; font-weight:bold;">Sinatra::Application</span></pre></td></tr></table></div>

<p>The rack and sinatra gems are being required manually because when requiring it by using their names, a lower rack version is activated which is installed default in DreamHost.</p>
<p><a href="http://blog.pixelmai.com/wp-content/uploads/2009/05/haruhi_suzumiya_vector_by_leek128.jpg"><img class="alignright size-medium wp-image-637" title="haruhi_suzumiya_vector_by_leek128" src="http://blog.pixelmai.com/wp-content/uploads/2009/05/haruhi_suzumiya_vector_by_leek128-206x300.jpg" alt="haruhi_suzumiya_vector_by_leek128" width="102" height="148" /></a></p>
<p>Besides that, I have been watching The Melancholy of Haruhi Suzumiya. Though I still haven&#8217;t been able to finish the series yet due to my personal projects and work. I do like the series, its worth a few laughs and the characters are cute! I also find <em>Itsuki Koizumi</em> quite appealing.</p>
<p>I will be posting more about this series after I watch all the episodes, maybe this weekend if my brother bugs me onto watching this show.</p>
<p><a href="http://blog.pixelmai.com/wp-content/uploads/2009/05/00-cover2.jpg"><img class="alignleft size-thumbnail wp-image-641" title="00-cover2" src="http://blog.pixelmai.com/wp-content/uploads/2009/05/00-cover2-150x150.jpg" alt="00-cover2" width="120" height="120" /></a>Also, I have been reading Japanese comics (manga) &#8211; shoujo manga is my current genre of interest, I read Kimi ni Todoke (Reaching You) but sadly there are no more scanlantions for the other chapters. But this manga is really fun! It is about a girl who is really pale having long black hair and is being called as Sadako, encounters the &#8220;refreshing&#8221; guy &#8211; Kazehaya which will open her up to new opportunities such as having friends. This story is a love comedy, which has cute artwork and will hook you up wanting for more.</p>
<p><a href="http://blog.pixelmai.com/wp-content/uploads/2009/05/hana-to-akuma.jpg"><img class="size-thumbnail wp-image-649 alignright" title="hana-to-akuma" src="http://blog.pixelmai.com/wp-content/uploads/2009/05/hana-to-akuma-150x150.jpg" alt="hana-to-akuma" width="116" height="116" /></a></p>
<p>I am also reading Hana to Akuma, it is about a Demon who decided to live on earth, and adopted a baby human. Though the story focuses when the child is 14 years old already. The artwork of the male characters is awesome, they look cool, handsome and cute, depending on what they want to portray. But the girls in this manga seem like blank looking, it&#8217;s only my own opinion though. I do find the story entertaining and it gives me a good amout of laughs. I haven&#8217;t finished reading the current chapters of this manga, so I may post later more about this series.</p>
<h4>Related Links</h4>
<ul>
<li><a href="http://www.dreamhost.com/r.cgi?31332">DreamHost</a></li>
<li><a href="http://datamapper.org/">DataMapper</a></li>
<li><a href="http://leek128.deviantart.com/art/Haruhi-Suzumiya-Vector-59510348">Haruhi Suzumiya vector source</a></li>
<li><a href="http://www.onemanga.com/Kimi_ni_Todoke">Kimi ni Todoke</a></li>
<li><a href="http://www.mangafox.com/manga/hana_to_akuma/">Hana to Akuma</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixelmai.com/2009/05/datamapper-problems-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Roar</title>
		<link>http://blog.pixelmai.com/2009/04/roar/</link>
		<comments>http://blog.pixelmai.com/2009/04/roar/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 20:54:12 +0000</pubDate>
		<dc:creator>Charlotte</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ramblings]]></category>
		<category><![CDATA[datamapper]]></category>
		<category><![CDATA[Design Fight Club]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[wayne]]></category>

		<guid isPermaLink="false">http://blog.pixelmai.com/?p=610</guid>
		<description><![CDATA[I drew a rough sketch of a person who is shouting, it was supposed to be me, but I guess I got carried away. I feel like doing what he/she is doing. Since yesterday, I installed DataMapper on DreamHost, but it has some errors. Since the gem path in DreamHost is different,  DataMapper can&#8217;t include [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.pixelmai.com/wp-content/uploads/2009/04/waaaaaaa.jpg"><img class="size-medium wp-image-611 alignleft" title="waaaaaaa" src="http://blog.pixelmai.com/wp-content/uploads/2009/04/waaaaaaa-234x300.jpg" alt="waaaaaaa" width="234" height="300" /></a>I drew a rough sketch of a person who is shouting, it was supposed to be me, but I guess I got carried away. I feel like doing what he/she is doing.</p>
<p>Since yesterday, I installed <a href="http://datamapper.org/">DataMapper</a> on <a href="http://www.dreamhost.com/r.cgi?31332">DreamHost</a>, but it has some errors. Since the gem path in <a href="http://www.dreamhost.com/r.cgi?31332">DreamHost</a> is different,  <a href="http://datamapper.org/">DataMapper</a> can&#8217;t include the necessary gems it has dependencies on.</p>
<p>I even asked for Wayne&#8217;s help today, and he also wasn&#8217;t been able to fix the problem. We even tried overriding the paths but it did not work.</p>
<p>Due to this, the recoding of ChanLu maybe put on hold. Since I don&#8217;t want to code ChanLu locally, which may not be actually used online. I do hope a miracle will arrive and let me use <a href="http://datamapper.org/">DataMapper</a> on <a href="http://www.dreamhost.com/r.cgi?31332">DreamHost</a> (Wayne finds a solution to this problem is the literal meaning of this sentence).</p>
<p>Today at work, I was given one very big responsibility. The designers in our office has a project &#8211; to create our &#8220;Designers&#8217; Website&#8221;. While we raffled papers among ourselves of who are going to be the members of the &#8220;Design Team&#8221; of the site &#8211; I was one of them. Just today, our Senior Designer Wayne, assigned me to be the leader of the &#8220;Designer Group&#8221;. I do have a lot of personal projects which I&#8217;m about to start working on, here comes another one that is time demanding. I have to improve my time management from now on, since a lot of projects are up on me. Gah, just when I thought that I can relax after I graduate, a lot more stuff than thesis comes in my way.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixelmai.com/2009/04/roar/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8220;Possessed&#8221; sketch</title>
		<link>http://blog.pixelmai.com/2009/04/possessed-sketch/</link>
		<comments>http://blog.pixelmai.com/2009/04/possessed-sketch/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 20:08:57 +0000</pubDate>
		<dc:creator>Charlotte</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[chanlu]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[haml]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sinatra]]></category>
		<category><![CDATA[sketch]]></category>
		<category><![CDATA[wayne]]></category>

		<guid isPermaLink="false">http://blog.pixelmai.com/?p=589</guid>
		<description><![CDATA[Summer time is up, most of my classmates are relaxing and having fun now, but for me it means work and now it&#8217;s full time. I still feel that I haven&#8217;t graduated yet, and would still go back to school if given the opportunity. But now, I need to earn money to buy the things [...]]]></description>
			<content:encoded><![CDATA[<p>Summer time is up, most of my classmates are relaxing and having fun now, but for me it means work and now it&#8217;s full time. I still feel that I haven&#8217;t graduated yet, and would still go back to school if given the opportunity. But now, I need to earn money to buy the things I want, and hopefully become stable in life. Then, I can continue to my studies in a few years and maybe take up a masters degree. But instead of talking of my &#8220;future-future&#8221; plans, let take a peek of what I&#8217;ve been up to lately&#8230;</p>
<p><a href="http://blog.pixelmai.com/wp-content/uploads/2009/04/scan0001.jpg"><img class="size-medium wp-image-593 alignleft" title="Possessed Sketch" src="http://blog.pixelmai.com/wp-content/uploads/2009/04/scan0001-227x300.jpg" alt="scan0001" width="227" height="300" /></a>I drew a rough sketch of a woman which is supposed to be &#8220;possessed&#8221;. If I don&#8217;t feel lazy this sketch maybe cleaned and colored in using my favorite designing software, Photoshop. I entitled this sketch as &#8220;Possessed&#8221;, since my brother said that the character looks &#8220;sinasaniban (<em>Tagalog word for possessed</em>)&#8221; when I showed him the drawing. I&#8217;m actually happy about his comment about the drawing, since I was aiming for that emotion/image from the very beginning. Though this character has no clothes, this is not Hentai or porn. I haven&#8217;t placed any details yet since its a rough sketch, but it may belong to the &#8220;artistic nude&#8221; genre/category. The artwork style doesn&#8217;t look like anime/manga, it looks rather western and semi-real, but I like it more that way, since it adds up more to the &#8220;possessed&#8221; look. I don&#8217;t think it would look nice having a cute faced anime girl doing that pose instead.</p>
<p>I&#8217;m posting this sketch so as you readers may comment if this looks awkward or if there is something wrong with the anatomy of the body that I can&#8217;t tell. I did base some parts of the pose at <a href="http://posemaniacs.com">Posemaniacs</a> then improvised to have the certain look and feel that I want. So please do feel free to comment or suggest anything to make this sketch better.</p>
<p>Also, besides drawing I have been thinking of redesigning ChanLu, though I assigned the task of creating the logo to <a href="http://blog.demilane.com">Rogelio</a>. With the redesign I&#8217;m also planning to recode ChanLu from scratch at the same time.</p>
<p>I will be using the <a href="http://www.ruby-lang.org/">Ruby programming language</a> (thank goodness the <a href="http://www.dreamhost.com/r.cgi?31332">Dreamhost</a> supports it) using <a href="http://www.sinatrarb.com/">Sinatra</a> web framework this time, with an additional ruby gem called <a href="http://haml.hamptoncatlin.com/">Haml</a>, it would help me speed up on developing ChanLu and the template codes would look so pretty and makes it more fun to code! Wayne helped me on installing the ruby gems on <a href="http://www.dreamhost.com/r.cgi?31332">Dreamhost</a>. But I&#8217;m gonna install Datamapper myself, but I&#8217;ll ask for his help again if I encounter any problems.</p>
<h4>Advertisement</h4>
<p><a href="http://chanlu.org/dreamhost">Best Dreamhost Promo Codes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixelmai.com/2009/04/possessed-sketch/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Best Thesis of S.Y. 2008-2009</title>
		<link>http://blog.pixelmai.com/2009/04/best-thesis-of-sy-2008-2009/</link>
		<comments>http://blog.pixelmai.com/2009/04/best-thesis-of-sy-2008-2009/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 03:45:45 +0000</pubDate>
		<dc:creator>Charlotte</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[ramblings]]></category>
		<category><![CDATA[gigi]]></category>
		<category><![CDATA[wayne]]></category>
		<category><![CDATA[wio]]></category>

		<guid isPermaLink="false">http://blog.pixelmai.com/?p=364</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>After months worth of hardwork, WIO has been completed during March 2009. Me, Wayne and Ma&#8217;am Gigi had a lot of hardships with this thesis, thankfully all our work has paid off. WIO is the Best Thesis for the school year 2008-2009.</p>
<p>I&#8217;m glad, since the WIO team&#8217;s (actually, Ma&#8217;am Gigi and Wayne&#8217;s) aim since the very beginning is to make WIO be the Best Thesis in our school. It did came true, and we all are very happy.</p>
<p>Currently I posted the rest of the screenshots of WIO&#8217;s web app. I&#8217;ll also be editing the WIO page for the description of the finished thesis. I am quite sad though, that I haven&#8217;t been able to properly document the progress of WIO. I&#8217;ll make sure that it won&#8217;t happen again to my future projects.</p>
<p><a href="/wio-screenshots">Click here</a> to view the rest of the screenshots.</p>
<p>So my school life is over now and tomorrow is my graduation, I&#8217;ll be posting about my graduation too! So don&#8217;t forget to visit Pixelmai.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixelmai.com/2009/04/best-thesis-of-sy-2008-2009/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WIO updates</title>
		<link>http://blog.pixelmai.com/2009/03/wio-updates/</link>
		<comments>http://blog.pixelmai.com/2009/03/wio-updates/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 17:36:50 +0000</pubDate>
		<dc:creator>Charlotte</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ramaze]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wayne]]></category>
		<category><![CDATA[wio]]></category>

		<guid isPermaLink="false">http://blog.pixelmai.com/?p=309</guid>
		<description><![CDATA[As promised on my news update at ChanLu, here is the post containing updates about my thesis,  for all those curious people. Currently WIO: Has the major functions of the single user Has a minimalistic basic design Has its SMS queries working Screenshots Login Page Dashboard (when the user is logged in) I&#8217;ll be posting [...]]]></description>
			<content:encoded><![CDATA[<p>As promised on my news update at ChanLu, here is the post containing updates about my thesis,  for all those curious people.</p>
<p><strong>Currently WIO:</strong></p>
<ul>
<li>Has the major functions of the single user</li>
<li>Has a minimalistic basic design</li>
<li>Has its SMS queries working</li>
</ul>
<h3>Screenshots</h3>
<p><strong>Login Page</strong></p>
<p><a href="http://blog.pixelmai.com/wp-content/uploads/2009/03/2_login.png"><img class="size-medium wp-image-315 alignnone" title="2_login" src="http://blog.pixelmai.com/wp-content/uploads/2009/03/2_login-300x166.png" alt="2_login" width="300" height="166" /></a></p>
<p><strong>Dashboard </strong><em>(when the user is logged in)</em></p>
<p><em><a href="http://blog.pixelmai.com/wp-content/uploads/2009/03/3_dashboard.png"><img class="alignnone size-medium wp-image-320" title="3_dashboard" src="http://blog.pixelmai.com/wp-content/uploads/2009/03/3_dashboard-300x169.png" alt="3_dashboard" width="300" height="169" /></a></em></p>
<p>I&#8217;ll be posting only these screencaps for now, since  still have lots of stuff to do. You&#8217;ll get the big picture about WIO by the next time I post an update containing more screenshots.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pixelmai.com/2009/03/wio-updates/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
