<?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/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; Apple</title>
	<atom:link href="http://gigaom.com/apple/tag/cssedit/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Sun, 27 May 2012 14:23:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; Apple</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>Enable CSS3 Support for CSSEdit</title>
		<link>http://gigaom.com/apple/enable-css3-support-for-cssedit/</link>
		<comments>http://gigaom.com/apple/enable-css3-support-for-cssedit/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 18:44:54 +0000</pubDate>
		<dc:creator>Bryan Schuetz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[cssedit]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://theappleblog.com/?p=37607</guid>
		<description><![CDATA[Chances are if you do any kind of front-end web development on a Mac you&#8217;ve heard about CSSEdit, a very popular tool for editing .css files in OS X. I use CSSEdit pretty much all day long at my day job and while I absolutely love [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=173747&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img  title="css_icon" src="http://gigapple.files.wordpress.com/2009/12/css_icon.png?w=205&h=205" alt="" width="205" height="205" class=" alignleft" /></p>
<p class="excerpt">Chances are if you do any kind of front-end web development on a Mac you&#8217;ve heard about <a href="http://macrabbit.com/cssedit/">CSSEdit</a>, a very popular tool for editing .css files in OS X. I use CSSEdit pretty much all day long at my day job and while I absolutely love it and have a hard time imagining doing my job without it, its lack of support for all the new CSS3 properties is becoming more and more problematic.</p>
<p>Unfortunately, the good folks at MacRabbit who make CSSEdit have had their hands full lately. They just shipped a new update to their all-in-one web development app <a href="http://macrabbit.com/espresso/">Espresso</a> and apparently haven&#8217;t been able to get around to updating CSSEdit with full support for CSS3 yet. Lucky for us though, <a href="http://twitter.com/andyford">@andyford</a> is on the case and has come up with this great <a href="http://aloestudios.com/2009/11/adding-css3-support-to-cssedit/">&#8220;hack&#8221;</a> for customizing the AutoCompletion.plist file in CSSEdit to include CSS3 syntax. <span id="more-173747"></span></p>
<p>The .plist file in question is essentially just a collection of arrays that define the possible values for a given property, like font-weight for instance. As you can see from the screen shot below, the font-weight property has several strings contained in it&#8217;s array, all of which will be presented as autocomplete options when defining an elements font-weight within a .css file.</p>
<p><img  title="css_plist" src="http://gigapple.files.wordpress.com/2009/12/css_plist1.png?w=570&h=542" alt="" width="570" height="542" class=" alignleft" /></p>
<p>This is great news, as now we can use a handy tool like <a href="http://www.apple.com/downloads/macosx/development_tools/plisteditpro.html">PlistEdit Pro</a> to go in and add our own custom properties and values. By adding in additional strings to an array or by creating entirely new arrays, we can change the autocomplete behavior of CSSEdit and make it more CSS3 friendly.</p>
<p>But wait, Andy is ahead of the curve and has already rolled up a custom <a href="http://dl.dropbox.com/u/156641/aloe/code/CSSEditAutoCompletionPlist.zip">AutoCompletion.plist file</a> (ZIP) for us which includes all the hot new CSS3 properties like border-radius, transform, transition, and more, including some custom values of his own. To join the fun, just right click on the CSSEdit application to &#8220;show package contents&#8221; and throw the custom .plist file into the CSSEdit/Contents/Resources directory. It&#8217;s probably a good idea though to first back up the existing .plist file somewhere safe just in case.</p>
<p>I did notice a couple CSS3 properties missing from Andy&#8217;s file but now that we know it&#8217;s there it will be easy enough to add in any important missing properties or values we need. I look forward to the folks at MacRabbit getting around to making an official update to CSSEdit now that they have the new version of Espresso out the door. There&#8217;s a lot of excitement building around HTML5 and CSS3 at the moment and I&#8217;m really hoping that my favorite CSS application can keep pace.</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173747+enable-css3-support-for-cssedit&utm_content=bryanschuetz">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173747+enable-css3-support-for-cssedit&utm_content=bryanschuetz">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173747+enable-css3-support-for-cssedit&utm_content=bryanschuetz">The Near-Term Evolution of Social&nbsp;Commerce</a></li><li><a href="http://pro.gigaom.com/2011/02/content-farms-the-players-the-benefits-the-risks/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=173747+enable-css3-support-for-cssedit&utm_content=bryanschuetz">Content Farms: The Players, The Benefits, The&nbsp;Risks</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=173747&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/enable-css3-support-for-cssedit/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	 <go:thumbnail>http://gigapple.files.wordpress.com/2009/12/cssedit_thumb.jpg?w=130</go:thumbnail> 
		<media:thumbnail url="http://gigapple.files.wordpress.com/2009/12/cssedit_thumb.jpg?w=210" />
		<media:content url="http://gigapple.files.wordpress.com/2009/12/cssedit_thumb.jpg?w=210" medium="image">
			<media:title type="html">cssedit_thumb</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/b1f0aaa5169b785bc9f833a12aba5b3c?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">bryanschuetz</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/12/css_icon.png" medium="image">
			<media:title type="html">css_icon</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2009/12/css_plist1.png?w=570" medium="image">
			<media:title type="html">css_plist</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple Design Awards 2007 Announced</title>
		<link>http://gigaom.com/apple/apple-design-awards-2007-announced/</link>
		<comments>http://gigaom.com/apple/apple-design-awards-2007-announced/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 05:43:46 +0000</pubDate>
		<dc:creator>Nick Santilli</dc:creator>
				<category><![CDATA[Energy]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[Coda]]></category>
		<category><![CDATA[cssedit]]></category>
		<category><![CDATA[delicious-library]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[picturesque]]></category>

		<guid isPermaLink="false">http://theappleblog.com/2007/06/12/apple-design-awards-2007-announced/</guid>
		<description><![CDATA[Glenn Wolsey points out that the Design Awards have been named for WWDC 2007. You can see them by category, here. A quick rundown: Delicious Library 2 goes home with the Best Leopard Application award &#8211; can&#8217;t wait to get a look at that piece of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=170910&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="excerpt"><img src='http://gigapple.files.wordpress.com/2007/06/ada_cubes.jpg?w=604' alt='ada cubes'  style="padding-right: 6px;" class=" alignleft" /><a href="http://www.glennwolsey.com/2007/06/13/wwdc-apple-design-awards-winners/">Glenn Wolsey points out</a> that the Design Awards have been named for WWDC 2007.  You can see them <a href="http://developer.apple.com/wwdc/ada/">by category, here</a>. </p>
<p>A quick rundown:<br />
<a href="http://delicious-monster.com/">Delicious Library 2</a> goes home with the Best Leopard Application award &#8211; can&#8217;t wait to get a look at that piece of software, eh?</p>
<p><a href="http://www.panic.com/coda/">Coda</a> takes the Best User Experience award &#8211; having played with the demo, that&#8217;s not surprising at all.</p>
<p>Best Developer tools went to <a href="http://macrabbit.com/cssedit/">CSSEdit</a> (first) and <a href="http://roobasoft.com/rooSwitch">rooSwitch</a> (runner-up) &#8211; I&#8217;ve seen the former and been impressed, and just recently purchased the latter and am very excited about the prospects it offers of switchable application preferences.</p>
<p>On the Best Student Project, <a href="http://www.acqualia.com/picturesque/">Picturesque</a> grabs the honors &#8211; I&#8217;ve recently seen this and played a bit, and it&#8217;s REALLY simple and fun to use.</p>
<p>Great work to all the developers, and Congrats on the recognition to those who won!</p>
<p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=170910+apple-design-awards-2007-announced&utm_content=nsantilli">Sign up for a free trial</a>.</p><ul><li><a href="?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=170910+apple-design-awards-2007-announced&utm_content=nsantilli"></a></li><li><a href="http://pro.gigaom.com/2011/03/why-ipad-2-will-lead-consumers-into-the-post-pc-era/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=170910+apple-design-awards-2007-announced&utm_content=nsantilli">Why iPad 2 Will Lead Consumers Into the Post-PC&nbsp;Era</a></li><li><a href="http://pro.gigaom.com/2011/03/the-near-term-evolution-of-social-commerce/?utm_source=apple&amp;utm_medium=editorial&amp;utm_campaign=waterfall?utm_source=apple&utm_medium=editorial&utm_campaign=auto3&utm_term=170910+apple-design-awards-2007-announced&utm_content=nsantilli">The Near-Term Evolution of Social&nbsp;Commerce</a></li></ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=170910&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/apple/apple-design-awards-2007-announced/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2b8c07abfab9b4664fa5291cf99973aa?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">nicks</media:title>
		</media:content>

		<media:content url="http://gigapple.files.wordpress.com/2007/06/ada_cubes.jpg" medium="image">
			<media:title type="html">ada cubes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
