<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>What Does Matter ?</title>
	<atom:link href="http://nothingelz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nothingelz.com</link>
	<description>worth a try ;)</description>
	<pubDate>Fri, 20 Nov 2009 01:35:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to SSH Tunneling in Windows and Linux</title>
		<link>http://nothingelz.com/how-to-ssh-tunneling-in-windows-and-linux/</link>
		<comments>http://nothingelz.com/how-to-ssh-tunneling-in-windows-and-linux/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:20:49 +0000</pubDate>
		<dc:creator>sadegh</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[network]]></category>

		<category><![CDATA[non-programming]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[putty]]></category>

		<category><![CDATA[ssh]]></category>

		<category><![CDATA[ssh tunneling]]></category>

		<guid isPermaLink="false">http://nothingelz.com/?p=158</guid>
		<description><![CDATA[
If you ever wanted to ssh tunnel your traffic here is how to do that on Linux box or Windows box.
On Linux box then just enter the following line  :

ssh -fND localhost:3443 ServerUName@Server

You gotta change ServerUName to Username and Server to the IP or the name of server you are logging into.

On Windows Box [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 0.79in } 		P { margin-bottom: 0.08in } 		A:link { so-language: zxx } --></p>
<p style="margin-bottom: 0in; font-weight: normal;">If you ever wanted to ssh tunnel your traffic here is how to do that on Linux box or Windows box.</p>
<p style="margin-bottom: 0in; font-weight: normal;">On Linux box then just enter the following line  :</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">ssh -fND localhost:3443 ServerUName@Server</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">You gotta change ServerUName to Username and Server to the IP or the name of server you are logging into.</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">On Windows Box you need to download putty ( <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">Download</a> ) then Open it up</p>
<p style="margin-bottom: 0in; font-weight: normal;">It doesn&#8217;t require any installation just double click on putty.exe after it opened up  in the left menu select SSH in the “Preferred SSH protocol version” choose 2 and above it check the “Enable Compression”</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal; text-align: center;">
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://nothingelz.com/wp-content/ssh/Screenshot1.png"><img src="http://nothingelz.com/wp-content/ssh/Screenshot1.png" alt="Figure 1" width="500" height="300" /></a><p class="wp-caption-text">Figure 1</p></div>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">Then click the plus sign beside SSH in left menu to expand it, then select “Tunnels” afterward in the right section in “Source port” enter for example 3443 and below the destination choose dynamic as in the below figure. ( Sorry in this figure I entered 9191 instead of 3443 but it doesnt matter you can enter whatever you want but you gotta change all the others 3443 as well if you change it)</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal; text-align: center;">
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://nothingelz.com/wp-content/ssh/Screenshot2.png"><img src="http://nothingelz.com/wp-content/ssh/Screenshot2.png" alt="Figure 2" width="500" height="300" /></a><p class="wp-caption-text">Figure 2</p></div>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">Then hit “Add”, Now in forwarded lists you would see “D3443”.</p>
<p style="margin-bottom: 0in; font-weight: normal;">Now scroll up the left menu and choose “Session” in the “Host Name” enter the IP Address or the host name and then click on “Open” button</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://nothingelz.com/wp-content/ssh/Screenshot3.png"><img src="http://nothingelz.com/wp-content/ssh/Screenshot3.png" alt="Figure " width="500" height="300" /></a><p class="wp-caption-text">Figure </p></div>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">Then it will ask your credential enter them.</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://nothingelz.com/wp-content/ssh/Screenshot4.png"><img src="http://nothingelz.com/wp-content/ssh/Screenshot4.png" alt="Figure 4" width="500" height="300" /></a><p class="wp-caption-text">Figure 4</p></div>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">So now in  Firefox I go to Edit → Preferences → Advanced → Network → Settings →  Choose Manual proxy configuration  , Uncheck  Use this proxy server for all protocols and clean HTTP proxy and its port Field and all the other fields then go to SOCKS Host and enter localhost into that field and in the port field enter 3443.</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal; text-align: center;">
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://nothingelz.com/wp-content/ssh/Screenshot5.png"><img src="http://nothingelz.com/wp-content/ssh/Screenshot5.png" alt="Figure 5" width="500" height="300" /></a><p class="wp-caption-text">Figure 5</p></div>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">Then click on ok and close all the window ,</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">Now all the traffics in Firefox first go to your server and then from that server goes to outside world or to your Computer.</p>
<p style="margin-bottom: 0in; font-weight: normal;">You can confirm that by going to ipchicken.com, You should see the IP Address of the server that you just set for tunneling not your own IP Address.</p>
]]></content:encoded>
			<wfw:commentRss>http://nothingelz.com/how-to-ssh-tunneling-in-windows-and-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to start your own country ?</title>
		<link>http://nothingelz.com/how-to-start-your-own-country/</link>
		<comments>http://nothingelz.com/how-to-start-your-own-country/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 01:50:52 +0000</pubDate>
		<dc:creator>sadegh</dc:creator>
		
		<category><![CDATA[fun]]></category>

		<category><![CDATA[non-programming]]></category>

		<category><![CDATA[country]]></category>

		<guid isPermaLink="false">http://nothingelz.com/?p=153</guid>
		<description><![CDATA[Have you ever thought or wanted to start your country ? Or at least wanted to know whether its possible or not ? Are there any other people who thought about it before or did they take action ?

If your answer to any of above question is Yes then read the rest  

I really [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in;">Have you ever thought or wanted to start your country ? Or at least wanted to know whether its possible or not ? Are there any other people who thought about it before or did they take action ?</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">If your answer to any of above question is Yes then read the rest <img src='http://nothingelz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">I really wondered to see whether am I able to start my own country, suddenly one day I found <a href="http://en.wikipedia.org/wiki/How_to_Start_Your_Own_Country_(TV_series)">“How to start your own country”</a> BBC TV series. Actually its a comedy but its inspiring , it shows that not only others are thinking about it, but also they created a documentary comedy based on this idea !</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">Then I started googling about this thought, In the “How to start your own country”  , Danny introduced a <a href="http://en.wikipedia.org/wiki/Micronation">micronation</a> called Sealand</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<div class="wp-caption aligncenter" style="width: 290px"><img title="Sealand" src="http://upload.wikimedia.org/wikipedia/commons/f/f9/Sealand_fortress.jpg" alt="Sealand" width="280" height="170" /><p class="wp-caption-text">Sealand</p></div>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">Its far from what I thought to be my country. But its a country ! And there are other micronations</p>
<p style="margin-bottom: 0in;">but I want something bigger than just a micronation.</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">Then I found<a href="http://www.foreignpolicy.com/story/cms.php?story_id=4217"> this article</a> that teaches you how to start your own country in just four easy steps.</p>
<p style="margin-bottom: 0in;">The first step is “Make sure your are eligible”</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">and the fist item  in this step is to have a defined territory.</p>
<p style="margin-bottom: 0in;">Unfortunately my search for a territory failed, On one hand it costs a lot and on the other hand it must be somewhere that the current government accept it unless I&#8217;ve got enough army power to defend my country.</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">So we go to second item which says I should have enough permanent population. I think if I find enough population then I can establish my own army and then I can define my territory and defend it, so it must be the first Item.</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">I thought to start a web site that let people to register themselves to be citizens of my country , It seemed good thought until I find <a href="http://www.juga.com/">“Cyber Yugoslavia”</a>.</p>
<p style="margin-bottom: 0in;">Its a site that ask citizen of Yugoslavia to register and when their registered member reached 5 million they are gonna apply to the UN for member status and then they start to  establish their physical real country. This site launched in 1999 and till now ( 2009 ) only 16768 person registered. For ten years 16768 means 1677 per year and 139 per month and 4 and half per day ( in their site they claim that they receive 600 application per day <img src='http://nothingelz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p style="margin-bottom: 0in;">For an army I need at least 5-10 thousand man and with my calculation It takes 6 years even if I become as successful as “Cyber Yugoslavia” !</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">Well  I think I should investigate more and its not appropriate time for me to  starting a country, Coz I dont have enough money and population.</p>
<p style="margin-bottom: 0in;">Beside that I wanna establish a developed country not a micronation like Sealand.</p>
]]></content:encoded>
			<wfw:commentRss>http://nothingelz.com/how-to-start-your-own-country/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Best VNC Software</title>
		<link>http://nothingelz.com/the-best-vnc-software/</link>
		<comments>http://nothingelz.com/the-best-vnc-software/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 02:33:19 +0000</pubDate>
		<dc:creator>sadegh</dc:creator>
		
		<category><![CDATA[network]]></category>

		<category><![CDATA[non-programming]]></category>

		<category><![CDATA[psp]]></category>

		<category><![CDATA[remote screen]]></category>

		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://nothingelz.com/?p=144</guid>
		<description><![CDATA[
I really like VNC, It helps me in my every day work.  Most of the time I wanna share screen to see my Colleagues screen and help them out or vice versa.
There are different VNC software which you can use, for example, TightVNC , RealVNC and UltraVNC. So lets see which one is the [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">I really like VNC, It helps me in my every day work.  Most of the time I wanna share screen to see my Colleagues screen and help them out or vice versa.</p>
<p style="margin-bottom: 0in;">There are different VNC software which you can use, for example, TightVNC , RealVNC and UltraVNC. So lets see which one is the best.</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;"><a href="http://www.tightvnc.com"><strong>TightVNC</strong></a></p>
<div class="wp-caption aligncenter" style="width: 90px"><img title="tightvnc" src="http://www.tightvnc.com/logo/tightvnc-logo-80x80.jpg" alt="tightvnc" width="80" height="80" /><p class="wp-caption-text">tightvnc</p></div>
<p style="margin-bottom: 0in; font-weight: normal;">I didn&#8217;t use this one very much, because of the other ones <img src='http://nothingelz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> but it seems quite cool software beside its Open Source and free. But it has ~ like many other remote screen software, problem with multiple monitors.</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in;"><a href="http://www.realvnc.com/"><strong>RealVNC</strong></a></p>
<div class="wp-caption aligncenter" style="width: 122px"><img title="RealVNC" src="http://www.realvnc.com/assets/img/logo.gif" alt="RealVNC" width="112" height="100" /><p class="wp-caption-text">RealVNC</p></div>
<p style="margin-bottom: 0in; font-weight: normal;">I used this one for quite long time and I really enjoyed using it But you gotta purchase it.</p>
<p style="margin-bottom: 0in; font-weight: normal;">It has also free version but free-version is featureless and has nothing compared to other free VNC software.</p>
<p style="margin-bottom: 0in; font-weight: normal;">Like TightVNC it has problem with multiple monitors.</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in;"><a href="http://www.uvnc.com/"><strong>UltraVNC</strong></a></p>
<div class="wp-caption aligncenter" style="width: 42px"><img title="UltaVNC" src="http://image.versiontracker.com/client_icons/win/85268/anyversion-icon-32x32-32bit.png" alt="UltaVNC" width="32" height="32" /><p class="wp-caption-text">UltaVNC</p></div>
<p style="margin-bottom: 0in; font-weight: normal;">Now I use this guy. I think its The best one. First of all its Open Source and free and the other one it doesn&#8217;t have any problem with multiple monitors.</p>
<p style="margin-bottom: 0in; font-weight: normal;">UltvaVNC has cool Addons, you may like to check them out <a href="http://www.uvnc.com/addons">here</a>.</p>
<p style="margin-bottom: 0in;"><span style="font-weight: normal;">One of them is called <a href="http://www.uvnc.com/addons/singleclick.html">singleclick</a>. Its awesome , you can create a single file and send it to your customer, this file is just </span>166k<span style="font-weight: normal;">. When they click on it and run it you can connect to their computer remotely. Its better than Remote Assistance or any other solutions</span></p>
<p style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color #000000; border-width: medium medium 1px; padding: 0in 0in 0.03in; margin-bottom: 0in;">
<p style="margin-bottom: 0in;"><strong>VNC Software in other environments</strong></p>
<p style="margin-bottom: 0in;"><strong><br />
</strong></p>
<p style="margin-bottom: 0in;"><strong><a href="http://boardsus.playstation.com/playstation/board/message?board.id=psp&amp;thread.id=2802824">PortableVNC</a> ~ PSP</strong></p>
<p style="margin-bottom: 0in;"><span style="font-weight: normal;">There is a application called portablevnc, Its vnc viewer for psp</span></p>
<p style="margin-bottom: 0in;"><strong><a href="http://palmvnc2.free.fr/">PalmVNC</a> ~ Palm</strong></p>
<p style="margin-bottom: 0in; font-weight: normal;">Its vnc viewer for Palm OS® platform.</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;"><strong><a href="http://symvnc.sourceforge.net/">SymVNC</a> - Symbian</strong></p>
<p style="margin-bottom: 0in; font-weight: normal;">Its VNC viewer for Symbian 3rd Edition .</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;"><strong><a href="http://j2mevnc.sourceforge.net/">J2ME VNC</a> ~ J2me </strong></p>
<p style="margin-bottom: 0in; font-weight: normal;">Its VNC viewer that uses j2me api. Theoretically  it must run on every smart phones.</p>
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in; font-weight: normal;">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;"><strong><a href="http://www.jaaduvnc.com/">JaaduVNC</a> ~ iPhone</strong></p>
<p style="margin-bottom: 0in; font-weight: normal;">Its VNC viewer for iphone</p>
<p style="margin-bottom: 0in; font-weight: normal;">
]]></content:encoded>
			<wfw:commentRss>http://nothingelz.com/the-best-vnc-software/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automating your tasks , AutoIT</title>
		<link>http://nothingelz.com/automating-your-taks-autoit/</link>
		<comments>http://nothingelz.com/automating-your-taks-autoit/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 15:50:54 +0000</pubDate>
		<dc:creator>sadegh</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[AutoIt]]></category>

		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://nothingelz.com/?p=116</guid>
		<description><![CDATA[MsgBox(0, "nothingelz.com", "Hello World!")

The above line is a simple code which shows a Message Box. You just need to open notepad write it down and save it with “.au3” extension, oh I was almost forgetting before that you need to go to http://www.autoitscript.com/autoit3/downloads.shtml and download AutoIt . Unfortunately Windows is only supported operation system.



Well thats [...]]]></description>
			<content:encoded><![CDATA[<pre>MsgBox(0, "nothingelz.com", "Hello World!")</pre>
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in;" align="left">The above line is a simple code which shows a Message Box. You just need to open notepad write it down and save it with “.au3” extension, oh I was almost forgetting before that you need to go to <a href="http://www.autoitscript.com/autoit3/downloads.shtml">http://www.autoitscript.com/autoit3/downloads.shtml</a> and download AutoIt . Unfortunately Windows is only supported operation system.</p>
<p style="margin-bottom: 0in;" align="left">
<div class="wp-caption aligncenter" style="width: 138px"><img title="AutoIt" src="http://media.nothingelz.com/bild/au3_wall_thumb.jpg" alt="AutoIt" width="128" height="96" /><p class="wp-caption-text">AutoIt</p></div>
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in; text-align: center;">
<p style="margin-bottom: 0in;" align="left">Well thats it, You created your first AutoIt script.  It&#8217;s cool, isn&#8217;t it  ? AutoIT is actually really good for small daily work, you can write small script in AutoIt to do your daily chores</p>
<p style="margin-bottom: 0in;" align="left">e.g. I use following script everyday morning when I arrive at work :</p>
<pre>$answer = MsgBox(4, "nothingelz.com", "Good morning , do you want me to start Visual Studio and SQL Server Management Studio and Firefox ?")

If $answer = 7 Then

MsgBox(0, "nothingelz.com", "OK.  c ya!")

Exit

EndIf

Run("C:\Program Files\Mozilla Firefox\firefox.exe") ; firefox huh ?

Run("C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe") ;visual studio

Run("C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\SqlWb.exe") ;sql …</pre>
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in;" align="left">It will ask me whether or not I want it to run Firefox , Visual Studio and Sql Server Management Studio ( these are application that I use everyday at work ) so I do not need to put all of these apps short cut on my desktop and also with one click all of them will be lunched <img src='http://nothingelz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in;" align="left">So lets analyze Above code , in first line I called  MsgBox function and put its returns value to variable called $answer.  MsgBox accepts three parameters , the first one is called flag which indicate which kind of Message box we want with which kinda buttons combination</p>
<p style="margin-bottom: 0in;" align="left">
<table border="1" cellspacing="0" cellpadding="3" width="624" bordercolor="#c0c0c0"><col width="87"></col> <col width="523"></col></p>
<tbody>
<tr>
<td width="87">0</td>
<td width="523">OK button</td>
</tr>
<tr>
<td width="87">1</td>
<td width="523">OK and Cancel</td>
</tr>
<tr>
<td width="87">2</td>
<td width="523">Abort, Retry, and Ignore</td>
</tr>
<tr>
<td width="87">3</td>
<td width="523">Yes, No, and Cancel</td>
</tr>
<tr>
<td width="87">4</td>
<td width="523">Yes and No</td>
</tr>
<tr>
<td width="87">5</td>
<td width="523">Retry and Cancel</td>
</tr>
<tr>
<td width="87">6 **</td>
<td width="523">Cancel, Try Again, Continue</td>
</tr>
</tbody>
</table>
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in;" align="left">This table shows  possible value for flag parameter, as you see we used 4 which means that we want Yes/No MsgBox.</p>
<p style="margin-bottom: 0in;" align="left">The second parameter is Message Box Title and the third one is its message. This function return a value , possible returned values includes :</p>
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in;" align="left">
<table border="1" cellspacing="0" cellpadding="3" width="100%" bordercolor="#c0c0c0"><col width="38"></col> <col width="218"></col></p>
<tbody>
<tr>
<td width="15%"><strong>Button Pressed</strong></td>
<td width="85%"><strong>Return Value </strong></td>
</tr>
<tr>
<td width="15%">OK</td>
<td width="85%">1</td>
</tr>
<tr>
<td width="15%">CANCEL</td>
<td width="85%">2</td>
</tr>
<tr>
<td width="15%">ABORT</td>
<td width="85%">3</td>
</tr>
<tr>
<td width="15%">RETRY</td>
<td width="85%">4</td>
</tr>
<tr>
<td width="15%">IGNORE</td>
<td width="85%">5</td>
</tr>
<tr>
<td width="15%">YES</td>
<td width="85%">6</td>
</tr>
<tr>
<td width="15%">NO</td>
<td width="85%">7</td>
</tr>
<tr>
<td width="15%">TRY AGAIN **</td>
<td width="85%">10</td>
</tr>
<tr>
<td width="15%">CONTINUE **</td>
<td width="85%">11</td>
</tr>
</tbody>
</table>
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in;" align="left">In  conditional statement ( If statement ) we check whether user clicked  on &#8220;No&#8221; or not ( in the above table you see that if our return value is 7 , it means user clicked on &#8220;No&#8221;) . if it was correct we move on next line and show a message to user  and then we call “Exit” which exit our script otherwise we skip it and go to the whatever comes after &#8220;Endif&#8221; .</p>
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in;" align="left">Then we call Run function,  it accepts a path to a file and run it. We just call it three times with path to Firefox , Visual Studio and Sql Server Management Studio.</p>
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in;" align="left">That&#8217;s it, You can change parameter of &#8220;Run&#8221; and point it to the application which you use. Almost everything else in AutoIt is the same as above code.  A Complete Help comes along with AutoIt which contains list of all function and their parameters and return value and purpose of them which is really helpful.</p>
<p style="margin-bottom: 0in;" align="left">
<p style="margin-bottom: 0in;" align="left">AutoIt is really cool scripting language you can learn it very soon and it has a rich library, full of useful functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://nothingelz.com/automating-your-taks-autoit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Running Homebrew Application</title>
		<link>http://nothingelz.com/run-homebrew-application-on-you-psp-slim/</link>
		<comments>http://nothingelz.com/run-homebrew-application-on-you-psp-slim/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 02:49:36 +0000</pubDate>
		<dc:creator>sadegh</dc:creator>
		
		<category><![CDATA[non-programming]]></category>

		<category><![CDATA[psp]]></category>

		<category><![CDATA[downgrade]]></category>

		<category><![CDATA[leda]]></category>

		<category><![CDATA[psp slim]]></category>

		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://nothingelz.com/?p=104</guid>
		<description><![CDATA[If you got a psp with a CFW higher than 1.5 ( Mine  is 5.00 ),  You can not run Homebrew ( HomeMade) Application on it . If you want to run Homebrew application ( Apps like Bookr or psppdf  or … ) you gotta downgrade it to CFW version 1.5.  Here is two [...]]]></description>
			<content:encoded><![CDATA[<p>If you got a psp with a CFW higher than 1.5 ( Mine  is 5.00 ),  You can not run Homebrew ( HomeMade) Application on it . If you want to run Homebrew application ( Apps like Bookr or psppdf  or … ) you gotta downgrade it to CFW version 1.5.  Here is two way to achieve that :</p>
<p><img class="aligncenter" title="psp" src="http://exophase.com/images/misc/psplogo4.jpg" alt="" width="530" height="151" /></p>
<p><strong>1.You can use <a href="http://www.downloadsquad.com/2008/02/16/introducing-dark-alexs-time-machine-for-psp/">Time machine </a> , <a href="http://alek.dark-alex.org/pspwiki/index.php/Installing_The_Time_Machine">here </a>is instruction how to install it.</strong></p>
<p>If you wanna try Time machine  , You need a lot of stuff including :  JigKick Battery ( Pandora&#8217;s Battery)  . 1.50 EBOOT.PBP <a href="http://alek.dark-alex.org/filez/psp_fw/150.PBP">download</a>, 3.40 EBOOT.PBP <a href="http://alek.dark-alex.org/filez/psp_fw/340.PBP">download</a>, 360.PSAR  <a href="http://www.sendspace.com/file/fsx74g">download </a> , Time machine itself   <a href="http://exophase.com/files/psp/timemachine_0.1.rar">download</a><br />
Consider that Time machine currently just support :&gt; Classic PSP: Offical 1.50, 3.40 OE. Slim PSP: Modified 1.50 (with 3.40 modules for Slim support), 3.60 M33 Dark_AleX a</p>
<p>I got a 5.00 M33-6 so time machine is not an option to me <img src='http://nothingelz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>2.Using LEDA</strong></p>
<p>In my idea best solution is  LEDA ( Legacy Software Loader )<br />
You can download it easily <a href="http://downloads.exophase.com/180/leda-02--legacy-software-loader-for-psp/">from here</a> its just about 72 KB ( think of time machine for a moment , time machine and all of the stuff it needs are about 52 MB ). Okay When download finished just extract it and Copy the  “LEDA” folder to ms0:/PSP/GAME/ , alright now disconnect your psp from your computer and go to Game and Run LEDA , it will process something for a less than a minute and then you will see “finished” then it will automatically close. Congratulation its finished, just go and get some homebrew and copy them to your psp and enjoy them.</p>
]]></content:encoded>
			<wfw:commentRss>http://nothingelz.com/run-homebrew-application-on-you-psp-slim/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VirtualBox - Sharing</title>
		<link>http://nothingelz.com/virtualbox-sharing/</link>
		<comments>http://nothingelz.com/virtualbox-sharing/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 05:01:15 +0000</pubDate>
		<dc:creator>sadegh</dc:creator>
		
		<category><![CDATA[delphi]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[non-programming]]></category>

		<category><![CDATA[guest addition]]></category>

		<category><![CDATA[iran]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://nothingelz.com/?p=96</guid>
		<description><![CDATA[VirtualBox OSE 2.1.4 comes along with Ubuntu jaunty jackalope.
Its a great virtualing solution but one part of it may bother you and that is Sharing.
Actually Sharing files &#038; folders is not that much hard or annoying but sometimes it can be and it really bothered me.
I installed windows xp in virtual box easily and just [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 260px"><img alt="VirtualBox" src="http://upload.wikimedia.org/wikipedia/commons/thumb/a/af/VirtualBox2.png/250px-VirtualBox2.png" title="VirtualBox" width="250" height="188" /><p class="wp-caption-text">VirtualBox</p></div><br />
VirtualBox OSE 2.1.4 comes along with Ubuntu jaunty jackalope.<br />
Its a great virtualing solution but one part of it may bother you and that is Sharing.<br />
Actually Sharing files &#038; folders is not that much hard or annoying but sometimes it can be and it really bothered me.<br />
I installed windows xp in virtual box easily and just wanted to share my folders with it. So under Devices menu I choosed  Shared Folders and I added folder which I wanted to be shared but it did not work , after some googling I noticed that I should install Guest Addition ( its also an Item in Devices menu ) so I selected Install Guest Additions  and It downloaded and asked me whether I want it to mount  to my virtual machine and I just selected YUP.</p>
<p><div class="wp-caption aligncenter" style="width: 578px"><img alt="Devices menu" src="http://blogs.sun.com/vbox/resource/addGuest.png" title="Devices menu" width="568" height="357" /><p class="wp-caption-text">Devices menu</p></div>
<p>But when I clicked on my cd drive on virtual machine it said that &#8220;windows cannot read from this disk the disk might be corrupted or it could be using a format that is not compatible with windows&#8221;<br />
I googled more and more and it seemed that I am the only person on earth having this issue<br />
in a thread in <a href="http://ubuntuforums.org">Ubuntu Forums</a> one of the post contained the virtual box download link , I thought that I should get a new and clean version of virtual box and install it from scratch so I clicked on that link and suddenly instead of starting Kget firefox opened a page that contained a big forbidden message. Afterward I realized that because my ip address is from Iran and VirtualBox is a Sun product so they forbided me as an iranian to download their package , and more importantly I realized that windows was saying can not read the mounted disc because it was not actually a image of a disc but it was a html page that contained forbidden message coz when I click install guest addition it also try to download it from sun web site , instead of package it just download a forbidden web page.<br />
Eventually I found a alternative link to download it and now it works great</p>
<p>ps : download Guest Addition 2.1.4 from here : <a href="http://www.dward.us/software/VBoxGuestAdditions_2.1.4.iso">http://www.dward.us/software/VBoxGuestAdditions_2.1.4.iso</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nothingelz.com/virtualbox-sharing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu ME edition</title>
		<link>http://nothingelz.com/ubuntu-me-edition/</link>
		<comments>http://nothingelz.com/ubuntu-me-edition/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 04:05:29 +0000</pubDate>
		<dc:creator>sadegh</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[non-programming]]></category>

		<category><![CDATA[cursor]]></category>

		<category><![CDATA[sabily]]></category>

		<guid isPermaLink="false">http://nothingelz.com/ubuntu-me-edition/</guid>
		<description><![CDATA[I just bought a version of Ubuntu middle east edition
The first sign after installing , was the fact that you got a green color rather than decent brown color
Afterward , Beside the cursor you would see some Islamic terms , its really bothering and the worst  part is that you cant change it , [...]]]></description>
			<content:encoded><![CDATA[<p>I just bought a version of <a href="http://www.sabily.org/website/">Ubuntu middle east edition</a><br />
The first sign after installing , was the fact that you got a green color rather than decent brown color<br />
Afterward , Beside the cursor you would see some Islamic terms , its really bothering and the worst  part is that you cant change it , its a damn bug , the only workaround is to changing your visual effect to non.<br />
I will write about it more later <em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Okay Actually When I let Ubuntu to download its latest update everything works just great.</p>
]]></content:encoded>
			<wfw:commentRss>http://nothingelz.com/ubuntu-me-edition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using foxpro database file (dbf) with c#</title>
		<link>http://nothingelz.com/connecting-to-foxpro-database-file-dbf-with-c/</link>
		<comments>http://nothingelz.com/connecting-to-foxpro-database-file-dbf-with-c/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 23:49:45 +0000</pubDate>
		<dc:creator>sadegh</dc:creator>
		
		<category><![CDATA[C#]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[ado]]></category>

		<category><![CDATA[c#]]></category>

		<category><![CDATA[foxpro]]></category>

		<category><![CDATA[memo fileds]]></category>

		<guid isPermaLink="false">http://nothingelz.com/?p=82</guid>
		<description><![CDATA[Have your ever needed to connect to foxpro databases ?
Hopefully not , but sometimes you need , and the last day I needed.
Well you can easily OleDb classes defined in System.Data.OleDb namespace
to connecting and working with your database
But beforehand you need to installVisual FoxPro Ole DB Provider , you can get it from here
Well now [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in;">Have your ever needed to connect to foxpro databases ?</p>
<p style="margin-bottom: 0in;">Hopefully not , but sometimes you need , and the last day I needed.</p>
<p style="margin-bottom: 0in;">Well you can easily OleDb classes defin<span style="color: #000000;">ed in <span style="font-size: x-small;">System</span><span style="font-size: x-small;">.</span><span style="font-size: x-small;">Data</span><span style="font-size: x-small;">.</span><span style="font-size: x-small;">OleDb namespace</span></span></p>
<p style="margin-bottom: 0in;">to connecting and working with your database</p>
<p style="margin-bottom: 0in;">But beforehand you need to installVisual FoxPro Ole DB Provider , you can get it from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=E1A87D8F-2D58-491F-A0FA-95A3289C5FD4">here</a></p>
<p style="margin-bottom: 0in;">Well now its easy to connect to you dbf file with OleDbCommand and OleDbConnection and … dont forget to specify that you are using foxpro in your connection string  , a simple connection string would be</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<pre name="code" class"csharp">
<p style="margin-bottom: 0in;"><span style="color: #000000;"><span style="font-size: x-small;">Provider=vfpoledb.1;Data Source=C:\db\</span></span>
</pre>
<p style="margin-bottom: 0in;"><span style="color: #000000;"><span style="font-size: x-small;"><br />
</span></span></p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">c:\db\ is where your database file resides, but be careful that if you have a database file called mydb.dbf and its in c:\db\ then if you wanna get all rows of it you should just put database file location in connection string and database file name itself is a table name so in OleDbCommand we write</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<pre name="code" class"sql">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">select * from mydb
<p style="margin-bottom: 0in;">
</pre>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">now you can do whatever you want with your database</p>
<p style="margin-bottom: 0in;">but just  memo field in foxpro needs a trick</p>
<p style="margin-bottom: 0in;">you can easily set any value to your memo field , but  that value must be lower than 255 character</p>
<p style="margin-bottom: 0in;">and we all know that <em>Memo fields</em> are limited only by the amount of available disk space so its a lot bigger than 255 character</p>
<p style="margin-bottom: 0in;">the  workaround  is  dividing your value into 255 charactered values.</p>
<p style="margin-bottom: 0in;">I mean that “update mydb set memofield = &#8216; string with more than 255 character &#8216;” wouldnt work but if you divide string into 255 charactered values   like this “update mydb set memofield = &#8216; string with  255 character &#8216;  + &#8216; string with  255 character &#8216;  + &#8216; string with  255 character &#8216;     ”</p>
<p style="margin-bottom: 0in;">it would work</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">here is a sample code in c# ,  it gets all rows of mydb database</p>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;">
<pre name="code" class"csharp">
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;"><span style="color: #000000;"> <span style="font-size: x-small;">var oConn = new OleDbConnection(@"Provider=vfpoledb.1;Data Source=C:\db\");</span></span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"> <span style="font-size: x-small;">oConn.Open();</span></span>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;"><span style="color: #000000;"> <span style="font-size: x-small;">using (var oCom = new OleDbCommand("select * from mydb", oConn))</span></span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"> <span style="font-size: x-small;">{</span></span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"> <span style="font-size: x-small;">var oReader =  oCom.ExecuteReader();</span></span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"> </span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"> <span style="font-size: x-small;">while(oReader.Read())</span></span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"> <span style="font-size: x-small;">{</span></span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"> <span style="font-size: x-small;">// do what you wanna do !</span></span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"> <span style="font-size: x-small;">}</span></span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"> </span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"> <span style="font-size: x-small;">}</span></span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"> <span style="font-size: x-small;">oConn.Close();</span></span>
<p style="margin-bottom: 0in;"><span style="color: #000000;"><span style="font-size: x-small;">
</span></span>
</pre>
<p style="margin-bottom: 0in;">
<p style="margin-bottom: 0in;"><span style="color: #000000;"><span style="font-size: x-small;">well , till next time <img src='http://nothingelz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </span></span></p>
<p style="margin-bottom: 0in;">
<address style="margin-bottom: 0in;"><span style="color: #000000;"><span style="font-size: x-small;">p.s.  DBFView is a cool tool for opening dbf file , check it out <a href="http://www.dbfview.com/">here</a></span></span></address>
]]></content:encoded>
			<wfw:commentRss>http://nothingelz.com/connecting-to-foxpro-database-file-dbf-with-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dr. UFD is a Life Saver</title>
		<link>http://nothingelz.com/dr-uf-is-life-saver/</link>
		<comments>http://nothingelz.com/dr-uf-is-life-saver/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 16:24:47 +0000</pubDate>
		<dc:creator>sadegh</dc:creator>
		
		<category><![CDATA[non-programming]]></category>

		<category><![CDATA[dr udf]]></category>

		<guid isPermaLink="false">http://nothingelz.com/?p=65</guid>
		<description><![CDATA[
Yesterday was a nightmare for me coz I needed a memory storage device for highly needed information and suddenly my memory stick stopped working, I was shocked .
my Cell Phones memory is always full and they were quite big files ( about 6 gig ) and it wasn’t possible to upload them somewhere on net.
God [...]]]></description>
			<content:encoded><![CDATA[<p><!--:en--><!--[endif]--></p>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>AR-SA</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} -->Yesterday was a nightmare for me coz I needed a memory storage device for highly needed information and suddenly my memory stick stopped working, I was shocked .</p>
<p class="MsoNormal">my Cell Phones memory is always full and they were quite big files ( about 6 gig ) and it wasn’t possible to upload them somewhere on net.</p>
<p class="MsoNormal">God thanks I knew something called<strong> Dr. UFD</strong> that once before helped me to surviving my Memory Stick , I googled and googled ( ah bing really sucks <span style="font-family: Wingdings;"><span>J</span></span> ) and finally I found <strong>Dr. </strong><strong>UFD</strong></p>
<p class="MsoNormal">And this little tool easily Survived my Memory Stick in less than a minute ( my memory stick is Transcend JF V85 even Transcend own tools and Hp and others didn’t helped)</p>
<p class="MsoNormal">So I do recommend to having a copy of this cute tool almost everywhere with yourself</p>
<p class="MsoNormal">You can download it directly from <a href="http://nothingelz.com/stuff/Dr.UFD.zip">here</a></p>
<p><!--:--></p>
]]></content:encoded>
			<wfw:commentRss>http://nothingelz.com/dr-uf-is-life-saver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Delphi Short Cuts</title>
		<link>http://nothingelz.com/delphi-short-cuts/</link>
		<comments>http://nothingelz.com/delphi-short-cuts/#comments</comments>
		<pubDate>Sat, 30 May 2009 18:39:44 +0000</pubDate>
		<dc:creator>sadegh</dc:creator>
		
		<category><![CDATA[delphi]]></category>

		<category><![CDATA[short-cut]]></category>

		<guid isPermaLink="false">http://nothingelz.com/?p=44</guid>
		<description><![CDATA[Last night i started using delphi again , but this time delphi 2009
Its a really speedy and light weight IDE in comparison to Visual Studio
But i dont like its code editor , specially delphi color highlight and becoz i use ViEmu in visual studio , i really missed it when i started coding in delphi [...]]]></description>
			<content:encoded><![CDATA[<p><!--:en-->Last night i started using delphi again , but this time delphi 2009<br />
Its a really speedy and light weight IDE in comparison to Visual Studio<br />
But i dont like its code editor , specially delphi color highlight and becoz i use <a href="www.viemu.com">ViEmu</a> in visual studio , i really missed it when i started coding in delphi so i googled and i found some good Delphi short-cuts which you can use :</p>
<ol>
<li>ESC selects the parent control of the current selected control in the designer.</li>
<li>Ctrl+Drag the mouse to select a group of controls without selecting/moving the parent. When controls are in a panel for example.</li>
<li>Shift+Arrows to resize controls.</li>
<li>Ctrl+Arrows to move controls.</li>
<li><strong>CTRL+SHIFT+I</strong> indents selected code <strong>CTRL+SHIFT+U</strong> unindents selected code</li>
<li><strong>CTRL+K+N</strong> converts the selection to UPPERCASE <strong>CTRL+K+O</strong> to convert it to lowercase</li>
<li><strong>CTRL-J</strong> invokes live templates</li>
<li><strong>CTRL + Shift + C</strong> generates method header from body description and vice-versa.</li>
<li><strong>CTRL + Shift + Space</strong> gives a hint with method signature when editing a method call</li>
<li><strong>Ctrl-Shift-0</strong> .. <strong>Ctrl-Shift-9</strong> sets marker (or clears if caret is in marked line)</li>
<li><strong>Ctrl-0 .. Ctrl-0</strong> jumps to marker</li>
<li><strong>Ctrl-Shift-Enter</strong> finds references for current symbol (where caret is) in the project</li>
<li><strong>CTRL+SHIFT+G</strong> to generate / insert a new <strong>GUID</strong> at the cursor position</li>
<li><strong>CTRL+ALT+P</strong> to activate Pallete Window and do component filtering depend on the text you entered</li>
<li>Press<strong> Ctrl+Shift+R</strong> to begin recording a macro.</li>
<li>To play back the macro, press<strong> Ctrl+Shift+P</strong>.</li>
<li><strong>Ctrl-Shift + Up/Down</strong> jumps between declaration and implementation of a routine</li>
<li><strong>Alt+End:</strong> to navigate through opened windows in the IDE (undocked view).</li>
<li><strong>Ctlr+Y:</strong> to delete the current line</li>
<li><strong>Alt+Up:</strong> same as Ctrl+Click or Find declaration</li>
<li><strong>Alt+Arrow Left/Right:</strong> navigate through your &#8216;Find declarations&#8217;</li>
<li><strong>Ctrl + Alt + F12</strong> opens up the top-right dropdown menu of opened units</li>
<li><strong>CTRL+SHIFT+V  - Declare variable</strong></li>
<li><strong>CTRL+SHIFT+E  - Rename identifier</strong></li>
<li><strong>CTRL-E</strong> for &#8220;search-as you type&#8221;</li>
</ol>
<p><!--:--></p>
]]></content:encoded>
			<wfw:commentRss>http://nothingelz.com/delphi-short-cuts/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
