<?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>xhtml.si</title>
	<atom:link href="http://xhtml.si/feed/" rel="self" type="application/rss+xml" />
	<link>http://xhtml.si</link>
	<description>Code with a thought.</description>
	<lastBuildDate>Mon, 28 Jun 2010 09:40:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Add Zen Coding to Aptana Studio</title>
		<link>http://xhtml.si/2010/06/add-zen-coding-to-aptana-studio/</link>
		<comments>http://xhtml.si/2010/06/add-zen-coding-to-aptana-studio/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 22:12:14 +0000</pubDate>
		<dc:creator>Bostjan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[zen coding]]></category>

		<guid isPermaLink="false">http://xhtml.si/?p=34</guid>
		<description><![CDATA[First of all, what is Zen Coding? Zen Coding is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions &#8211; similar to CSS selectors &#8211; into HTML code. Source: zen-coding In [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, what is Zen Coding?</p>
<blockquote><p>Zen Coding is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions &#8211; similar to CSS selectors &#8211; into HTML code.</p></blockquote>
<p>Source: <a href="http://code.google.com/p/zen-coding/">zen-coding</a></p>
<p>In other words, Zen Coding will speed up and make you smile again, when creating HTML / CSS files.<br />
<span id="more-34"></span><br />
To extend the editor&#8217;s basic functionallity, you can create an <em>Eclipse Monkey</em> script as described in the <a href="http://docs.aptana.com/docs/index.php/Creating_a_new_Eclipse_Monkey_script">official documentation</a> (download Zen Coding from <a href="http://code.google.com/p/zen-coding/downloads/list">code.google.com</a>).</p>
<p>1. First of all, let&#8217;s create a new project in your workspace and call it &#8220;_extensions&#8221; (any other name will also do the trick). Inside, create a new <strong>scripts</strong> directory.</p>
<div id="attachment_46" class="wp-caption alignnone" style="width: 535px"><a href="http://xhtml.si/wp-content/uploads/2010/06/zen_coding_aptana_step_2.jpg"><img src="http://xhtml.si/wp-content/uploads/2010/06/zen_coding_aptana_step_2.jpg" alt="Create a new scripts directory in your Aptana project" title="zen_coding_aptana_step_2" width="525" height="500" class="size-full wp-image-46" /></a><p class="wp-caption-text">Create a new scripts directory in your Aptana project</p></div>
<p>2. After the download, extract the Zen Coding package contents to the <strong>scripts</strong> directory. That&#8217;s it &#8211; your Zen Coding extension should be ready and available from the Aptana&#8217;s &#8220;Scripts&#8221; menu. You can see the plugin in action <a href='http://www.youtube.com/watch?v=ug84Ypwqfzk' >here</a>.</p>
<div id="attachment_47" class="wp-caption alignnone" style="width: 535px"><a href="http://xhtml.si/wp-content/uploads/2010/06/zen_coding_aptana_step_3.jpg"><img src="http://xhtml.si/wp-content/uploads/2010/06/zen_coding_aptana_step_3.jpg" alt="Zen Coding installed" title="zen_coding_aptana_step_3" width="525" height="500" class="size-full wp-image-47" /></a><p class="wp-caption-text">Zen Coding installed</p></div>
<p>Optionally, you can create your own snippets by editing the &#8220;my_zen_settings.js&#8221; file or remap keyboard keys to assign a Zen action. Every Zen Coding file has a &#8220;<em> * Key: &#8230;</em>&#8221; value in the comments (somewhere around line 5) where you can change or assign your keyboard shortcuts.</p>
<p>A short list of basic keyboard mapping values:</p>
<blockquote><p>M1 &#8211; Command<br />
M2 &#8211; Alt<br />
M3 &#8211; Ctrl<br />
M4 &#8211; Shift</p></blockquote>
<p>Read more about them <a href="http://docs.aptana.com/docs/index.php/Eclipse_Monkey_scripting_with_Ruby#Adding_metadata_to_your_script">here</a>.</p>
<p>That&#8217;s it. Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://xhtml.si/2010/06/add-zen-coding-to-aptana-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding PHP support to Aptana Studio 2</title>
		<link>http://xhtml.si/2010/06/adding-php-support-to-aptana-studio-2/</link>
		<comments>http://xhtml.si/2010/06/adding-php-support-to-aptana-studio-2/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 07:14:50 +0000</pubDate>
		<dc:creator>Bostjan</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Editors]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://xhtml.si/?p=22</guid>
		<description><![CDATA[With the release of Aptana Studio 2, developers at Aptana decided to drop their PHP / Smarty plugin in favor to PDT.  Since PDT in Aptana 2 never really worked, they made a decision to include native PHP support in the upcomming 3.0 release, but until then, here&#8217;s a way to install the original PHP [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of Aptana Studio 2, developers at Aptana decided to drop their PHP / Smarty plugin in favor to PDT.  Since PDT in Aptana 2 never really worked, they made a decision to include native PHP support in the upcomming 3.0 release, but until then, here&#8217;s a way to install the original PHP / Smarty support from Aptana 1.x.<br />
<span id="more-22"></span></p>
<p>1. Go to &#8220;Help&#8221; / &#8220;Install new software &#8230;&#8221;</p>
<div id="attachment_27" class="wp-caption alignnone" style="width: 303px"><a href="http://xhtml.si/wp-content/uploads/2010/06/step_1.png"><img class="size-full wp-image-27" title="Aptana 2 PHP Support - Step 1" src="http://xhtml.si/wp-content/uploads/2010/06/step_1.png" alt="Install new software" width="293" height="336" /></a><p class="wp-caption-text">Aptana 2 PHP Support</p></div>
<p>2. To add a new update site click &#8220;Add&#8221; and enter the following URL <code>http://update.aptana.com/install/php</code> in the &#8220;Location&#8221; input &#8211; you can name it whatever you like. Click &#8220;OK&#8221; (if the update site doesn&#8217;t work, here a <a href="http://update15.aptana.org/php/25753/com.aptana.ide.feature.editor.php-1.1.0.25753-42-7IcIlLRWU5z-z01N8UEX.zip">direct link</a> to download the plugin; chose &#8220;Local&#8221; next to the &#8220;Location&#8221; input).</p>
<p>3. Select &#8220;PHP plugin Builds&#8221; / &#8220;Aptana 1.1 PHP Development Plugin&#8221; from the list and click &#8220;Next&#8221;.</p>
<div id="attachment_29" class="wp-caption alignnone" style="width: 525px"><a href="http://xhtml.si/wp-content/uploads/2010/06/step_2.png"><img class="size-full wp-image-29" title="Aptana 2 PHP support - Step 2" src="http://xhtml.si/wp-content/uploads/2010/06/step_2.png" alt="Select the original Aptana PHP plugin" width="515" height="583" /></a><p class="wp-caption-text">Select the original Aptana PHP plugin</p></div>
<p>4. In the next step you need the accept the license agreement and click &#8220;Finish&#8221; to complete the wizard. To see the changes, restart your Aptana Studio and start (or open) your PHP project.</p>
<p>That&#8217;s it. Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://xhtml.si/2010/06/adding-php-support-to-aptana-studio-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
