<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-17248284</id><updated>2011-11-01T14:29:26.009+05:30</updated><category term='scheme'/><category term='flash'/><category term='code'/><category term='seperate'/><category term='numbers'/><category term='line'/><category term='excel.source'/><category term='color'/><category term='generator'/><title type='text'>Cat's HideOut</title><subtitle type='html'>Drop in stranger ,.. This is a savvy's area to chill out ... 
This is Technology , in the Cat's Parlance</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>34</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-17248284.post-175874521694496415</id><published>2009-01-14T15:34:00.001+05:30</published><updated>2009-01-14T15:34:40.986+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='seperate'/><category scheme='http://www.blogger.com/atom/ns#' term='line'/><category scheme='http://www.blogger.com/atom/ns#' term='code'/><category scheme='http://www.blogger.com/atom/ns#' term='numbers'/><category scheme='http://www.blogger.com/atom/ns#' term='excel.source'/><title type='text'>Seperating Line Numbers Off Source Code</title><content type='html'>&lt;p&gt;This started as a good day , the day of pongal and i am on leave . No offices,computers and stupid IT people to stare at and completely happy . &lt;/p&gt;  &lt;p&gt;When one of my clients had asked me , if i could get some 4000 youtube embed codes onto a website for a niche oriented website creation .&lt;/p&gt;  &lt;p&gt;Hmmm , If it was 40 something , i would do them by hand , but 4000 is lol . So i had tried on some php classes on the wild internet and could find some libraries for help .&lt;/p&gt;  &lt;p&gt;i found tellinya's xml rpc client as appropriate for the job , http://www.tellinya.com/read/2007/10/02/174.html# .    &lt;br /&gt;When i was about to copy the code from tellinya , i was posed with a problem , &lt;/p&gt;  &lt;p&gt;He had given the source code along with line numbers and i couldnt get the code out . it had line numbers on everyline on the left .&lt;/p&gt;  &lt;p&gt;Hmmm :(&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_tfeRVIBZkdw/SW24fN3oaZI/AAAAAAAAAFI/XanyJoocpi4/s1600-h/image%5B7%5D.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="484" alt="image" src="http://lh6.ggpht.com/_tfeRVIBZkdw/SW24hvzKT9I/AAAAAAAAAFM/Bh5oO0K8lqQ/image_thumb%5B5%5D.png?imgmax=800" width="644" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;But the solution took less than a second . &lt;/p&gt;  &lt;p&gt;I copied the source into a textfile and sprung up Excel . &lt;/p&gt;  &lt;p&gt;Following were the steps i took to throw off the line numbers , &lt;/p&gt;  &lt;p&gt;1) Open the text file in excel and you would get the following import wizard . Click next to continue , as ours is delimited text.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/_tfeRVIBZkdw/SW24jWHFjjI/AAAAAAAAAFQ/mVHVf77YPM4/s1600-h/image%5B15%5D.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="484" alt="image" src="http://lh6.ggpht.com/_tfeRVIBZkdw/SW24lBP8XfI/AAAAAAAAAFU/6OOQiI3dCC0/image_thumb%5B11%5D.png?imgmax=800" width="644" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;2)Select Others and enter ‘.’ as period is used to seperate line number from the source code .&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/_tfeRVIBZkdw/SW24nxzay0I/AAAAAAAAAFY/oPuCwNYAs5U/s1600-h/image%5B19%5D.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="484" alt="image" src="http://lh3.ggpht.com/_tfeRVIBZkdw/SW24peQYJoI/AAAAAAAAAFc/t3IFKzJ8s6o/image_thumb%5B13%5D.png?imgmax=800" width="644" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;3) Press finish and copy the second column into a text file . WE ARE READY to rumble .&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh6.ggpht.com/_tfeRVIBZkdw/SW24rvpy5_I/AAAAAAAAAFg/Vby2LxP7vFs/s1600-h/image%5B23%5D.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="484" alt="image" src="http://lh3.ggpht.com/_tfeRVIBZkdw/SW24tnYP7wI/AAAAAAAAAFk/fJa7Y9PHVN4/image_thumb%5B15%5D.png?imgmax=800" width="644" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Thus was the day saved &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-175874521694496415?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/175874521694496415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=175874521694496415' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/175874521694496415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/175874521694496415'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2009/01/seperating-line-numbers-off-source-code.html' title='Seperating Line Numbers Off Source Code'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh6.ggpht.com/_tfeRVIBZkdw/SW24hvzKT9I/AAAAAAAAAFM/Bh5oO0K8lqQ/s72-c/image_thumb%5B5%5D.png?imgmax=800' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-252454407433345617</id><published>2007-05-22T15:37:00.000+05:30</published><updated>2007-05-22T15:50:29.714+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='color'/><category scheme='http://www.blogger.com/atom/ns#' term='flash'/><category scheme='http://www.blogger.com/atom/ns#' term='scheme'/><category scheme='http://www.blogger.com/atom/ns#' term='generator'/><title type='text'>A Flash based Color Scheme Generator</title><content type='html'>&lt;a href="http://www.defencemechanism.com/color/"&gt;&lt;img id="BLOGGER_PHOTO_ID_5067325184088744626" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_tfeRVIBZkdw/RlLBaDcAIrI/AAAAAAAAAAw/C8Sr3AZhDR0/s320/color_schemer.jpg" border="0" /&gt;Flash based Color Scheme Generator &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I think , this is a must have , and must be used tool for every web developer . A &lt;strong&gt;Flash based Color Scheme Generator&lt;/strong&gt; . I have been searching the wild for , color scheme generator , but found the web based ( javascript ) scheme generators , to be abnormal .&lt;br /&gt;&lt;br /&gt;Though , they were doing their job , i find them , unusual and normal . Thus i landed this flash based Color Scheme Generator .&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Features&lt;/strong&gt; ,&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Generates Color schemes , for web pages using color codes&lt;/li&gt;&lt;li&gt;Generates , using Hex Codes&lt;/li&gt;&lt;li&gt;There is a very great feature , of a &lt;strong&gt;Random Color Scheme Generation . &lt;/strong&gt;You might be delighted to find nice color schemes using this feature . &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;And , how can this tool stand , against the adobe's kuler ?? This tool is simple and elegant and does the specified job perfectly . &lt;/p&gt;&lt;p&gt;Choose schemes , have fun . &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-252454407433345617?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/252454407433345617/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=252454407433345617' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/252454407433345617'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/252454407433345617'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2007/05/flash-based-color-scheme-generator-i.html' title='A Flash based Color Scheme Generator'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_tfeRVIBZkdw/RlLBaDcAIrI/AAAAAAAAAAw/C8Sr3AZhDR0/s72-c/color_schemer.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-5869952675286972651</id><published>2007-04-19T23:06:00.000+05:30</published><updated>2007-04-20T00:28:16.587+05:30</updated><title type='text'>Rani Revamped : The Making  - Part 1</title><content type='html'>&lt;span style="font-family:georgia;"&gt;Its been really a long time , since any posts . So , i thought of writing down this series , Rani Revamped . I own the site , &lt;span style="font-weight: bold;"&gt;www.rani-mukharji.com&lt;/span&gt; , and i am currently in the process of revamping it , with a fresh new look .&lt;br /&gt;&lt;br /&gt;Preferably , i would try to give it a Web 2.0 look , with nice big fonts , wet floors , and on the whole a rich Rani experience , to all of visitors of the site.&lt;br /&gt;The site , actually gives out , everything related to Rani Mukherjee , the bollywood fame , from pictures , wallpapers , to her latest news and videos.&lt;br /&gt;&lt;br /&gt;From , its initial launch , i have designed and redesigned the site once . The initial version was lame enough  , and was black in color . The next version , which i redesigned was using Red as the base . It was refreshing with its bright look and was welcoming enough that my site's visit went up from an average of 10 daily to ,30,60, and 80 , when on writing this post.&lt;br /&gt;&lt;br /&gt;So , again , after a long gap , i am thinking of giving the site , again a new look and feel . And this time , i have chosen Orange as my site's base , though my users have opted for green on my site's web poll .&lt;br /&gt;&lt;br /&gt;And this whole post series , i have taken to describe the steps in building my new Rani theme , with Orange as my base .&lt;br /&gt;&lt;br /&gt;Before we begin , the thing that actually brought me towards &lt;span style="font-weight: bold;"&gt;Orange&lt;/span&gt; , was that wordpress theme .&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.thoughtmechanics.com/themes/alternate0.jpg"&gt;ScreenShot - Alternate 0 Wordpress theme &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The theme was best suited for my needs because ,&lt;br /&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;The typography with the fonts was really awesome&lt;/li&gt;&lt;li&gt;The color combination was welcoming , with orange as background , and using black and white to display text&lt;br /&gt;&lt;/li&gt;&lt;li&gt;It was using an optimal amount of line height to display text , really what i wanted .&lt;/li&gt;&lt;li&gt;It had the navigation bar , on top , which i prefer to keep all important links in one place&lt;br /&gt;&lt;/li&gt;&lt;li&gt;It was perfect for online news and post display .&lt;/li&gt;&lt;/ol&gt;So , since this theme , suffered from a strong orange light , i thought of putting the whole site , into an orange box .&lt;br /&gt;&lt;br /&gt;So , my first and foremost work , after choosing my wordpress template was to make my very own rani mukherjee banner .&lt;br /&gt;&lt;br /&gt;Since orange was my color , i had to imbibe , into my banner , the following namely ,&lt;br /&gt;&lt;ol&gt;&lt;li&gt;The Name of site , in a bold typeface ,&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The major color as orange , to reach out with the template&lt;/li&gt;&lt;li&gt;And most importantly a Photo or many , of our fame , Rani Mukherjee&lt;/li&gt;&lt;li&gt;And other eye candy items , to improve the overall view of the banner&lt;/li&gt;&lt;/ol&gt;So , this is the end of episode 1 , where we have just discussed facts , and in the following post , we will look at the process , i used to create the simple , but nice banner with photoshop .&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-5869952675286972651?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/5869952675286972651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=5869952675286972651' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/5869952675286972651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/5869952675286972651'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2007/04/rani-revamped-making-part-1.html' title='Rani Revamped : The Making  - Part 1'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-1204900618926543594</id><published>2007-04-01T09:31:00.000+05:30</published><updated>2007-04-01T09:59:00.261+05:30</updated><title type='text'>Tiny Applications : For Your Cute Computer</title><content type='html'>Hey , fellas , found a new cool site , with lots of great links and stuffs . Man , i always suffer with a weird disease as long as i am with my system . Yeah , i always , like to have my system , as a clean lean kiddo with just the software it needs .&lt;br /&gt;Not much and i hate bloated code , so every program that i install ,  i want it , to be the most efficient one . Efficiency , is with everything a program depends and works on . Size , CPU , power , tweak and hack capabilities , etc ..&lt;br /&gt;Most , of my wandering activities , are concerned with and i do search for small and efficient applications that can get my job done .&lt;br /&gt;More or Less , this actually , goes one on one with the UNIX philosophy , "Each of the unix tools in the box , does only one job but the one job they do well " .&lt;br /&gt;So , i try to go for such applications , for my system . Appearance , is only the next thing i look into an application .&lt;br /&gt;So , during my quest , i found this site very interesting and informative , and the author sure deserves a great credit .&lt;br /&gt;&lt;br /&gt;TinyApps - www.tinyapps.org , is a site , that bookmarks the smallest applications over the internet along with answering all the categories concerned with the programs , namely internet , files , system etc..&lt;br /&gt;&lt;br /&gt;Be sure , to have a look this site , when you have time , and i am sure , you would love this site .&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-1204900618926543594?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/1204900618926543594/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=1204900618926543594' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/1204900618926543594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/1204900618926543594'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2007/04/tiny-applications-for-your-cute.html' title='Tiny Applications : For Your Cute Computer'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-116669407304280041</id><published>2006-12-21T15:11:00.000+05:30</published><updated>2006-12-21T15:11:13.103+05:30</updated><title type='text'>My bookmarks of free PHP forum scripts</title><content type='html'>&lt;p&gt;So , my next need , and my work is focussed towards collecting some of the &lt;strong&gt;quality PHP forum scripts&lt;/strong&gt; available on the net , for &lt;strong&gt;free&lt;/strong&gt; . My brother wants a script , that could perform a functionality like the Yahoo answers , but doesnt want users to fill in a long Signup form , and enter the forums . &lt;/p&gt; &lt;p&gt;He wants it to be crisp and sharp , asking only the necessary information . &lt;/p&gt; &lt;p&gt;So , here i go . And hey , i dont order them in any order . They just come in an unknown order . :D . ( or maybe something orders them ) . &lt;/p&gt; &lt;ol&gt; &lt;li&gt;PHP Bulletin Board - &lt;a href="http://www.phpbb.com/"&gt;http://www.phpbb.com/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Simple Machines Forum - &lt;a href="http://www.simplemachines.org/"&gt;http://www.simplemachines.org/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Mini Bulletin Board - &lt;a href="http://www.minibb.net/"&gt;http://www.minibb.net/&lt;/a&gt;&amp;nbsp;( Both free and paid are available ) &lt;/li&gt; &lt;li&gt;Vanilla - &lt;a href="http://getvanilla.com/"&gt;http://getvanilla.com/&lt;/a&gt;&amp;nbsp;&lt;/li&gt; &lt;li&gt;PuNBB - &lt;a href="http://www.punbb.org/"&gt;http://www.punbb.org/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;bbPress - &lt;a href="http://bbpress.org/"&gt;http://bbpress.org/&lt;/a&gt;&amp;nbsp;( From creators of Wordpress ) &lt;/li&gt; &lt;li&gt;MyBB - &lt;a href="http://www.mybboard.com/"&gt;http://www.mybboard.com/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Phorum - &lt;a href="http://www.phorum.org/"&gt;http://www.phorum.org/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;UseBB - &lt;a href="http://www.usebb.net/"&gt;http://www.usebb.net/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;IceBB - &lt;a href="http://www.icebb.net"&gt;http://www.icebb.net&lt;/a&gt;&lt;/li&gt; &lt;li&gt;QuickSilver Forum - &lt;a href="http://www.quicksilverforums.com/"&gt;http://www.quicksilverforums.com/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Unclassified newsBoard - &lt;a title="http://newsboard.unclassified.de/" href="http://newsboard.unclassified.de/"&gt;http://newsboard.unclassified.de/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Viscacha - &lt;a href="http://www.viscacha.org/"&gt;http://www.viscacha.org/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;K4bb - &lt;a href="http://www.flyingwithfire.com/k4/index.php"&gt;http://www.flyingwithfire.com/k4/index.php&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;Those are the forums , i could bookmark for now . More will be added , and your contributions are most welcome , with comments as the medium to tell me . &lt;/p&gt; &lt;p&gt;And yet , one more thing is what i have to share , is that &lt;strong&gt;YaBB&lt;/strong&gt; is another one of the exceptional forums , but the thing is , it is written and runs on Perl ,&amp;nbsp;rather than PhP&amp;nbsp; . So , have time ? consider visiting ,&lt;/p&gt; &lt;p&gt;YaBB - &lt;a href="http://www.yabbforum.com/"&gt;http://www.yabbforum.com/&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-116669407304280041?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/116669407304280041/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=116669407304280041' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/116669407304280041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/116669407304280041'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/12/my-bookmarks-of-free-php-forum-scripts.html' title='My bookmarks of free PHP forum scripts'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-116556511353854797</id><published>2006-12-08T13:35:00.000+05:30</published><updated>2007-05-04T02:22:13.229+05:30</updated><title type='text'>The Video Community - Updated</title><content type='html'>&lt;p&gt;So , this time , managing my Rani site has been quite a work and i have moved myself onto learning new techniques . This is the time , where i am indexing some of the great video upload sites , i could find on the internet . So , if you kinda know new sites , please comment me and let me know . &lt;/p&gt;&lt;p&gt;This is my work , towards , opening the &lt;strong&gt;video community&lt;/strong&gt; to lamers . I am one , when writing this post . :D&lt;/p&gt;&lt;p&gt;And before i forget , i could find great resource remixing and reusing videos for purposes at the creative commons . Dont forget to visit , &lt;a title="http://creativecommons.org/video/" href="http://creativecommons.org/video/"&gt;http://creativecommons.org/video/&lt;/a&gt; , and also not to forget the Del.icio.us community , &lt;a href="http://del.icio.us/popular/video"&gt;http://del.icio.us/popular/video&lt;/a&gt; .&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Thanks in advance . :D&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Youtube - &lt;a href="http://www.youtube.com/"&gt;www.youtube.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Google Video - &lt;a href="http://video.google.com/"&gt;http://video.google.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Videojug - &lt;a href="http://www.videojug.com/"&gt;www.videojug.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Vimeo - &lt;a href="http://www.vimeo.com/"&gt;www.vimeo.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Metacafe - &lt;a href="http://www.metacafe.com/"&gt;www.metacafe.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Sharkle - &lt;a href="http://www.sharkle.com/"&gt;www.sharkle.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Yahoo Videos - &lt;a href="http://video.yahoo.com/"&gt;http://video.yahoo.com/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;ZippyVideos - &lt;a href="http://www.zippyvideos.com/"&gt;www.zippyvideos.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Revver - &lt;a href="http://www.revver.com/"&gt;www.revver.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Flixya - &lt;a href="http://www.flixya.com/"&gt;www.flixya.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;VideoEgg - &lt;a href="http://www.videoegg.com/"&gt;www.videoegg.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;MSN Video - &lt;a href="http://video.msn.com/"&gt;http://video.msn.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Divx Stage6 - &lt;a title="http://stage6.divx.com/" href="http://stage6.divx.com/"&gt;http://stage6.divx.com/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Cbs5 Video Library - &lt;a title="http://cbs5.com/video" href="http://cbs5.com/video"&gt;http://cbs5.com/video&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Kutv Video Library - &lt;a title="http://kutv.com/video" href="http://kutv.com/video"&gt;http://kutv.com/video&lt;/a&gt;&lt;/li&gt;&lt;li&gt;OurMedia - &lt;a href="http://www.ourmedia.org/"&gt;www.ourmedia.org&lt;/a&gt;&lt;/li&gt;&lt;li&gt;The Open Video Project - &lt;a title="http://www.open-video.org/project_info.php" href="http://www.open-video.org/"&gt;www.open-video.org&lt;/a&gt;&lt;/li&gt;&lt;li&gt;DailyMotion - &lt;a href="http://www.dailymotion.com/"&gt;www.dailymotion.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;iFilm - &lt;a href="http://www.iFilm.com"&gt;www.iFilm.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;VideoVat - &lt;a href="http://www.VideoVat.Com"&gt;&lt;a href="http://videovat.com"&gt;www.VideoVat.Com&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;vSocial - &lt;a href="http://http://www.vsocial.com/"&gt;&lt;a href="http://vsocial.com"&gt;www.vsocial.com&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;vMix -&lt;a href="http://www.vmix.com/"&gt; http://www.vmix.com&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-116556511353854797?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/116556511353854797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=116556511353854797' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/116556511353854797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/116556511353854797'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/12/video-community.html' title='The Video Community - Updated'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-116554598613068153</id><published>2006-12-08T08:16:00.000+05:30</published><updated>2006-12-08T08:38:48.900+05:30</updated><title type='text'>CMS hideouts</title><content type='html'>&lt;p&gt;I am happy to have found a new site , which sponsors , new Cms content . Actually i thought of starting one myself , to index all the nice cms's out there . But now , that i can turn my head towards , &lt;a href="http://www.cmswire.com"&gt;www.cmswire.com&lt;/a&gt; , i am happy with it . &lt;/p&gt; &lt;p&gt;So now , my analysis , towards using the best cms for my job , will just consist of reading out the reviews out there . my time will be saved . &lt;/p&gt; &lt;p&gt;Happy me , :D&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-116554598613068153?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/116554598613068153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=116554598613068153' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/116554598613068153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/116554598613068153'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/12/cms-hideouts.html' title='CMS hideouts'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-115786148972564194</id><published>2006-09-10T08:57:00.000+05:30</published><updated>2006-09-10T09:41:29.776+05:30</updated><title type='text'>Free Image tools for Web Masters and ME</title><content type='html'>So , am busy searching for Image Editing and GIF Animation tools , let me bookmark here , all the sites , here . If it helps you , please comment me , and let me know .&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.webmasterfree.com/software/ImageTools/ImageEffects/"&gt;Webmaster Image tools&lt;/a&gt; - Contains links to loads of image editing tools contains Shareware also&lt;br /&gt;&lt;a href="http://sourceforge.net/projects/imgbconvert"&gt;BATCH Image Convertor&lt;/a&gt; - This is tremendously useful , as it can work on a BATCH of images&lt;br /&gt;&lt;a href="http://imageplay.sourceforge.net/"&gt;Image Play&lt;/a&gt; - Great open source software , to put image effects , filters and create great images&lt;br /&gt;&lt;a href="http://www.jhepple.com/support/ftp/AniGif/GIFAnimator.exe"&gt;Microsoft GIF Animator &lt;/a&gt;- Gif animation tool , for Animated GIF Creation . This link is a direct download of the GIF Animator&lt;br /&gt;&lt;a href="http://www.blumentals.net/"&gt;Easy Gif Animator&lt;/a&gt; -This software aint free , but i think it serves the purpose . Try downloading the 20 day trial , and getting those keys from the internet .&lt;br /&gt;&lt;a href="http://www.whitsoftdev.com/unfreez/"&gt;UnfreeZ&lt;/a&gt; - Excellent Tiny Free Opensource GIF Animator Software&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-115786148972564194?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/115786148972564194/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=115786148972564194' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/115786148972564194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/115786148972564194'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/09/free-image-tools-for-web-masters-and.html' title='Free Image tools for Web Masters and ME'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-115426308914380221</id><published>2006-07-30T17:53:00.000+05:30</published><updated>2006-07-30T18:10:48.436+05:30</updated><title type='text'>Back Again ,</title><content type='html'> I know , it seems rather idiotic , to write "Back and Back ..." , but it seems so and really happens that way . Really this 400mB connection is sucking the kind and i cant cope up with it .&lt;br/&gt;&lt;br/&gt;But i think i had found the perfect alternative to keep off the internet , lately now .&lt;br/&gt;&lt;br/&gt;Yeah , My College is conducting Campus recrutements and i am busy ( alteast showing myself to be :D ) . 2 Weeks before , Infosys , the company currently rocking india , &lt;br/&gt;the Indian Multinational , came , and took about 110 students from our college , 25 from my class . Bad that i didnt get selected , thats what happened , &lt;strong&gt;i Lost&lt;/strong&gt; .&lt;br/&gt;&lt;br/&gt;Yeah , and the next company namely , L&amp;amp;T is arriving , tommorrow , and i am trying to prepare for that . Wish me Luck Guyz , cause i need it this moment . &lt;br/&gt;&lt;br/&gt;Leave it , thinking it makes me go insane . Yo !! , whats gonna happen tommorrow ?? .&lt;br/&gt;&lt;strong&gt;&lt;br/&gt;( But when i write this post , i hear the background music of this movie , on air at my house " Samurai " , its going great . )&lt;br/&gt;&lt;/strong&gt; &lt;br/&gt;Anyway , anybody reading this post, this day , &lt;strong&gt;Wish Me Luck Guyz , i need it&lt;/strong&gt; .&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-115426308914380221?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/115426308914380221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=115426308914380221' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/115426308914380221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/115426308914380221'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/07/back-again.html' title='Back Again ,'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-114991808346920677</id><published>2006-06-10T11:11:00.000+05:30</published><updated>2006-06-10T11:11:23.473+05:30</updated><title type='text'>Back is CAT</title><content type='html'>Its great to be back , blog buddies . And shit on my ISP , they only gimme 400mb monthly . Anyways , its good to be back on blogosphere and as always the healthy air fills my lungs . &lt;br /&gt;:D&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-114991808346920677?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/114991808346920677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=114991808346920677' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/114991808346920677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/114991808346920677'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/06/back-is-cat.html' title='Back is CAT'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-114226163264579202</id><published>2006-03-13T20:04:00.000+05:30</published><updated>2006-04-05T21:05:07.966+05:30</updated><title type='text'>Auroral Activity</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i12.photobucket.com/albums/a226/bootcat/aurora.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px;" src="http://i12.photobucket.com/albums/a226/bootcat/aurora.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Oh, my its been a long time since i have blogged . Hey , dont shout at me , shout those f*cking Model exams . Those are Damn .&lt;br /&gt;And this time , what do i have for the Normal passer By ??&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;"Auroral Conflicts "  &lt;/span&gt;, yeah  i have always being astonished , with the &lt;span style="font-weight: bold;"&gt;Flow of mind&lt;/span&gt; , The &lt;span style="font-weight: bold;"&gt;RANDOMITY &lt;/span&gt;, it exhibits ,  the power to feel and talk inside .&lt;br /&gt;Man , what an eternal Entity , has god created , unexplained with its mind boggling features .&lt;br /&gt;&lt;br /&gt;Yeah &lt;span style="font-weight: bold;"&gt;"Mind is Mind Boggling"&lt;/span&gt;  ( Recursive paradox  hehehe ) , :D .&lt;br /&gt;&lt;br /&gt;People , have always and even now , striving to bring upon the same Randomity , artifically , but In vain . Though the field on "Ai" is sure rapid in its development , but they cant explain or even get near to the randomity the mind exhibits .&lt;br /&gt;&lt;br /&gt;How can the mind , talk inside us , make us go in &lt;span style="font-weight: bold;"&gt;"Thought Cycles " &lt;/span&gt;, can make us emotionally struck , bring upon our creative side , make us envy , laugh , go angry , feelings , how can anyone explain the Electrics of that Entity , constantly emitting Auroras , of our inner selfs !!!!!!!!!!!  ?????????? .  Do i see this '!' , or this '?' .&lt;br /&gt;&lt;br /&gt;And , how can one explain the situation ,  " Hey  , actually !! , that was the one i was thinkin , how did u know it man ,,,,  did u read me r somethin ... " . Yeah the situation where , u were thinkin somethin and ur friend uttered , it as if he had seen inside U .&lt;br /&gt;So  , ultimately , is Mind a physical entity , controlled by a bunch of backup cells , or a "Unexplained mental phenomena " ?????????????????&lt;br /&gt;&lt;br /&gt;So , i think u got , what was inside me , THINK ABOUT IT , and feel free for ya comments ,  Im waiting ...........................&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 0);font-size:180%;" &gt;' . . '&lt;br /&gt;&lt;span style="font-size:100%;"&gt;Im thinkin ,Thinking ,,,&lt;br /&gt;----------------------------&lt;br /&gt;BooTCaT&lt;/span&gt;&lt;br /&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-114226163264579202?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/114226163264579202/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=114226163264579202' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/114226163264579202'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/114226163264579202'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/03/auroral-activity.html' title='Auroral Activity'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113932678978010659</id><published>2006-02-07T20:41:00.000+05:30</published><updated>2006-02-07T21:09:49.826+05:30</updated><title type='text'>Blender Jems</title><content type='html'>Oh , gr8 . Its been a long time since , i have blogged , and this time i return again to those BLENDER times . &lt;br /&gt;Yup guys &amp; ( not so sure ) girls ( considering even the 60's &amp; 80's ) . &lt;br /&gt;&lt;br /&gt;Though im currently , not learnin Blender , ( i lack time :( ) i think i should give people , some resources , if they are currently learning Blender  .&lt;br /&gt;&lt;br /&gt;So , if u still dont know what is blender or what it can Do , i strictly encourage you to look at their Gallery ( Cause we know , that the application raises interest  )  . Visit the Gallery at www.blender3d.org , its really fantastic . &lt;br /&gt;&lt;br /&gt;And the complete Noob on Blender should land here , in Order &lt;br /&gt; &lt;br /&gt;http://www.bl3nder.com/tutorials/ ( Contains Noob &amp; some Advanced tutes . )&lt;br /&gt;http://www.ibiblio.org/bvidtute/  ( Contains Decent tutorials .. but GreyBeard is gr8 ) &lt;br /&gt;http://www.blenderwars.com/&lt;br /&gt;http://www.industrial-meshes.com/modules.php?name=Content&lt;br /&gt;http://www.tutorialized.com/tutorials/Blender-3d/1&lt;br /&gt;&lt;br /&gt;http://forums.cgsociety.org/showthread.php?t=176480 ( This answers most .. man ) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And i do , honestly think the above list helps  , &lt;br /&gt;&lt;br /&gt;So Happy Blending Guys , &lt;br /&gt;Have a Nice Day , :-)&lt;br /&gt;&lt;br /&gt;The CaT&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113932678978010659?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113932678978010659/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113932678978010659' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113932678978010659'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113932678978010659'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/02/blender-jems.html' title='Blender Jems'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113785872775536457</id><published>2006-01-21T21:21:00.000+05:30</published><updated>2006-01-21T21:22:07.770+05:30</updated><title type='text'>Gallery Guy</title><content type='html'>Hi , folks , and its been a long time , since i have blogged ( really , my eyes r goin shit &amp; i cant cope up ) . And Today , im gonna show you users , a Great Gallery builder software . The funpart o this is that , this is an absolute , f**kin free , Open Source software .&lt;br /&gt;&lt;br /&gt;It is JALBUM . ( java based :D)&lt;br /&gt;&lt;br /&gt;Equally , made for both Advanced users , &amp;amp; those dont mind lamers , this Album Generator , comes with great features . And i am , waiting to tell you its excellent features . ( Boy oh boy , lemme start ... :) )&lt;br /&gt;&lt;br /&gt;(1) First of all , it doesnt matter if you use Linux , Windows ,Mac , Blah blah ... , it uses Cup o java , &amp; hence runs anywhere .&lt;br /&gt;(2) Easy to use , makes this a Gem for Bored Housewifes :D .&lt;br /&gt;(3) Equally complex , cause it has ability to edit the templates , and hence , its great for customized templates .&lt;br /&gt;(4) Integrated FTP , Multi language support , Browser complaint , WIZARDS , scripting support ,BLAH BLAH ....&lt;br /&gt;&lt;br /&gt;Hey , it would be great if you could have a look at their site , than me telling me . So , if time permits , have a look at JALBUM .&lt;br /&gt;&lt;br /&gt;Oh, my , its time i build my gallery , seeya folks , and HAVE a NICE dAY .&lt;br /&gt;&lt;br /&gt;--- BooTCaT --------&lt;br /&gt;`. .'&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113785872775536457?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113785872775536457/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113785872775536457' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113785872775536457'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113785872775536457'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/01/gallery-guy.html' title='Gallery Guy'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113652841319273334</id><published>2006-01-06T11:22:00.000+05:30</published><updated>2006-01-06T11:50:13.203+05:30</updated><title type='text'>Fender Blender</title><content type='html'>&lt;center&gt;&lt;br /&gt;&lt;a href="http://www.blender3d.org"&gt;&lt;img src="http://i12.photobucket.com/albums/a226/bootcat/download.gif" alt="Image hosted by Photobucket.com" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/center&gt;&lt;br /&gt;Its been a long time since , i have written about Open source software , and this time its goin to be a little entertaining . I've always been astonished , how a few of those Open source software could grow from a sapling to a whole banyan tree , and one such is &lt;a href="http://blender3d.org"&gt;BLENDER3d. &lt;/a&gt;&lt;br /&gt;It grew from a small , 3d package  for 3D modeling, animation, rendering, post-production, interactive creation and playback.&lt;br /&gt;&lt;br /&gt;What can u do , with blender ? , u ask me . what u can do with those enterprise , high costing , resource hungry , softwares like LightWave , Maya , 3dsMax , u can do it with Blender . But Beleive me or not ( hey this aint one o those Ripley's :D  ) its free . U dont pay even a cent ( or 50 Cent :D ) .&lt;br /&gt;&lt;br /&gt;And u should take a look at its Gallery , man , i couldnt believe my eyes myself , it was awesome.&lt;br /&gt;If time permits have a look .&lt;br /&gt;&lt;br /&gt;Blendy Wishes ,&lt;br /&gt;BooTCaT&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113652841319273334?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113652841319273334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113652841319273334' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113652841319273334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113652841319273334'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/01/fender-blender.html' title='Fender Blender'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113638819088335503</id><published>2006-01-04T20:24:00.000+05:30</published><updated>2006-01-06T11:03:39.316+05:30</updated><title type='text'>Dreams are Doors</title><content type='html'>Ok , this is one post , i should write , to get myself up . Actually , i am suffering some kinda Worm attack r somethin , that im starting to forget more things per day :-| , ( actually im exceeding the limit im allowed ) .&lt;br /&gt;&lt;br /&gt;That thing got me , to read back one of Kalam's Books ( Dr Abdul Kalam is the current president of INDIA , and ofcourse he's a Nuclear scientist ) .  So i think nice thoughts should be shared , hence this .&lt;br /&gt;&lt;br /&gt;We people , have this situation , ofcourse its normal and everybody have it . Have u had the situation , where u wanted to &lt;span style="font-weight: bold;"&gt;"Achieve "&lt;/span&gt; something , or get something done , that u start to &lt;span style="font-weight: bold;"&gt;"Think"&lt;/span&gt;  ,  over it . You continue your thinking process , so that it eventually evolves , obviously going under and mixing within your &lt;span style="font-weight: bold;"&gt;subconsious feelings&lt;/span&gt; and you start to &lt;span style="font-weight: bold;"&gt;DREAM&lt;/span&gt; on it.&lt;br /&gt;&lt;br /&gt;The feeling starts to get strong , and you start to enjoy every moment you think of it , and could attain a &lt;span style="font-weight: bold;"&gt;heart filling pleasure&lt;/span&gt; , by actually thinking of the results , finals , and the fame  , which could follow you , when the "Dream" comes true . And eventually we have actually &lt;span style="font-weight: bold;"&gt;" finished the Project " .&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;So , friends , i think you could actually &lt;span style="font-weight: bold;"&gt;gain&lt;/span&gt; something useful from this posting of myself . ( Though this one is not GEEKY !! , even geeks require some kinda oxymoron to get themselves go on &amp; on &amp;amp; on &amp; ......... ) .&lt;br /&gt;&lt;br /&gt;So , feel that , &lt;span style="font-weight: bold;"&gt;"DREAMS ARE DOORS "&lt;/span&gt; , and  try to dream &amp; dream about something you want to complete , let it loop itself recursively &amp;amp;amp; let the dream take you on .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;( &lt;br /&gt;Very important ; We see above , what a dream is capable of , but ofcourse it requires other components to "WORK" , and they are&lt;br /&gt;&lt;br /&gt;1. Passion for u r work . ( you should actually love what you do )&lt;br /&gt;2. Work if not HARD WORK ( yup , u cant do some kinda Harry potter magic here .. )&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Leaving you once again ,&lt;br /&gt;BooTCaT ,&lt;br /&gt;http://bootcat.50webs.com&lt;br /&gt;http://lawnmowers.50webs.com&lt;br /&gt;http://catshideout.blogspot.com&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113638819088335503?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113638819088335503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113638819088335503' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113638819088335503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113638819088335503'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/01/dreams-are-doors.html' title='Dreams are Doors'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113605548710864448</id><published>2006-01-01T00:20:00.000+05:30</published><updated>2006-01-01T00:28:07.116+05:30</updated><title type='text'>Happy New Year</title><content type='html'>I Wish you passers by a DoughNut Sweet , Purple colored , Lavender Smelling HAPPY NEW YEAR . And my friend BLOGGING Buddies , get a square of it .&lt;br /&gt;&lt;br /&gt;Let this year stay as prosperous as last year '-' (minus)  those devastating hits , earthquakes ... blah blah ,, stuff  and  more Good Sign , Luck , Dreams , Works Added together squared .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I feel so happy , do you ????&lt;br /&gt;If u , then feel free to comment MEEEEEEEEEEEEEEEEEEEEEEEEE !!!!&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113605548710864448?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113605548710864448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113605548710864448' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113605548710864448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113605548710864448'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2006/01/happy-new-year.html' title='Happy New Year'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113579150530045638</id><published>2005-12-28T22:51:00.000+05:30</published><updated>2005-12-28T23:08:25.310+05:30</updated><title type='text'>Friends Meet</title><content type='html'>&lt;span style="font-family: trebuchet ms;"&gt;Thank God , My "exams" are over now , But sad , the college opens in jus 5 days . Okae  , must enjoy atleast until . So i started today , actually , waking up asusual . The air was cool  , happy that i could fill my lungs up with some fresh air ( Rare these days :S ) . I suddenly got a phone call from my old school friend , who said he could drop in , if i was free .&lt;br /&gt;Gladly , i am , so i said that i was waiting , and he dropped in .&lt;br /&gt;And Mind me this posting goes for him .&lt;br /&gt;&lt;br /&gt;He is a "should-mention" guy . Actually , was a friend 'o' mine , since those lollypop days . But He was sure a pretty decent , silent guy whom i like for his high thoughts , slow and steady pacing , and his yogi-style of work . Happy , i could have a friend like him .&lt;br /&gt;&lt;br /&gt;We started talking and querying each other , since it had been a long time , we have met .&lt;br /&gt;Slowly , he again reached his yogi-kinda "osho" speeches . He advised me , to meditate , and the powers , which he felt from it . And its power to save "mind"  from the so called Adolosent  diversions , ( which like any other teen ager , i suffer from ) . Actually speaking , my friend saved me "One more Time " , with his speech about yoga &amp; meditation .&lt;br /&gt;&lt;br /&gt;Meditation is one of the powerfull mind-control , techniques , which India has given to other countries , and  its power is visible from the very art when started to practise .&lt;br /&gt;&lt;br /&gt;Thanks to that Guy , I can concentrate , on my Work now ..&lt;br /&gt;&lt;br /&gt;BooTCaT ( Meow )&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113579150530045638?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113579150530045638/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113579150530045638' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113579150530045638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113579150530045638'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/12/friends-meet.html' title='Friends Meet'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113544355879592051</id><published>2005-12-24T22:20:00.000+05:30</published><updated>2005-12-24T22:29:18.796+05:30</updated><title type='text'>A Very Merry Christmas , passer by  :)</title><content type='html'>&lt;img src="http://i12.photobucket.com/albums/a226/bootcat/christree.gif" alt="Image hosted by Photobucket.com" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;Wish you a very merry christmas and this is my christmas present to you . &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;Feel Free to Steal me , Stranger :) &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;With Warm Wishes ,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;BooTCaT&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;:)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;(Though i am a hindu , i love christmas :D ) &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113544355879592051?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113544355879592051/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113544355879592051' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113544355879592051'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113544355879592051'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/12/very-merry-christmas-passer-by.html' title='A Very Merry Christmas , passer by  :)'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113513896137458773</id><published>2005-12-21T09:33:00.000+05:30</published><updated>2005-12-21T09:55:13.220+05:30</updated><title type='text'>Free Web Design</title><content type='html'>I know i missed a lot of people , i feel sorry for them . But anyone , from now , i would like to help . To tell ya , i do &lt;span style="font-weight: bold;"&gt;WebDesign&lt;/span&gt; &amp; i do it for &lt;span style="font-weight: bold;"&gt;free . &lt;/span&gt;Why ??,  you ask me , 'cause i like it . So any kind fella need a web design , and can't spend....  on it , please let me know . I want to help &amp; i am glad if i can . But to be clear , i design sites , actually it constitutes the way it looks &amp;amp; feels . I spend my time so that visitors like the way sites are , and i am sure they would like it .&lt;br /&gt;&lt;br /&gt;My ( oooollllldddddd )  Homepage is here , &lt;a href="http://bootcat.50webs.com"&gt;http://bootcat.50webs.com&lt;/a&gt;&lt;br /&gt;My ( oolldd ( yeah !! relatively new ) )   Buisness site is here ,&lt;a href="http://lawnmowers.50webs.com"&gt; http://lawnmowers.50webs.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Actually the lawn site is not finished yet , i am sure it will be Gr8 , when it is over ( Fuck those exams , they make me lethargic ... :(   ) .&lt;br /&gt;&lt;br /&gt;( The Homepage , was one of my first sites , so may be not too eye grasping ... if u thought so .. )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113513896137458773?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113513896137458773/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113513896137458773' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113513896137458773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113513896137458773'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/12/free-web-design.html' title='Free Web Design'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113508868011917158</id><published>2005-12-20T19:54:00.000+05:30</published><updated>2005-12-21T09:33:54.080+05:30</updated><title type='text'>Thank You LANGA</title><content type='html'>Hey u wont believe me.....my blog hit went from 530 to 1600 ... And i cant believe it , its due to "&lt;strong&gt;MR Fred Langa &lt;/strong&gt;" ...&lt;br /&gt;&lt;br /&gt;Hey , ... thanks for that "christmas gift" .... &amp; i love u very much....&lt;br /&gt;&lt;br /&gt;With Loads &amp;amp; Loads of LOVE :)&lt;br /&gt;The CAT&lt;br /&gt;( Man ... i still cant believe this one..)&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113508868011917158?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113508868011917158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113508868011917158' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113508868011917158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113508868011917158'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/12/thank-you-langa.html' title='Thank You LANGA'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113383998175517584</id><published>2005-12-06T09:03:00.000+05:30</published><updated>2005-12-06T09:03:01.776+05:30</updated><title type='text'>And Yet , Yet Another reason </title><content type='html'>&lt;a href="http://abcnews.go.com/Technology/ZDM/story?id=1374132"&gt;AbcNews&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Yet another , security flaw has been discovered , on usage of IE , which makes desktops , vulnerable . Read the above link in order to get the Lo-Down on that .&lt;br /&gt;&lt;br /&gt;And see that the "How to avoid it" section , says  that , " Neither Firefox nor Opera are vulnerable to this attack ". &lt;br /&gt;&lt;br /&gt;But , i think , since IE has 85% of market share , people are focussing on that , to detect vulnerabilities &amp; exploits .&lt;br /&gt;&lt;br /&gt;But , lets "think" , of FireFox winning the browser wars , say with 80% of the Market , who knows , Something more deadly things ,  kinda  " Hey i hav never seen anything like this before , holy shits , blistering barbicles , tundering typhoons "  , may be waiting . &lt;br /&gt;&lt;br /&gt;I dont know , but if you have read upto this one , then please leave me a comment , on what do you think about this and the future .. &lt;br /&gt;&lt;br /&gt;Cold Wishes ( yeah.. i'm shivering ) , &lt;br /&gt;The Cat &lt;br /&gt;  :-)&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113383998175517584?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113383998175517584/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113383998175517584' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113383998175517584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113383998175517584'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/12/and-yet-yet-another-reason.html' title='And Yet , Yet Another reason '/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113345946467781359</id><published>2005-12-01T23:03:00.000+05:30</published><updated>2005-12-01T23:25:24.500+05:30</updated><title type='text'>Another Butcher , Poor IE ..</title><content type='html'>&lt;span style="font-family:trebuchet ms;"&gt;I hav tol this many times &amp; i am telling this again . Get off IE &amp;amp; get yourself an other browser . WHY ??? u ask me , here's another reason.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;Yet &amp; I mean Yet another Trojan hunts down IE , &amp;amp; aint that enough for u to shift over to any other browser . HUH if you dont believe me , then better read this one .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: georgia; color: rgb(255, 0, 0);font-family:trebuchet ms;" &gt;" Trojan horse rides on unpatched IE flaw "&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: georgia; color: rgb(255, 0, 0);font-family:trebuchet ms;" &gt;" Attackers are taking advantage of an unpatched vulnerability in Internet Explorer to target users of the ubiquitous Web browser, Microsoft warned late Tuesday. "&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;span style="font-family: georgia; color: rgb(255, 0, 0);"&gt;                                                                                      -  CNET News&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:trebuchet ms;"&gt;To read the whole shit click &lt;/span&gt;&lt;a style="font-family: trebuchet ms;" href="http://news.com.com/Trojan+horse+rides+on+unpatched+IE+flaw/2100-1002_3-5977161.html"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;I think that post wont be there long enough , .. Oh My God .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;Why , People , Why  ? This world &amp; propably the internet is too large for one person , and Aint there any &lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);font-family:trebuchet ms;" &gt;other browser &lt;/span&gt;&lt;span style="font-family:trebuchet ms;"&gt;which rather is safe , satisfactory &amp; cute enough ???&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;"Answer me" , I will because there are many alternatives &amp;amp; my votes go to the free browsers mostly open source .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;Answer No 1 : &lt;/span&gt;&lt;a style="font-family: trebuchet ms;" href="http://mozilla.com/"&gt;Firefox&lt;/a&gt;&lt;span style="font-family:trebuchet ms;"&gt; , This one's simple irresistable , &amp; it juz got better .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;Answer No 2 : &lt;/span&gt;&lt;a style="font-family: trebuchet ms;" href="http://opera.com/"&gt;Opera&lt;/a&gt;&lt;span style="font-family:trebuchet ms;"&gt; , This norwegian little cute kiddo ,  became a freeware (Oh my) .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;Answer No 3 : &lt;/span&gt;&lt;a style="font-family: trebuchet ms;" href="http://flock.com/"&gt;Flock&lt;/a&gt;&lt;span style="font-family:trebuchet ms;"&gt; , I cant stop saying about this one , this is sure delicious , ( to bloggers esp ,                           check out the homepage ..  )  but still &lt;/span&gt;&lt;span style="font-weight: bold;font-family:trebuchet ms;" &gt;under development&lt;/span&gt;&lt;span style="font-family:trebuchet ms;"&gt; .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;And the next time , i see one of you using that crap IE &amp;amp; crying over the hunt of your system by a trojan or a virus , ... ( this makes me mad ..  :-( ) , I am goin to give you a nice pat , like your mother would do for u , where you ask me , on your Ass (Mind thaone )  .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;:) Juz Kidding ,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;BooTCaT&lt;/span&gt;&lt;br /&gt;&lt;a href="http://bootcat.50webs.com"&gt;&lt;span style="font-family:trebuchet ms;"&gt;http://bootcat.50webs.com&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113345946467781359?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113345946467781359/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113345946467781359' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113345946467781359'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113345946467781359'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/12/another-butcher-poor-ie.html' title='Another Butcher , Poor IE ..'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113138493108517136</id><published>2005-11-07T22:42:00.000+05:30</published><updated>2005-11-07T23:09:41.243+05:30</updated><title type='text'>PVR , The DVR Kingdom !!!</title><content type='html'>Actually , i came across this , on the video released by one o those Creative Commons .&lt;br /&gt;Who am i talkin about , whom else than Kevin Rose &amp; Dan Huard . I came across one o those sites ( &lt;a href="http://www.thebroken.org"&gt;www.thebroken.org&lt;/a&gt; ) , i got a mail from them , about their new site ( &lt;a href="http://www.systm.org"&gt;www.systm.org&lt;/a&gt; ) .&lt;br /&gt;Their Second video ( A must see , if u ask me ) , They have explained splendid , about setting up your own DVR , without the hassles , most would face .&lt;br /&gt;&lt;br /&gt;Whats a DVR ? DVR stands for digital video recording . Look at this situation , You're not home , u miss ur favourite show on , Tv , what would u do ?&lt;br /&gt;Juz setup the PVR software ( Personal Video Recorder .. ) to juz , record the show , juz for u .&lt;br /&gt;Then u come home , &amp;amp; u missed nothing .&lt;br /&gt;&lt;br /&gt;Actually , I've took this topic , because , i want explain about the &lt;strong&gt;Open Source PVR alternative&lt;/strong&gt; that exists ... u know what i'm talkin about , U R Right , &lt;strong&gt;MythTV&lt;/strong&gt; .&lt;br /&gt;&lt;br /&gt;U migha heard about the Window$$ Media Center Edition , But look at the cost , I'd rather spend on a 10.2 Home theater , for that .&lt;br /&gt;But Myth Tv , allows what Window$$ crap can do ( mostly ) , with no cost for the ware .&lt;br /&gt;So any show , anywhere in the world , u can schedule , backup &amp;amp; pleasure is with u .&lt;br /&gt;&lt;br /&gt;Best of all , &lt;strong&gt;No Monthly Subscription&lt;/strong&gt; .&lt;br /&gt;&lt;br /&gt;So Myth Tv a check out , if u drop for the DVR . U r sure 2 stay .&lt;br /&gt;&lt;br /&gt;Wishes ,&lt;br /&gt;The CAT&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113138493108517136?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113138493108517136/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113138493108517136' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113138493108517136'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113138493108517136'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/11/pvr-dvr-kingdom.html' title='PVR , The DVR Kingdom !!!'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113128567242928246</id><published>2005-11-06T19:21:00.000+05:30</published><updated>2005-11-06T19:33:15.970+05:30</updated><title type='text'>Hunting India with a Cam !</title><content type='html'>&lt;a href="http://i12.photobucket.com/albums/a226/bootcat/pan_rohtang.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 235px; CURSOR: hand; TEXT-ALIGN: center" height="150" alt="" src="http://i12.photobucket.com/albums/a226/bootcat/pan_rohtang.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;Im sure Nilesh is taking india, somewhere , with his &lt;strong&gt;exotic &amp; vivid&lt;/strong&gt; photographs . Man , now i know how he's a photoenthusiast . He has won " The Best South East Asian Photoblog " &amp;amp; now i know , how he mould india so beautifully . &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;He has brought the pleasant landscape , along with the pleasing mountains &amp; nature .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;Be sure to visit the site , &amp;amp; iam sure u will feel india &amp;amp; its beauty (esp . The Taj .. ) .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;Visit &lt;/span&gt;&lt;a href="http://shutterbug.nu"&gt;&lt;span style="font-family:lucida grande;"&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;http://shutterbug.n&lt;/strong&gt;u&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:lucida grande;"&gt; , Visit India Unveiled , &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;( Actually im not supposed to display the photos , But i had no choice .... Sorry Nilesh :) )&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;Signing Out , &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:lucida grande;"&gt;The Cat .&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113128567242928246?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113128567242928246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113128567242928246' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113128567242928246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113128567242928246'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/11/hunting-india-with-cam.html' title='Hunting India with a Cam !'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113112111116535152</id><published>2005-11-04T21:11:00.000+05:30</published><updated>2005-11-05T21:10:33.940+05:30</updated><title type='text'>Best things , Come Free</title><content type='html'>&lt;a href="http://i12.photobucket.com/albums/a226/bootcat/mplogo.png"&gt;&lt;img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 130px; CURSOR: hand; HEIGHT: 85px" height="170" alt="" src="http://i12.photobucket.com/albums/a226/bootcat/mplogo.png" border="0" /&gt;&lt;/a&gt; Have u ever been &lt;span style="color:#ff6666;"&gt;frustrated&lt;/span&gt; , because u could not get u r media player , play the &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;video&lt;/span&gt;&lt;/strong&gt; u downloaded . Sure if u had been in the net for long u musta had such a situation .&lt;br /&gt;&lt;br /&gt;But , luckily there is a single player , which could play almost 98% of the formats available online . Wanna know what it is , yeah &lt;strong&gt;&lt;span style="color:#ffff66;"&gt;Mplayer&lt;/span&gt;&lt;/strong&gt; .&lt;br /&gt;It is a movie player , available for many systems &amp; platforms . It can play any normal MPEG,Mp3 .... to the rarest and mostly not working Matroska container formats , NuppelVideo etc .... ( believe me , only this &amp;amp; only this player , played the "Potter" film i once downloaded .. , not even Matroska's recomended player did !!! ) .&lt;br /&gt;&lt;br /&gt;Also ( if u r not a complete up to the brim kinda newbie !! :)) ) , It has a very wide range of output drivers , yeah the one from X11,XV,OpenGL.. to ATi,3dfx and Matrox . ( it can even use MPEG hardware decoder .. )&lt;br /&gt;&lt;br /&gt;It also has , what a normal media player has , like On screen display ,subtitles , etc...&lt;br /&gt;Juz look to this &lt;a href="http://www.mplayerhq.hu/homepage/design7/info.html"&gt;page&lt;/a&gt; , to see what it can really do ..&lt;br /&gt;&lt;br /&gt;Only disadvantage , u would see , is that it doesnt have a GUI ( thats cause its power is from the command line .. ) . But third party Gui's by other members are also available..) .&lt;br /&gt;Only the linux binary has a GUI .&lt;br /&gt;&lt;br /&gt;The best part , im gonna tell u is that , the player is available for &lt;span style="color:#ff0000;"&gt;&lt;strong&gt;"FREE" .&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000000;"&gt;Yeah its under the GNU GPL Licence . ( Even the source is free .. if u want it .. )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;So i think u musta had the taste , what a true , powerfull Open Source software can do ...&lt;br /&gt;&lt;br /&gt;One thing i wanna tell u , is that this player is fighting its way against &lt;strong&gt;&lt;span style="color:#ffff00;"&gt;Software Patents &lt;/span&gt;&lt;/strong&gt;( this because , mplayer could play any format , mostly it should not play .. for eg Windows Media Video should be played only by a Microsoft licenced player .. ) .&lt;br /&gt;So it's our job to support , the player for fighting against the patents . We can do this by explaining to others the "No use " of patents &amp; why it should not be there .&lt;br /&gt;Mplayer also currently takes &lt;strong&gt;&lt;span style="font-size:130%;color:#ff0000;"&gt;Donations .&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#000000;"&gt;This would surely , encourage the developers . &lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;So i think i have done something for this wonderful player , ( campaining .. :) )&lt;br /&gt;What about you ??&lt;br /&gt;Support the player , Let Open source GROW !!!!!!&lt;br /&gt;&lt;br /&gt;Wishing with Warmth ,,&lt;br /&gt;The CAT&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113112111116535152?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113112111116535152/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113112111116535152' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113112111116535152'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113112111116535152'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/11/best-things-come-free.html' title='Best things , Come Free'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113101343924594769</id><published>2005-11-03T15:02:00.000+05:30</published><updated>2005-11-04T21:10:51.780+05:30</updated><title type='text'>Spyware 2 Spy !! where  ????</title><content type='html'>&lt;a href="http://www.nothing.ch/img/portfolio/obj_spyware.jpg"&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; WIDTH: 215px; CURSOR: hand; HEIGHT: 179px" height="180" alt="" src="http://www.nothing.ch/img/portfolio/obj_spyware.jpg" border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;br /&gt;&lt;br /&gt;I 'm dead sure , that 99% of those , who are reading this article , must have come across spywares , adwares , mal - shits &amp; other kinda stuff . &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;Yeah , u mustav had situations , like u cant go to u r favourite search engine ( Giggle !!!! ) , Ur connection seems 2 be slow .. ( yeah dead slow mo.. ) , 2 many ( yeah really 2 many .. ) popups blow u out &amp;amp; other situations like that ...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;Believe me , i hav seen people spend "coins" , gettin their system clean . Juz &lt;span style="color:#ffcc66;"&gt;Common Sense&lt;/span&gt; &amp; set of right tools can get ya out of most ( yeah 90% ) .&lt;br /&gt;&lt;br /&gt;At first , if ur a windows XP user (most are .. ), get ur system a&lt;span style="color:#ffff00;"&gt;&lt;strong&gt; Windows SP2&lt;/strong&gt;&lt;/span&gt; ( cause the windows shit , has 2 many bugs .... &amp;amp; vulnerability pussies .. where others can easily place their penises .. huhuhuh ... Juz kidding ) . You can find it &lt;/span&gt;&lt;a href="http://www.softwarepatch.com/windows/xpsp2.html"&gt;&lt;span style="font-family:trebuchet ms;"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:trebuchet ms;"&gt; .&lt;br /&gt;&lt;br /&gt;Then kindly follow these points to get those asses outta u r system .&lt;br /&gt;&lt;br /&gt;1.) Dont click ( or even see .. ) popups , like " Your system is affected with Spywares " , " Your system 's date is changed " , " Find your weather.. " . They r juz poo's , trying to get u r attention .&lt;br /&gt;&lt;br /&gt;2) Dont install any activeX , crack.exe ( kinda.... like this ) etc files , which popup while u surf .&lt;br /&gt;&lt;br /&gt;3) Try to avoid toolbars like Mysearchbar , Alexa ... etc .. ( If u dont know what r these , U r rocking .. )&lt;br /&gt;&lt;br /&gt;4) Be careful, when u r browsing Warez , Apps , XXX sites ... They say to install some ware , in order to continue .. ( believe me u can do without em ... :)) )&lt;br /&gt;&lt;br /&gt;5) Now for some freebie ( yeah kinda , though not fully ..but gr8 4 our job ) toolz.&lt;br /&gt;&lt;br /&gt;a) &lt;/span&gt;&lt;a href="http://www.javacoolsoftware.com/sbdownload.html"&gt;&lt;span style="font-family:trebuchet ms;"&gt;Spyware blaster&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:trebuchet ms;"&gt; - This helps in preventing known threats in cookies , dll's ..&lt;br /&gt;b) &lt;/span&gt;&lt;a href="http://www.safer-networking.org/en/download/"&gt;&lt;span style="font-family:trebuchet ms;"&gt;Spybot S&amp;D&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:trebuchet ms;"&gt; - One o those Antispy's .&lt;br /&gt;c) &lt;/span&gt;&lt;a href="http://www.lavasoftusa.com/support/download/"&gt;&lt;span style="font-family:trebuchet ms;"&gt;Ad-Aware&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family:trebuchet ms;"&gt; - Another one .&lt;br /&gt;&lt;br /&gt;Install and run a scan , juz quarantine or delete ( yeah whatever the above software says .. ) &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;&amp;amp; try to run a scan ( quick !! ) regularly .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;( We are using 3 different softwares .. cause nothin's complete ... )&lt;br /&gt;&lt;br /&gt;And u r problems r gone .. ( yeah mos propably..) .....&lt;br /&gt;Thats it , u r gonna love u r browsing experience ( atleast .. :- ) &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;Juz try it ... u will sure hav luck ... i can say . &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;Warm wishes , &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;The Cat . ;-) ( Meow .. )&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113101343924594769?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113101343924594769/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113101343924594769' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113101343924594769'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113101343924594769'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/11/spyware-2-spy-where.html' title='Spyware 2 Spy !! where  ????'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-112991440652092534</id><published>2005-10-21T22:18:00.000+05:30</published><updated>2005-10-21T22:36:46.526+05:30</updated><title type='text'>Illustrator ? What do u think  ??</title><content type='html'>&lt;span style="font-family:verdana;font-size:85%;"&gt;Hah , My &lt;span style="color:#ff0000;"&gt;exams &lt;/span&gt;are returning &amp; my ideas knock at this time  ( Fcuk em.... arghhhh ) .......&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;I really dont know what to do .. &amp; if i sit right now , i may literally cry at those exams  , but this thing is really making me crazy ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;Iam thinking of a site on Illustrator . &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;Illustrator is a great tool , &amp; if u ask me it is a lot more versatile &amp;amp; powerfull than photoshop ( esp when it comes to the pen tool ... ) &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;I find that the internet lacks sites on illustrator when compared to photoshop ( i find one everywhere ... ) . Illustrator though being a gr8 tool , lacks respect it should have got ..&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;So i think , i may start  a site on illustrator &amp; show what can be done with it &amp;amp; reveal its true power . I may start , &amp; could update regularly . I am thinking about tutorials , links , galleries &amp;amp; etc ............&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;So any piece of &lt;span style="color:#ff0000;"&gt;advice ,suggestions&lt;/span&gt; ,  frm &lt;span style="color:#ffff66;"&gt;&lt;strong&gt;anybody&lt;/strong&gt;&lt;/span&gt; i would love it ,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;And not to forget , I would love some &lt;span style="color:#3333ff;"&gt;&lt;strong&gt;help&lt;/strong&gt;&lt;/span&gt; from u ... people ... If u are intrested , let me know .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;font-size:85%;"&gt;Juz leave a &lt;strong&gt;&lt;span style="color:#ff0000;"&gt;comment&lt;/span&gt;&lt;/strong&gt; .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;And , if u r a illustrator guru or something like a illustrator Oracle or something &amp; with a heart to teach , i wont deny any tutorials from you . ( Its really Gr8 man ... :) )&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;&lt;strong&gt;&lt;span style="color:#66ffff;"&gt;Dont forget to visit my site&lt;/span&gt;&lt;/strong&gt; at &lt;a href="http://bootcat.50webs.com"&gt;http://bootcat.50webs.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;------------    Love &amp; Regards -------------------------------&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;Wishing Luck ,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt;BooTCaT .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;font-size:85%;"&gt; :-)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-112991440652092534?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/112991440652092534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=112991440652092534' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112991440652092534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112991440652092534'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/10/illustrator-what-do-u-think.html' title='Illustrator ? What do u think  ??'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-112921235644489872</id><published>2005-10-13T19:28:00.000+05:30</published><updated>2005-10-13T19:45:28.633+05:30</updated><title type='text'>Say Hello to Neo !!</title><content type='html'>&lt;a href="http://photos1.blogger.com/blogger/4871/1658/1600/neo_matrix_reloaded2.jpg"&gt;&lt;img style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://photos1.blogger.com/blogger/4871/1658/320/neo_matrix_reloaded.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Im &lt;span style="color:#ff9900;"&gt;tired &lt;/span&gt;fellas , cause this has taken me , 24 Hours to finish &amp; it's not complete yet .&lt;br /&gt;Please if u hav liked the art , let me have a comment from you people ( Both Good &amp;amp; Bad ).&lt;br /&gt;&lt;br /&gt;I hav used &lt;strong&gt;Illustrator&lt;/strong&gt; to do this .If u are artist , painter , or &lt;span style="color:#ff0000;"&gt;anything releated with art&lt;/span&gt; , be glad to gimme some advice . :) :)&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-112921235644489872?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/112921235644489872/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=112921235644489872' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112921235644489872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112921235644489872'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/10/say-hello-to-neo.html' title='Say Hello to Neo !!'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-112902937132674030</id><published>2005-10-11T16:23:00.000+05:30</published><updated>2005-11-05T21:23:23.013+05:30</updated><title type='text'>Vectori with inkscape</title><content type='html'>I recently came across a new OpenSource vector graphics editing tool named Inkscape (www.inkscape.org) . It's cool .. man , and i think its competing with Adobe Illustrator . After seeing this , i downloaded and tried it on my desktop . To say it's one cool tool to use , and has SVG as its native format . now thats one thing , u gota clap u r hands , :)) . It has all the normal tools one would want for trying vectors for their work &amp; ofcourse the new gradient editor was nice to work with .&lt;br /&gt;I personally like the way inkscape renders its gradients ( believe me , they are better than illustrator ) . but i dont know why , it takes a lot of system resources &amp;amp; this is why its a little heavy ( think , it's cause it uses Pango ... oh don know... ) . otherwise its an excellent tool to work with &amp;amp; can be used for professional works too.. I've even seen a couple of starter tutes in the TUX Magazine (www.tuxmagazine.com ) .&lt;br /&gt;&lt;br /&gt;Nothing's better than using it overselves , so next time u are thinking vectors , be sure to give this tool a try ..&lt;br /&gt;&lt;br /&gt;And dont forget to visit the gallery section at inkscape.org (http://wiki.inkscape.org/cgi-bin/wiki.pl?Galleries )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Have a nice day , people .&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-112902937132674030?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/112902937132674030/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=112902937132674030' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112902937132674030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112902937132674030'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/10/vectori-with-inkscape.html' title='Vectori with inkscape'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-112869379468969917</id><published>2005-10-07T19:25:00.000+05:30</published><updated>2005-10-07T19:33:14.693+05:30</updated><title type='text'>Try Slackware</title><content type='html'>People on this tech world must have sure heard the word 'LINUX' ( atleast from hell ) , though most of em dont know what it is . I have tried a few Distro's which include Redhat,Mandrake,Linspire,Fedora,Knoppix,FreeBSD,Slack (ofcourse ...) .&lt;br /&gt;Of all these distro's , i can tell you Slackware is the linux for beginners who want to learn the Shit out of linux .... yeah nothing comes right for you in this linux ,... u have to try on u'r own if it has to work ur way . Other Distros though may be easy to use .... are not what linux noobs who wanna be Pro's need.&lt;br /&gt;&lt;br /&gt;So if u could , please try it once....u will sure stay ...&lt;br /&gt;&lt;br /&gt;http://www.slackware.com  -&gt; See Slack there.....&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-112869379468969917?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/112869379468969917/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=112869379468969917' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112869379468969917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112869379468969917'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/10/try-slackware.html' title='Try Slackware'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-112808584970334827</id><published>2005-09-30T18:03:00.000+05:30</published><updated>2005-09-30T18:40:49.710+05:30</updated><title type='text'>Opera 's FREE Folks....</title><content type='html'>I've heard from BBC's Clickonline ( www.bbcworld.com/clickonline )... that opera has become free . This is gr8 , cause the world's fastest browser is free too . &lt;br /&gt;On their website , they have specified that it was possible due to their worldwide customer support .&lt;br /&gt;&lt;br /&gt;They have removed the banners &amp; licencing fee . Propably an attractive option or alternative or rival or whatever u would call to Mozilla FireFox .(I use both opera &amp; FireFox )&lt;br /&gt;&lt;br /&gt;But , i could see certain features that opera excels on , FireFox .&lt;br /&gt;&lt;br /&gt;* Initially , it loads faster  ( Hey if u ever had a P3 128 Mb Pc u would surely know )&lt;br /&gt;&lt;br /&gt;* It renders faster than Firefox ( Now thats for sure , u hav 2 accept with me .. )&lt;br /&gt;&lt;br /&gt;* It's seperate from u r system ( contrast to Internet Explorer which is the browser mostly targeted by Spywares ,Adwares etc.. )&lt;br /&gt;&lt;br /&gt;* It has other features integerated , like Rss News feeder , Chat &amp; Mail Client .., Notes windows etc..&lt;br /&gt;&lt;br /&gt;* And many more features which i can say u would surely love , on using it...&lt;br /&gt;&lt;br /&gt;Anyway , its individual preference when it comes to using these browsers and Opera sure has a good&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-112808584970334827?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/112808584970334827/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=112808584970334827' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112808584970334827'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112808584970334827'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/09/opera-s-free-folks.html' title='Opera &apos;s FREE Folks....'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-112796032913372349</id><published>2005-09-29T07:40:00.000+05:30</published><updated>2005-09-29T07:48:49.133+05:30</updated><title type='text'>Which Language ??</title><content type='html'>Basically , Im a C programmer and i have been programming for the past 2 years for now . but i'm always in a dilema on which language is the best &amp; maybe atleast 2 or 3 i could learn so that i could get a complete vial , for programming .&lt;br /&gt;&lt;br /&gt;I do system programming , web design (yeah.... :) ), appz etc ...&lt;br /&gt;and iam a little attracted towards the opensource community which is the best when u wanna learn programming . &lt;br /&gt;I also like the Linux Boxes , so if i wanna program there ( with power ) then maybe , C is the only answer . &lt;br /&gt;And for web designing &amp; programming i think perl &amp; PHP are the Trolls of web world.&lt;br /&gt;So i think i have to learn them too.... &lt;br /&gt;U'av got any advises , please let me have it GUYZ &amp; ofcourse GRLZ .....&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-112796032913372349?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/112796032913372349/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=112796032913372349' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112796032913372349'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112796032913372349'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/09/which-language.html' title='Which Language ??'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-112795867763453519</id><published>2005-09-29T07:16:00.000+05:30</published><updated>2005-09-29T07:21:17.636+05:30</updated><title type='text'>Trilogy to continue ??</title><content type='html'>Recently i saw in one of those sites that matrix was gonna have a fourth part extending the Triology...&lt;br /&gt;&lt;br /&gt;Matrix Reentered , i wish its true.....&lt;br /&gt;but no ideas..&lt;br /&gt;Im sure people , enjoyed the first &amp; second , but the ending was not as good as its first two counterparts, so im looking forward for any next Matrix ( :)) ) film , which i think would be better than the first two .&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-112795867763453519?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/112795867763453519/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=112795867763453519' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112795867763453519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/112795867763453519'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/09/trilogy-to-continue.html' title='Trilogy to continue ??'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17248284.post-113384000792748429</id><published>2005-01-06T09:03:00.000+05:30</published><updated>2005-12-08T22:07:52.510+05:30</updated><title type='text'>Empty Stomachs ... Empty Posts ... :)</title><content type='html'>&lt;a href="about:blank"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-7273942414233014";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "9999FF";
google_color_bg = "FFFFFF";
google_color_link = "666666";
google_color_url = "FF6666";
google_color_text = "000000";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17248284-113384000792748429?l=catshideout.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://catshideout.blogspot.com/feeds/113384000792748429/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17248284&amp;postID=113384000792748429' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113384000792748429'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17248284/posts/default/113384000792748429'/><link rel='alternate' type='text/html' href='http://catshideout.blogspot.com/2005/01/empty-stomachs-empty-posts.html' title='Empty Stomachs ... Empty Posts ... :)'/><author><name>BooTCaT</name><uri>http://www.blogger.com/profile/13418852090062458361</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
