<?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>Sun, 29 Mar 2009 14:31:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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[Tools]]></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 [...]]]></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 -&gt; Aptana -&gt; Editors -&gt; CSS -&gt; 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>
]]></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>
