<?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>My World and My Error&#039;s</title>
	<atom:link href="http://www.kurianos.com/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.kurianos.com/wordpress</link>
	<description>def __init__(self):</description>
	<lastBuildDate>Thu, 03 May 2012 04:25:57 +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>Maya Expression Editor With Syntax Highlight</title>
		<link>http://www.kurianos.com/wordpress/?p=686</link>
		<comments>http://www.kurianos.com/wordpress/?p=686#comments</comments>
		<pubDate>Thu, 03 May 2012 04:19:24 +0000</pubDate>
		<dc:creator>kurian</dc:creator>
				<category><![CDATA[Maya]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kurianos.com/wordpress/?p=686</guid>
		<description><![CDATA[<p>I found that if you make a single line edit in expressionEditor.mel then you will get a nice looking expression editor in maya. Here is the change [crayon-4fb89b4a54d7f lang="Python" ] //~ string $path = `scrollField -wordWrap false EEmultiText`; string $path = `cmdScrollFieldExecuter -width 200 -height 100 -showLineNumbers true -commandCompletion true -sourceType mel EEmultiText`; [/crayon] Search [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>I found that if you make a single line edit in expressionEditor.mel then you will get a nice looking expression editor in maya.</p>
<p>Here is the change</p>
<p><pre class="crayon-plain-tag">//~ string $path = `scrollField -wordWrap false EEmultiText`;
string $path = `cmdScrollFieldExecuter -width 200 -height 100 -showLineNumbers true -commandCompletion true -sourceType mel EEmultiText`;</pre><br />
//~ string $path = `scrollField -wordWrap false EEmultiText`;<br />
string $path = `cmdScrollFieldExecuter -width 200 -height 100 -showLineNumbers true -commandCompletion true -sourceType mel EEmultiText`;<br />
[/crayon]</p>
<p>Search for string $path = `scrollField -wordWrap false EEmultiText`; in expressionEditor.mel and replace that line with the new code. so now you have a expression editor with syntax highlight, line number, font changer with mouse wheel and more.</p>
<p>enjoy <img src='http://www.kurianos.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kurianos.com/wordpress/?feed=rss2&#038;p=686</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu With Windows as Dual Boot</title>
		<link>http://www.kurianos.com/wordpress/?p=654</link>
		<comments>http://www.kurianos.com/wordpress/?p=654#comments</comments>
		<pubDate>Mon, 26 Mar 2012 16:05:34 +0000</pubDate>
		<dc:creator>kurian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kurianos.com/wordpress/?p=654</guid>
		<description><![CDATA[<p>My friends  asked me “how to install Ubuntu as dual boot” with Windows. So I thought of writing a tutorial on installing Ubuntu along with Windows. For this you need to download an Ubuntu version from Ubuntu repository. You can download the latest versions from this link . .If your system is using a 64 bit processor [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>My friends  asked me “how to install Ubuntu as dual boot” with Windows. So I thought of writing a tutorial on installing Ubuntu along with Windows. For this you need to download an Ubuntu version from Ubuntu repository. You can download the latest versions from <a href="http://www.ubuntu.com/download/ubuntu/download" target="_blank">this link </a>. .If your system is using a 64 bit processor then suggest downloading a 64 bit version of Ubuntu. This will download an iso file to your system. Then you need a DVD writing software something like Nero or Ashampoo. Here are few tutorials about writing iso to a DVD with Nero or Ashampoo.</p>
<p><a href="http://johnbokma.com/mexit/2007/01/05/burning-dvd-iso-image-with-nero-express.html" target="_blank">NERO</a><br />
<a href="http://www.youtube.com/watch?v=D5IKGuf9Fbg" target="_blank">ashampoo</a></p>
<p>Once your DVD is ready then you need to find around 30-40 GB in you HDD ( you can install with 10 gb also, but for safe and regular use I prefer 30-40 GB).<br />
Here is the step by step guide to create space in Windows7 or with visa.<br />
1. Open the Control Panel (All Items view), and click on the Administrative Tools icon. Then close the Control Panel window.<br />
2. Click on Computer Management in Administrative Tools, and close the Administrative Tools window.<br />
3. In the left pane under Storage, click on Disk Management.<br />
4. In the middle pane, right click on the partition that you want to shrink and click on Shrink Volume.</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/shrink.png"><img class="alignnone size-medium wp-image-655" title="shrink" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/shrink-300x200.png" alt="" width="300" height="200" /></a></p>
<p>5. Type how many MB (1 GB = 1024 MB) of the available shrink space you want to shrink or volume by to be used for the new unallocated space, then click on the Shrink button.</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/shrink1.png"><img class="alignnone size-medium wp-image-656" title="shrink1" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/shrink1-300x208.png" alt="" width="300" height="208" /></a></p>
<p>6. The selected partition (step 4) has now been shrunk to create a new empty unallocated space. You can use this new unallocated space to create a new partition with.</p>
<p>Or if you are using Windows XP or Windows 7 and if you need more stable application to do this same operation, use ALL-IN-ONE Partition Manager Software by partition-tool. Here is the <a href="http://www.partition-tool.com/download.htm " target="_blank">download link</a> and go for Home version and its 100% free for personal use.</p>
<p>Here is the<a href="http://www.partition-tool.com/easeus-partition-manager/help/resizing-and-moving-partition.htm#3." target="_blank"> help for using this tool</a>.</p>
<p>Now we are ready to install Ubuntu in your system, a reboot is required, before reboot you can place the DVD in to DVD drive. Once system power up, you will see the bios startup where you will have an option to choose boot disk options. Mostly F12 will be the key for selecting boot disk. Otherwise you can enter into bios and change the boot priority to DVD Drive. Once you have changed the boot priority to DVD, system will boot from Ubuntu DVD image.</p>
<p>1: In this screen you can select option to Install Ubuntu.<br />
2: In this page you have two options: download package updates and third party software install. I prefer switch on both if you have a decent speed internet. Otherwise turn off both options.<br />
3: Now we have two options erase and install and something else. Choose something else.<br />
4: Then you have three options side by side with Windows; replace windows with Ubuntu or something else. Choose something else here too.<br />
5: Now you will see a window like this.</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Ubuntu_11_10_Capture3d.jpg"><img class="alignnone size-medium wp-image-658" title="Ubuntu_11_10_Capture3d" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Ubuntu_11_10_Capture3d-300x244.jpg" alt="" width="300" height="244" /></a></p>
<p>Here you can see your free space and press Add. Then it will bring a new Window. We are now going to create a boot partition. And the Window will look like this.</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Uinstall5-600x294.png"><img class="alignnone size-medium wp-image-659" title="Uinstall5-600x294" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Uinstall5-600x294-300x147.png" alt="" width="300" height="147" /></a></p>
<p>Once you press ok it will bring you back to the same partition page. Then you can select add again for creating <a href="http://en.wikipedia.org/wiki/Paging#Linux" target="_blank">swap area</a>. Please see the wiki link to learn more about swap. And the Swap file size more related with the memory you have in your system. If you have 2 GB you can give swap 4068 MB. And swap creation Window looks like this.</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Uinstall7-600x295.png"><img class="alignnone size-medium wp-image-661" title="Uinstall7-600x295" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Uinstall7-600x295-300x147.png" alt="" width="300" height="147" /></a></p>
<p>After creating swap you have to go back to the partition page and again you need to go for add button. Now we are creating the file system for Linux. Here we can select the mount point “/” and keep the size as it as in the box. Window will look like this.</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Uinstall8-600x294.png"><img class="alignnone size-medium wp-image-662" title="Uinstall8-600x294" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Uinstall8-600x294-300x147.png" alt="" width="300" height="147" /></a></p>
<p>After creating the ‘/’ area your partition page will look like this.</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Uinstall11-600x414.png"><img class="alignnone size-medium wp-image-663" title="Uinstall11-600x414" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Uinstall11-600x414-300x207.png" alt="" width="300" height="207" /></a></p>
<p>So now we are ready to go for the next step. We can now go for Install now option in the current page.</p>
<p>6: We need to select the time zone.<br />
7: After that we need to select the keyboard layout.<br />
8: Then you have the option to tell about your system. Require my password and encrypt my home folder both will give more security to your system.<br />
9: The rest will be done by the system. Once installing is finished it will ask for a reboot. Now you can remove the DVD and go for reboot. After reboot you will be taken to the grub menu where you have the option to choose Linux or Windows to boot. And the screen looks like this.</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Ubuntu_11_10_Capture10b.jpg"><img class="alignnone size-medium wp-image-664" title="Ubuntu_11_10_Capture10b" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Ubuntu_11_10_Capture10b-300x256.jpg" alt="" width="300" height="256" /></a></p>
<p>Here you can select Ubuntu generic and you are in the free software world.</p>
<p>Notes:</p>
<p>Notes:<br />
People doubt that after installing dual boot Windows will stay as same or not, yes your Windows installation will stay as same and you will get option in grub (start screen) to select.<br />
Screen capture credit to <a href="http://www.linuxbsdos.com/" target="_blank">http://www.linuxbsdos.com/</a> and <a href="http://www.techspot.com/" target="_blank">http://www.techspot.com/</a><br />
Partition screens from <a href="http://www.sevenforums.com/" target="_blank">http://www.sevenforums.com/</a></p>
<p>All names and legal trademarks belong to the respective owners.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kurianos.com/wordpress/?feed=rss2&#038;p=654</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installing OpenOffice in Ubuntu 11+</title>
		<link>http://www.kurianos.com/wordpress/?p=645</link>
		<comments>http://www.kurianos.com/wordpress/?p=645#comments</comments>
		<pubDate>Sun, 25 Mar 2012 12:52:02 +0000</pubDate>
		<dc:creator>kurian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kurianos.com/wordpress/?p=645</guid>
		<description><![CDATA[<p>The latest version of Ubuntu is equipped with Libre office instead of Open office, but users habited with open Office could find difficulties with LibreOffice. Here is the instructions to get rid of Libre and go back to Open office in the latest version of Ubuntu. 1: Make sure that you do not have any [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>The latest version of Ubuntu is equipped with Libre office instead of Open office, but users habited with open Office could find difficulties with LibreOffice. Here is the instructions to get rid of Libre and go back to Open office in the latest version of Ubuntu.<br />
1: Make sure that you do not have any broken openoffice left in your system</p>
<p></p><pre class="crayon-plain-tag">sudo apt-get purge openoffice.org*
sudo apt-get purge openoffice.org-*</pre><p></p>
<p>2 : Then remove libreoffice office from the system.</p>
<p></p><pre class="crayon-plain-tag">sudo apt-get remove --purge libreoffice-core</pre><p>3 : Then we need the latest version of openoffice. <a href="http://www.openoffice.org/download/index.html" target="_blank">Download</a><br />
4: In my case I’ve downloaded the .tar file to /tmp/down/OOo_3.3.0_Linux_x86-64_install-deb_en-US.tar.gz</p>
<p>5: Then you need to untar this by ‘right click’ and ‘extract here’ or using the below command</p><pre class="crayon-plain-tag">tar xvzf&nbsp;OOo_3.3.0_Linux_x86-64_install-deb_en-US.tar.gz</pre><p>6 : After that you need to ‘cd’ to openoffice folder.</p><pre class="crayon-plain-tag">cd /tmp/down/OOO330_m12_native_packed-1_en-US.9483/DEBS</pre><p>(Please note that the folder name may change according to the version.)</p>
<p>7: Run the below command to install openoffice</p><pre class="crayon-plain-tag">dpkg -i *.deb</pre><p>9: Now we need to install menus and desktop shortcuts.</p><pre class="crayon-plain-tag">cd /tmp/down/OOO330_m12_native_packed-1_en-US.9483/DEBS/desktop-integration
dpkg -i *.deb</pre><p>Its done and now you are ready to use Open Office in your ubuntu.</p>
<p>*PLEASE NOTE: You are about go for manual installation with OpenOffice and your updates maybe wont work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kurianos.com/wordpress/?feed=rss2&#038;p=645</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PyQt4 Compiled Against Houdini 11</title>
		<link>http://www.kurianos.com/wordpress/?p=639</link>
		<comments>http://www.kurianos.com/wordpress/?p=639#comments</comments>
		<pubDate>Sun, 18 Mar 2012 06:47:30 +0000</pubDate>
		<dc:creator>kurian</dc:creator>
				<category><![CDATA[Houdini]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kurianos.com/wordpress/?p=639</guid>
		<description><![CDATA[<p>Hi All, I am just uploading  PyQt4 complied versions against proper houdini 11 ,python and Qt versions Download Link and copy to /opt/hfs11.1.*/houdini/python2.5libs or /opt/hfs12.0.*/houdini/python2.5libs with this structure /PyQt4/* /sip.so /sipconfig.py /sipdistutils.py and add this to .bashrc Enjoy</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>I am just uploading  PyQt4 complied versions against proper houdini 11 ,python and Qt versions</p>
<p><a href="http://www.kurianos.com/python/pyqt_houdini.tar.bz2">Download Link</a></p>
<p>and copy to /opt/hfs11.1.*/houdini/python2.5libs or /opt/hfs12.0.*/houdini/python2.5libs</p>
<p>with this structure</p>
<p>/PyQt4/*<br />
/sip.so<br />
/sipconfig.py<br />
/sipdistutils.py</p>
<p>and add this to .bashrc</p>
<p></p><pre class="crayon-plain-tag">export HOUDINI_PYTHON_VERSION=2.5</pre><p></p>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kurianos.com/wordpress/?feed=rss2&#038;p=639</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IBus Installing and Configuration For Malayalam</title>
		<link>http://www.kurianos.com/wordpress/?p=620</link>
		<comments>http://www.kurianos.com/wordpress/?p=620#comments</comments>
		<pubDate>Fri, 09 Mar 2012 18:33:38 +0000</pubDate>
		<dc:creator>kurian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kurianos.com/wordpress/?p=620</guid>
		<description><![CDATA[<p>Hi Guys, In this simple tutorial I am just trying to help Linux guys to use Malayalam input method with Ibus. I’ve tested this method only with Ubuntu 10.04 LTS version, but it will work for other versions also. To begin with, you need to open the terminal. It is located in Applications → Accessories → Terminal. [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>In this simple tutorial I am just trying to help Linux guys to use Malayalam input method with Ibus. I’ve tested this method only with Ubuntu 10.04 LTS version, but it will work for other versions also.</p>
<p>To begin with, you need to open the terminal. It is located in Applications → Accessories → Terminal.</p>
<p>*Run means hit enter key.</p>
<p>1. Run the below code in terminal to install Ibus and modules.</p>
<p></p><pre class="crayon-plain-tag">sudo apt-get -f install ibus ibus-m17n m17n-contrib m17n-db</pre><p></p>
<p>Here we are running the code with ‘sudo’ command i.e. the super user mode. After entering this command system will ask for the password. Or you can switch to root using ‘su’ command. Just type ‘su’ and hit enter. If you haven’t set a root password run below code.</p>
<p></p><pre class="crayon-plain-tag">sudo passwd root</pre><p></p>
<p>With this command system will ask your current password and after that it will ask the password for root. Make sure that you have set a strong password for root, for security.<br />
After setting root password type ‘su’ and hit enter then run below code.</p>
<p></p><pre class="crayon-plain-tag">apt-get -f install ibus ibus-m17n m17n-contrib m17n-db</pre><p></p>
<p>Once the system is done with installing the packages it’s a good to restart the system, because we are trying to setup a new input method. After reboot take terminal again, and then run below code.</p>
<p></p><pre class="crayon-plain-tag">ibus-setup</pre><p></p>
<p>This will show a message like below:</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot.png"><img class="alignnone size-medium wp-image-621" title="Screenshot" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-300x106.png" alt="" width="300" height="106" /></a></p>
<p>Hit Yes, and then another message is open like below:</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-1.png"><img class="alignnone size-medium wp-image-623" title="Screenshot-1" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-1-300x148.png" alt="" width="300" height="148" /></a></p>
<p>Hit Ok, then system will bring the preference window of Ibus, from there you can select Input Method Tab from window. After selecting input method you can see now there is a dropdown menu “Select and Input Method”. There you can see a huge list of languages. Select Malayalam. After selecting Malayalam you have few options. Choose an input method which you like, if you are a fan of keyman choose Mozhi or swanalekha. After that click the add button. Window will look like this:</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-41.png"><img class="alignnone size-medium wp-image-625" title="Screenshot-4" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-41-254x300.png" alt="" width="254" height="300" /></a></p>
<p>Then hit Close button, and now your system is ready to use Malayalam input method. Ctrl + Space bar is the key combination to enable or disable input method. Once you have successfully set up Ibus you will get an icon in the notification area like below:</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-6.png"><img class="alignnone size-full wp-image-626" title="Screenshot-6" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-6.png" alt="" width="280" height="72" /></a></p>
<p>Once you press Ctrl + Space the notification Icon will change like this:</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-7.png"><img class="alignnone size-full wp-image-628" title="Screenshot-7" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-7.png" alt="" width="265" height="76" /></a></p>
<p>That means now you can type any where in malayalam. And I will few more steps to make sure your IBus will start with your system Boot. For that run below code in terminal.</p>
<p></p><pre class="crayon-plain-tag">gnome-session-properties</pre><p></p>
<p>This will bring another window which will help you to create startup applications. Here is a screen capture.</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-81.png"><img class="alignnone size-medium wp-image-631" title="Screenshot-8" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-81-300x240.png" alt="" width="300" height="240" /></a></p>
<p>Hit Add in this window, which will bring a new window for adding a new startup item Window. There you need to fill few things.</p>
<p></p><pre class="crayon-plain-tag">name : ibus

command :&nbsp;/usr/bin/ibus-daemon -d

comment : ibus startup</pre><p></p>
<p>Once you are done your window looks like this.</p>
<p><a href="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-10.png"><img class="alignnone size-medium wp-image-632" title="Screenshot-10" src="http://www.kurianos.com/wordpress/wp-content/uploads/2012/03/Screenshot-10-300x237.png" alt="" width="300" height="237" /></a></p>
<p>Now hit Add and Close the preference window. Now your system will start with default Ibus service.</p>
<p>Hope this helped you to setup Ibus for Malayalam. And this same method can be used for adding any other language in IBus.</p>
<p>PS: Thanks to VM</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kurianos.com/wordpress/?feed=rss2&#038;p=620</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Nuke Script Editor</title>
		<link>http://www.kurianos.com/wordpress/?p=617</link>
		<comments>http://www.kurianos.com/wordpress/?p=617#comments</comments>
		<pubDate>Thu, 08 Mar 2012 13:47:21 +0000</pubDate>
		<dc:creator>kurian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nuke]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.kurianos.com/wordpress/?p=617</guid>
		<description><![CDATA[<p>Hi Guys, I am going to release a new adavanced script editor for nuke which has almost all basic functions of a source editor. Here is the screen captures . I will release the source soon.</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I am going to release a new adavanced script editor for nuke which has almost all basic functions of a source editor. Here is the screen captures .</p>

<div class="ngg-galleryoverview" id="ngg-gallery-5-617">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/1.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="1" alt="1" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/10.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="10" alt="10" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_10.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/11.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="11" alt="11" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_11.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/12.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="12" alt="12" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_12.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/13.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="13" alt="13" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_13.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/14.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="14" alt="14" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_14.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/1_0.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="1_0" alt="1_0" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_1_0.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/2.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="2" alt="2" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-16" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/3.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="3" alt="3" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_3.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-17" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/4.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="4" alt="4" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_4.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-18" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/5.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="5" alt="5" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_5.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-19" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/6.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="6" alt="6" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_6.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-20" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/7.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="7" alt="7" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_7.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-21" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/8.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="8" alt="8" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_8.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-22" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/9.jpg" title=" " class="thickbox" rel="set_5" >
								<img title="9" alt="9" src="http://www.kurianos.com/wordpress/wp-content/gallery/nuke_editor/thumbs/thumbs_9.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>I will release the source soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kurianos.com/wordpress/?feed=rss2&#038;p=617</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Christmas and Happy New Year</title>
		<link>http://www.kurianos.com/wordpress/?p=611</link>
		<comments>http://www.kurianos.com/wordpress/?p=611#comments</comments>
		<pubDate>Sat, 24 Dec 2011 15:16:26 +0000</pubDate>
		<dc:creator>kurian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Jesus]]></category>

		<guid isPermaLink="false">http://www.kurianos.com/wordpress/?p=611</guid>
		<description><![CDATA[ ]]></description>
			<content:encoded><![CDATA[<p><img src="http://img846.imageshack.us/img846/681/xmasd.jpg" alt="Happy Christmas and Happy New Year" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kurianos.com/wordpress/?feed=rss2&#038;p=611</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initialize houdini and maya via CMD</title>
		<link>http://www.kurianos.com/wordpress/?p=602</link>
		<comments>http://www.kurianos.com/wordpress/?p=602#comments</comments>
		<pubDate>Mon, 24 Oct 2011 10:18:48 +0000</pubDate>
		<dc:creator>kurian</dc:creator>
				<category><![CDATA[Houdini]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Maya]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.kurianos.com/wordpress/?p=602</guid>
		<description><![CDATA[<p>Hi All, One of my friend asked me to show him how we can initialize houdini and maya via cmd mode and how he can parse some argument using optparse. So made some quick python scripts for him , then i thought oke lets share with others also So here is the Houdini Version And [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>One of my friend asked me to show him how we can initialize houdini and maya via cmd mode and how he can parse some argument using optparse. So made some quick python scripts for him , then i thought oke lets share with others also <img src='http://www.kurianos.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So here is the Houdini Version</p>
<p></p><pre class="crayon-plain-tag">import hou
import traceback
from optparse import OptionParser as optparse

def houdini_query(filename, node_name):

	if filename:
		try:
			hou.hipFile.load(filename)
			geo_node = hou.node(&quot;/obj/geo1/&quot;)
			geo_node.createNode(node_name)
			print &quot;Trying to create %s in %s &quot; % (node_name, filename)
			hou.hipFile.save()
			print &quot;%s created and %s saved !&quot; % (node_name, filename)
		except:
			print traceback.print_exc()

def main():
	usage = &quot;usage: houdini_opt.py [options] arg1 arg2&quot;
	parser = optparse(description = &quot;Test OPT &quot;, prog = &quot;houdiniCreateNode&quot;, usage = usage, version = &quot;Version 0.0.1&quot;)
	parser.add_option(&quot;-f&quot;, &quot;--file&quot;, action = &quot;store&quot;, type = &quot;string&quot;,	help = &quot;File to open&quot;)
	parser.add_option(&quot;-n&quot;, &quot;--node&quot;, action = &quot;store&quot;, type = &quot;string&quot;, 	help = &quot;Node To Add&quot;)

	(options,  args) =  parser.parse_args()

	filename = options.file
	node_name = options.node

	if not filename or not node_name:
		parser.print_help()
		parser.error (&quot;Insufficient arguments.&quot;)

	houdini_query(filename, node_name)

if __name__ == &quot;__main__&quot;:

	main()</pre><p></p>
<p>And the usage is :</p>
<p></p><pre class="crayon-plain-tag">hython ~/python_scripts/houdini_opt.py -f &quot;/tmp/test.hip&quot; -n &quot;box&quot;</pre><p></p>
<p>Maya  standalone Initialize</p>
<p></p><pre class="crayon-plain-tag">import maya.standalone
import maya.cmds as cmds
from optparse import OptionParser as optparse

def maya_query(filename, node_name):

	if filename:
		init_maya()

		file_open = cmds.file(filename, o = True, f = True)

		set_all_sel = cmds.select(all=True)
		get_sel = cmds.ls(sl=True)
		for each in get_sel:
			if each.find(node_name) != -1:
				print &quot;Found %s in %s &quot; % (node_name, filename)
				break

def init_maya():
	try:
		maya.standalone.initialize( name='python' )
	except:
		sys.stderr.write( &quot;Failed in initialize standalone application&quot; )
		raise

def main():
	usage = &quot;usage: maya_opt.py [options] arg1 arg2&quot;
	parser = optparse(description = &quot;Test OPT &quot;, prog = &quot;mayNodeCheck&quot;, usage = usage, version = &quot;Version 0.0.1&quot;)
	parser.add_option(&quot;-f&quot;, &quot;--file&quot;, action = &quot;store&quot;, type = &quot;string&quot;,	help = &quot;File to open&quot;)
	parser.add_option(&quot;-n&quot;, &quot;--node&quot;, action = &quot;store&quot;, type = &quot;string&quot;, 	help = &quot;Node To Find&quot;)

	(options,  args) =  parser.parse_args()

	filename = options.file
	node_name = options.node

	if not filename or not node_name:
		parser.print_help()
		parser.error (&quot;Insufficient arguments.&quot;)

	maya_query(filename, node_name)

if __name__ == &quot;__main__&quot;:

	main()</pre><p></p>
<p>And the usage is :</p>
<p></p><pre class="crayon-plain-tag">mayapy ~/python_scripts/maya_opt.py -f &quot;/tmp/test.ma&quot; -n &quot;hello&quot;</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kurianos.com/wordpress/?feed=rss2&#038;p=602</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doordarshan OLD Collection</title>
		<link>http://www.kurianos.com/wordpress/?p=587</link>
		<comments>http://www.kurianos.com/wordpress/?p=587#comments</comments>
		<pubDate>Sun, 23 Oct 2011 07:17:38 +0000</pubDate>
		<dc:creator>kurian</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.kurianos.com/wordpress/?p=587</guid>
		<description><![CDATA[<p>Hi All, I just saw some Nostalgic videos from youtube and I thought its good to share with everyone . Varthakal ( Doordarshan National Signature Montage) (Mile Sur Mera Tumhara) (Vicks Classic) ( Nirma Advertisement) (Ad of Dabur Amla Hair Oil) (Vicco Turmeric Cream) ( Bajaj Scooter Commercial) (Rasna Commercial 2) (Parle G Dadaji AD [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>I just saw some Nostalgic videos from youtube and I thought its good to share with everyone .</p>
<p>Varthakal</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/0u8kvt4v2Xc?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0u8kvt4v2Xc?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>( Doordarshan National Signature Montage)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/7H17LaAnkQQ?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7H17LaAnkQQ?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(Mile Sur Mera Tumhara)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/ken1pQ2Do8g?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ken1pQ2Do8g?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(Vicks Classic)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/w39oiYeeTec?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/w39oiYeeTec?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>( Nirma Advertisement)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/dGJTRU6zAek?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/dGJTRU6zAek?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(Ad of Dabur Amla Hair Oil)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/Sy7XoJDjlL4?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Sy7XoJDjlL4?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(Vicco Turmeric Cream)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/nGxneUIFAdQ?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nGxneUIFAdQ?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>( Bajaj Scooter Commercial)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/iUX7KmOSbrg?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iUX7KmOSbrg?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(Rasna Commercial 2)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/vKRSQx_HefQ?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/vKRSQx_HefQ?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(Parle G Dadaji AD )</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/5D4PBN0OzuE?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5D4PBN0OzuE?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(Rasna Commercial 1 )</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/FA3qi17Xfpw?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/FA3qi17Xfpw?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>( Chitrahaar)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/_E2Zub8X6fI?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_E2Zub8X6fI?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(DEKH BHAI DEKH)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/6DYBfIrFG7I?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6DYBfIrFG7I?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(Alif Laila)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/hxVWPFIjZLE?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/hxVWPFIjZLE?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(Nostalgic 80s and early 90s Doordarshan ads)</p>
<p><object width="500" height="375"><param name="movie" value="http://www.youtube.com/v/ZZPMnqlkKKs?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ZZPMnqlkKKs?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kurianos.com/wordpress/?feed=rss2&#038;p=587</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Custom Web Protocol Handle for Houdini, Nuke and Maya</title>
		<link>http://www.kurianos.com/wordpress/?p=579</link>
		<comments>http://www.kurianos.com/wordpress/?p=579#comments</comments>
		<pubDate>Sat, 15 Oct 2011 07:50:17 +0000</pubDate>
		<dc:creator>kurian</dc:creator>
				<category><![CDATA[Houdini]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Maya]]></category>
		<category><![CDATA[Nuke]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.kurianos.com/wordpress/?p=579</guid>
		<description><![CDATA[<p>Hi All , I just made a small custom protocol for intra-net to open houdini,nuke and maya file links to direct applications . Say for example you have houdini file link in a webpage and you want to open that link to houdini direct then this protocol will help you to do that . you [...]</p>
 ]]></description>
			<content:encoded><![CDATA[<p>Hi All ,</p>
<p>I just made a small custom protocol for intra-net to open houdini,nuke and maya file links to direct applications . Say for example you have houdini file link in a webpage and you want to open that link to houdini direct then this protocol will help you to do that . you want to make sure you have python is installed in your system.</p>
<p>This tool wont work perfect in internet and if you want to make it work then you need bit more tweaking . And you can extend this protocol more and you can easily add more application supports. Please check the inline comments in code and readme for more details. I added a example html file also for testing.</p>
<p>Please check the config.ini file for the base config and run install.py file to get this protocol to be installed in your system . And one more thing this system is tested only with ubuntu 10.04 and centos 5.1 .</p>
<p><a href="http://www.kurianos.com/python/sfxpcl.zip">DownLoad</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kurianos.com/wordpress/?feed=rss2&#038;p=579</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

