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

<channel>
	<title>ADM Blog &#187; windows</title>
	<atom:link href="http://blog.another-d-mention.ro/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.another-d-mention.ro</link>
	<description>No matter how you see things, reality changes when you reach understanding</description>
	<lastBuildDate>Tue, 29 Jun 2010 06:12:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Create Flex/AS3 applications for Mobile Devices</title>
		<link>http://blog.another-d-mention.ro/programming/create-flexas3-applications-for-mobile-devices/</link>
		<comments>http://blog.another-d-mention.ro/programming/create-flexas3-applications-for-mobile-devices/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 14:17:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex / ActionScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[elips]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=801</guid>
		<description><![CDATA[Yup! Flex Apps on your mobile. And I'm not talking about Flash Lite and you won't need CS5 either. ELIPS Studio converts the Flex code in native code for Windows Mobile, Symbian, Android, iPhone and mass-market mobiles. It's still beta and you have to register for a beta account to get it but I think [...]


Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/flex-and-visual-studio/' rel='bookmark' title='Permanent Link: Flex and Visual Studio'>Flex and Visual Studio</a></li>
<li><a href='http://blog.another-d-mention.ro/programming/create-professional-flex-components/' rel='bookmark' title='Permanent Link: Create professional Flex components'>Create professional Flex components</a></li>
<li><a href='http://blog.another-d-mention.ro/programming/flex-components-pack/' rel='bookmark' title='Permanent Link: Flex Components Pack'>Flex Components Pack</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://developer.openplug.com/" target="_blank"><img class="alignleft size-thumbnail wp-image-802" title="elips-studio-3-box" src="http://blog.another-d-mention.ro/wp-content/uploads/2010/02/elips-studio-3-box-150x150.jpg" alt="elips studio 3 box 150x150 Create Flex/AS3 applications for Mobile Devices" width="150" height="150" /></a>Yup! Flex Apps on your mobile. And I'm not talking about <a href="http://www.adobe.com/products/flashlite/" target="_blank">Flash Lite</a> and you won't need CS5 either.<br />
<a href="http://developer.openplug.com/" target="_blank">ELIPS Studio</a> converts the Flex code in native code for Windows Mobile, Symbian, Android, iPhone and mass-market mobiles. It's still beta and you have to register for a beta account to get it but I think will do wonders for the mobile dev. world.</p>
<p>And in their words:</p>
<p>"ELIPS Studio 3 is a plug-in for Adobe Flex Builder, a widely used IDE for internet &amp; desktop application. Our plug-in allows Flex to go mobile!</p>
<p>The product offers a mobile-optimized Flex Framework, plus numerous Flex extensions, including mobile UI components &amp; access to mobile device features (voice call, SMS, access to calendar and contacts, to the camera, etc.)</p>
<p>The product includes a form-factor device simulator allowing you to see your application behavior on different devices. It also includes a network simulator allowing to generate calls, SMS, etc."</p>
<p>So..get it while it's hot <img src='http://blog.another-d-mention.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Create Flex/AS3 applications for Mobile Devices" /> </p>


<p>Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/flex-and-visual-studio/' rel='bookmark' title='Permanent Link: Flex and Visual Studio'>Flex and Visual Studio</a></li>
<li><a href='http://blog.another-d-mention.ro/programming/create-professional-flex-components/' rel='bookmark' title='Permanent Link: Create professional Flex components'>Create professional Flex components</a></li>
<li><a href='http://blog.another-d-mention.ro/programming/flex-components-pack/' rel='bookmark' title='Permanent Link: Flex Components Pack'>Flex Components Pack</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/programming/create-flexas3-applications-for-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Static files locked by Jetty in Eclipse</title>
		<link>http://blog.another-d-mention.ro/programming/java/static-files-locked-by-jetty-in-eclipse/</link>
		<comments>http://blog.another-d-mention.ro/programming/java/static-files-locked-by-jetty-in-eclipse/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 12:26:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[jetty]]></category>
		<category><![CDATA[locked]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=795</guid>
		<description><![CDATA[If you use Jetty you might notice that once it's running you can't edit any static files because it says they are already in use and locked. Why ? Because Jetty buffers static content for webapps such as html files, css files, images etc and uses memory mapped files to do this if the NIO [...]


Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/view-hidden-files-with-a-keyboard-shortcut/' rel='bookmark' title='Permanent Link: View hidden files with a keyboard shortcut'>View hidden files with a keyboard shortcut</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-798" title="jetty_logo" src="http://blog.another-d-mention.ro/wp-content/uploads/2010/01/jetty_logo2.png" alt="jetty logo2 Static files locked by Jetty in Eclipse" hspace="10" vspace="10" width="142" height="40" /> If you use Jetty you might notice that once it's running you can't edit any static files because it says they are already in use and locked.<br />
Why ? Because Jetty buffers static content for webapps such as html files, css files, images etc and uses memory mapped files to do this if the NIO connectors are being used. The problem is that on Windows, memory mapping a file causes the file to be locked, so that the file cannot be updated or replaced. This means that effectively you have to stop Jetty in order to update a file.</p>
<p><strong>In case this happens follow these steps:</strong></p>
<p>1. Extract the runjettyrun_1.0.1.jar in the eclipse plugin directory<br />
2. Extract the jetty-6.1.6.jar in the lib directory of the previous jar.<br />
3. Edit the file org\mortbay\jetty\webapp\webdefault.xml and change the "useFileMappedBuffer" to false. It should look like the following:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;init</span> -param<span style="color: #000000; font-weight: bold;">&gt;</span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;param</span> -name<span style="color: #000000; font-weight: bold;">&gt;</span></span>useFileMappedBuffer<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/param<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;param</span> -value<span style="color: #000000; font-weight: bold;">&gt;</span></span>false<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/param<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/init<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>4. Pack everything back up and overwrite the runjettyrun jar in the plugin directory.<br />
5. If you still get the error after step 4 start eclipse.exe with -clean and then recreate the Jetty configuration. (It just need to replace whatever jar's it copies in your workspace .plugins dir)</p>


<p>Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/view-hidden-files-with-a-keyboard-shortcut/' rel='bookmark' title='Permanent Link: View hidden files with a keyboard shortcut'>View hidden files with a keyboard shortcut</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/programming/java/static-files-locked-by-jetty-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Windows serials keys and more</title>
		<link>http://blog.another-d-mention.ro/misc/free-windows-serials-keys-and-more/</link>
		<comments>http://blog.another-d-mention.ro/misc/free-windows-serials-keys-and-more/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 20:59:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[advisor]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[belarc]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=330</guid>
		<description><![CDATA[Belarc Advisor is a free personal PC Audit software that builds a detailed profile of your installed software and hardware. What this tool also does is identifing licenced software and unlicenced ones. Stupid enough, it makes a list of those licences, and for some reason, different websites publish this hidden somewhere on their website. But [...]


Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/eee-pc/install-windows-xp-on-your-asus-eee-pc-using-a-usb-flash-drive/' rel='bookmark' title='Permanent Link: Install Windows XP on your Asus Eee PC using a USB flash drive'>Install Windows XP on your Asus Eee PC using a USB flash drive</a></li>
<li><a href='http://blog.another-d-mention.ro/how-tos/how-to-setup-a-subversion-server-on-windows/' rel='bookmark' title='Permanent Link: How To &#8211; Setup a Subversion server on Windows'>How To &#8211; Setup a Subversion server on Windows</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/stuff/windows-7-quotes-problem/' rel='bookmark' title='Permanent Link: windows 7 quotes problem'>windows 7 quotes problem</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!-- adman --><br />
<a href="http://www.belarc.com/free_download.html" target="_blank">Belarc Advisor</a> is a free personal PC Audit software that builds a <span class="nopadding"> detailed profile of your installed software and hardware.</span></p>
<p><span class="nopadding">What this tool also does is identifing licenced software and unlicenced ones. Stupid enough, it makes a list of those licences, and for some reason, different websites publish this hidden somewhere on their website. But as we all know, you can keep nothing secret from our good old friend Google.</span></p>
<p><span class="nopadding">So...if you need a software licence, just google for <em><strong>"Belarc Advisor Current Profile"</strong> </em>(quotes included) and see a computer report with everything that computer has installed and the serials for those softwares.<br />
</span></p>
<p><span class="nopadding"><a href="http://cccgc.net/Belarc/2007JuneBelarc.htm">Here's an example</a> (somewhere on the bottom of the page you can find the serial keys for office and windows and others)<br />
</span></p>
<p><span class="nopadding">If you want to be more specific, add the software name in the google search: <strong><em>"Windows XP Professional" "Belarc Advisor Current Profile"</em></strong><br />
</span></p>
<p><span class="nopadding"><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/04/freewindowsxpserialkey.jpg"><img class="aligncenter size-full wp-image-331" title="freewindows xp serial key" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/04/freewindowsxpserialkey.jpg" alt="freewindows xp serial key" width="500" height="529" /></a><br />
</span><br />
<!-- adman --></p>


<p>Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/eee-pc/install-windows-xp-on-your-asus-eee-pc-using-a-usb-flash-drive/' rel='bookmark' title='Permanent Link: Install Windows XP on your Asus Eee PC using a USB flash drive'>Install Windows XP on your Asus Eee PC using a USB flash drive</a></li>
<li><a href='http://blog.another-d-mention.ro/how-tos/how-to-setup-a-subversion-server-on-windows/' rel='bookmark' title='Permanent Link: How To &#8211; Setup a Subversion server on Windows'>How To &#8211; Setup a Subversion server on Windows</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/stuff/windows-7-quotes-problem/' rel='bookmark' title='Permanent Link: windows 7 quotes problem'>windows 7 quotes problem</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/free-windows-serials-keys-and-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Windows XP on your Asus Eee PC using a USB flash drive</title>
		<link>http://blog.another-d-mention.ro/misc/eee-pc/install-windows-xp-on-your-asus-eee-pc-using-a-usb-flash-drive/</link>
		<comments>http://blog.another-d-mention.ro/misc/eee-pc/install-windows-xp-on-your-asus-eee-pc-using-a-usb-flash-drive/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 20:28:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Eee PC]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=322</guid>
		<description><![CDATA[This method of running and installing a Windows from a USB flash drive works on all computers not just Asus Eee PC's. To complete this tutorial you'll need: - a 32bit version of Windows XP or Windows Vista installed on your computer - USB_PREP8 - PeToUSB - Bootsect - a Windows XP instalation CD or [...]


Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/eee-pc/reset-system-password-for-eeepc/' rel='bookmark' title='Permanent Link: Reset system password for EeePC'>Reset system password for EeePC</a></li>
<li><a href='http://blog.another-d-mention.ro/how-tos/how-to-setup-a-subversion-server-on-windows/' rel='bookmark' title='Permanent Link: How To &#8211; Setup a Subversion server on Windows'>How To &#8211; Setup a Subversion server on Windows</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/really-useful-firefox-keyboard-shortcuts/' rel='bookmark' title='Permanent Link: Really useful firefox keyboard shortcuts'>Really useful firefox keyboard shortcuts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!-- adman --></p>
<p>This method of running and installing a Windows from a USB flash drive works on all computers not just Asus Eee PC's.</p>
<p>To complete this tutorial you'll need:</p>
<p>- a 32bit version of Windows XP or Windows Vista installed on your computer</p>
<p>- <a href="http://blog.another-d-mention.ro/stuff/usb_prep8.zip">USB_PREP8</a></p>
<p>- <a href="http://blog.another-d-mention.ro/stuff/PeToUSB_3.0.0.7.zip">PeToUSB</a></p>
<p>- <a href="http://blog.another-d-mention.ro/stuff/bootsect.zip">Bootsect</a></p>
<p>- a Windows XP instalation CD or image</p>
<p>Extract all the zip archives, copy the PeToUSB content into the USB_prep8 folder. Inside the USB_prep8 folder double click the executable named <em>usb_prep8.cmd</em></p>
<p>The window that opens will look like this:</p>
<p><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/04/usbprep1.jpg"><img class="aligncenter size-medium wp-image-323" title="Click to enlarge" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/04/usbprep1-300x194.jpg" alt="Click to enlarge" width="300" height="194" /></a>Press any key to continue.</p>
<p>Your next window will look like this:</p>
<p><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/04/petousb.jpg"><img class="aligncenter size-medium wp-image-324" title="Click to enlarge" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/04/petousb-274x300.jpg" alt="Click to enlarge" width="274" height="300" /></a>These settings are preconfigured for you and all you need to do now is click the <strong>Start</strong> button.</p>
<p>Once the format is complete, <strong>DO NOT</strong> close the window. Just leave everything as it is and open a new command prompt from your start menu (type <em>cmd</em> in the <em>Run</em> box)</p>
<p>Inside the command window, go to the directory you have bootsect.exe extracted and type (see note bellow first)</p>
<p style="text-align: center;"><em>bootsect.exe /nt52 R:</em></p>
<p style="text-align: left;"><strong>Note</strong>: R: is the drive of my USB stick. Open Windows Explorer and see what letters yours is assigned to and change the command accordingly. When running the bootsect.exe command, you must close all windows/programs that are displaying/using the content of the USB stick to allow the boot sector writer to lock the device and write the sector correctly.</p>
<p style="text-align: left;">This part writes the correct boot sector to your USB stick and allows the pc to boot from the stick. Without this noting works.  If all went well with the command, you should see "<em>Bootcode was successfully updated on all targeted volumes</em>"</p>
<p style="text-align: left;">Now you can close this command prompt and the PeToUSB window (but make sure <span style="text-decoration: underline;"><strong>not</strong></span> to close the usb_prep8 one by mistake)</p>
<p style="text-align: left;">The window you see now should look like this:</p>
<p style="text-align: left;"><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/04/usbprep2.jpg"><img class="aligncenter size-medium wp-image-325" title="Click to enlarge" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/04/usbprep2-300x194.jpg" alt="Click to enlarge" width="300" height="194" /></a></p>
<p style="text-align: left;">Now you need to enter the correct information for number 1, 2 and 3</p>
<p style="text-align: left;">- Press 1 and then enter. A folder browse window will open for you to browse for the location of your XP setup files (cd rom drive, mounted image or a folder somewhere on your system)</p>
<p style="text-align: left;">- Press 2 and enter a letter not curently assigned to a drive on your PC (try x or someting at the end of the alfabet)</p>
<p style="text-align: left;">- Press 3 and enter the drive letter of your USB stick</p>
<p style="text-align: left;">- And finally, press 4 to start the process</p>
<p style="text-align: left;">
<p style="text-align: left;">The script will ask you if its okay to format the virtual tempdrive (the one at step 2). This is just a temp drive the program creates and mounts to cache the windows installation files. You can safely press Y to continue</p>
<p style="text-align: left;">Once it's done formating, press enter to continue again, you can now see the program copying files to the temp drive it created. This will take a while (browse other articles from my blog till then <img src='http://blog.another-d-mention.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Install Windows XP on your Asus Eee PC using a USB flash drive" />  ) but once this is done, press enter to continue again.</p>
<p style="text-align: left;">Next you will see a box pop up asking you to copy the files to USB drive (yes/no options). You want to click yes here.</p>
<p style="text-align: left;">Once the script has completed once again a shit long copying process, another window asking if you would like the USB drive to be preferred boot dive U:. select Yes on this window too.</p>
<p style="text-align: left;">Now select yes to unmount the virtual drive.</p>
<p>Ok we are done the hard part, close the usbprep8 window.</p>
<p>Now make sure your EEE pc is configured with USB as the primary boot device.<br />
Insert your USB drive and boot up the EEE.</p>
<p>On the startup menu you have two options, select option number 2 for text mode setup.</p>
<p>From this point on it is just like any other windows XP installation delete/recreate the primary partition on your EEE pc and format it using NTFS. Make sure you delete ALL partitions and recreate a single partition or you will get the hal.dll error message.</p>
<p>Once the text mode portion of setup is complete it will boot into the GUI mode (you can press enter after the reboot if your too excited to wait the 30 seconds)</p>
<p>Once the GUI portion of setup is complete you will again have to boot into GUI mode this will complete the XP installation and you will end up at you XP desktop. It is very important that you DO NOT REMOVE THE USB STICK before this point. Once you can see your start menu it is safe to remove the usb stick and reboot your pc to make sure everything worked.</p>
<p>This method has advantages over all current no cdrom methods of installing XP to the EEE. You do not have to copy setup files in DOS to the SSD and install from there. It gives you access to the recovery console by booting into text mode setup, and it gives you the ability to run repair installations of XP if you have problems later on.</p>
<p>I hope this worked out for you and please post feedback to the comments section.
</p>
<p style="text-align: left;"><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/04/xpinstall.jpg"><img class="aligncenter size-medium wp-image-326" title="xpinstall" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/04/xpinstall-300x225.jpg" alt="xpinstall 300x225 Install Windows XP on your Asus Eee PC using a USB flash drive" width="300" height="225" /></a></p>
<p><!-- adman --></p>


<p>Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/eee-pc/reset-system-password-for-eeepc/' rel='bookmark' title='Permanent Link: Reset system password for EeePC'>Reset system password for EeePC</a></li>
<li><a href='http://blog.another-d-mention.ro/how-tos/how-to-setup-a-subversion-server-on-windows/' rel='bookmark' title='Permanent Link: How To &#8211; Setup a Subversion server on Windows'>How To &#8211; Setup a Subversion server on Windows</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/really-useful-firefox-keyboard-shortcuts/' rel='bookmark' title='Permanent Link: Really useful firefox keyboard shortcuts'>Really useful firefox keyboard shortcuts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/eee-pc/install-windows-xp-on-your-asus-eee-pc-using-a-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>View hidden files with a keyboard shortcut</title>
		<link>http://blog.another-d-mention.ro/misc/view-hidden-files-with-a-keyboard-shortcut/</link>
		<comments>http://blog.another-d-mention.ro/misc/view-hidden-files-with-a-keyboard-shortcut/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 13:11:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=125</guid>
		<description><![CDATA[HowToGeek has come up with an absolutely marvelous solution to quickly toggle the display of hidden files on your Windows computer. Often you have to view hidden files when making changes to system files or configuration files of softwares. Enabling the "show hidden files" option in Windows is a long process. The author of HowToGeek [...]


Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/access-all-files-on-your-hard-disk-from-the-system-tray/' rel='bookmark' title='Permanent Link: Access all files on your hard disk from the system tray'>Access all files on your hard disk from the system tray</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/really-useful-firefox-keyboard-shortcuts/' rel='bookmark' title='Permanent Link: Really useful firefox keyboard shortcuts'>Really useful firefox keyboard shortcuts</a></li>
<li><a href='http://blog.another-d-mention.ro/programming/how-to-run-python-code-in-windows-batch-bat-files/' rel='bookmark' title='Permanent Link: How to run python code in Windows batch (bat) files'>How to run python code in Windows batch (bat) files</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.howtogeek.com/howto/keyboard-ninja/keyboard-ninja-toggle-hidden-files-with-a-shortcut-key-in-windows/" target="_blank">HowToGeek</a> has come up with an absolutely marvelous solution to quickly toggle the display of hidden files on your Windows computer. Often you have to view hidden files when making changes to system files or configuration files of softwares. Enabling the "show hidden files" option in Windows is a long process. The author of <em>HowToGeek</em> has coded a simple application in AutoHotkey script that runs in the background and toggles the status of the "show hidden files" option with a shortcut key combination - Win+H. There is no user interface to keep memory usage at a minimum, but you can customize with by editing the script which is provided on the site.</p>
<p>Once the application is running, all you have to do is hit the Win+H shortcut key.</p>
<p><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/02/togglehidden1_thumb2.png"><img class="alignnone size-full wp-image-124" title="togglehidden1_thumb2" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/02/togglehidden1_thumb2.png" alt="togglehidden1 thumb2 View hidden files with a keyboard shortcut" width="450" height="322" /></a></p>
<p>And immediately any hidden files will become visible. Hit the same shortcut key and the folders become hidden again.</p>
<p><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/02/togglehidden2_thumb2.png"><img class="alignnone size-full wp-image-126" title="togglehidden2_thumb2" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/02/togglehidden2_thumb2.png" alt="togglehidden2 thumb2 View hidden files with a keyboard shortcut" width="450" height="321" /></a></p>
<p>To make this application auto start, copy it to your startup folder <em>C:\Documents and Settings\%username\Start Menu\Programs\Startup.</em> Since there is no GUI, the only way to close the application is by killing the process through the task manager.</p>
<p>This application is going to make my life a lot easier. I wish it was available earlier. <a href="http://www.howtogeek.com/geekers/ToggleHiddenFiles.zip" target="_blank">Download ToggleHiddenFiles</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/access-all-files-on-your-hard-disk-from-the-system-tray/' rel='bookmark' title='Permanent Link: Access all files on your hard disk from the system tray'>Access all files on your hard disk from the system tray</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/really-useful-firefox-keyboard-shortcuts/' rel='bookmark' title='Permanent Link: Really useful firefox keyboard shortcuts'>Really useful firefox keyboard shortcuts</a></li>
<li><a href='http://blog.another-d-mention.ro/programming/how-to-run-python-code-in-windows-batch-bat-files/' rel='bookmark' title='Permanent Link: How to run python code in Windows batch (bat) files'>How to run python code in Windows batch (bat) files</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/view-hidden-files-with-a-keyboard-shortcut/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To &#8211; Setup a Subversion server on Windows</title>
		<link>http://blog.another-d-mention.ro/how-tos/how-to-setup-a-subversion-server-on-windows/</link>
		<comments>http://blog.another-d-mention.ro/how-tos/how-to-setup-a-subversion-server-on-windows/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 16:50:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=79</guid>
		<description><![CDATA[What is subversion Subversion (svn) is a version control system initiated in 2000 by CollabNet. It is used to maintain current and historical versions of files such as source code, web pages documentations etc. Google code also provides free Subversion hosting but if you want your own private server continue reading to learn how to [...]


Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/eee-pc/install-windows-xp-on-your-asus-eee-pc-using-a-usb-flash-drive/' rel='bookmark' title='Permanent Link: Install Windows XP on your Asus Eee PC using a USB flash drive'>Install Windows XP on your Asus Eee PC using a USB flash drive</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/alfresco-cifs-shared-drive-authentication-problem/' rel='bookmark' title='Permanent Link: Alfresco CIFS shared drive authentication problem'>Alfresco CIFS shared drive authentication problem</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!-- adman --><strong>What is subversion</strong></p>
<p>Subversion (svn) is a version control system initiated in 2000 by CollabNet. It is used to maintain current and historical versions of files such as source code, web pages documentations etc. Google code also provides free Subversion hosting but if you want your own private server continue reading to learn how to set up your own svn server</p>
<p>First: get the <a href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91&amp;expandFolder=91&amp;folderID=74">Subversion setup</a> and run it to install Subversion.</p>
<p><strong>Installing svnserve as a service</strong><br />
 <br />
The simplest way to set up a server on Windows is to use svnserv which can be installed as a Windows service.<br />
Run these commands in order to get the service up and running:<br />
 </p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="dos" style="font-family:monospace;">   <span style="color: #b1b100; font-weight: bold;">mkdir</span> c:\svn
   svnadmin create c:\svn\repos</pre></td></tr></table></div>

<p><strong>Start the service:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="dos" style="font-family:monospace;">   sc create svn binpath= &quot;\&quot;C:\program files\Subversion\bin\svnserve.exe\&quot; --service -r C:\svn&quot; displayname= &quot;Subversion Server&quot; depend= Tcpip start= auto
   net start svn</pre></td></tr></table></div>

<p><strong>Note:</strong> There really are spaces after the = signs.<br />
Check that it worked by checking out the repository:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="dos" style="font-family:monospace;">   svn checkout svn://localhost/repos</pre></td></tr></table></div>

<p><strong>Adding security</strong></p>
<p>Edit C:\svn\repos\conf\svnserve.conf, uncomment these lines and change anon-access to none:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="apache" style="font-family:monospace;">   anon-access = <span style="color: #0000ff;">none</span>
   auth-access = write
   password-db = passwd
   realm = My Subversion Repository</pre></td></tr></table></div>

<p>Now edit C:\svn\repos\conf\passwd and add a user name and password to the users section:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="conf" style="font-family:monospace;">   [users]
   myusername = mypassword</pre></td></tr></table></div>

<p>Delete your first checkout and try to check out the repository again, this time you will have to supply a user name and a password.</p>
<p><strong>Using WebDAV via Apache 2.2</strong></p>
<p>Get and install <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a>, install Apache and MySQL as a service. Unblock ports as needed when the installation is finishing up.</p>
<p>As we are installing Apache 2.2 so we need builds of the Subversion Apache modules which are compatible with Apache 2.2 which are available here.</p>
<p>XAMPP has a prebuilt mod_dav_svn and mod_authz_svn - they don't work, replace them with the Apache 2.2 built ones which you have just downloaded, the zip file contains a complete build of Subversion but we only need the two Apache module files. The files to replace are mod_dav_svn and mod_authz_svn in c:\xampp\apache\modules.</p>
<p>Edit C:\xampp\apache\conf\httpd.conf and add:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="apache" style="font-family:monospace;">   <span style="color: #00007f;">Include</span> conf/extra/httpd-subversion.conf</pre></td></tr></table></div>

<p>Put this in that file:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="apache" style="font-family:monospace;">   <span style="color: #00007f;">LoadModule</span> authz_svn_module modules/mod_authz_svn.so
   <span style="color: #00007f;">LoadModule</span> dav_svn_module modules/mod_dav_svn.so
   &lt;<span style="color: #000000; font-weight:bold;">location</span> /svn/repos&gt;
     DAV svn
     SVNPath c:/svn/repos
   &lt;/<span style="color: #000000; font-weight:bold;">location</span>&gt;</pre></td></tr></table></div>

<p>Stop and start the Apache service, either using the command line or the XAMPP Control Panel Application. Fire up a web browser and go to http://localhost/svn/repos.</p>
<p><strong>Adding Security</strong></p>
<p>In httpd-subversion.conf, add this to the Location directive:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="apache" style="font-family:monospace;">   <span style="color: #00007f;">AuthType</span> Basic
   <span style="color: #00007f;">AuthName</span> <span style="color: #7f007f;">&quot;Subversion Repository&quot;</span>
   <span style="color: #00007f;">AuthUserFile</span> c:/svn/passwords
   <span style="color: #00007f;">Require</span> valid-<span style="color: #00007f;">user</span></pre></td></tr></table></div>

<p>Now create a password file and add a user, note: xamp htpasswd doesn't like drive letters.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="dos" style="font-family:monospace;">   C:\svn&gt;c:\xampp\apache\bin\htpasswd -cb \svn\passwords myusername mypassword
   Automatically using MD5 format.
   Adding password <span style="color: #00b100; font-weight: bold;">for</span> user myusername</pre></td></tr></table></div>

<p>Then restart Apache again. You will now need to use the user name and password to access your repository.</p>
<p>If you're not familliar with the svn command line or you find it to hard to use, just download <a href="http://tortoisesvn.net/downloads">TortoiseSVN</a>. You'll love it.<br />
<!-- adman --></p>


<p>Related posts:<ol><li><a href='http://blog.another-d-mention.ro/misc/eee-pc/install-windows-xp-on-your-asus-eee-pc-using-a-usb-flash-drive/' rel='bookmark' title='Permanent Link: Install Windows XP on your Asus Eee PC using a USB flash drive'>Install Windows XP on your Asus Eee PC using a USB flash drive</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/alfresco-cifs-shared-drive-authentication-problem/' rel='bookmark' title='Permanent Link: Alfresco CIFS shared drive authentication problem'>Alfresco CIFS shared drive authentication problem</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/how-tos/how-to-setup-a-subversion-server-on-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
