<?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>Ramblings of a Coder&#039;s Mind &#187; Development</title>
	<atom:link href="http://karunab.com/category/dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://karunab.com</link>
	<description>Got Tech? Will Hack.</description>
	<lastBuildDate>Sun, 04 Jul 2010 06:35:51 +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>File list generator v1.1</title>
		<link>http://karunab.com/2010/02/14/file-list-generator-v1-1/</link>
		<comments>http://karunab.com/2010/02/14/file-list-generator-v1-1/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 07:46:06 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=284</guid>
		<description><![CDATA[On a lazy Sunday afternoon when you&#8217;ve got nothing better to do, you either write rather useless scripts or update them. I chose to do the latter. The file list generation script I wrote some time back was mainly to generate a list of movies I have. When I generated a list of all the [...]]]></description>
			<content:encoded><![CDATA[<p>On a lazy Sunday afternoon when you&#8217;ve got nothing better to do, you either write <a title="Clean File List Generation with PowerShell Script" href="http://karunab.com/2009/12/06/clean-file-list-generation-with-powershell-script/" target="_blank">rather useless scripts</a> or update them. I chose to do the latter.</p>
<p>The <a title="Clean File List Generation with PowerShell Script" href="Clean File List Generation with PowerShell Script" target="_blank">file list generation script</a> I wrote some time back was mainly to generate a list of movies I have. When I generated a list of all the HD movies I have on disk, I realized, my list was being ruined by loads of sample files which escape the file filter because they are the same extension as the videos themselves. So I decided to write a simple fix to remove all files with &#8220;sample&#8221; in it. Of course, this is activated by a command line switch which is by default off. The extension list now ignores all images (pngs, jpgs and bmps) so my file list no longer has any screen shots.</p>
<p>Here&#8217;s a couple of sample script calls</p>
<blockquote><p>C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <em>-command</em> &#8220;<strong>&amp; &#8216;C:\Users\Karun\My Scripts\filelist.ps1</strong>&#8216;&#8221; &#8220;<strong>H:\Movies\HQ</strong>&#8221;<br />
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <em>-command</em> &#8220;<strong>&amp; &#8216;C:\Users\Karun\My Scripts\filelist.ps1</strong>&#8216;&#8221; &#8220;<strong>H:\Movies</strong><strong></strong>&#8221;  &#8220;<strong>true</strong>&#8221;<br />
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <em>-command</em> &#8220;<strong>&amp; &#8216;C:\Users\Karun\My Scripts\filelist.ps1</strong>&#8216;&#8221; &#8220;<strong>H:\Movies</strong><strong></strong>&#8221;  &#8220;<strong>true</strong>&#8221; &#8220;<strong>true</strong>&#8220;</p></blockquote>
<p>The first one will call on the script and generate an output. The  second will do so recursively. The third one will ignore all files with the word &#8220;sample&#8221; in them. Simple enough? Go <a title="View Source  Code" href="http://svn.jalife.net/Random__Code/markup/HEAD/PowerShell___filelist.ps1" target="_blank">get the code</a> and have fun with it!</p>
<p><a title="View Source Code" href="http://svn.jalife.net/Random__Code/markup/HEAD/PowerShell___filelist.ps1" target="_blank">View Script Source Code</a> | <a title="Download Script  Source Code" href="http://svn.jalife.net/Random__Code/downloadfile/HEAD/PowerShell___filelist.ps1" target="_blank">Download Script Source Code</a></p>
<p>If you&#8217;re having trouble executing the script, you should consider  signing your PowerShell scripts. <a title="Scott Hanselman on  &quot;Signing PowerShell Scripts&quot;" href="http://www.hanselman.com/blog/SigningPowerShellScripts.aspx" target="_blank">Scott Hanselman has written a great post on how to do so</a>.  Go read it! You could simply <em>Set-ExecutionPolicy</em> to <em>Unrestricted</em> but then you&#8217;d be leaving your system open to attacks. Don&#8217;t blame  anyone but yourself if you run someone else&#8217;s unsafe code and screw  something up :) You have been warned :)</p>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2010/02/14/file-list-generator-v1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean File List Generation with PowerShell Script</title>
		<link>http://karunab.com/2009/12/06/clean-file-list-generation-with-powershell-script/</link>
		<comments>http://karunab.com/2009/12/06/clean-file-list-generation-with-powershell-script/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 01:46:06 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=275</guid>
		<description><![CDATA[I have a whole load of movies that I&#8217;d like to generate a list of. I considered writing a batch script but it didn&#8217;t really do something I needed. I ended up writing my first regular use (non test) PowerScript and here&#8217;s how. My first requirement was to list all my 1080p movies and for [...]]]></description>
			<content:encoded><![CDATA[<p>I have a whole load of movies that I&#8217;d like to generate a list of. I considered writing a batch script but it didn&#8217;t really do something I needed. I ended up writing my first regular use (non test) PowerScript and here&#8217;s how.</p>
<p>My first requirement was to list all my 1080p movies and for the list to leave out all the subtitles. So I was looking for a function to list files (<em>dir</em> in command prompt did that :)) and then remove files by extension. As it turned out, I could list files of a certain extension but not leave out files by extensions. Finally, I had to write the result to file (simple enough to do in command prompt. Use the <em>&gt;</em> operator to direct output of the previous command to a file) So, a quick fix would be to use something like</p>
<blockquote><p>dir *.avi *.mp4 *.mpg *.mpeg *.mkv /B /O N</p></blockquote>
<p>For sub-folders, you can use tree and fiddle around the options but lets face it, as programmers, we want better solutions.</p>
<p>Since the launch of Windows 7, Microsoft has shipped PowerShell with the OS making it much more &#8220;main stream&#8221;. I had played around with PowerShell a couple of years ago when version 1 came out but I thought it was time that I actually made a regular use script.</p>
<p>The core of the script is using <em>get-childitem</em> to get all files and folders in a directory. From there, you can make it go recursive (and look inside sub directories) with a <em>-recurse</em> switch. Little bit of piping allows you to eliminate results you don&#8217;t need. For this, I wrote a simple function.</p>
<blockquote><p>function fileCheck([string]$extention, [string]$attributes) {<br />
# list of rejected extentions<br />
$exts = &#8220;.srt&#8221;,&#8221;.sub&#8221;,&#8221;.idx&#8221;,&#8221;.txt&#8221;,&#8221;.lnk&#8221;</p>
<p>return $exts -notcontains $extention -and $attributes -ne &#8220;Directory&#8221;<br />
}</p></blockquote>
<p>As you&#8217;ve probably figured out, this function ignores those file extensions and directories as well from our final file list.</p>
<p>Once you have the list, you can either use $object.Name for full name (ie file name with extension) or $object.BareName for only the file name. On reading the source of my script, you&#8217;ll see I&#8217;m using both and also writing a count of the number of files in a file named <em>list.txt</em>. The first part of the file is a human readable list for your consumption using new lines for separation. The second is a single line output of all files using commas for separation and containing a file count at the end. The latter is simply for copy pasting into chats (like IRC) where you can&#8217;t spam with a huge multi-line list.</p>
<p>I went on then to add more code to handle command line inputs so that you can make shortcuts from folders and call the script. I have attached a couple of sample script calls</p>
<blockquote><p>C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <em>-command</em> &#8220;<strong>&amp; &#8216;C:\Users\Karun\My Scripts\filelist.ps1</strong>&#8216;&#8221; &#8220;<strong>H:\Movies\HQ</strong>&#8221;<br />
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <em>-command</em> &#8220;<strong>&amp; &#8216;C:\Users\Karun\My Scripts\filelist.ps1</strong>&#8216;&#8221; &#8220;<strong>H:\Movies</strong>&#8221; &#8220;<strong>true</strong>&#8220;</p></blockquote>
<p>The first one will call on the script and generate an output. The second will do so recursively. Simple enough? Go <a title="View Source Code" href="http://svn.jalife.net/Random__Code/markup/HEAD/PowerShell___filelist.ps1" target="_blank">get the code</a> and have fun with it!</p>
<p><a title="View Source Code" href="http://svn.jalife.net/Random__Code/markup/HEAD/PowerShell___filelist.ps1" target="_blank">View Script Source Code</a> | <a title="Download Script Source Code" href="http://svn.jalife.net/Random__Code/downloadfile/HEAD/PowerShell___filelist.ps1" target="_blank">Download Script Source Code</a></p>
<p>If you&#8217;re having trouble executing the script, you should consider signing your PowerShell scripts. <a title="Scott Hanselman on &quot;Signing PowerShell Scripts&quot;" href="http://www.hanselman.com/blog/SigningPowerShellScripts.aspx" target="_blank">Scott Hanselman has written a great post on how to do so</a>. Go read it! You could simply <em>Set-ExecutionPolicy</em> to <em>Unrestricted</em> but then you&#8217;d be leaving your system open to attacks. Don&#8217;t blame anyone but yourself if you run someone else&#8217;s unsafe code and screw something up :) You have been warned :)</p>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2009/12/06/clean-file-list-generation-with-powershell-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First hand at F#</title>
		<link>http://karunab.com/2009/05/24/first-hand-at-f/</link>
		<comments>http://karunab.com/2009/05/24/first-hand-at-f/#comments</comments>
		<pubDate>Sun, 24 May 2009 12:21:36 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[F#]]></category>
		<category><![CDATA[Functional Programming]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=219</guid>
		<description><![CDATA[With the release of the first beta of Visual Studio 2010 which includes support for F#, it was only a matter of time till I tried my hand at it. I don&#8217;t go for Hello World programs. Apart from C, the first code I&#8217;ve written in every other language (since I heard this question) has [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of the first beta of Visual Studio 2010 which includes support for F#, it was only a matter of time till I tried my hand at it.</p>
<p>I don&#8217;t go for Hello World programs. Apart from C, the first code I&#8217;ve written in every other language (since I heard this question) has been the same. Keeping up tradition, here&#8217;s the F# port.</p>
<p style="padding-left: 30px;">let Check (x: int) = float(int(sqrt(float x))) = sqrt(float x)<br />
for x = 32 to 99 do<br />
let sqVal = pown x 2<br />
if (Check(sqVal / 100) &amp;&amp; Check(sqVal % 100)) then<br />
System.Console.WriteLine(sqVal);<br />
done</p>
<p>This code aims to find every 4 digit number that is a perfect square whose upper and lower two digits are both perfect squares. This question was part of my sem 1 C paper and got me a 0/10. Clearly the examiner didn&#8217;t understand my answer. :P In honor of the great act of stupidity on my side (of writing such a solution in an exam), I recreate this in every concievable language as my first code :)</p>
<p>This is my first piece of code in a functional language so if I could have done this better, please let me know. Now to try out Haskell :)</p>
<p>A note about the VS 2010 F# editor. I know its not meant for performance but compiling clearly takes a couple of seconds. The IDE also could do with a bit more work with its intellisense because it didn&#8217;t like remembering System.Console and instead searched for the string everytime meaning I would hit System.Configuration instead (I am used to hitting enter after &#8216;Con&#8217; due to C# :))</p>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2009/05/24/first-hand-at-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Release] RSWC 1.00</title>
		<link>http://karunab.com/2009/03/15/release-rswc-100/</link>
		<comments>http://karunab.com/2009/03/15/release-rswc-100/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 17:43:14 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[RSWC]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=112</guid>
		<description><![CDATA[My new laptop is a work box and doesn&#8217;t inherit the obsessive compulsiveness of File naming and sorting that my desktop hard disks have. I have, for this reason, dumped all wallpapers which are applicable to be used with my desktop (wallpapers with aspect ratio 16:9) into my &#8220;My Pictures&#8221; folder. Randomly, I have an [...]]]></description>
			<content:encoded><![CDATA[<p>My new laptop is a work box and doesn&#8217;t inherit the obsessive compulsiveness of File naming and sorting that my desktop hard disks have. I have, for this reason, dumped all wallpapers which are applicable to be used with my desktop (wallpapers with aspect ratio 16:9) into my &#8220;My Pictures&#8221; folder. Randomly, I have an urge to change the wallpaper and I really don&#8217;t want to go select one. So I thought I should have something that would change my wallpaper to a random image. I tried finding something but most such applications were installables and would change the wallpapers after periodic time intervals, something i didn&#8217;t want.</p>
<p>Thus was born the <strong>Random Selection Wallpaper Changer</strong> (RSWC). An extremely simplistic, single exe application that does what is required.</p>
<p><strong><span style="text-decoration: underline;">Default Values</span>:</strong></p>
<ul>
<li>RSWC takes images (bmp, jpg, png) from the user&#8217;s <em>My Pictures</em> folder.</li>
<li>It sets this image as your desktop wallpaper using stretched mode.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Pre-Requisite</span>: </strong>A pre-requisite is that you have .NET 2.0 installed on your machine.</p>
<p><strong><span style="text-decoration: underline;">Future Plans</span>: </strong>The exe is 416kb, something I wish to reduce. I might rewrite the code in C++ to get rid of the .NET dependency (despite Microsoft claiming .NET is common enough to no longer be a  &#8220;requirement&#8221; and even reduce the file size. Also, I <em>might</em> contemplate creating a light weight application to change wallpapers at regular time intervals as well. (People requesting for such things would certainly compel me. I&#8217;m not motivated to do this for personal usage :))</p>
<p>If someone requires it, I might work a way in to set the source folder and mode of setting the wallpaper and <strong>still</strong> keep it portable and single filed. I could write to registry but that isn&#8217;t really portable in my opinion. Ideas/Suggestions/Feedback/Advanced Critique is always welcome ;)</p>
<p><strong><span style="text-decoration: underline;">Known Limitation</span>:</strong> Setting png wallpapers sets the desktop to a plain coloured background (your <a title="Sample Image: Change Background Color" href="http://karunab.com/wp-content/uploads/2009/03/change-background-color.jpg" target="_blank">default background color</a>) because Windows doesn&#8217;t support png wallpapers. It converts pngs into jpgs and then applies them and I shall do the same in the next update.</p>
<p><strong><span style="text-decoration: underline;">Download</span>:</strong> <a title="Download RSWC 1.00" href="http://karunab.com/dls/Random%20Selection%20Wallpaper%20Changer%20v1.00.exe">Random Selection Wallpaper Changer (RSWC) v1.00</a> (416 KB)</p>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2009/03/15/release-rswc-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team SKAN: Enpower</title>
		<link>http://karunab.com/2008/08/21/team-skan-enpower/</link>
		<comments>http://karunab.com/2008/08/21/team-skan-enpower/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 11:06:20 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Imagine Cup]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=59</guid>
		<description><![CDATA[Its been a long road going through the SDI National Finals where we came second, going to IIM-A where we got project incubation and then finally to the World Finals where we won the interoperability award. Along the way, we made lots of new friends and learned a whole lot more. Here are a few [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a long road going through the SDI National Finals where we came second, going to IIM-A where we got project incubation and then finally to the World Finals where we won the interoperability award. Along the way, we made lots of new friends and learned a whole lot more.</p>
<p>Here are a few related posts on my blog: <a title="Imagine Cup 2008 World Finals post on Jatonian Life" href="Imagine Cup 2008 World Finals" target="_blank">Imagine Cup 2008 World Finals</a> and <a title="Imagine Cup 2008 Gallery for Pictures and Videos on Jatonian Life" href="http://jalife.net/2008/08/17/imagine-cup-2008-gallery" target="_blank">Imagine Cup 2008 Gallery</a>. Be sure to check out the latter post which has never before seen footage.</p>
<p>Another announcement to be made is that the development for my custom CMS j@x has been put to halt indefinitely due to shortage of time. As have a few other projects like Scribble Scrabble. Some of them, I&#8217;ve signed over control to other AXIS members while others (like PHPIRCBot) shall be released in their current state. This decision had to be made considering my schedule over the past year only keeps getting busier and busier.</p>
<p>Next month, I&#8217;ll make sure I tell the world about a few products I have under development and others I have ready <em>in my garage</em> ;) The releases include DarkLight, PHPIRCBot and a brand new CountPrime.</p>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2008/08/21/team-skan-enpower/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WhatPulse data parse class</title>
		<link>http://karunab.com/2008/02/02/whatpulse-data-parse-class/</link>
		<comments>http://karunab.com/2008/02/02/whatpulse-data-parse-class/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 07:07:28 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Whatpulse]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=33</guid>
		<description><![CDATA[On 10th of December, 2008, 2 days before my Computer Networks paper I made a WhatPulse class in php to get data from the WhatPulse WebAPI for you to work with. With the information at your finger tips make a forum signature, why don&#8217;t you? ;) I&#8217;ve added a few functions to the class and [...]]]></description>
			<content:encoded><![CDATA[<p>On 10th of December, 2008, 2 days before my Computer Networks paper I made a WhatPulse class in php to get data from the WhatPulse WebAPI for you to work with. With the information at your finger tips make a forum signature, why don&#8217;t you? ;)<br />
I&#8217;ve added a few functions to the class and written a small example for people to use. Most people must have it already because the WebAPI came out around 2 years ago but in case there is someone who doesn&#8217;t have <strong>caching of the WhatPulse data</strong> then this is useful.</p>
<p>Caching of data means lesser resources used by your php script to<br />
a) Read from the WhatPulse server.<br />
b) Write to the server&#8217;s hard-disk.<br />
c) Use the server&#8217;s tubes (even though the xml is less than a kilobyte).</p>
<p>So what are you waiting for? Go have a look ;)<br />
<a href="http://svn.jalife.net/Random__Code/markup/HEAD/PHP___WhatPulse.class.php" target="_blank">WhatPulse.class.php on svn</a><br />
<a href="http://svn.jalife.net/Random__Code/markup/HEAD/PHP___WhatPulse_Example.php" target="_blank">WhatPulse_example.php on svn</a></p>
<p><em><a href="http://whatpulse.org/stats/users/127187/" target="_blank">My WhatPulse profile</a></em></p>
<p><strong>PS:</strong> This whole thing started with me updating to WhatPulse 1.5b1 after noticing that the WhatPulse team wasn&#8217;t going to release any more betas any time soon and the fact that I am currently 18th in the world :-o! (in keystrokes)<br />
More such releases to come soon. I&#8217;m planning to have a collection in the dev section. I make tons of useless scripts in php. Might as well put them up just in case someone finds them useful ;)</p>
<p>Everything written in this post except this line and the first line were written 2 months ago. I just didn&#8217;t put it up for so long :-(</p>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2008/02/02/whatpulse-data-parse-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uptime Challenge</title>
		<link>http://karunab.com/2006/12/15/uptime-challenge/</link>
		<comments>http://karunab.com/2006/12/15/uptime-challenge/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 06:51:52 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plus!]]></category>
		<category><![CDATA[UpC]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=6</guid>
		<description><![CDATA[There is a Plus! scripting competition going on that the entire community knows about. With t-shirts for all participants, there have been over 70 entries in 3 weeks. There are only 4 days to go so despite my exams, here is my shot at the competition. I don&#8217;t want to give away much right now [...]]]></description>
			<content:encoded><![CDATA[<p>There is a Plus! scripting competition going on that the entire community knows about. With t-shirts for all participants, there have been over 70 entries in 3 weeks. There are only 4 days to go so despite my exams, here is my shot at the competition.</p>
<p>I don&#8217;t want to give away much right now but all I can say is its a project that uses JavaScript, Delphi, PHP and mySQL. I don&#8217;t think any other script uses all 4 so far. Of course I have my favourite Boca Juniors fan doing the Delphi hax.</p>
<p>Soon you shall see the update on the dev page. But for now, its over and out.</p>
<p><strong>Update:</strong> The script was uploaded just in time for the competition. <a title="Uptime Challenge Page" href="http://karunab.com/uptime" target="_self">Go check it out</a> ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2006/12/15/uptime-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New beginnings</title>
		<link>http://karunab.com/2006/11/26/new-beginnings/</link>
		<comments>http://karunab.com/2006/11/26/new-beginnings/#comments</comments>
		<pubDate>Mon, 27 Nov 2006 01:58:00 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jax]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=3</guid>
		<description><![CDATA[Here it is, the launch of my new site. What is to come, you shall see. I&#8217;ve been working on this despite my exams going on cause i wanted to complete this project. I&#8217;ve wanted to do this forever now. Thanks to dt and segosa for their help over the past few days. I may [...]]]></description>
			<content:encoded><![CDATA[<p>Here it is, the launch of my new site. What is to come, you shall see. I&#8217;ve been working on this despite my exams going on cause i wanted to complete this project. I&#8217;ve wanted to do this forever now.</p>
<p>Thanks to <a title="dt's website" href="http://thedt.net" target="_blank">dt</a> and <a title="segosa is newb." href="http://gifpaste.org" target="_blank">segosa</a> for their help over the past few days. I may add a new interface but I&#8217;d like to keep this one for now, its my first creation from scratch. It will stay at least till the end of exams.</p>
<p>This is going to be different from <a href="http://jalife.net">Jatonian Life</a> How exactly, you ask? Wait and find out ;) I have great things planned for j@x.<br />
Yeah I do need to add rss support. Apart from that and a few repeated calls, I&#8217;d say this blog is pretty streamlined. At 12.8 KB (13,151 bytes) including the installer, I&#8217;d say its pretty impressive for my first project. I think optimisation could bring it to around 11kb but lets leave that for a rainy day.</p>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2006/11/26/new-beginnings/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
