<?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>Shiki &#187; General</title>
	<atom:link href="http://shikii.net/blog/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://shikii.net/blog</link>
	<description>I&#039;m so bad with words that I can&#039;t even make a cool tagline</description>
	<lastBuildDate>Fri, 13 Jan 2012 00:14:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A solution to Boot Camp partition error: &#8220;Files cannot be moved&#8221;</title>
		<link>http://shikii.net/blog/a-solution-to-boot-camp-partition-error-files-cannot-be-moved/</link>
		<comments>http://shikii.net/blog/a-solution-to-boot-camp-partition-error-files-cannot-be-moved/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 03:42:50 +0000</pubDate>
		<dc:creator>Shiki</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[boot-camp]]></category>
		<category><![CDATA[mac-os-x]]></category>
		<category><![CDATA[windows-7]]></category>

		<guid isPermaLink="false">http://shikii.net/blog/?p=572</guid>
		<description><![CDATA[So I was able to partition a Macbook Pro 2010 (Snow Leopard) using Boot Camp in order to install Windows 7. I just want to point out this possible solution when you get this error when trying to create a partition: Your Disk Cannot Be Partitioned Because Some Files Cannot Be Moved Back up the [...]]]></description>
			<content:encoded><![CDATA[<p>So I was able to partition a Macbook Pro 2010 (Snow Leopard) using Boot Camp in order to install Windows 7. I just want to point out this <strong>possible</strong> solution when you get this error when trying to create a partition:</p>

<blockquote>
  <p>Your Disk Cannot Be Partitioned Because Some Files Cannot Be Moved
  Back up the disk and use Disk Utility to format the disk as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again.</p>
</blockquote>

<p>Note that I said this is a <strong>possible</strong> solution. That means that this may not work for you. Most of the solutions I found on the Internet point to using defrag tools like <a href="http://www.coriolis-systems.com/iDefrag.php">iDefrag</a>. I didn&#8217;t want to go that way cause I really don&#8217;t have the money to buy those tools.</p>

<p>Here&#8217;s what I did to fix this error:</p>

<ol>
<li>Clean up the hard drive. Move large files to an external backup disk. There are tools like <a href="http://www.omnigroup.com/products/omnidisksweeper/">OmniDiskSweeper</a> to that can help in finding large files.</li>
<li>Reboot and boot up using your Mac OS X Install DVD. (Press <code>C</code> when after the startup sound to boot using the DVD)</li>
<li>Choose Utilities > Disk Utility in the menu and <strong>Repair</strong> the hard drive.</li>
<li>Restart and try partitioning using Boot Camp again.</li>
</ol>

<p>I&#8217;m not ultimately sure if Step 1 is really required but I don&#8217;t have time to test it again.</p>
]]></content:encoded>
			<wfw:commentRss>http://shikii.net/blog/a-solution-to-boot-camp-partition-error-files-cannot-be-moved/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quick editing of hosts file on Windows 7</title>
		<link>http://shikii.net/blog/quick-editing-of-hosts-file-on-windows-7/</link>
		<comments>http://shikii.net/blog/quick-editing-of-hosts-file-on-windows-7/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 02:38:03 +0000</pubDate>
		<dc:creator>Shiki</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[windows-7]]></category>

		<guid isPermaLink="false">http://shikii.net/blog/?p=338</guid>
		<description><![CDATA[This is just a quick tip on editing the hosts file on Windows 7. Normally, administrator privileges is required to edit the hosts file. I found that the quickest way to do this is: Open up your Start Menu Type this in the quick search/launcher (see image for reference): notepad c:\windows\system32\drivers\etc\hosts Hit Ctrl+Shift+Enter to launch [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://shikii.net/blog/wp-content/uploads/2010/12/Windows-7-Fresh-Install-Running-1.jpg" alt="" title="Start Menu" width="421" height="130" class="alignright size-full wp-image-340" /> This is just a quick tip on editing the <a href="http://en.wikipedia.org/wiki/Hosts_(file)">hosts file</a> on Windows 7. Normally, administrator privileges is required to edit the hosts file. I found that the quickest way to do this is:</p>

<ol>
<li>Open up your Start Menu</li>
<li><p>Type this in the quick search/launcher (see image for reference):</p>

<pre><code>notepad c:\windows\system32\drivers\etc\hosts
</code></pre></li>
<li><p>Hit <strong>Ctrl+Shift+Enter</strong> to launch Notepad with admin privileges. Click <em>Yes</em> on the dialog that will pop up.</p></li>
<li>Modify hosts file and save :)</li>
</ol>

<p>Done! You can also use the Ctrl+Shift+Enter trick for other apps that need to be launched as admin.</p>
]]></content:encoded>
			<wfw:commentRss>http://shikii.net/blog/quick-editing-of-hosts-file-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Ignoring funny ref&#8221; error on Git + Dropbox</title>
		<link>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/</link>
		<comments>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 03:54:28 +0000</pubDate>
		<dc:creator>Shiki</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://shikii.net/blog/?p=70</guid>
		<description><![CDATA[At Twidl HQ, we use a combination of Git and Dropbox for managing our source code. It&#8217;s a simple but awesome setup. Sometimes, we get this really cryptic error when fetching from our main repo (our shared Dropbox folder): Ignoring funny ref 'refs/remotes/origin/master (Shiki's conflicted copy 2010-01-14)' locally It seems to happen when 2 people [...]]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://twidl.it">Twidl HQ</a>, we use a combination of <a href="http://git-scm.com/">Git</a> and <a href="https://www.dropbox.com/">Dropbox</a> 
for managing our source code. It&#8217;s a simple but awesome setup. Sometimes, we get this really cryptic error when <strong>fetching</strong> from our main repo 
(our <em>shared</em> Dropbox folder):</p>

<pre><code>Ignoring funny ref 'refs/remotes/origin/master (Shiki's conflicted copy 2010-01-14)' locally
</code></pre>

<p>It seems to happen when 2 people push to <code>origin/master</code> at almost the same time. This makes Dropbox update the same file and seems to be 
the cause of the error. When this happens, you can bet that one of the people who did the push will <strong>lose</strong> his changes to <code>origin/master</code>. 
So you&#8217;ll have to fix it accordingly.</p>

<p>The &#8220;funny ref&#8221; error does not have any critical effect on the repo and Git seems to work perfectly. It will just annoy you every time 
you try to fetch. It turns out that this <code>"master (Shiki's conflicted copy 2010-01-14)"</code> is a branch in the main repo. 
Simply deleting it will remove the error. In terminal, go to your main repo&#8217;s <em>(Dropbox)</em> root folder:</p>

<pre><code>git branch -d "master (Shiki's conflicted copy 2010-01-14)"
</code></pre>

<p>If you&#8217;re not sure of the name of the conflicting branch, you can execute <code>git branch</code> to show all branches. 
There should at least be a &#8220;master&#8221; branch and your conflicting branch.</p>
]]></content:encoded>
			<wfw:commentRss>http://shikii.net/blog/ignoring-funny-ref-error-on-git-dropbox/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Installing the missing Extract feature in Photoshop CS4</title>
		<link>http://shikii.net/blog/installing-the-missing-extract-feature-in-photoshop-cs4/</link>
		<comments>http://shikii.net/blog/installing-the-missing-extract-feature-in-photoshop-cs4/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 12:37:27 +0000</pubDate>
		<dc:creator>Shiki</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://shikii.net/blog/?p=3</guid>
		<description><![CDATA[Yeah so I&#8217;m a little late on this. Primarily because I&#8217;m no designer and I don&#8217;t use Photoshop that much. But I just found out that the Extract filter has been removed from CS4. Or maybe CS3 too? I didn&#8217;t notice until I needed to use it at work today where I just had to [...]]]></description>
			<content:encoded><![CDATA[<div class="wide"><img class="alignnone size-full wp-image-4" title="Extract Filter in Adobe Photoshop CS4" src="http://shikii.net/blog/wp-content/uploads/2009/08/extractfilter.jpg" alt="Extract Filter in Adobe Photoshop CS4" width="640" /></div>

<p>Yeah so I&#8217;m a little late on this. Primarily because I&#8217;m no designer and I don&#8217;t use Photoshop that much. But I just found out that the Extract filter has been removed from CS4. Or maybe CS3 too? I didn&#8217;t notice until I needed to use it at work today where I just had to take out some cats and dogs out of their backgrounds.</p>

<p>So, with some googling I found <a href="http://blogs.adobe.com/jnack/2008/10/where_did_extra.html">this article</a> by John Nack. There he explains why they took Extract and other filters/plugins away. I still wish they retained Extract though, it&#8217;s kinda useful for us noob Photoshop users :p Thankfully you can still install the missing features. Just follow these steps:</p>

<ol>
    <li>Download the plugins package. Download <a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=4047">here</a> for Mac, and <a href="http://www.adobe.com/support/downloads/detail.jsp?ftpID=4048">here</a> for Windows.</li>
    <li>In the package you should find 3 language folders. Open the one you need (ie English) and copy the child folder named <strong>Goodies</strong> and paste it somewhere safe like the Photoshop application folder. That&#8217;s /Applications/Adobe Photoshop CS4 for Mac and somewhere in C:/Program Files/ for Windows (sorry I can&#8217;t be too precise).</li>
    <li>Open Photoshop. Go to Preferences &gt; Plug-Ins. Find a setting named <strong>Additional Plug-Ins Folder</strong> and set that to the Goodies folder.</li>
    <li>Restart Photoshop.</li>
</ol>

<p>That should do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://shikii.net/blog/installing-the-missing-extract-feature-in-photoshop-cs4/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Emurse &#8211; keep an updated online resume</title>
		<link>http://shikii.net/blog/emurse-keep-an-updated-online-resume/</link>
		<comments>http://shikii.net/blog/emurse-keep-an-updated-online-resume/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 03:04:04 +0000</pubDate>
		<dc:creator>Shiki</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[emurse]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[resume]]></category>

		<guid isPermaLink="false">http://shikii.net/blog/?p=300</guid>
		<description><![CDATA[Emurse is a free online service for creating and storing your resume on the web. For starters, the service allows you to fill up forms such as personal information, skills descriptions, work experiences, awards and honors, and education history. The data that you provide will then be automatically formatted to a resume design or template [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://emurse.com">Emurse</a> is a free online service for creating and storing your resume on the web. For starters, the service allows you to fill up forms such as personal information, skills descriptions, work experiences, awards and honors, and education history. The data that you provide will then be automatically formatted to a resume design or template that you can choose from in their website. For the free service, there are 3 available templates. For paying users, I think there are about 10 templates that you can choose from.</p>

<p>So I whipped up my old resume, and copied and pasted some infos into Emurse. The data entry forms were superbly made using AJAX. It took me a minute or two to find the Save button, and a minute to realize that they were already saved on the fly. Cool. Almost everything is done in Javascript. Additional entry forms are created on the fly without refreshing the page. You can even add, remove, and re-order sections. I would have been finished in less than 10 minutes, if not for the evil perfectionist side in me. When you&#8217;re done filling up forms, clicking on the Design page will lead you to a preview of what your online resume will look like. Or if you want to change your template, you can do that as well.</p>

<p>Pretty much all data that you will need can be placed in your online resume. Here&#8217;s my <a href="http://bluejaysonbasanes.emurse.com">online resume</a> in Emurse. There&#8217;s also an option to save your resume into a Doc or PDF file and other formats. But I couldn&#8217;t get that to work though. All in all, Emurse is very easy to use and manage. Updating your resume could never be easier. No more formatting headaches in your word processor. And you can email it as a link to companies that you apply to. This ensures that they are getting your latest resume.</p>

<p>My only problems with Emurse is I couldn&#8217;t achieve the format of my online resume to what I have now. And I have specific data such as my projects experiences that I want to be more presentable and easier to read. For me, the projects experiences are the highlights of a developer&#8217;s resume. Maybe a good additional feature would be for users to create custom formats. XSLT? Nevertheless, I still recommend Emurse to everyone. There are still other useful features that the service provides. So check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://shikii.net/blog/emurse-keep-an-updated-online-resume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running on BlogEngine</title>
		<link>http://shikii.net/blog/running-on-blogengine/</link>
		<comments>http://shikii.net/blog/running-on-blogengine/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 03:08:32 +0000</pubDate>
		<dc:creator>Shiki</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[blogengine]]></category>

		<guid isPermaLink="false">http://shikii.net/blog/?p=303</guid>
		<description><![CDATA[This blog is now running in BlogEngine. Contrary to my prediction in my previous post, I didn&#8217;t go with the Umbraco option (more about that soon). Anyway, BlogEngine was a lot easier to set up than WordPress. The default install doesn&#8217;t even need a db. The features are also quite neat, &#8220;tags&#8221; are already built-in. [...]]]></description>
			<content:encoded><![CDATA[<p>This blog is now running in <a href="http://www.dotnetblogengine.net/">BlogEngine</a>. Contrary to my prediction in my previous post, I didn&#8217;t go with the <a href="http://umbraco.org">Umbraco</a> option (more about that soon). Anyway, BlogEngine was a lot easier to set up than WordPress. The default install doesn&#8217;t even need a db. The features are also quite neat, &#8220;tags&#8221; are already built-in. And I noticed that it&#8217;s a bit faster than WordPress. Well, maybe that&#8217;s just because my site is on a Windows server.</p>

<p>I got the posts from the old WordPress install transferred. Well, there&#8217;s still lots of things I have to do here but I&#8217;m calling it a night.</p>
]]></content:encoded>
			<wfw:commentRss>http://shikii.net/blog/running-on-blogengine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting old</title>
		<link>http://shikii.net/blog/getting-old/</link>
		<comments>http://shikii.net/blog/getting-old/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 03:17:22 +0000</pubDate>
		<dc:creator>Shiki</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[experience]]></category>

		<guid isPermaLink="false">http://shikii.net/blog/?p=307</guid>
		<description><![CDATA[I&#8217;m getting old. Really. And I&#8217;ve only realized this not too long ago. ^_^x I&#8217;m turning 27 this year and I haven&#8217;t mastered, I mean really hardcore, any programming language or field. I&#8217;m always into so many things trying to be a jack of all trades. I don&#8217;t think that&#8217;s possible. Possible only if you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting old. Really. And I&#8217;ve only realized this not too long ago. ^_^x I&#8217;m turning 27 this year and I haven&#8217;t mastered, I mean really hardcore, any programming language or field. I&#8217;m always into so many things trying to be a jack of all trades. I don&#8217;t think that&#8217;s possible. Possible only if you have nothing else to do in your life but programming. Luckily I&#8217;ve come to realize that life is never about work. We work only to live.</p>

<p>So, I&#8217;ve decided to focus more on these technologies > .Net, Ruby on Rails, and AJAX. And maybe a little Java here and then. To start with that focus, I&#8217;ve just recently transferred to a .Net hosting and I&#8217;m currently looking in to transfer this WordPress blog to a .Net alternative. Probably a CMS or another blog engine. From all my extensive research, I&#8217;ve reached to these final three: <a href="http://dotnetnuke.com">DotNetNuke</a>, <a href="http://umbraco.org">Umbraco</a>, and <a href="http://dotnetblogengine.net">BlogEngine</a>.</p>

<p>DotNetNuke seems to have a large following, but it seems to be bloated and I had a hard time trying to find an installation manual. Looks like the manual is greatly hidden in their forums. Well, I&#8217;m not going that road. Forums are just too messy for my taste. Even though I got it installed in the end, that took a lot of google searches. Well, the default theme isn&#8217;t exactly presentable in this Web 2.0 age. I think they really need to update that one.</p>

<p>BlogEngine seems to be a very powerful blogging engine. My friend John got it installed <a href="http://music.myitside.com">here</a>, and I didn&#8217;t hear any complaints about the installation so I think this is really a good candidate. It even has a &#8220;tag&#8221; feature already. I&#8217;m pretty sure my default install of WordPress didn&#8217;t have that.</p>

<p>My last and looks like will gonna be my choice in this dilemma is Umbraco. I&#8217;ve just gone up to reading everything in their site right now and I&#8217;m liking it already. Next step is to try and get this installed in my machine. Let&#8217;s see how easy it&#8217;s gonna be and if it&#8217;s compatible with my hosting. I&#8217;m looking forward to a CMS than a blog-focused software cause I&#8217;m gonna put up a site in a subdomain for an open source software that I&#8217;ve been planning on working for months now.</p>
]]></content:encoded>
			<wfw:commentRss>http://shikii.net/blog/getting-old/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Here comes another bubble</title>
		<link>http://shikii.net/blog/here-comes-another-bubble/</link>
		<comments>http://shikii.net/blog/here-comes-another-bubble/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 03:24:29 +0000</pubDate>
		<dc:creator>Shiki</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://shikii.net/blog/?p=310</guid>
		<description><![CDATA[Take a break, check out this funny video about the Web 2.0 craze and other things in the web today.]]></description>
			<content:encoded><![CDATA[<p>Take a break, check out this <a href="http://www.youtube.com/watch?v=I6IQ_FOCE6I">funny video</a> about the Web 2.0 craze and other things in the web today.</p>
]]></content:encoded>
			<wfw:commentRss>http://shikii.net/blog/here-comes-another-bubble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What type of programmer are you?</title>
		<link>http://shikii.net/blog/what-type-of-programmer-are-you/</link>
		<comments>http://shikii.net/blog/what-type-of-programmer-are-you/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 03:25:52 +0000</pubDate>
		<dc:creator>Shiki</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://shikii.net/blog/?p=312</guid>
		<description><![CDATA[I read this article a few months ago, The 10 types of programmers you&#8217;ll encounter in the field. Wanted to blog about it but didn&#8217;t have the time. Quite funny but true. From those types I believe I&#8217;m a combination of The Ninja, The Theoretician, and The Evangelist. I am The Evangelist most of the [...]]]></description>
			<content:encoded><![CDATA[<p>I read this <a href="http://blogs.techrepublic.com.com/10things/?p=262">article</a> a few months ago, The 10 types of programmers you&#8217;ll encounter in the field. Wanted to blog about it but didn&#8217;t have the time. Quite funny but true. From those types I believe I&#8217;m a combination of The Ninja, The Theoretician, and The Evangelist. I am The Evangelist most of the times. I like/love management, leading people, making things easy for everyone, improving the software development process, and making things happen. But I don&#8217;t usually get the opportunity to do so, or just not enough. I guess in the midst of things, I am usually overlapped or underestimated. Amazingly, I do know people who exclaim that I have inspired them. Very gratifying. I hope you&#8217;d experience it too.</p>

<p>Before I was mostly The Evangelist, I was The Ninja. Code and code all day long until the next day. I remember good ol&#8217; iThink days when my working schedule was 8am to 6am. I was a lone warrior, and still am in times of need. From The Ninja&#8217;s description &#8220;The Ninja is your team’s MVP, and no one knows it.&#8221;, yep, I do get that every time. We ninjas don&#8217;t get rewarded or credited for our work. We don&#8217;t need it. But in the real world, an employee does need it sometimes. That&#8217;s part of management principles&#8217; &#8220;taking care of your employees&#8221;. This is actually my main reason why I&#8217;m thinking of going back to designing (web design and flash dev) which I was really good at in college. People in designing get noticed and are rewarded greatly like my friend, Mike, who&#8217;s getting 25k every month. Cool.</p>

<p>The Theoretician. I am a researcher, a scientist by heart. Always finding the true solution which is never there. That is, for me there is no true solution or real truth in the IT field. Makes me wonder why Computer Science is called a science. As <a href="http://en.wikipedia.org/wiki/Gil_Grissom">Grissom</a> said, Science is about truth. Right, but that&#8217;s another story. Being The Theoretician I believe is both my bad and good quality. I get distracted easily, especially when I&#8217;m debugging another programmer&#8217;s code which is very very low down in the optimization department. Or is just downright dirty, wrong, and full of loopholes. In the end, I redo or fix the code which took a lot of time and effort. Very bad if you&#8217;re in a deadline, and good if you have nothing else to do or can&#8217;t do nothin&#8217; for that matter. For the uninitiated, this is type of work is called <a href="http://en.wikipedia.org/wiki/Code_refactoring">refactoring</a>. Nevertheless, I take pride in what I do. Except those code that I had to slip in when I only have 5 minutes to do it. ^_^x</p>

<p>Being a combination of The Ninja, The Evangelist, and The Theoretician has made me always love to be in the Research &amp; Development department. If such as department really exists. I am a framework and software engineering addict. <a href="http://www.codeplex.com/entlib">Microsoft Enterprise Library</a>, <a href="http://www.nunit.org/index.php">NUnit</a>, <a href="http://joomla.org">Joomla!</a>, <a href="http://drupal.org">Drupal</a>, <a href="http://rubyonrails.org">Ruby on Rails</a>, <a href="http://subsonicproject.com">SubSonic</a>, and <a href="http://castleproject.org">Castle Project</a> are just one of the few things I&#8217;ve been to. And I&#8217;m still not quite satisfied. <a href="http://sitecore.net">SiteCore</a>, <a href="http://framework.zend.com">ZendFramework</a>, and <a href="http://codeigniter.com">CodeIgniter</a> are my next targets. Yum, yum. So many things to do, so little time.</p>

<p>How about you? What type of programmer are you?</p>
]]></content:encoded>
			<wfw:commentRss>http://shikii.net/blog/what-type-of-programmer-are-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New job</title>
		<link>http://shikii.net/blog/new-job/</link>
		<comments>http://shikii.net/blog/new-job/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 03:37:41 +0000</pubDate>
		<dc:creator>Shiki</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[career]]></category>

		<guid isPermaLink="false">http://shikii.net/blog/?p=321</guid>
		<description><![CDATA[I&#8217;m now connected with JairoSolutions, Inc. I&#8217;ve been here for 7 months now. It&#8217;s still a consulting company, roughly the same as the other companies I&#8217;ve been in. The difference with Jairo though is that most of the projects are in eCommerce. For these specific projects, we customize an off-the-shelf eCommerce solution named AspDotNetStorefront for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m now connected with <a href="http://www.jairosolutions.com/">JairoSolutions, Inc</a>. I&#8217;ve been here for 7 months now.</p>

<p>It&#8217;s still a consulting company, roughly the same as the other companies I&#8217;ve been in. The difference with Jairo though is that most of the projects are in eCommerce. For these specific projects, we customize an off-the-shelf eCommerce solution named <a href="http://aspdotnetstorefront.com">AspDotNetStorefront</a> for our clients. It&#8217;s built on .NET and SQLServer. This is actually my first time being heavily involved with eCommerce. And this is also where I learned and used a lot of <a href="http://en.wikipedia.org/wiki/XSL_Transformations">XSLT</a> and <a href="http://en.wikipedia.org/wiki/Xpath">XPath</a> since they&#8217;re part of the knowledge needed in customizing AspDotNetStorefront besides learning the solution framework. It&#8217;s a great experience indeed.</p>
]]></content:encoded>
			<wfw:commentRss>http://shikii.net/blog/new-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

