<?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>Ionut Staicu - Webdeveloper Blog &#187; Software</title>
	<atom:link href="http://dev.iamntz.com/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.iamntz.com</link>
	<description>Stuff about CSS, XHTML, Javascript and jQuery</description>
	<lastBuildDate>Thu, 26 May 2011 05:43:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Microsoft is a funny company!</title>
		<link>http://dev.iamntz.com/217/microsoft-its-a-funny-company</link>
		<comments>http://dev.iamntz.com/217/microsoft-its-a-funny-company#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:57:07 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Debates]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=217</guid>
		<description><![CDATA[Microsoft recently published a comparision table for three big (?!) browsers: IE8, Firefox and Chrome. Here is the table (i made a screenshot in case they change their minds): After you stop laughing, let&#8217;s take it step by step. So: &#8230; <a href="http://dev.iamntz.com/217/microsoft-its-a-funny-company">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft recently published a <a href="http://www.microsoft.com/windows/internet-explorer/get-the-facts/browser-comparison.aspx">comparision table</a> for three big (?!) browsers: IE8, Firefox and Chrome. Here is the table (i made a screenshot in case they change their minds):</p>
<p><a href="http://content.screencast.com/users/iamntz/folders/Jing/media/b470ad67-b173-40e8-bd39-68c82cb711f1/2009-06-18_1918.png" target="_blank"><img src="http://content.screencast.com/users/iamntz/folders/Jing/media/b470ad67-b173-40e8-bd39-68c82cb711f1/2009-06-18_1918.png" alt="Microsoft Browsers" width="50%" height="50%" /></a></p>
<p>After you stop laughing, let&#8217;s take it step by step. So:</p>
<ol>
<li><strong>Security</strong>. Ok, maybe I lied when I said we will take it step by step. I don&#8217;t worry about security because I don&#8217;t visit obscure sites (too often). However, in last three or four years of using Firefox I had NO PROBLEMS with security. Ok, if an obscure site will ASK you to install a toolbar and you will install it&#8230; That&#8217;s not poor security. That&#8217;s great stupidity!</li>
<li><strong>Privacy</strong>. I will skip this step too because I&#8217;m the only one who use my PC. Besides that I don&#8217;t login on other machines. However, Chrome have a &#8220;stealth mode&#8221; and Firefox permits you to clear all private data (just hit CTRL+SHIFT+DEL).</li>
<li><strong>Ease of use</strong>. I&#8217;m not the right person to judge about this, so I won&#8217;t.</li>
<li><strong>Web Standards</strong>. ACID test: Firefox 72/100 and IE8 12/100. I don&#8217;t even start Chrome.</li>
<li><strong>Developer Tools</strong>. Are you kidding me? Seriously, are you kidding me? The &#8220;web developer&#8221; is a joke if you compare with firebug. You only can set breakpoints with debugger but you can&#8217;t see values on that breakpoint! How stupid is that? Also, if you want to debug a page you need to&#8230; (guess!) RELOAD the page! Dumb asses! And for network monitoring what do you have? Nothing? Oh, that&#8217;s a bummer.</li>
<li> <strong>Reliability</strong>. Indeed, this is a problem on Firefox. But not on Chrome too (Chrome will open a new process for each tab).</li>
<li> <strong>Customizability</strong>. Riiiight. Please show me some IE8 themes!</li>
<li> <strong>Manageability</strong>. I’m not in a company, i don’t care.</li>
<li> <strong>Performance</strong>. It’s a tie, they admit it.</li>
<ol>
<p> I wonder why they didn’t include Safari and Opera in that chart…</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/217/microsoft-its-a-funny-company/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>CSS Groups in E-texteditor</title>
		<link>http://dev.iamntz.com/207/css-groups-in-e-texteditor</link>
		<comments>http://dev.iamntz.com/207/css-groups-in-e-texteditor#comments</comments>
		<pubDate>Sun, 07 Jun 2009 16:02:19 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[E-texteditor]]></category>
		<category><![CDATA[Tips & tricks]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=207</guid>
		<description><![CDATA[Press CTRL+SHIFT+B, open CSS folder then CSS language (with a black L on it, usually is last). Go to line 286 and find this: "foldingStopMarker" : "(?]]></description>
			<content:encoded><![CDATA[<p>Press CTRL+SHIFT+B, open CSS folder then CSS language (with a black L on it, usually is last). Go to line 286 and find this:</p>
<pre lang="json">
"foldingStopMarker" : "(?<!\\*)\\*\\*/|^\\s*\\}",
"comment" : "",
"foldingStartMarker" : "/\\*\\*(?!\\*)|\\{\\s*($|/\\*(?!.*?\\*/.*\\S))",
</pre>
<p>Replace with this:</p>
<pre lang="json">
   "foldingStopMarker" : "(?<!\\*)\\*\\*/|^\\s*\\}|\/*\\s*@end\\s*\\*\/",
   "comment" : "",
   "foldingStartMarker" : "/\\*\\*(?!\\*)|\\{\\s*($|/\\*(?!.*?\\*/.*\\S))|\/\\*\\s*@group\\s*.*\\s*\\*\/",
</pre>
<p>Without grouping:</p>
<p><img src="http://content.screencast.com/users/iamntz/folders/Jing/media/1ad46135-fb46-4169-af4b-418cd76e2bdf/2009-06-07_1905.png" alt="CSS Groups in E-texteditor" /></p>
<p>With grouping:</p>
<p><img src="http://content.screencast.com/users/iamntz/folders/Jing/media/d4aa5b15-3839-4dc2-be74-3a5734f8f602/2009-06-07_1903.png" alt="CSS Group in E-texteditor" /></p>
<p>Thanks to <a href="http://twitter.com/chriscoyier/status/2065494288">Chris Coyier</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/207/css-groups-in-e-texteditor/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>E-texteditor is slow?</title>
		<link>http://dev.iamntz.com/204/e-texteditor-is-slow</link>
		<comments>http://dev.iamntz.com/204/e-texteditor-is-slow#comments</comments>
		<pubDate>Sat, 30 May 2009 14:57:46 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[E-texteditor]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=204</guid>
		<description><![CDATA[Today I had a very annoying problem: E-texteditor was slow as hell. Besides that, he had over 50% cpu used. Uhm.. Ok, something is wrong when a simple text editor (ok, not so simple, but you get the point) is &#8230; <a href="http://dev.iamntz.com/204/e-texteditor-is-slow">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I had a very annoying problem: E-texteditor was slow as hell. Besides that, he had over 50% cpu used. Uhm.. Ok, something is wrong when a simple text editor (ok, not so simple, but you get the point) is using CPU so intensive. I looked on <a href="http://www.e-texteditor.com/forum/">forum</a> and I found next solution (which actually works!).</p>
<p>1) First of all we need to make sure E is not opened (eventually look in Task Manager) and a command prompt: press win+r, then type cmd and press enter.<br />
2) After that, you need to go where E is installed. Mine was (and still is <img src='http://dev.iamntz.com/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' />  ) in : <code>c:\Program Files (x86)\e</code>. If you have a 32bit windows, I guess you will find in <code>c:\Program Files\e</code>. Anyhow, the fastest way to find it is to right click on the E shortcut, choose properties then click on &#8220;find target&#8221; big ass button.<br />
3) Next (and last) step is to launch the editor. So just type: <code>e.exe --clearstate --clearundo</code></p>
<p>That&#8217;s all. Now I have a real speed boost and no extra CPU usage <img src='http://dev.iamntz.com/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ATTENTION!</p>
<p>Even though this is a good speed improvement, you will loose ALL undo and all opened files. So do this when you actually KNOW what are you doing <img src='http://dev.iamntz.com/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/204/e-texteditor-is-slow/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>E-texteditor new releases</title>
		<link>http://dev.iamntz.com/201/e-texteditor-new-releases</link>
		<comments>http://dev.iamntz.com/201/e-texteditor-new-releases#comments</comments>
		<pubDate>Sun, 24 May 2009 17:29:24 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=201</guid>
		<description><![CDATA[Ok, it&#8217;s been so long since last E stable (1.0.32) and I started to think that Alexander dropped the project. Well&#8230; I was wrong. And I don&#8217;t remember being so happy when I&#8217;m wrong Anyhow, two weeks ago, another release &#8230; <a href="http://dev.iamntz.com/201/e-texteditor-new-releases">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok, it&#8217;s been so long since last E stable (1.0.32) and I started to think that Alexander dropped the project. Well&#8230; I was wrong. And I don&#8217;t remember being so happy when I&#8217;m wrong <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' /><br />
Anyhow, two weeks ago, another release hit the wild: 1.0.33. This is what was new with it:</p>
<ul>
<li>Added simple (but fast) Find in Project dialog.</li>
<li>Search and Replace now has pop-up history.</li>
<li>Settings dialog now have page with info about cygwin setup [adamv].</li>
<li>Settings are now saved in JSON format.</li>
<li>Repeatedly pressing home key will now toogle between beginning of line and the beginning of the indented text #354 [adamv]</li>
<li>Improved multi-monitor handling #356 [adamv]</li>
<li>Fixed shortcuts using windows keys was broken.</li>
<li>Fixed re-opening previously edited bundle items.</li>
<li>Fixed problem with unicode paths in projects #342 [tea]</li>
<li>Fixed inf. loop after deleting bundle item #309 [tea] </li>
</ul>
<p>With this release i saw a nice (and so waited!) performance boost: from 20 seconds (or even more!!!), the startup time dropped to 1-2 seconds <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>After a week or so, big surprise (and I mean it!): a brand new version of E! What&#8217;s new with this? Let see:</p>
<ul>
<li>Added support for Regular Expressions in Find in Project.</li>
<li>Added keyboard shortcut for Find in Project (Ctrl-Alt-F).</li>
<li>Fixed some keyboard shortcuts in menu.</li>
<li>Fixed problem that prevented some bundle shortcuts from being detected.</li>
<li>Fixed restoration of unsaved files #358.</li>
<li>Fixed double-click on project pane folders #357.</li>
<li>Fixed problem when re-opening remote file.</li>
<li>Fixed cygwin path off-by-one error [adamv].</li>
<li>Double-clicking projectpane folder now toogles.</li>
<li>Fixed plain search in &#8216;Find in Files&#8217;.</li>
<li>Removed old &#8216;Find in Files&#8217; bundle command (it had conflicting shortcut).</li>
<li>Fixed adding slash to drive in cygwin path [adamv]</li>
</ul>
<p>Of course, the download link is <a href="http://e-texteditor.com/download/e_setup.exe">here (click)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/201/e-texteditor-new-releases/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Vista and Microsoft mices</title>
		<link>http://dev.iamntz.com/192/windows-vista-and-microsoft-mices</link>
		<comments>http://dev.iamntz.com/192/windows-vista-and-microsoft-mices#comments</comments>
		<pubDate>Wed, 13 May 2009 07:24:43 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips & tricks]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=192</guid>
		<description><![CDATA[Until two months ago I had a Microsoft Laser 6000. I also runned Microsoft Vista. Hilarious (or not), two MS products doesn&#8217;t work together. Or not in the first place. On some applications, the scroll from the mouse was choppy &#8230; <a href="http://dev.iamntz.com/192/windows-vista-and-microsoft-mices">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Until two months ago I had a <a href="http://i.pricerunner.com/prod/16_8_8_11_755048s/Microsoft_Wireless_Laser_Mouse_6000_Silver_OEM.jpeg">Microsoft Laser 6000</a>. I also runned Microsoft Vista. Hilarious (or not), two MS products doesn&#8217;t work together. Or not in the first place. </p>
<p>On some applications, the scroll from the mouse was choppy as hell and kinda impossible to use. I founded two application: winamp and e-texteditor. If winamp is not a big deal (because i use foobar), the real problem was my editor. After few searches on google, i found this solution:</p>
<ol>
<li>I installed the driver (intellipoint);</li>
<li>Go to start -> run -> msconfig -> startup tab -> find and <em>unchec</em>k <strong>ipoint.exe</strong>;</li>
<li>And finally, restart your computer</li>
</ol>
<p>A real pain in the ass was when I wanted to change scrolling speed. I used a system tweaker and change settings from there. After that, restart and saw if is fine. Usually, 3-4 lines for scroll was great.</p>
<p>Few months after, I changed position of my computer and i had to unplug all wires (and trust me, i have A LOT of wires there). Of course, when I plugged all things back, i didn&#8217;t put the mouse receiver in the same USB port and it doesn&#8217;t worked well. I guess the same problem you will have if you have a notebook, then be sure you plug in the mouse in the very same usb port, because all things will be messed up. Solution? Put the receiver in the same port or redo all settings. I always picked first.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/192/windows-vista-and-microsoft-mices/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>E-texteditor and open source</title>
		<link>http://dev.iamntz.com/176/e-texteditor-and-open-source</link>
		<comments>http://dev.iamntz.com/176/e-texteditor-and-open-source#comments</comments>
		<pubDate>Thu, 26 Mar 2009 11:25:13 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[E-texteditor]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=176</guid>
		<description><![CDATA[Yes, is somehow true. E-texteditor goes open source. Or something like that. From Alexander blog post i extracted this: The source will be made available in few days; Even though the source will be public, the software will not be.. &#8230; <a href="http://dev.iamntz.com/176/e-texteditor-and-open-source">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, is somehow true. E-texteditor goes open source. Or something like that. From <a href="http://e-texteditor.com/blog/2009/opencompany">Alexander blog post</a> i extracted this:</p>
<ul>
<li>The source will be made available in few days;</li>
<li>Even though the source will be public, the software will not be.. free. Licensing code will not be public</li>
<li>Yes, there will be (finally!) a linux version. Which will be free <img src='http://dev.iamntz.com/wp-includes/images/smilies/smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>I can only hope that the TEAM will work on three aspects: stability (<a href="http://www.e-texteditor.com/bugtracker/">a lot of bug fixes</a>), speed (sometimes i encounter some &#8220;slow motion&#8221; when i open large files; also, on old computers will simply&#8230; won&#8217;t work) and networking (FTP client can be better than that). Also, a 64 bit version would be nice <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Let&#8217;s wait and see the evolution of the new Open Company.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/176/e-texteditor-and-open-source/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recovering after a crash of e-texteditor</title>
		<link>http://dev.iamntz.com/151/recovering-after-a-crash-of-e-texteditor</link>
		<comments>http://dev.iamntz.com/151/recovering-after-a-crash-of-e-texteditor#comments</comments>
		<pubDate>Mon, 02 Feb 2009 18:23:14 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Advices]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Editors]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=151</guid>
		<description><![CDATA[Even the best software have troubles sometimes. Today i will show you how to survive after a crash of E-texteditor (i survived twice so, you can do too ). For various reasons, E-text can crash or just hang when you &#8230; <a href="http://dev.iamntz.com/151/recovering-after-a-crash-of-e-texteditor">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Even the best software have troubles sometimes. Today i will show you how to survive after a crash of E-texteditor (i survived twice so, you can do too <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' />  ).</p>
<p>For various reasons, E-text can crash or just hang when you want to save (especially when you work remotely, via FTP) and can ruin the work of a whole day (or even more) because when saves, the editor will first empty/remove current file, then will write the new one. And if the editor crash just after file is removed, you are screwed. Or, at least, you think so.</p>
<p>Whan you need to do: </p>
<p>Grab a small and fast editor. My pick is <a href="http://www.scintilla.org/SciTEDownload.html">Scite</a>. Is small and is DAMN fast with huge files.</p>
<p>Hit your WIN+R on your keyboard and write this: <code>%appdata%\e\temp</code>. Then dragg all files in Scite. Here you can find all recently edited files (may be many files, on my pc there is around 30 or so). Now, all you need to do is to find the file you was saving when the editor crashed. I know, it may be hard, but i can bet is not harder than rewritting your whole file <img src='http://dev.iamntz.com/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>Bonus tip:</h3>
<p>Older version of E-texteditor was somehow unstable in various circumstances. And because i use E since 1.0 or so, i had to develop a good habit: backup my settings. For doing that i use <a href="http://www.microsoft.com/DownLoads/details.aspx?familyid=C26EFA36-98E0-4EE9-A7C5-98D0592D8C52&#038;displaylang=en">Sync Toy 2</a>. Every night<strong> i close my editor</strong> and every morning synctoy will copy my settings on another partition, just in case. It&#8217;s VERY important to close the editor before backup, because most settings (like ftp accounts) are saved when editor closes. So, unless you want your backup to be useless, please, close your editor <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<h3>Bonus tip 2:</h3>
<p>From time to time, visit <a href="http://www.e-texteditor.com/forum/viewforum.php?f=7">e-texteditor forums</a>. Most new versions don&#8217;t hit the front page if they are not well tested. Live example: on homepage, the last version is 1.0.30 and on forums is 1.0.31 (which is way more stable). So.. Keep an eye there!</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/151/recovering-after-a-crash-of-e-texteditor/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>I don&#8217;t use CS4. Not yet.</title>
		<link>http://dev.iamntz.com/112/i-dont-use-cs4-not-yet</link>
		<comments>http://dev.iamntz.com/112/i-dont-use-cs4-not-yet#comments</comments>
		<pubDate>Mon, 01 Dec 2008 17:37:16 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=112</guid>
		<description><![CDATA[Everyone knows (ok, not everyone, but most people know) that i&#8217;m not a design guy. When i have some free time (rarely and rarely ) i start to play with colours and try to make a great design. I never &#8230; <a href="http://dev.iamntz.com/112/i-dont-use-cs4-not-yet">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Everyone knows (ok, not everyone, but most people know) that i&#8217;m not a design guy. When i have some free time (rarely and rarely <img src='http://dev.iamntz.com/wp-includes/images/smilies/angry.gif' alt=':(' class='wp-smiley' />  ) i start to play with colours and try to make a great design. I never did until now, but i&#8217;m a perseverant guy.</p>
<p>Anyhow, let&#8217;s get back on CS4. Even CS4 was released officially few days ago, all suite is available on certain sites since two months ago (give or take). I don&#8217;t know why, but CS4 was one of the most waited (by me) version of Photoshop. I&#8217;m not a photographer or a designer, but&#8230; i&#8217;m just dying to see it at work.</p>
<p>When i finally have it, i was like.. uhm&#8230; that sucks! Because of numerous bugs and flaws, Photoshop was a BIG disappointment. Some parts were good, but the bad parts were&#8230; awful <img src='http://dev.iamntz.com/wp-includes/images/smilies/angry.gif' alt=':(' class='wp-smiley' /> </p>
<h2>Good things:</h2>
<ul>
<li>64 bit support. I own 8gb of ram but CS3 can&#8217;t handle more than 3.2Gb. Actually this is a limitation of all 32bit programs (yes, including windows!). Adobe fix this with a 64bit release of photoshop.</li>
<li>Using GPU for processing. Again, it&#8217;s a great thing, but you need a decent video card. I owned a 7600GT from nvidia but no use. With my new 9800Gtx, works great <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' /> </li>
<li>Canvas slide (i don&#8217;t know how is named exactly) &#8211; you drag the canvas (with hand tool) and the canvas will move with a nice slide. Not necessary a workflow improvements, but it&#8217;s some kind of eyecandy.</li>
<li>Rotate canvas &#8211; if you use a tablet pc or a Wacom Cintiq. Not for regular users though.</li>
<li>Content aware scale &#8211; you can resize your image with AMAZING results. Great for photographers, for me&#8230; Not so great (actually isn&#8217;t good or bad)</li>
</ul>
<h2>Bad things:</h2>
<p>Well.. Not so many bad things. But those who are here, are enough to make me not to use CS4. I use Photoshop mostly to slice layouts so here is what i found wrong:</p>
<ul>
<li>You can move a slice over the canvas boundaries. You can&#8217;t make it directly bigger, but you can resize/move. After you make a huge slice, you can&#8217;t resize it back (only double click, change width/height).</li>
<li>On &#8220;save for web&#8221; window, if you pick gif/png format and you want to pick colours that will be transparent with color picker, you can&#8217;t SHIFT+drag on colors for multiple selections. I use this function kinda frequently, because it&#8217;s more easy that creating a &#8220;<a href="http://en.wikipedia.org/wiki/Chroma_key">chroma key</a>&#8221; layer. On the other hand, on &#8220;color table&#8221; box, you can pick multiple colors. Nice, but useless because i can&#8217;t guess colors&#8230;</li>
<li>Photoshop CS4 64bit used to crash after 1-2 minutes. After i google it, i found the problem: if you had Guitar Pro installed, you have to remove &#8220;Guitar pro*.ttf&#8221; from c:\windows\fonts folder. I deleted that and i have no problem now <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' /> </li>
</ul>
<p>Overall, i&#8217;m happy with CS4 for only one big reason: 64bit and more than 3Gb ram support. Sometimes i get some huge files to slice (over 50Mb) and every single MB of ram is important. But those problems with slice make the whole program useless for me <img src='http://dev.iamntz.com/wp-includes/images/smilies/angry.gif' alt=':(' class='wp-smiley' /> </p>
<p>I don&#8217;t use any other software from CS4, but i heard that <a href="http://www.screencast.com/users/addatwork/folders/Jing/media/86c4ea56-5a66-42b6-8e15-6617435bef47">Fireworks have some big problems too</a>. Adobe was in big hurry to launch this, and it succeed to mess things up. I hope an update will be launched soon, otherwise CS4 will have the lowest sells in Adobe history.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/112/i-dont-use-cs4-not-yet/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>E-texteditor 1.0.31 Released</title>
		<link>http://dev.iamntz.com/85/e-texteditor-1031-released</link>
		<comments>http://dev.iamntz.com/85/e-texteditor-1031-released#comments</comments>
		<pubDate>Mon, 20 Oct 2008 12:16:11 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=85</guid>
		<description><![CDATA[Fixed detection of correct syntax for bundle items. Fixed insertion of separators in bundle menus. Fixed cases where deleted bundles returned on restart. Fixed completion within autobrackets. Pageup/down now works in completion popup. Fixed some issues with transformations in snippets. &#8230; <a href="http://dev.iamntz.com/85/e-texteditor-1031-released">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li>Fixed detection of correct syntax for bundle items.</li>
<li>Fixed insertion of separators in bundle menus.</li>
<li>Fixed cases where deleted bundles returned on restart.</li>
<li>Fixed completion within autobrackets.</li>
<li>Pageup/down now works in completion popup.</li>
<li>Fixed some issues with transformations in snippets.</li>
<li>Symbols are now stripped of newlines before transformation.</li>
<li>Fixed crash when opening project settings with file selected.</li>
<li>Lots of minor bugfixes.</li>
</ul>
<p>Download free trial of E-texteditor 1.0.31 <a href="http://e-texteditor.com/download/e_setup.exe">HERE</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/85/e-texteditor-1031-released/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>E-texteditor v1.0.30 released</title>
		<link>http://dev.iamntz.com/47/e-texteditor-v1030-released</link>
		<comments>http://dev.iamntz.com/47/e-texteditor-v1030-released#comments</comments>
		<pubDate>Fri, 19 Sep 2008 15:56:02 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=47</guid>
		<description><![CDATA[My favorite editor is on version 1.0.30 (launched today). The main feature is that Alexander finally fixed a MAJOR bug: E used to crash frequently when you use remote or SVN. I didn&#8217;t have problems with SVN because i never &#8230; <a href="http://dev.iamntz.com/47/e-texteditor-v1030-released">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My favorite editor is on version 1.0.30 (launched today). The main feature is that Alexander finally fixed a MAJOR bug: E used to crash frequently when you use remote or SVN. I didn&#8217;t have problems with SVN because i never used and frankly i don&#8217;t know how to use <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' />  But ftp made me to pull my hair out.</p>
<p>Here are the release notes:</p>
<ul>
<li>Fixed a really nasty memory corruption bug that has been the source of a lot of crashes.</li>
<li>Fixed creation of shortcuts in bundle commands.</li>
<li>Fixed deletion of bundles via context menu.</li>
<li>Fixed crash when clicking on empty dir in ftp project.</li>
<li>Fixed webpreview crash.</li>
<li>Fixed correct restore of bundle pane state.</li>
<li>Fixed bundle env is now also set for CompletionCmds.</li>
</ul>
<p>Download? As always, on E site: <a href="http://e-texteditor.com/download/e_setup.exe">http://e-texteditor.com/download/e_setup.exe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/47/e-texteditor-v1030-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-texteditor v1.0.29</title>
		<link>http://dev.iamntz.com/46/e-texteditor-v1029</link>
		<comments>http://dev.iamntz.com/46/e-texteditor-v1029#comments</comments>
		<pubDate>Sun, 14 Sep 2008 20:45:50 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=46</guid>
		<description><![CDATA[Because last time i wrote of E was lucky time (one of the BEST releases!), i will write now about the new version released two days ago. So, what&#8217;s new? So, if i quote Alexander: This update adds an extension &#8230; <a href="http://dev.iamntz.com/46/e-texteditor-v1029">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Because last time i wrote of E was lucky time (one of the BEST releases!), i will write now about the new version released two days ago. So, what&#8217;s new? So, if i quote Alexander:</p>
<blockquote><p>This update adds an extension to the snippet format, so that you can pipe the contents of individual tabstops through shell commands. </p>
<p>Here is a simple example that allows you to directly evaluate ruby code. Very handy for doing quick calculations without having to do a mental shift: </p></blockquote>
<pre lang="ruby">${1:ruby code|ruby -e "print eval STDIN.read"}</pre>
<ul>
<li>Added an extension to the snippet format so that you can have the content of a tabstop piped through a shell command. </li>
<li>Fixed some projectpane related bugs which had been the cause of a lot of crashes.</li>
</ul>
<p>Ok, what this is mean? I have no freakin idea! But sounds great! Besides that, Alexander said he will post an entry on E blog with more explanation on this. And if he made this version stable as last time did, this is GREAT!</p>
<p>You can download last version <a href="http://e-texteditor.com/download/e_setup.exe">HERE</a>.</p>
<p>For those who don&#8217;t know, E-text is a Textmate clone for Windows (Textmate is Mac only) which is better than Textmate <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/46/e-texteditor-v1029/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-texteditor 1.0.27 Released</title>
		<link>http://dev.iamntz.com/42/e-texteditor-1027-released</link>
		<comments>http://dev.iamntz.com/42/e-texteditor-1027-released#comments</comments>
		<pubDate>Thu, 28 Aug 2008 13:19:35 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=42</guid>
		<description><![CDATA[This great (and is really great, trust me!) editor has a new version released which have a brand new bundle editor and a lots of minor bugs fixed: All new bundle editor! You can now edit the bundle items directly &#8230; <a href="http://dev.iamntz.com/42/e-texteditor-1027-released">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This great (and is really great, trust me!) editor has a new version released which have a brand new bundle editor and a lots of minor bugs fixed:</p>
<ul>
<li>All new bundle editor! You can now edit the bundle items directly in the editor with all basic features available (syntax highlighting, snippets, undo history, etc..).</li>
<li>Hold down shift when selecting an item from the bundle menu and it will open directly in the editor.</li>
<li>From the context menu in the bundle pane you can now export full bundles and individual items for easy sharing.</li>
<li>Added syntax for MSDOS batch files (.bat).</li>
<li>Lots of minor bugfixes.</li>
</ul>
<p>The latest release can be downloaded at:<br />
<a href="http://e-texteditor.com/download/e_setup.exe">http://e-texteditor.com/download/e_setup.exe</a></p>
<p>I hope only will be stable as previous version (.26) and not like .21-.25 version <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/42/e-texteditor-1027-released/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>News from Adobe</title>
		<link>http://dev.iamntz.com/23/news-from-adobe</link>
		<comments>http://dev.iamntz.com/23/news-from-adobe#comments</comments>
		<pubDate>Tue, 27 May 2008 13:55:55 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=23</guid>
		<description><![CDATA[Today it seems that it&#8217;s a big day. First of all, i redesigned my blogs. Both have same design (and i&#8217;m proud with this ). And second, Adobe launched a beta version for Dreamweaver CS4, Fireworks and Soundbooth. I won&#8217;t &#8230; <a href="http://dev.iamntz.com/23/news-from-adobe">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today it seems that it&#8217;s a big day. First of all, i redesigned my blogs. Both have same design (and i&#8217;m proud with this <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' />  ). And second, Adobe launched a <a href="http://labs.adobe.com/technologies/dreamweavercs4/">beta version for Dreamweaver CS4</a>, Fireworks and Soundbooth. I won&#8217;t comment for FW or SB, because i&#8217;m not a design-the-web guy or let&#8217;s-mix-all-sounds-in-the-world guy, but let&#8217;s see some of the features of DW.</p>
<p>So i downloaded, and i start to install. The process was unexpected FAST. I mean any CS3 product take a LOT of time to install, but this was&#8230; wow. In less than 2-3 minutes was done:</p>
<p><a href="http://i126.photobucket.com/albums/p95/i0nutzb/dev/2008-05-27_1609.png"><img src="http://i126.photobucket.com/albums/p95/i0nutzb/dev/2008-05-27_1609.png" alt="" width="486" height="328" /></a></p>
<p>First thing i said: OMG, 64bit version! I&#8217;m on Vista 64 (i have a lot of Gb of RAM and i don&#8217;t want to be wasted on 32 bit version <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' />  ) so that was a pretty big surprise for me. I knew that Photoshop CS4 will have a 32 bit version, but i didn&#8217;t expect to see this on a beta version of DW.</p>
<p><span id="more-23"></span></p>
<p><a href="http://i126.photobucket.com/albums/p95/i0nutzb/dev/2008-05-27_1610.png"><img src="http://i126.photobucket.com/albums/p95/i0nutzb/dev/2008-05-27_1610.png" alt="" width="486" height="328" /></a></p>
<p>I use <a href="http://www.jingproject.com/">JING</a> for making screenshots and since i pressed the button for capture, the installer was half done. Pretty nice, eh?</p>
<p><a href="http://i126.photobucket.com/albums/p95/i0nutzb/dev/2008-05-27_1614.png"><img src="http://i126.photobucket.com/albums/p95/i0nutzb/dev/2008-05-27_1614.png" alt="" width="486" height="328" /></a></p>
<p>As i said, the install process was FAST. After install, i press the big button on that window  (Click here to run DW CS4 Now) and&#8230; nothing happened <img src='http://dev.iamntz.com/wp-includes/images/smilies/angry.gif' alt=':(' class='wp-smiley' />  The first tough was: oups.. didn&#8217;t work on Vista 64? I opened Windows Explorer-&gt;Program Files and&#8230; there is no folder from Adobe. Where the heck was installed? Well.. In the same way as all other Adobe products: <strong>Program Files (x86)\Adobe\</strong>. I run the new CS4 and&#8230; Wow.</p>
<p><a href="http://i126.photobucket.com/albums/p95/i0nutzb/dev/2008-05-27_1617.png"><img src="http://i126.photobucket.com/albums/p95/i0nutzb/dev/2008-05-27_1617.png" alt="" width="486" height="328" /></a></p>
<p>The interface is changed. More stylish, nicer, cleaner. I like it, but is too bad i didn&#8217;t use DW. And i saw again why&#8230;</p>
<ul>
<li>the most annoying thing: bracket highlight and balance is&#8230; missing. On big files, this is really helpful, especially when you have nested function or when you change some code that is not written by you.</li>
<li>the autocomplete for html is the best i ever seen. just add &lt;/ and DW closes the last unclosed tag.</li>
<li>the autocomplete for css is a great thing for a beginner. This can be a great way for learning and these last things was determining me to use DW for a while. But the bracket thing make me to quit it <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' /> </li>
<li>doesn&#8217;t have line bookmarks. Is a very useful function that is missing from a LOT of editors</li>
</ul>
<p>New things that i don&#8217;t use (and probably i won&#8217;t use ever):</p>
<ul>
<li>subversion integration. I saw that most editors have this feature. Unfortunately i don&#8217;t know how to use and every time i tried, i fail. I still try <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' /> </li>
<li>live view allows you (like the name said) to view your changes in real time. DW uses WebKit engine for this.</li>
<li>new user interface (you can see in a screenshot)</li>
<li>and <a href="http://labs.adobe.com/technologies/dreamweavercs4/">more</a>.</li>
</ul>
<p>Anyway, i don&#8217;t think i will ever return to this editor too soon (or ever!). That&#8217;s because E-texteditor have all function that i want (oh, well, maybe is room for few more things <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' />  ) and is far more cheaper. Again, if you are a beginner and you want some help on code writing, you should give a try for DW for a while, until you get used with all CSS and HTML tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/23/news-from-adobe/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

