<?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>MorganizeIT &#187; Aptana</title>
	<atom:link href="http://morganizeit.com/tag/aptana/feed/" rel="self" type="application/rss+xml" />
	<link>http://morganizeit.com</link>
	<description>Hack, bash, test, repeat.</description>
	<lastBuildDate>Sat, 09 Jul 2011 17:15:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Configure Aptana to ignore CSS Hacks</title>
		<link>http://morganizeit.com/2008/04/configure-aptana-to-ignore-css-hacks/</link>
		<comments>http://morganizeit.com/2008/04/configure-aptana-to-ignore-css-hacks/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 05:39:58 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Aptana]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://morganizeit.com/blog/?p=3</guid>
		<description><![CDATA[Aptana is a client-side web development IDE shipped as both a standalone app and Eclipse plugin. HTML, CSS, and JavaScript editors with code completion and validation. Document your JS with Javadoc like syntax for inline context help. Supports major JS libraries. It&#8217;s a pain that MooTools uses NaturalDocs, so no IDE love for me with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.aptana.com/">Aptana</a> is a client-side web development IDE shipped as both a standalone app and Eclipse plugin.  HTML, CSS, and JavaScript editors with code completion and validation.  Document your JS with Javadoc like syntax for inline context help.  Supports major JS libraries.  It&#8217;s a pain that <a href="http://mootools.net/">MooTools</a> uses <a href="http://www.naturaldocs.org/">NaturalDocs</a>, so no IDE love for me with my favorite lib&#8230; but no other IDE supports NaturalDocs either.</p>
<p>The CSS validator is based on <a href="http://csstidy.sourceforge.net/">CSSTidy</a>.  It comes with some exclusion rules to prevent false positives and you can add your own.  I use a couple of CSS hacks/filters, namely &#8220;*property&#8221; for all IE and &#8220;_property&#8221; for IE6/5.  These regular expressions will prevent the validator from reporting errors related to the hacks.  Enter them one at a time at <strong>Preferences -> Aptana -> Editors -> CSS -> Validation:</strong></p>
<p><code>.*unrecognized : \*[-a-z]*: [%\(\)-_'"./?0-9a-zA-Z ]*; for .*<br />
.*unrecognized : \*zoo 1; for .*<br />
.*unrecognized : :  for null.*<br />
.*Property _[-a-z]* doesn't exist.*<br />
.*Parse error - Unrecognized .*</code></p>
<hr />
<p><strong>UPDATE:</strong> I stopped using Aptana years ago when they dropped Ruby support and switched to Netbeans.  I was really happy with the change for a long time and then I finally tried IntelliJ again.  Really amazing, Hard to imagine what tool could top it but I&#8217;m sure I&#8217;ll be writing about it in a couple years. <img src='http://morganizeit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
]]></content:encoded>
			<wfw:commentRss>http://morganizeit.com/2008/04/configure-aptana-to-ignore-css-hacks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

