<?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>fejalish.com</title>
	<atom:link href="http://fejalish.com/moc.hsilajef/feed/" rel="self" type="application/rss+xml" />
	<link>http://fejalish.com/moc.hsilajef</link>
	<description>since 2002</description>
	<lastBuildDate>Wed, 27 Jul 2011 08:57:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>EPUBReader Add-on for Firefox</title>
		<link>http://fejalish.com/moc.hsilajef/blog/2011/07/27/epubreader-add-on-for-firefox/</link>
		<comments>http://fejalish.com/moc.hsilajef/blog/2011/07/27/epubreader-add-on-for-firefox/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 08:55:34 +0000</pubDate>
		<dc:creator>fejalish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://fejalish.com/moc.hsilajef/?p=241</guid>
		<description><![CDATA[I just found what looks to be a rather decent EPUB reader add-on for Firefox, EPUBReader. I&#8217;ve installed it on my desktop already and tested some EPUBs and at first blush it looks like a decent reading experience. I don&#8217;t mind checking my EPUBs in Calibre with the default E-Book Viewer, but this looks better [...]]]></description>
			<content:encoded><![CDATA[<p>I just found what looks to be a rather decent EPUB reader add-on for Firefox, <a href="https://addons.mozilla.org/en-US/firefox/addon/epubreader/" target="_blank">EPUBReader</a>. I&#8217;ve installed it on my desktop already and tested some EPUBs and at first blush it looks like a decent reading experience. I don&#8217;t mind checking my EPUBs in Calibre with the default E-Book Viewer, but this looks better IMO for casual reading.</p>
<p>I&#8217;m also in the middle of adding Firefox mobile to my N900 (again) and EPUBReader as well. Which incidentally is how I found it &#8211; searching for possible alternatives to FBReader for Maemo.</p>
]]></content:encoded>
			<wfw:commentRss>http://fejalish.com/moc.hsilajef/blog/2011/07/27/epubreader-add-on-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Total Word Count Estimates</title>
		<link>http://fejalish.com/moc.hsilajef/blog/2011/07/12/total-word-count-estimates/</link>
		<comments>http://fejalish.com/moc.hsilajef/blog/2011/07/12/total-word-count-estimates/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 04:14:19 +0000</pubDate>
		<dc:creator>fejalish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://fejalish.com/moc.hsilajef/?p=236</guid>
		<description><![CDATA[Ever since I started my writing sabbatical a few months ago I&#8217;ve been having fun estimating the total word counts for the first drafts of what I&#8217;ve been working on. I&#8217;ve been using a pretty simple formula &#8211; it goes back to grade school and plain old division really. currentWordCount / ( currentLineInOutline / totalLinesInOutline [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I started my writing sabbatical a few months ago I&#8217;ve been having fun estimating the total word counts for the first drafts of what I&#8217;ve been working on. I&#8217;ve been using a pretty simple formula &#8211; it goes back to grade school and plain old division really.</p>
<p><code>currentWordCount / ( currentLineInOutline / totalLinesInOutline ) = estimatedTotalWordCount</code></p>
<p>Basically it&#8217;s just this:</p>
<p>I find how far I&#8217;ve gone in my outline and look for the specific line number and divide that by the total number of lines in the outline to get the percentage completed so far. (My outlines are all point form, indented code style semi-sentences, so line-length doesn&#8217;t really matter much.) Then I take the current word count of my story and divide it by the above.</p>
<p>So really I&#8217;m just dividing my current word count by the percentage of the outline done. No rocket science there.</p>
<p>But what amazes me is that it&#8217;s been surprisingly consistent since I started using it. It was ultimately off by about 500 words for the first story I wrote, which capped out at just under 12,000. And so far it&#8217;s consistently estimated my current story to cap out at between 19,000 to 21,000 words. I&#8217;m currently at 16,000 words.</p>
<p>Yay, maths!</p>
]]></content:encoded>
			<wfw:commentRss>http://fejalish.com/moc.hsilajef/blog/2011/07/12/total-word-count-estimates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git Commit Hook Script &#8211; Word Count and &#8216;Now Playing&#8217;</title>
		<link>http://fejalish.com/moc.hsilajef/blog/2011/07/09/git-commit-hook-script-word-count-and-now-playing/</link>
		<comments>http://fejalish.com/moc.hsilajef/blog/2011/07/09/git-commit-hook-script-word-count-and-now-playing/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 16:58:56 +0000</pubDate>
		<dc:creator>fejalish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://fejalish.com/moc.hsilajef/?p=153</guid>
		<description><![CDATA[I&#8217;ve been quite happily using Git in my writing workflow for a few months now. But I wanted to be able to add a little more information into my commit messages. Inspired a little by Cory Doctorow&#8217;s post, &#8216;Flashbake: Free version-control for writers using git&#8217;, about his use of scripts to add extra info to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been quite happily using Git in my writing <a href="http://fejalish.com/moc.hsilajef/blog/2011/07/09/writing-workflow-and-toolset-writing-git-and-ebooks/" title="Writing Workflow and Toolset (Writing, Git and Ebooks)">workflow</a> for a few months now. But I wanted to be able to add a little more information into my commit messages. </p>
<p>Inspired a little by Cory Doctorow&#8217;s <a href="http://craphound.com/?p=2171" target="_blank">post</a>, &#8216;Flashbake: Free version-control for writers using git&#8217;, about his use of scripts to add extra info to his Git commits, I decided to hack together my own brief post commit hook.</p>
<p>The first part of this basic bash script is a simple word count total on all changed files in that commit. I use a daily word quota when I write. So being able to track how much I have written since the previous commit(s) is been very useful for me.</p>
<p>The second part of the script outputs the song title and artist name (from the id3 tags) if there is a song playing at the time of the commit. This one is more for my own amusement, since I listen to music frequently while working. I restricted the programs to check to clementine and audacious since I typically only listen to music in those apps. (This bit was almost wholesale lifted from a script in <a href="http://ubuntuforums.org/showthread.php?t=1562395" target="_blank">this</a> Ubuntuforums thread.)</p>
<p>All of this is added onto the end of the message in the <code>git commit</code> call.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">for</span> i <span style="color: #000000; font-weight: bold;">in</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">git</span> <span style="color: #c20cb9; font-weight: bold;">diff</span> <span style="color: #660033;">--cached</span> --name-only<span style="color: #7a0874; font-weight: bold;">&#41;</span>
	<span style="color: #000000; font-weight: bold;">do</span>
		<span style="color: #007800;">count</span>=$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">wc</span> <span style="color: #660033;">-w</span> <span style="color: #007800;">$i</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
		<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$count</span>&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #ff0000;">&quot;$1&quot;</span>
	<span style="color: #000000; font-weight: bold;">done</span>
&nbsp;
<span style="color: #007800;">apps</span>=<span style="color: #ff0000;">&quot;clementine audacious&quot;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">for</span> app <span style="color: #000000; font-weight: bold;">in</span> <span style="color: #007800;">$apps</span>
	<span style="color: #000000; font-weight: bold;">do</span>
	  <span style="color: #007800;">pat</span>=<span style="color: #ff0000;">&quot;([^\w-]<span style="color: #007800;">$app</span>)&quot;</span>
	  <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #c20cb9; font-weight: bold;">ps</span> ux <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-P</span> <span style="color: #007800;">$pat</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-vq</span> <span style="color: #c20cb9; font-weight: bold;">grep</span>; <span style="color: #000000; font-weight: bold;">then</span>
		 <span style="color: #007800;">file</span>=<span style="color: #000000; font-weight: bold;">`</span>lsof <span style="color: #660033;">-F</span> n <span style="color: #660033;">-c</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$app</span>&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-i</span> <span style="color: #ff0000;">&quot;^.*\.mp3$&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'s/^n//g'</span><span style="color: #000000; font-weight: bold;">`</span>
		 <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #660033;">-z</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$file</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
		   <span style="color: #007800;">title</span>=<span style="color: #000000; font-weight: bold;">`</span>id3info <span style="color: #ff0000;">&quot;<span style="color: #007800;">$file</span>&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;Title&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'s/^===.*[:].//g'</span><span style="color: #000000; font-weight: bold;">`</span>
		   <span style="color: #007800;">perf</span>=<span style="color: #000000; font-weight: bold;">`</span>id3info <span style="color: #ff0000;">&quot;<span style="color: #007800;">$file</span>&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;performer&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">'s/^===.*[:].//g'</span><span style="color: #000000; font-weight: bold;">`</span>
		   <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$title</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$perf</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
		     <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Now playing: No MP3 info&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #ff0000;">&quot;$1&quot;</span>
		   <span style="color: #000000; font-weight: bold;">else</span>
		     <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Now playing:&quot;</span> <span style="color: #000000; font-weight: bold;">\'</span><span style="color: #ff0000;">&quot;<span style="color: #007800;">$title</span>&quot;</span><span style="color: #000000; font-weight: bold;">\'</span> <span style="color: #ff0000;">&quot;by&quot;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$perf</span>&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #ff0000;">&quot;$1&quot;</span>
		   <span style="color: #000000; font-weight: bold;">fi</span>
		 <span style="color: #000000; font-weight: bold;">fi</span>
	  <span style="color: #000000; font-weight: bold;">fi</span>
	<span style="color: #000000; font-weight: bold;">done</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://fejalish.com/moc.hsilajef/blog/2011/07/09/git-commit-hook-script-word-count-and-now-playing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Workflow and Toolset (Writing, Git and Ebooks)</title>
		<link>http://fejalish.com/moc.hsilajef/blog/2011/07/09/writing-workflow-and-toolset-writing-git-and-ebooks/</link>
		<comments>http://fejalish.com/moc.hsilajef/blog/2011/07/09/writing-workflow-and-toolset-writing-git-and-ebooks/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 15:40:33 +0000</pubDate>
		<dc:creator>fejalish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://fejalish.com/moc.hsilajef/?p=154</guid>
		<description><![CDATA[At the start of my writing sabbatical a few months ago, I realised that I needed to preemptively address the issue of file versioning and change control before I had written too much. That lead me to examine how I was going to work and what programs I was going to use to make my [...]]]></description>
			<content:encoded><![CDATA[<p>At the start of my writing sabbatical a few months ago, I realised that I needed to preemptively address the issue of file versioning and change control before I had written too much. That lead me to examine how I was going to work and what programs I was going to use to make my life easier and more secure.</p>
<p>The resultant toolset and workflow I&#8217;ve cobbled together is not that unique really. It&#8217;s not that different from any normal developer who codes primarily on a typical Linux box. The main reason I&#8217;m outlining it here in a blog post is in case anyone other writers out there perhaps find this information useful.</p>
<p>This isn&#8217;t exactly a &#8216;Git for Writers&#8217; post, but it is inspired by that basic idea.</p>
<p>I&#8217;m going to outline the programs and processes I use during the different phases of my writing workflow, with comments and descriptions where necessary.</p>
<h3>Writing Software (Word Processing)</h3>
<p><a href="http://projects.gnome.org/gedit/" target="_blank">gedit</a> — My primary computer runs Xubuntu and my main editing app is gedit with a few useful plugins:</p>
<ul>
<li>Document Statistics (installed by default) — useful for word count</li>
<li>Spell Checker (installed by default) — don&#8217;t leave home without one</li>
<li><a href="http://www.kiwwito.com/download/c9a069af9a46df0420e88650d1755bb3" target="_blank">Regex Search and Replace</a> — when Search and Replace is not powerful enough</li>
<li><a href="http://live.gnome.org/Gedit/Plugins?action=AttachFile&amp;do=get&amp;target=tabswitch.tar.gz" target="_blank">TabSwitch</a> — because I hate not being able to Ctrl+Tab to other tabs</li>
</ul>
<p><a href="http://notepad-plus-plus.org/" target="_blank">notepad++</a> — When I have to work on a Windows box I pretty much just use notepad++.</p>
<p><a href="http://www.libreoffice.org/download/" target="_blank">LibreOffice</a> — I really only use LibreOffice for creating DOC and PDF files.</p>
<p>This may be reversed for many authors but I write in basic text editors and then copy/paste my documents into LibreOffice when I need a .doc file.</p>
<p>The first reason I use a vanilla text editor is plain, old comfort. gedit has all the features and shortcuts I require, and I can work in it quite quickly.</p>
<p>I also don&#8217;t require any of the typical text formatting that a word processing program like LibreOffice can offer during my writing phase. Most of the text formatting I do comes during the output phase of my workflow, since I have to format documents not only for DOC and PDF but also EPUB and MOBI.</p>
<p>Authoring in plain text also makes file versioning and change control a no-brainer.</p>
<h3>File Versioning (Archives and Backups)</h3>
<h4>Git</h4>
<p>Versioning offers an easy solution to managing progressive versions of any file, as well as robust archives and backups. And since I&#8217;m used to versioning from my development background, opting to go this route was an obvious choice for me.</p>
<p>After considering my options, I went with <a href="http://git-scm.com/" target="_blank">Git</a>. I hadn&#8217;t used Git before but its features and ease of use ended up being a natural fit for my workflow. If I had to work primarily on a Windows box and absolutely needed a GUI (instead of the command line) I probably would have went with <a href="http://subversion.tigris.org/" target="_blank">SVN</a> and <a href="http://tortoisesvn.tigris.org/" target="_blank">TortoiseSVN</a> which I have used before numerous times.</p>
<h4>Git Instances</h4>
<p>Besides running a local install of Git on my Xubuntu box, I also have a private Git repository hosted in a subdomain on my production server (on <a href="http://wiki.dreamhost.com/Git" target="_blank">Dreamhost</a>) which I can access easily using SSH. Both instances are running the same version of Git as well.</p>
<p>The beauty of this setup, to my mind, is that I immediately have two separate repos of all my work. My main working repo is on my laptop, and the server repo doubles as a backup as well as the master repo access point for when I sometimes have to work on a different computer.</p>
<p>For those times when I find myself working on a Windows box I use the portable version of Git from <a href="http://code.google.com/p/msysgit/" target="_blank">mysysgit</a>.</p>
<h4>Git Commands</h4>
<p>I basically only use five commands when I am writing.</p>
<p><code>git status</code> — to check if any files have been modified<br />
<code>wc -c filename</code> — not a git command, of course, but lets me know the wordcount of any file (this is useful to me since I set myself a quota of words to write per day)<br />
<code>git commit -a -m "your message here"</code> — commits all modified files to the Git repo<br />
<code>git push origin master</code> — pushes the local repo changes to the server repo<br />
<code>git pull origin master</code> — pulls the remote repo changes to your local repo</p>
<p>The sixth I use sometimes is:</p>
<p><code>git log -n 1</code> — displays the last log entry in the command line, for when I haven&#8217;t pushed my most recent commits to my server or I&#8217;m too lazy to bring up Gitweb</p>
<h4>Gitweb</h4>
<p>The subdomain on my live server is also running an instance of <a href="https://git.wiki.kernel.org/index.php/Gitweb" target="_blank">Gitweb</a>. I had to setup gitweb myself since it&#8217;s not installed by default on Dreamhost, but it was relatively trivial to do so. I followed the basic outline in &#8220;Step 4. Setup GitWeb (optional)&#8221; of this excellent <a href="http://craigjolicoeur.com/blog/hosting-git-repositories-on-dreamhost" target="_blank">blog post</a> to get it up and running.</p>
<p>I actually end up using Gitweb quite frequently to get an easy to read display of my Git log. It also gives me easy access to my files in a browser if I need to show someone a snippet of what I&#8217;m working on.</p>
<p>Because the raw file view in Gitweb does not line wrap by default, I also use the <a href="https://addons.mozilla.org/en-US/firefox/addon/toggle-word-wrap/" target="_blank">Toggle Word Wrap</a> add-on in Firefox when I want to read a file. It basically puts &lt;pre&gt; tags around plain text, which is great.</p>
<h4>Git Commit Messages</h4>
<p>One of the many useful things about versioning is the ability to include a message when committing any files. In addition to whatever message I include with a commit, I have a simple commit hook which outputs the word count of any file that&#8217;s been changed, and also includes the title and artist name if I&#8217;m playing any music at the time. I&#8217;m no bash jockey but I was able to cobble together a basic script that satisfied my needs. Check out <a href="http://fejalish.com/moc.hsilajef/blog/2011/07/09/git-commit-hook-script-word-count-and-now-playing/" title="Git Commit Hook Script – Word Count and ‘Now Playing’">this</a> blog post to see the entire script.</p>
<h3>Ebooks and Ebook Formatting</h3>
<p>I am specifically writing with ebooks as a default file format in mind. Once my current stories are ready to go I plan to self-publish them online (on Amazon, Smashwords, and other sites) and perhaps even through POD (print on demand) services. So, anything I can do to make converting my text files into well-formatted ebooks helps reduce my time and effort. I love monkeying around with code, but ultimately I want to spend most of my time writing.</p>
<p>Using a combination of &#8216;Find and Replace&#8217; and regular expressions, and a few other tricks, I can relatively easily convert my plain text files into ebooks (HTML and CSS) or a DOC file.</p>
<p>For me this mostly involves converting italics, dashes, ellipses and quotes, adding indents or altering whitespace, etc. to suit the desired file format. (I plan to make a more detailed post on my formatting process soon.)</p>
<p>I also wouldn&#8217;t be able to create and convert ebook formats anywhere near as easily or quickly if it wasn&#8217;t for <a href="http://calibre-ebook.com/" target="_blank">Calibre</a>. It is a superb program and I am immensely grateful that it exists.</p>
<h3>Ebooks and Self-Publishing</h3>
<p>And for anyone interested in self-publishing online, Joe Konrath&#8217;s blog, &#8216;<a href="http://jakonrath.blogspot.com/" target="_blank">A Newbie&#8217;s Guide to Publishing</a>&#8216; is highly recommended.</p>
]]></content:encoded>
			<wfw:commentRss>http://fejalish.com/moc.hsilajef/blog/2011/07/09/writing-workflow-and-toolset-writing-git-and-ebooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global News Website Redesign</title>
		<link>http://fejalish.com/moc.hsilajef/blog/2009/11/10/global-news-website-redesign/</link>
		<comments>http://fejalish.com/moc.hsilajef/blog/2009/11/10/global-news-website-redesign/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 02:57:45 +0000</pubDate>
		<dc:creator>fejalish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://fejalish.com/moc.hsilajef/?p=127</guid>
		<description><![CDATA[news.globaltv.com on this project I assisted in the front-end development of the suite of Global News websites redesigns, building specific components of the site, such as the &#8216;Latest Video&#8217;, &#8216;Top Headlines&#8217; and other widgets (Javascript and jQuery), along with various static page elements, such as the header and footer (HTML and CSS). built for Canwest [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://news.globaltv.com/" target="_blank">news.globaltv.com</a></p>
<p>on this project I assisted in the front-end development of the suite of Global News websites redesigns, building specific components of the site, such as the &#8216;Latest Video&#8217;, &#8216;Top Headlines&#8217; and other widgets (Javascript and jQuery), along with various static page elements, such as the header and footer (HTML and CSS).</p>
<p>built for <a href="http://www.canwest.com/" target="_blank">Canwest Media</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fejalish.com/moc.hsilajef/blog/2009/11/10/global-news-website-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colgate Sensitive Flash microsite</title>
		<link>http://fejalish.com/moc.hsilajef/blog/2009/11/10/colgate-sensitive-website/</link>
		<comments>http://fejalish.com/moc.hsilajef/blog/2009/11/10/colgate-sensitive-website/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 02:49:18 +0000</pubDate>
		<dc:creator>fejalish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://fejalish.com/moc.hsilajef/?p=119</guid>
		<description><![CDATA[Colgate Sensitive on this project I coded the entire Flash site in Actionscript 3 using Flex and Eclipse, built from detailed Photoshop designs. all site data and images are loaded dynamically for both English and French sites. was built initially to work with SWFAddress, but this was later removed at request from the client. built [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.colgate.ca/app/ColgateSensitiveNew/CA/EN/HomePage.cvsp" target="_blank">Colgate Sensitive</a></p>
<p>on this project I coded the entire Flash site in Actionscript 3 using Flex and Eclipse, built from detailed Photoshop designs. all site data and images are loaded dynamically for both English and French sites. was built initially to work with SWFAddress, but this was later removed at request from the client.</p>
<p>built for <a href="http://www.yrbrands.com/" target="_blank">Y&#038;R</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fejalish.com/moc.hsilajef/blog/2009/11/10/colgate-sensitive-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>www.ridebig.com</title>
		<link>http://fejalish.com/moc.hsilajef/blog/2009/11/10/www-ridebig-com/</link>
		<comments>http://fejalish.com/moc.hsilajef/blog/2009/11/10/www-ridebig-com/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 02:35:28 +0000</pubDate>
		<dc:creator>fejalish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://fejalish.com/moc.hsilajef/?p=114</guid>
		<description><![CDATA[www.ridebig.com on this project I built the HTML, CSS and Javascript template structure for the site based on detailed Photoshop designs. the navigation and interactive elements are all built with Javascript and jQuery. built for wcarroll.com]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ridebig.com" target="_blank">www.ridebig.com</a></p>
<p>on this project I built the HTML, CSS and Javascript template structure for the site based on detailed Photoshop designs. the navigation and interactive elements are all built with Javascript and jQuery.</p>
<p>built for <a href="http://wcarroll.com/" target="_blank">wcarroll.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fejalish.com/moc.hsilajef/blog/2009/11/10/www-ridebig-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wegdan Hamza, www.wegdan.com</title>
		<link>http://fejalish.com/moc.hsilajef/blog/2009/11/10/www-wegdan-com-wegdan-hamza/</link>
		<comments>http://fejalish.com/moc.hsilajef/blog/2009/11/10/www-wegdan-com-wegdan-hamza/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 02:33:54 +0000</pubDate>
		<dc:creator>fejalish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://fejalish.com/moc.hsilajef/?p=112</guid>
		<description><![CDATA[www.wegdan.com on this project I built the HTML and CSS template structure for the site based on detailed Photoshop designs. the template was built with basic PHP includes and structure so as to be easily integrated with the backend system. built for IMH Designs]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wegdan.com" target="_blank">www.wegdan.com</a></p>
<p>on this project I built the HTML and CSS template structure for the site based on detailed Photoshop designs. the template was built with basic PHP includes and structure so as to be easily integrated with the backend system.</p>
<p>built for <a href="http://www.imhdesigns.com/" target="_blank">IMH Designs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fejalish.com/moc.hsilajef/blog/2009/11/10/www-wegdan-com-wegdan-hamza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>massa confusa</title>
		<link>http://fejalish.com/moc.hsilajef/blog/2009/07/18/massa-confusa/</link>
		<comments>http://fejalish.com/moc.hsilajef/blog/2009/07/18/massa-confusa/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 21:23:50 +0000</pubDate>
		<dc:creator>fejalish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Creative]]></category>

		<guid isPermaLink="false">http://fejalish.com/moc.hsilajef/?p=104</guid>
		<description><![CDATA[massa confusa by fejalish]]></description>
			<content:encoded><![CDATA[<p><object width="504" height="340"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5640262&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=FF7700&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5640262&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=FF7700&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="504" height="340"></embed></object></p>
<div style="font-size: 11px;"><object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?track=massa-confusa"></param><param name="allowscriptaccess" value="always"></param>  <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?track=massa-confusa" type="application/x-shockwave-flash" width="100%"></embed></object>
<div style="padding-top: 5px;"><a href="http://soundcloud.com/fejalish/massa-confusa">massa confusa</a>  by  <a href="http://soundcloud.com/fejalish">fejalish</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://fejalish.com/moc.hsilajef/blog/2009/07/18/massa-confusa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vimeo and Soundcloud, Live Performance Media Online</title>
		<link>http://fejalish.com/moc.hsilajef/blog/2009/07/18/vimeo-and-soundcloud/</link>
		<comments>http://fejalish.com/moc.hsilajef/blog/2009/07/18/vimeo-and-soundcloud/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 20:57:36 +0000</pubDate>
		<dc:creator>fejalish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Creative]]></category>

		<guid isPermaLink="false">http://fejalish.com/moc.hsilajef/?p=94</guid>
		<description><![CDATA[I recently uploaded some old performance documentation online to show around. These tracks were from back in 2003/4 when I first started actively documenting my performance output. (Actually, before moving back to Toronto just over a year and a half ago, it was the last actual performance output I&#8217;d had! Regardless&#8230;) At the time I [...]]]></description>
			<content:encoded><![CDATA[<p>I recently uploaded some old performance documentation online to show around. These tracks were from back in 2003/4 when I first started actively documenting my performance output. (Actually, before moving back to Toronto just over a year and a half ago, it was the last actual performance output I&#8217;d had! Regardless&#8230;)</p>
<p>At the time I went though some effort to make the media available online. So I made a website and served the tracks on my domain using RealMedia files. A lot of what we take advantage of now for online media publishing and consumption didn&#8217;t exist back then. So when I decided to post these files again (cause really, who has RealPlayer anymore?) I decided to spread out a bit more and take advantage of current existing media outlets online. Many of which I&#8217;ve naturally shied away from in various other forms. (I still don&#8217;t really use Youtube, for example.) But in addition to my trusty <a href="http://www.flickr.com/photos/casa_del_jefe">Flickr</a> account (and my recent forays into <a href="http://twitter.com/fejalish">Twitter</a>) I have <a href="http://vimeo.com/fejalish">Vimeo</a> and <a href="http://soundcloud.com/fejalish">Soundcloud</a> profiles.</p>
<p>So, here are links to my recent uploads of my oldest documented performance, &#8220;massa confusa&#8221;:</p>
<p><a href="http://vimeo.com/5640262">http://vimeo.com/5640262</a><br />
and<br />
<a href="http://soundcloud.com/fejalish/massa-confusa">http://soundcloud.com/fejalish/massa-confusa</a>.</p>
<p>Make sure to not have your speakers up too, too loud for those. It&#8217;s quite a noisy piece. ;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://fejalish.com/moc.hsilajef/blog/2009/07/18/vimeo-and-soundcloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

