<?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; Software</title>
	<atom:link href="http://blog.another-d-mention.ro/category/misc/software/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>Alfresco CIFS shared drive authentication problem</title>
		<link>http://blog.another-d-mention.ro/misc/alfresco-cifs-shared-drive-authentication-problem/</link>
		<comments>http://blog.another-d-mention.ro/misc/alfresco-cifs-shared-drive-authentication-problem/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[alfresco]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[shared]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=830</guid>
		<description><![CDATA[I'm a newbie in Alfresco and honestly cannot find my way in there. If you are trying to develop a WebScript or some other type of service for Alfresco, you can either upload files one by one using the web interface or you can map the CIFS shared drive (\\workstationA\Alfresco\) and use it as a [...]


Related posts:<ol><li><a href='http://blog.another-d-mention.ro/programming/the-simplest-way-to-parse-xml-in-java/' rel='bookmark' title='Permanent Link: The simplest way to parse XML in Java'>The simplest way to parse XML in Java</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>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-831" title="Alfresco" src="http://blog.another-d-mention.ro/wp-content/uploads/2010/06/images.jpg" alt="images Alfresco CIFS shared drive authentication problem" width="150" height="43" style="margin: 0px 10px 10px 0px" /> I'm a newbie in <a title="Alfresco content management" href="http://www.alfresco.com/">Alfresco</a> and honestly cannot find my way in there. If you are trying to develop a WebScript or some other type of service for Alfresco, you can either upload files one by one using the web interface or you can map the CIFS shared drive (\\workstationA\Alfresco\) and use it as a file-system. It seems it worked just fine in Windows XP and friends but I have Windows 7 and I simply could not make it work. It requests a user name and a password but then returns a "<strong>Failed to authenticate. Invalid user or password</strong>" message  The hack I found seems really dumb and I'm sure there is a better solution out there but this works for me.</p>
<p>What you have to do is go to your hosts file (Windows\System32\drivers\etc\hosts) and add a new line in there mapping the workstaionA (Where workstationA is your computer name + the letter a) to some unused IP address.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">13<span style="color: #339933;">.</span>13<span style="color: #339933;">.</span>13<span style="color: #339933;">.</span>13 workstationA</pre></div></div>

<p>That's it, now it works and you can map it as a network drive and do your development in peace.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">net use X: \\workstationA\Alfresco <span style="color: #000000; font-weight: bold;">/</span>user:admin admin <span style="color: #000000; font-weight: bold;">/</span>persistent:<span style="color: #c20cb9; font-weight: bold;">yes</span></pre></div></div>

<p><strong>Note</strong>: admin/admin are the Alfresco default username and password, you should change that and use yours.</p>
<p>Happy codding !</p>


<p>Related posts:<ol><li><a href='http://blog.another-d-mention.ro/programming/the-simplest-way-to-parse-xml-in-java/' rel='bookmark' title='Permanent Link: The simplest way to parse XML in Java'>The simplest way to parse XML in Java</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>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/alfresco-cifs-shared-drive-authentication-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zen Coding</title>
		<link>http://blog.another-d-mention.ro/misc/software/html-zen-coding/</link>
		<comments>http://blog.another-d-mention.ro/misc/software/html-zen-coding/#comments</comments>
		<pubDate>Tue, 11 May 2010 20:00:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[zen]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=820</guid>
		<description><![CDATA[If you write HTML for a living, and you don't know Zen Coding yet, you are missing out big time. Zen Coding is build as a plugin for commonly used editors (including Notepad++, yey!) that allows you to write HTML, CSS and XML code 20 time faster. So writing: 1 html:xt&#62;div#header&#62;div#logo+ul#nav&#62;li.item-$*5&#62;a with a keystroke converts [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>If you write HTML for a living, and you don't know <a href="http://code.google.com/p/zen-coding/">Zen Coding</a> yet, you are missing out big time.</p>
<p>Zen Coding is build as a plugin for commonly used editors (including Notepad++, yey!) that allows you to write HTML, CSS and XML code 20 time faster. So writing:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="java" style="font-family:monospace;">html<span style="color: #339933;">:</span>xt<span style="color: #339933;">&gt;</span>div#header<span style="color: #339933;">&gt;</span>div#logo<span style="color: #339933;">+</span>ul#nav<span style="color: #339933;">&gt;</span>li.<span style="color: #006633;">item</span><span style="color: #339933;">-</span>$<span style="color: #339933;">*</span><span style="color: #cc66cc;">5</span><span style="color: #339933;">&gt;</span>a</pre></td></tr></table></div>

<p>with a keystroke converts to:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt; !DOCTYPE html PUBLIC <span style="color: #ff0000;">&quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;</span> <span style="color: #ff0000;">&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">html</span> xmlns<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.w3.org/1999/xhtml&quot;</span> xml:<span style="color: #000066;">lang</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;en&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">meta</span> <span style="color: #000066;">http-equiv</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Content-Type&quot;</span> <span style="color: #000066;">content</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/html;charset=UTF-8&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">title</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">title</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;header&quot;</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;logo&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nav&quot;</span>&gt;</span>
			<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item-1&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
			<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item-2&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
			<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item-3&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
			<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item-4&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
			<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item-5&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">html</span>&gt;</span></pre></td></tr></table></div>

<p>Don't get this wrong, like the man said, "The purpose of ZC is not to write a full HTML page with a single line, but to help you write smaller code chunks.". Here is a video introducing the system in further detail.</p>
<p><object width="400" height="275"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7405114&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7405114&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="275"></embed></object></p>
<p>It is easier than it looks actually, and looking a bit over the <a href="http://code.google.com/p/zen-coding/wiki/ZenHTMLSelectorsEn">syntax</a> will make total sense. Printing the <a href="http://code.google.com/p/zen-coding/downloads/detail?name=ZenCodingCheatSheet.pdf&#038;can=2&#038;q=">cheat sheet</a> also helps <img src='http://blog.another-d-mention.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Zen Coding" /> </p>
<p>Also worth noticing that in Notepad++ (the only one I tried) the plugin added few more functions that help with the coding that I'm sure you'll enjoy (Jumping to the edit points is a God given). This project inspired another neat tool for PHP developers to output HTML using this syntax from code. You can find more <a href="http://code.google.com/p/zen-php/">here</a></p>
<p>I have only touched briefly on what it can do but I will certainly not author another single HTML document without the benefit of <a href="http://code.google.com/p/zen-coding/">Zen Coding</a>. </p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/software/html-zen-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Firefox add-ons for web designers</title>
		<link>http://blog.another-d-mention.ro/misc/10-firefox-add-ons-for-web-designers/</link>
		<comments>http://blog.another-d-mention.ro/misc/10-firefox-add-ons-for-web-designers/#comments</comments>
		<pubDate>Fri, 08 May 2009 18:28:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=344</guid>
		<description><![CDATA[Firefox has emerged victorious from the Great Browser War - at least as far as web developers are concerned. While it may not be the most-used browser for the everyday web surfer, Firefox is clearly the first choice of developers for a few very simple reasons. Its support for web standards is legendary, but the [...]


Related posts:<ol><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/misc/firefox-and-user-agent-switcher/' rel='bookmark' title='Permanent Link: Firefox and User Agent Switcher'>Firefox and User Agent Switcher</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/portable-versions-of-ie6-ie7-ie8-firefox-safari-opera-and-chrome/' rel='bookmark' title='Permanent Link: Portable Versions of IE6, IE7, IE8, Firefox, Safari, Opera and Chrome'>Portable Versions of IE6, IE7, IE8, Firefox, Safari, Opera and Chrome</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Firefox has emerged victorious from the Great Browser War - at least as far as web developers are concerned. While it may not be the most-used browser for the everyday web surfer, Firefox is clearly the first choice of developers for a few very simple reasons. Its <a href="http://www.mozilla.com/en-US/firefox/features/#standards">support for web standards</a> is legendary, but the real super powers come from <a href="http://www.mozilla.com/en-US/firefox/features/#customization">Firefox’s extensibility</a>. With a plethora of <a href="https://addons.mozilla.org/en-US/firefox/">add-ons and extensions</a>, created for developers by developers, Firefox becomes much more than just a browser and turns into an essential part of your toolbox. Rather than digging through your source code with squinted eyes, use Firefox add-ons to pinpoint Javascript errors and debug them like a pro. Use add-ons to measure areas of your page, select colors directly from the site or view the specific CSS assigned to a pesky</p>
<div>element. You can even get a leg up on assuring your sites are accessible and use valid markup - all thanks to Firefox’s add-ons.</p>
<p>Here are 10 free add-ons covering everything from DOM inspection to screenshots, making designing and developing with Firefox a breeze.</p>
<h2><strong>1. Firebug + Firecookie + Codeburner</strong></h2>
<p>The first on our list of 10 is actually 3 separate add-ons but they are all meant to work together, and when combined they form one of the most powerful development tools available.</p>
<p><img class="alignright size-full wp-image-345" title="11-150x150" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/11-150x150.jpg" alt="11 150x150 10 Firefox add ons for web designers" width="150" height="150" />First and foremost, if you’re doing any sort of Javascript development <strong>Firebug</strong> is essential. Otherwise you’re really just stumbling around in the dark when it comes to debugging. Firebug not only gives you a robust error console, but also lets you add breakpoints in your code. Firebug’s HTML and CSS inspector gives you the freedom to either browse your source code in a collapsible tree, or click an element within the page to see its markup. Firebug also lets you edit your “live” HTML and CSS and instantly displays the results for you to review - no reloading, no saving.</p>
<p><img class="alignright size-full wp-image-346" title="12-150x150" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/12-150x150.jpg" alt="12 150x150 10 Firefox add ons for web designers" width="150" height="150" />Install the <strong>Firecookie</strong> add-on and Firebug gets a new super-power: complete cookie viewing and management. You can view the full content of each cookie, and even edit and delete them all from Firebug’s window.</p>
<p><strong>Codeburner</strong> then rounds out the Firebug setup by adding a compete W3C reference lookup with search-as-you-type on HTML elements &amp; attributes as well as CSS properties. Ever wonder which browsers support the text-transform CSS atrtribute? Codeburner will tell you that it’s buggy in IE7, but has full support in Firefox 3, Safari 3 and Opera 9.<br />
Here are 10 free add-ons covering everything from DOM inspection to screenshots, making designing and developing with Firefox a breeze.</p>
<p><strong>Download:</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/6683" target="_blank">Firecookie</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/10273" target="_blank">Codburner</a></div>
<h2 style="margin-top:10px; clear:both"><strong>2. Web Developer Toolbar</strong></h2>
<p>If writing Javascript without Firebug is like fumbling in the dark, building a site without the Web Developer Toolbar is like blindfolding yourself, tieing your hands and and trying to run through the woods without hitting a tree. Disable your cache, images and cookies, switch style sheets by media type, auto-fill forms with temp data, outline certain element types, resize the browser window to common sizes and validate your markup - all from within one toolbar. The Web Developer Toolbar does a whole lot more and is always the first add-on I install in Firefox. Give it a try and you’ll wonder how you ever got along without it.</p>
<p><img class="aligncenter size-full wp-image-347" title="21" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/21.jpg" alt="21 10 Firefox add ons for web designers" width="500" height="28" /><br />
<strong>Download:</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer Toolbar</a></p>
<h2 style="margin-top:10px; clear:both"><strong>3. Measure It</strong></h2>
<p><img class="alignright size-full wp-image-348" title="3-150x150" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/3-150x150.jpg" alt="3 150x150 10 Firefox add ons for web designers" width="150" height="150" />Ever need to know just how much space you have for a photo, or how wide a dynamically sized column is? This handy little guy lets you measure, in pixels, any area on the page. Super simple and super helpful.</p>
<p><strong>Download:</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/539" target="_blank">Measure It</a></p>
<h2 style="margin-top:10px; clear:both"><strong>4. Colorzilla</strong></h2>
<p>Another very simple but very useful add-on that displays the RGB and HTML color codes directly beneath your cursor. With a click, Colorzilla will copy the HTML color code to your clipboard for use in your favorite editor.</p>
<p><img class="aligncenter size-full wp-image-349" title="4" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/4.jpg" alt="4 10 Firefox add ons for web designers" width="330" height="36" /></p>
<p><strong>Download:</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/271" target="_blank">Colorzilla</a></p>
<h2 style="margin-top:10px; clear:both"><strong>5. CSS Viewer</strong></h2>
<p><img class="alignright size-full wp-image-350" title="5-150x150" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/5-150x150.jpg" alt="5 150x150 10 Firefox add ons for web designers" width="150" height="150" />CSS Viewer takes one of the features in the Web Developer Toolbar and makes it a little easier. Just point your cursor at any element on the page and CSS Viewer will show you all of its CSS attributes, from size and position to fonts and colors, all in an easy to read overlay.</p>
<p><strong>Download:</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/2104" target="_blank">CSS Viewer</a></p>
<h2 style="margin-top:10px; clear:both"><strong>6. ScreenGrab</strong></h2>
<p><img class="alignright size-full wp-image-351" title="6-150x141" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/6-150x141.jpg" alt="6 150x141 10 Firefox add ons for web designers" width="150" height="141" />A simple screenshot tool, Screengrab will save the visible area or the complete page as a file on your desktop. You can choose to save as a png or jpg, and even auto-add a datestamp to the file name</p>
<p><strong>Download: </strong><a href="https://addons.mozilla.org/en-US/firefox/addon/1146" target="_blank">ScreenGrab</a></p>
<h2 style="margin-top:10px; clear:both"><strong>7. Gridfox</strong></h2>
<p><img class="alignright size-full wp-image-352" title="gridfox-150x150" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/gridfox-150x150.jpg" alt="gridfox 150x150 10 Firefox add ons for web designers" width="150" height="150" />If you use <a href="http://en.wikipedia.org/wiki/Grid_%28page_layout%29" target="_blank">grid layouts</a> or want to learn how, Gridfox is for you. It displays a simple overlay on your page to help you align elements to both vertical and horizontal grid lines. You can easily set the column and row sizes and spacing, choose from left-aligned, right-aligned or centered layouts and set the opacity of the overlay.</p>
<p><strong>Download:</strong> <a href="http://www.puidokas.com/portfolio/gridfox/" target="_blank">Gridfox</a></p>
<h2 style="margin-top:10px; clear:both"><strong>8. User Agent Switcher</strong></h2>
<p><img class="alignright size-full wp-image-353" title="9-150x150" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/9-150x150.jpg" alt="9 150x150 10 Firefox add ons for web designers" width="150" height="150" />If you swap style sheets or display alternate content based on which browser the user is viewing your site with, this add-on will tell Firefox to pretend it is another browser. Choose from Opera, Internet Explorer, or add your own custom <a href="http://www.user-agents.org/" target="_blank">user-agents</a> to the list.</p>
<p><strong>Download:</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/59" target="_blank">User Agent Switcher</a></p>
<h2 style="margin-top:10px; clear:both"><strong>9. PageDiff</strong></h2>
<p><img class="alignright size-full wp-image-354" title="10-150x150" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/10-150x150.jpg" alt="10 150x150 10 Firefox add ons for web designers" width="150" height="150" />Those of you familiar with the linux/unix “diff” command will instantly understand what this add-on does. Compare the source code of any two pages and see where they differ. This is very useful when comparing staging and production environments, or comparing a backup to a current deployment before restoring any code.</p>
<p><strong>Download:</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/4274" target="_blank">PageDiff</a></p>
<h2 style="margin-top:10px; clear:both"><strong>10.  Cache View and Cache Status</strong></h2>
<p><img class="alignright size-full wp-image-355" title="1208087359" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/1208087359.png" alt="1208087359 10 Firefox add ons for web designers" width="195" height="150" /><strong>CacheView</strong> is a GUI Front-end of "about:cache" that allows searching,sorting and saveing memory and disk cache files. Very usefull when 1) You want to see what is in your cache and 2) Save things from memory or disk cache since firefox has a very cryptic way of storing it's cache.</p>
<p><strong>Cache Status</strong> is a customizable presence to your browser window's statusbar that gives you up-to-date information on your browser's cache usage, both RAM and the hard drive. The presence also has a right-click context menu, where you can easily clear your <img class="size-full wp-image-356 alignright" title="943948800" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/05/943948800.png" alt="943948800 10 Firefox add ons for web designers" width="200" height="150" />browser's cache. It can also automatically clean your cache when it reaches a specified level, through its Options.</p>
<p><strong>Download:</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/2489" target="_blank">Cache Viewer</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/1881" target="_blank">Cache Status</a></p>


<p>Related posts:<ol><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/misc/firefox-and-user-agent-switcher/' rel='bookmark' title='Permanent Link: Firefox and User Agent Switcher'>Firefox and User Agent Switcher</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/portable-versions-of-ie6-ie7-ie8-firefox-safari-opera-and-chrome/' rel='bookmark' title='Permanent Link: Portable Versions of IE6, IE7, IE8, Firefox, Safari, Opera and Chrome'>Portable Versions of IE6, IE7, IE8, Firefox, Safari, Opera and Chrome</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/10-firefox-add-ons-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex and Visual Studio</title>
		<link>http://blog.another-d-mention.ro/misc/flex-and-visual-studio/</link>
		<comments>http://blog.another-d-mention.ro/misc/flex-and-visual-studio/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 19:09:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[amethyst]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[mxml]]></category>
		<category><![CDATA[sapphiresteel]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=261</guid>
		<description><![CDATA[Visual Studio is really popular with developers and for good reasons. It's fast, has some of the best Intellisense and debuging there is and now you can also use it for Flex authoring. Amethyst is developed by SapphireSteel and it's currently in public Beta. One of the smartest moves Adobe ever did was to release [...]


Related posts:<ol><li><a href='http://blog.another-d-mention.ro/programming/create-flexas3-applications-for-mobile-devices/' rel='bookmark' title='Permanent Link: Create Flex/AS3 applications for Mobile Devices'>Create Flex/AS3 applications for Mobile Devices</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/visual-versioning-for-designers/' rel='bookmark' title='Permanent Link: Visual versioning for designers'>Visual versioning for designers</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/flex-vs-silverlight-vs-ajax/' rel='bookmark' title='Permanent Link: Flex vs Silverlight vs AJAX'>Flex vs Silverlight vs AJAX</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Visual Studio is really popular with developers and for good reasons. It's fast, has some of the best Intellisense and debuging there is and now you can also use it for Flex authoring. Amethyst is developed by <a href="http://www.sapphiresteel.com/">SapphireSteel</a> and it's currently in public Beta. </p>
<p>One of the smartest moves Adobe ever did was to release the Flex SDK and make it easy to integrate it with other code editors. We know of quite a few editors (commercial and open source) that use the SDK, so this is certainly extending the Flex echo-system. Amethyst is a free IDE that builds on Visual Studio. If you already have Visual Studio and the Flex SDK installed, you only need to run the Amethyst installer to get started.</p>
<p><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/03/ambeta3-debugger.gif"><img src="http://blog.another-d-mention.ro/wp-content/uploads/2009/03/ambeta3-debugger.gif" alt="ambeta3 debugger Flex and Visual Studio" title="ambeta3-debugger" width="650" height="509" class="aligncenter size-full wp-image-262" /></a></p>
<p>Amethyst offers code completion, formatting and intellisense for AS3 and MXML. There's class templates for AS3, AIR, MXML, MXML components and more. The code is color coded and collapsible and all the neat Visual Basic panels such as Object and Solution Explorer works. The Personal Edition of Amethyst will be a free download for always, but some IntelliSense features may be provided in the ‘Professional’ edition only. The latest version was released only days ago and the beta now has super-fast intellisense, so if the slow intellisense in Flex Builder is killing your productivity, this could be worth a shot.</p>
<p>Check out more and download from <a href="http://www.sapphiresteel.com/Download-Amethyst-Adobe-Flex-IDE">here</a></p>


<p>Related posts:<ol><li><a href='http://blog.another-d-mention.ro/programming/create-flexas3-applications-for-mobile-devices/' rel='bookmark' title='Permanent Link: Create Flex/AS3 applications for Mobile Devices'>Create Flex/AS3 applications for Mobile Devices</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/visual-versioning-for-designers/' rel='bookmark' title='Permanent Link: Visual versioning for designers'>Visual versioning for designers</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/flex-vs-silverlight-vs-ajax/' rel='bookmark' title='Permanent Link: Flex vs Silverlight vs AJAX'>Flex vs Silverlight vs AJAX</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/flex-and-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xobni Makes Life Easier. Really. It Does.</title>
		<link>http://blog.another-d-mention.ro/misc/xobni-makes-life-easier-really-it-does/</link>
		<comments>http://blog.another-d-mention.ro/misc/xobni-makes-life-easier-really-it-does/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 08:01:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[xobni]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=227</guid>
		<description><![CDATA[Xobni is a new plugin for Outlook 2007 users and it kicks your email capabilities ass. Email search. Way faster than the current Outlook07 search. When I started typing in the first two or three letters in Xobni it immediately began pulling up emails with those letters used. It has been a time saver because [...]


Related posts:<ol><li><a href='http://blog.another-d-mention.ro/programming/cheeky-little-tips-that-will-help-against-email-harvesting/' rel='bookmark' title='Permanent Link: Cheeky little tips that will help against email harvesting'>Cheeky little tips that will help against email harvesting</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/03/xobni_sc.jpg"><img class="alignleft size-full wp-image-228" style="border: 1px solid black; margin: 10px 10px 10px 0px; padding: 10px;" title="xobni_sc" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/03/xobni_sc.jpg" alt="xobni sc Xobni Makes Life Easier. Really. It Does." width="252" height="356" /></a><a href="http://www.xobni.com/" target="_blank">Xobni</a> is a new plugin for Outlook 2007 users and it kicks your email capabilities ass.</p>
<p><strong>Email search</strong>. Way faster than the current Outlook07 search. When I started typing in the first two or three letters in Xobni it immediately began pulling up emails with those letters used. It has been a time saver because Outlook takes forever to search through 2 years of emails. With Xobni, it's pulling them up in seconds.</p>
<p><strong>Email Analytics</strong>. Fancy little graph showing you the frequency of email usage between you and your contact. Below the graph, it shows you the number of messages sent in and out and the contacts rank based on that number.</p>
<p><strong>Click-to Functions</strong>. Click on their phone number, click to schedule time with person (creates a default email and pulls your availability from your calendar!), or click to email this person.</p>
<p><strong>Network</strong>. Shows you all the people you and that person are associated with.</p>
<p><strong>Conversations</strong>. Shows you the history of correspondence between you and that person. How easy!</p>
<p><strong>Files Exchanged</strong>. Shows you all the files you and that person have exchanged. How convenient!</p>
<p><strong>Fun Facts</strong>. Share fun facts with your contacts, such as who responds the fastest to your emails.</p>
<p>Unlike many Outlook add-ons, Xobni seems to add its functionality without dragging down Outlook's performance, or worse, crashing it. It's useful and it doesn't get in the way. There's no reason not to try it, but be warned: it's still in beta, so just because others haven't had problems doesn't mean you'll get away scot-free.</p>
<p>And the <a href="http://www.xobni.com/download">download link</a>.</p>
<p>Enjoy</p>


<p>Related posts:<ol><li><a href='http://blog.another-d-mention.ro/programming/cheeky-little-tips-that-will-help-against-email-harvesting/' rel='bookmark' title='Permanent Link: Cheeky little tips that will help against email harvesting'>Cheeky little tips that will help against email harvesting</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/xobni-makes-life-easier-really-it-does/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual versioning for designers</title>
		<link>http://blog.another-d-mention.ro/misc/visual-versioning-for-designers/</link>
		<comments>http://blog.another-d-mention.ro/misc/visual-versioning-for-designers/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 19:29:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[flow]]></category>
		<category><![CDATA[gridiron]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[versioning]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=138</guid>
		<description><![CDATA[The company, Gird Iron Sofware, calls Flow a “Visual Workflow Manager.” I call it a miracle. Programmers had versioning tools since the begining now it's time for the designers to get theirs. And it's a really good one. Flow follows a project’s workflow by tracking and mapping out the revisions a file has gone through [...]


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/misc/10-firefox-add-ons-for-web-designers/' rel='bookmark' title='Permanent Link: 10 Firefox add-ons for web designers'>10 Firefox add-ons for web designers</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/auditory-illusion/' rel='bookmark' title='Permanent Link: Auditory illusion'>Auditory illusion</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The company, <a href="http://gridironsoftware.com/">Gird Iron Sofware</a>, calls <a href="http://www.gridironsoftware.com/products/flow.html">Flow</a> a “Visual Workflow Manager.” I call it a miracle.</p>
<p>Programmers had versioning tools since the begining now it's time for the designers to get theirs. And it's a really good one.</p>
<p>Flow follows a project’s workflow by tracking and mapping out the revisions a file has gone through during your work process. It manages your project files, how they’re related to each other, and where they’re located.</p>
<p><img class="alignleft size-full wp-image-139" style="margin-left: 10px; margin-right: 10px;" title="gridiron-software-gridiron-software-flow-a-revolutionary-approach-to-content-management" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/03/gridiron-software-gridiron-software-flow-a-revolutionary-approach-to-content-management.jpg" alt="gridiron software gridiron software flow a revolutionary approach to content management Visual versioning for designers" width="299" height="261" /></p>
<p><strong>How It Works</strong></p>
<p>Say that you have a final document for a client. It’s a PDF file that includes particular fonts and several images. Drop that PDF file onto Flow, and the application maps out the assets and the iterations of those assets for you. Double-click on a previous revision of an asset, such as one of the images, and Flow finds it on your computer instantly. Flow will let you know if you are missing any of the fonts in a project file.</p>
<p>Flow doesn’t care what the names of the files are; it identifies them through an ID number so even if you can’t remember what you named a file, Flow will find it for you and map it.</p>
<p>Flow not only gives you a history of a file and its iterations but allows you to revert to any version as needed. They call this “Visual Versioning.” You can also perform a “Visual Search” to locate any file and to see a visual diagram of how it fits into the project you’re working on.</p>
<p><img class="alignright size-thumbnail wp-image-140" title="xeler8r_flow_1" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/03/xeler8r_flow_1-150x150.jpg" alt="xeler8r flow 1 150x150 Visual versioning for designers" width="150" height="150" /></p>
<p><strong>Asset Tracking</strong><br />
One of my favourite features is the asset tracking across multiple programs. Without any intervention from the designer, Flow will detect copy/paste and import functions from application to application. That means it can tell that you've created a vector in Illustrator, imported it into Photoshop, and then exported it to JPG and added it to an HTML file.</p>
<p><strong>Project Reports</strong></p>
<p>Another nice feature is the ability to track how much time was spent working on a particular file or on a project as a whole. This actually fits quite nicely with how I used to determine how much time was spent on a project. I've often gone through my email and phone logs to see which project I was working on at any given time. Timesheets have always been a hassle and this would definitely help me get a more accurate view of where my time is being spent.</p>
<p><img class="alignleft size-medium wp-image-141" style="margin-left: 10px; margin-right: 10px;" title="xeler8r_flow_2" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/03/xeler8r_flow_2-300x167.jpg" alt="xeler8r flow 2 300x167 Visual versioning for designers" width="300" height="167" /></p>
<p><strong>Versioning</strong></p>
<p>I like how it'll automatically version the files that you are working on and even tracks when you do Save As. You'll be able to configure how far back a file is versioned so as not to eat up your entire hard drive (although considering I barely use 20% of my drive now, I'm not overly concerned). It creates thumbnails of each version, letting you quickly eyeball changes from version to version. It'll even track files on network drives or on removable storage.</p>
<p>Check out their video for a quick demo and a bit more details. For full details, just go and <a href="http://www.gridironsoftware.com/download/">download it</a></p>
<div align="center">
<object width="445" height="364" data="http://www.youtube.com/v/owGWVarUWDw&amp;hl=en&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/owGWVarUWDw&amp;hl=en&amp;fs=1&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1" /><param name="allowfullscreen" value="true" /></object>
</div>


<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/misc/10-firefox-add-ons-for-web-designers/' rel='bookmark' title='Permanent Link: 10 Firefox add-ons for web designers'>10 Firefox add-ons for web designers</a></li>
<li><a href='http://blog.another-d-mention.ro/misc/auditory-illusion/' rel='bookmark' title='Permanent Link: Auditory illusion'>Auditory illusion</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/visual-versioning-for-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stream movies and music directly from torrents</title>
		<link>http://blog.another-d-mention.ro/misc/stream-movies-and-music-directly-from-torrents/</link>
		<comments>http://blog.another-d-mention.ro/misc/stream-movies-and-music-directly-from-torrents/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 14:03:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[stream]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=129</guid>
		<description><![CDATA[RARPlayer is a multimedia torrent player that allows you to watch movies and listen to audio without downloading the torrent. It streams movies and music directly from the torrent file so that you can start watching it just like any streaming video without having to wait for it to complete downloading. So, if you have [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://rarbg.com/player_en.php">RARPlayer</a> is a multimedia torrent player that allows you to watch movies and listen to audio without downloading the torrent. It streams movies and music directly from the torrent file so that you can start watching it just like any streaming video without having to wait for it to complete downloading.</p>
<p><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/02/rarplayer4.jpg"><img class="aligncenter size-full wp-image-130" title="rarplayer4" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/02/rarplayer4.jpg" alt="rarplayer4 Stream movies and music directly from torrents" width="470" height="305" /></a></p>
<p>So, if you have a good download speed and a torrent with enough seeders, you will like this. You can even use it at your office <img src='http://blog.another-d-mention.ro/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' title="Stream movies and music directly from torrents" /> </p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/stream-movies-and-music-directly-from-torrents/feed/</wfw:commentRss>
		<slash:comments>1</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>Group your desktop icons by putting a Fence around them</title>
		<link>http://blog.another-d-mention.ro/misc/group-your-desktop-icons-by-putting-a-fence-around-them/</link>
		<comments>http://blog.another-d-mention.ro/misc/group-your-desktop-icons-by-putting-a-fence-around-them/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:59:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[fences]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[stardock]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=120</guid>
		<description><![CDATA[Stardock Fences is a free program that allows you to draw “fences” around groups of desktop icons which then become movable and resizable containers for your desktop icons. The fenced area becomes shaded in color and can be resized and moved around easily. To use the program, simply hold down the right mouse button and [...]


Related posts:<ol><li><a href='http://blog.another-d-mention.ro/programming/java-script/open-and-save-files-to-desktop-without-going-to-server/' rel='bookmark' title='Permanent Link: Open and Save files to Desktop without going to Server'>Open and Save files to Desktop without going to Server</a></li>
<li><a href='http://blog.another-d-mention.ro/programming/right-click-and-custom-context-menu-in-flash-flex/' rel='bookmark' title='Permanent Link: Right click and custom context menu in Flash/Flex'>Right click and custom context menu in Flash/Flex</a></li>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.stardock.com/products/fences/index.asp">Stardock Fences</a></strong> is a free program that allows you to draw “fences” around groups of desktop icons which then become movable and resizable containers for your desktop icons. The fenced area becomes shaded in color and can be resized and moved around easily.</p>
<p><span class="fullpost">To use the program, simply hold down the right mouse button and draw a box around the icons you want to group. Once you release the button you will get an option to create a Fence and label it. The label either appears at the top of the Fence, always visible, or you can make it show up as a tooltip. The colors and transparency of the shaded area can be customized.</span></p>
<p><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/02/stardock-fences_thumb1.jpg"><img class="aligncenter size-full wp-image-121" title="stardock-fences_thumb1" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/02/stardock-fences_thumb1.jpg" alt="stardock fences thumb1 Group your desktop icons by putting a Fence around them" width="450" height="240" /></a></p>
<p>Additionally, when you double click on the desktop all the icons vanish. Double click again to reveal them. This “<em>helps you finally appreciate the wallpaper you have hiding behind all that clutter</em>.” Fences integrate with the context menu allowing you edit, rename and lock a Fence directly by right clicking on it. You can also exclude a fence and individual icons from the hide feature.</p>
<p>StarDock says, “<em>We think this feature is so useful, we’re applying for a patent on it</em>.” And it's true. You'll love this tool and it is real usefull</p>


<p>Related posts:<ol><li><a href='http://blog.another-d-mention.ro/programming/java-script/open-and-save-files-to-desktop-without-going-to-server/' rel='bookmark' title='Permanent Link: Open and Save files to Desktop without going to Server'>Open and Save files to Desktop without going to Server</a></li>
<li><a href='http://blog.another-d-mention.ro/programming/right-click-and-custom-context-menu-in-flash-flex/' rel='bookmark' title='Permanent Link: Right click and custom context menu in Flash/Flex'>Right click and custom context menu in Flash/Flex</a></li>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/group-your-desktop-icons-by-putting-a-fence-around-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access all files on your hard disk from the system tray</title>
		<link>http://blog.another-d-mention.ro/misc/access-all-files-on-your-hard-disk-from-the-system-tray/</link>
		<comments>http://blog.another-d-mention.ro/misc/access-all-files-on-your-hard-disk-from-the-system-tray/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:23:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://blog.another-d-mention.ro/?p=116</guid>
		<description><![CDATA[Hawkscope is an incredibly useful program that allows you to access your hard disk’s content right from your system tray. Forget about My Computer or the desktop because Hawkscope does not simply show you the hard drives but the entire contents on it through pop open menus. The best part is Hawkscope is available for [...]


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>
<li><a href='http://blog.another-d-mention.ro/programming/java-script/open-and-save-files-to-desktop-without-going-to-server/' rel='bookmark' title='Permanent Link: Open and Save files to Desktop without going to Server'>Open and Save files to Desktop without going to Server</a></li>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/hawkscope/">Hawkscope</a> is an incredibly useful program that allows you to access your hard disk’s content right from your system tray. Forget about My Computer or the desktop because Hawkscope does not simply show you the hard drives but the entire contents on it through pop open menus. The best part is Hawkscope is available for all the three major platforms – Windows, Linux and Mac and it’s open source.</p>
<p><a href="http://blog.another-d-mention.ro/wp-content/uploads/2009/02/hs-040-win.png"><img class="alignnone size-medium wp-image-117" title="hs-040-win" src="http://blog.another-d-mention.ro/wp-content/uploads/2009/02/hs-040-win-285x300.png" alt="hs 040 win 285x300 Access all files on your hard disk from the system tray" width="285" height="300" /></a></p>
<p><span class="fullpost">The program allows you to add custom locations through the Quick Access tab on the settings window. You can also set to view hidden files or even blacklist certain locations from showing. This application is going to save anybody who works on a computer precious amount of time. I’m totally sold.</span></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>
<li><a href='http://blog.another-d-mention.ro/programming/java-script/open-and-save-files-to-desktop-without-going-to-server/' rel='bookmark' title='Permanent Link: Open and Save files to Desktop without going to Server'>Open and Save files to Desktop without going to Server</a></li>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.another-d-mention.ro/misc/access-all-files-on-your-hard-disk-from-the-system-tray/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
