<?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>novus.volce &#187; Developer</title>
	<atom:link href="http://novus.byvolce.com/tag/developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://novus.byvolce.com</link>
	<description>A blog by Jonathan Solichin about technology, review and art</description>
	<lastBuildDate>Tue, 27 Oct 2009 06:42:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Happy New Year!</title>
		<link>http://novus.byvolce.com/2008/12/happy-new-year/</link>
		<comments>http://novus.byvolce.com/2008/12/happy-new-year/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 05:59:01 +0000</pubDate>
		<dc:creator>Jonathan Solichin</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Black]]></category>
		<category><![CDATA[byvolce]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[fancybox]]></category>
		<category><![CDATA[jCrop]]></category>
		<category><![CDATA[Jonathan Solichin]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[nettuts]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Yellow]]></category>

		<guid isPermaLink="false">http://novus.byvolce.com/?p=325</guid>
		<description><![CDATA[It has been a cool 2008, and it&#8217;s now time to join 2009 and all it has to offer. My resolution this year is to &#8220;Carpe Diem&#8221; or seize the day. No matter how cliche it is, I think it is a great goal. A big one indeed, but as I came to realize, most [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_334" class="wp-caption aligncenter" style="width: 560px"><a href="http://byvolce.com"><img class="size-full wp-image-334" title="byVolce the online portfolio of Jonathan Solichin" src="http://novus.byvolce.com/wp-content/uploads/2008/12/byvolce1.jpg" alt="byVolce the online portfolio of Jonathan Solichin" width="550" height="110" /></a><p class="wp-caption-text">byVolce the online portfolio of Jonathan Solichin</p></div>
<p>It has been a cool 2008, and it&#8217;s now time to join 2009 and all it has to offer. My resolution this year is to &#8220;Carpe Diem&#8221; or seize the day. No matter how cliche it is, I think it is a great goal. A big one indeed, but as I came to realize, most of the things we regret is the things we didn&#8217;t do. Few things we regret because it was done. And also, with this new beginning I decided to revamp my parent domain (<a title="ByVolce" href="http://byvolce.com">byvolce.com</a>) and actually make a portfolio instead of a bunch of links that it currently is. I hope you like it.</p>
<p><span id="more-325"></span></p>
<p>I decided to experiment with a yellow black and white theme. It is said that those are the most contrasting colors. Well yellow and black anyway. I threw a white in the mix as not to blind your eyes out too much, add more variation and to try and keep it from not looking like a caution sign. After all who wants people to think that your website is dangerous? No, we want people to think our site is worth noticing. On another note, one of my<a title="Erratic Wisdom" href="http://erraticwisdom.com/"> favorite website</a> also has the color palette. He is a great inspiration.</p>
<p>Now with all the web 2.0 craze and fancy effect these days, I decided to fall under peer pressure and try to implement it on my portfolio. This is my first site involving jQuery and ajax. It is also my first developer project, as I had created the engine behind it myself. But I didn&#8217;t completely build it from the ground up. As I said, I used the jquery and some of its plugin. It was a challenge to learn all these new things at once, but it was great.</p>
<div id="attachment_332" class="wp-caption aligncenter" style="width: 560px"><img class="size-full wp-image-332" title="Fancybox on byVolce" src="http://novus.byvolce.com/wp-content/uploads/2008/12/171.jpg" alt="Fancybox on byVolce" width="550" height="110" /><p class="wp-caption-text">Fancybox on byVolce</p></div>
<p>Currently the portfolio works like this on the back end.</p>
<ol>
<li>Login</li>
<li>Upload  file</li>
<li>Crop and generate a thumbnail</li>
<li>server saves it in a predetermined and automated directory</li>
</ol>
<p>On the front end it goes some thing like this.</p>
<ol>
<li>User clicks a link generated by scanning a directory list (done by PHP)</li>
<li>The PHP then calls for jquery which pulls out another page</li>
<li>The 2nd page uses PHP to scan the dir of the selected dir</li>
<li>Then a user can click an image and zoom in on it using jquery</li>
<li>Rinse and Repeat</li>
</ol>
<div id="attachment_333" class="wp-caption aligncenter" style="width: 560px"><img class="size-full wp-image-333" title="The Login screen of byVolce" src="http://novus.byvolce.com/wp-content/uploads/2008/12/211.jpg" alt="The Login screen of byVolce" width="550" height="110" /><p class="wp-caption-text">The Login screen of byVolce</p></div>
<p>The site currently uses the<a title="jQuery" href="http://jquery.com/"> jQuery</a> with <a title="ajaxify" href="http://max.jsrhost.com/ajaxify/">ajaxify</a> (for ajax loading),  <a title="Fancy light box" href="http://fancy.klade.lv/">fancybox</a> (for the lightbox), and <a title="jCrop, jquery based cropping and thumnail making" href="http://www.deepliquid.com/content/Jcrop.html">jCrop</a> (for the back end cropping). Much of the tutorial used on this portfolio can be found at Nettuts. Tutorials include</p>
<ul>
<li><a title="NETTUT Scanning folders with PHP" href="http://nettuts.com/videos/screencasts/scanning-folders-with-php/">Scanning folder with PHP</a></li>
<li><a title="How to load in and animate content with jQuery&lt;br &gt;&lt;/a&gt;" href="http://nettuts.com/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/">How to load in and animate content with jQuery</a> (later replaced with ajaxify)</li>
</ul>
<p>Now enough of this technical mumbo jumbo. Time for you to<a title="byvolce.com" href="http://byvolce.com"> check it out</a> for yourself! Comments are appreciated as always. And what&#8217;s your new year resolution?</p>
<img src="http://novus.byvolce.com/?ak_action=api_record_view&id=325&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://novus.byvolce.com/2008/12/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
