<?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>Amazing Coder &#187; Programs</title>
	<atom:link href="http://amazingcoder.com/category/programs/feed/" rel="self" type="application/rss+xml" />
	<link>http://amazingcoder.com</link>
	<description>Coding tips and tricks.</description>
	<lastBuildDate>Sat, 30 May 2009 10:16:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Guest Post: Espresso.</title>
		<link>http://amazingcoder.com/2009/02/19/guest-post-espresso/</link>
		<comments>http://amazingcoder.com/2009/02/19/guest-post-espresso/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 11:05:05 +0000</pubDate>
		<dc:creator>Lewis King</dc:creator>
				<category><![CDATA[Programs]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSSEdit]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Espresso]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[Guess]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[MacRabbit]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Radford]]></category>
		<category><![CDATA[Steven]]></category>

		<guid isPermaLink="false">http://amazingcoder.com/?p=216</guid>
		<description><![CDATA[Not content with having the best CSS editor around (CSSEdit), Jan Van Boghout of MacRabbit fame set out to destroy Coda and own top spot for the best XHTML, XML, CSS, JS or XSL editor and FTP Client around. Currently in public beta, Espresso is lacking some of the promised features of the GM release [...]]]></description>
			<content:encoded><![CDATA[<p>Not content with having the best CSS editor around (<a href="http://macrabbit.com/cssedit/">CSSEdit</a>), Jan Van Boghout of <a href="http://macrabbit.com/">MacRabbit</a> fame set out to destroy <a href="http://www.panic.com/coda/">Coda</a> and own top spot for the best XHTML, XML, CSS, JS or XSL editor and FTP Client around. Currently in public beta, Espresso is lacking some of the promised features of the GM release (such as “Sugars”, <a href="http://macrabbit.com/espresso/">Espresso</a>’s extension interface).</p>
<p><span id="more-216"></span><img class="size-full wp-image-228 alignleft" style="padding-right: 10px; padding-top: 3px;" title="navigation" src="http://amazingcoder.com/wp-content/uploads/2009/02/navigation.png" alt="navigation" width="187" height="180" />However Espresso is in a position where it can do some damage to it’s biggest competition, Coda. The interface on Espresso is much cleaner and makes entire project management much easier. The left sidebar is split into three sections: Workspace, Project, and Publish. Add a folder where your project is located, or start a new one and Espresso will keep it wrapped in a single file until you are ready to publish. The Workspace is a good idea done well, allowing you to easily switch between files you are working on. </p>
<p>CSSEdit’s fantastic editing functionality is also here. Coda’s editor is feeble in comparison and offers another win for Espresso. While I couldn’t find the split, or GUI views of CSSEdit in Espresso, I still found coding supremely faster than in Coda. The toggle-able right hand sidebar displayed all of the elements in webpages or stylesheets and I found it to be particularly helpful when working in large files. </p>
<p>The HTML editor is also akin to that of Coda’s, not better but not any worse. Collapsable elements meant that the coding process was much cleaner, and allowed for the largest of documents to be manageable. Espresso also handily syncs files with a server and relays any changes either performed on the machine or the server side. </p>
<p><img class="size-full wp-image-227 alignnone" title="code" src="http://amazingcoder.com/wp-content/uploads/2009/02/code.png" alt="code" width="554" height="101" /></p>
<p>While Espresso is definitely a step in the right direction, I couldn’t help but miss some of my favourite features from Coda, or CSSEdit. Like I said previously CSSEdit’s wonderful and helpful split views are nowhere to be found, and I couldn’t work out how to make groups. Live Preview is there, but hidden in an obscure location under the “New” button.</p>
<p>All in all, Espresso is a great project management tool, but right now I don’t think it is quite ready for day to day use. I shall stick to <a href="http://macrabbit.com/cssedit/">CSSEdit</a> and <a href="http://www.barebones.com/products/TextWrangler/">TextWrangler</a> for now.</p>
<p><strong>Written by Steven Radford.</strong> I'm a 16 year old designer and coder from rainy Bristol, UK. Coding since 2005, and located at <a href="http://www.graphicsplant.com/">http://www.graphicsplant.com</a>. I code XHTML and CSS, and am currently learning JQuery. </p>
<p><strong>What's your favourite program for coding? Do you use one? Post your comments and start the discussion below.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://amazingcoder.com/2009/02/19/guest-post-espresso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 ways to improve your CSS</title>
		<link>http://amazingcoder.com/2009/02/18/5-ways-to-improve-your-css/</link>
		<comments>http://amazingcoder.com/2009/02/18/5-ways-to-improve-your-css/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 11:12:14 +0000</pubDate>
		<dc:creator>Lewis King</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[5 ways]]></category>
		<category><![CDATA[ABC]]></category>
		<category><![CDATA[Alphabet]]></category>
		<category><![CDATA[Clean]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Improve]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[main]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[Reset]]></category>
		<category><![CDATA[Start right]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://amazingcoder.com/?p=193</guid>
		<description><![CDATA[I, among many have a love hate relationship with CSS. It's simple, powerful and easy to learn, but it's often incredibly frustrating, dare I mention IE6? Annoying as it is, it's the one that I really look forward to coding, so much so, that I'm almost always found in Coda testing things out I've thought of [...]]]></description>
			<content:encoded><![CDATA[<p>I, among many have a love hate relationship with CSS. It's simple, powerful and easy to learn, but it's often incredibly frustrating, dare I mention IE6? Annoying as it is, it's the one that I really look forward to coding, so much so, that I'm almost always found in Coda testing things out I've thought of or would like to try. All this playing around has taught me a lot about the language, so much so, that here are 5 ways to make your CSS better.<span id="more-193"></span></p>
<h4>1. Comment.</h4>
<p>CSS comments can be made for a single line or multiple lines, but regardless of how you pass your comments they are always passed to your users reading the file. So, not only does it make it easier for you to get to a certain section in your code, but it lets your users see it too. For instance, you could include a copyright notice, a contact number, a website. Anything! Comments help you out in more ways than one but the most important, it helps you find certain elements in the file. For instance, put a comment above all the link styles, then when you go through your work, you can find and edit the styles to your liking. Quickly. Another use? WordPress uses these comments to get the theme name, copyright and more. For the full syntax for WordPress, please see our <a href="http://amazingcoder.com/2009/02/16/coda-clips/">Coda Clips</a> post. </p>
<p>Here's how you comment CSS in the cleanest way.</p>
<pre class="">/* All CSS comments begin with forward slash and asterisk
and end with an asterisk and forward slash regardless if
the comment is many lines in length or if the comment is
only one line. */</pre>
<p>At the top of every page I code, I'm adding in the following syntax, not only does this give users information about where it originated and who by, it gives me a chance to say that they can't copy it, redistribute it or anything else of that nature and that they are free to have a look around and see how I've done things.</p>
<pre class="">/* All work copyright 2009, Lewis King. All rights reserved. This CSS file was originally created by Lewis, and  you cannot use it for your own work in full or parts. You're welcome to have a look around to see how things are done, but nothing can be taken without his express written consent. */</pre>
<p>Then, underneath that, I categorise everything in to the following sub headers.</p>
<pre class="">
/* Main */
/* Reset */
/* Link Styles */
/* Header */
/* Wrapper */
/* Content */
/* Footer */
/* Other */
</pre>
<h4>2. Reset.</h4>
<p>Use a reset of some sort. Whether you are using the Eric Meyer Reset, the YUI Reset, or your own custom reset, just use something. It can be as simple as removing the margin and padding from all elements:</p>
<pre class="">html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }</pre>
<p>Now I personally don't see the point in using a big reset like Eric and the YUI, personally, I only reset the padding and margin, like the example above. It's just the way I am, but, if you don't run any sort of reset, it could be a lot of time wasted, so give it a go.</p>
<h4>3. Start right.</h4>
<p>CSS is worthless without a well formatted document. You need to write your HTML before you write your CSS. If you write the CSS first, it'll be a lot harder to get the end results and will take a lot more time than it's actually worth. After remembering all the elements, how you've named them and what they do, trying to add them into a document that might not work the way you want, is going to take a good few hours. Write the whole HTML document first, then do the CSS. Not the other way round.</p>
<h4>4. ABC</h4>
<p>By alphabetizing your work, you are creating consistency that will help you reduce the time you spend searching for a specific element. By doing this, you can quickly get to the specific property you want to edit and work on it there and then. It also makes your code cleaner for you to read at a later date, along with your users who want to quickly see how you've done a certain thing. </p>
<h4>5. Use Coda Clips</h4>
<p>Back to my favourite coding application again, you must thing we're sponsored by it! Coda includes a little add-on of sorts called Coda Clips. What they do is genius. They are a great way of inserting common elements and syntax into a file with just a click of a button. Open up the Clips menu and you instantly see a bunch of different HTML elements, that you could forget when creating a site from scratch. After choosing the one you want, you simply click it, or drag it to where you want and it's instantly inserted into the page. They come with every install of Coda, even the free trial and are editable down to the finest detail. You can add your own, edit the defaults, and more. For some of our favourites, <a href="http://amazingcoder.com/2009/02/16/coda-clips/">please go here.</a></p>
<p><strong>What's your favourite way? How do you speed up your coding? How do you keep your code clean? Post a comment below to start the discussion!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://amazingcoder.com/2009/02/18/5-ways-to-improve-your-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Coda Clips</title>
		<link>http://amazingcoder.com/2009/02/16/coda-clips/</link>
		<comments>http://amazingcoder.com/2009/02/16/coda-clips/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 08:59:37 +0000</pubDate>
		<dc:creator>Luke Anderson</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[panic]]></category>
		<category><![CDATA[textpattern]]></category>

		<guid isPermaLink="false">http://amazingcoder.com/?p=169</guid>
		<description><![CDATA[Hey guys! If you're a Coda user then you're in luck because today, when I was browsing through my bookmarks, I found this link. I totally forgot I had it, and it's a pretty neat site. The site is called Coda Clips and the site's job is to display 'Clips' which allow you to install [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys! If you're a <a title="Panic's Coda" href="http://www.panic.com/coda/">Coda</a> user then you're in luck because today, when I was browsing through my bookmarks, I found this link. I totally forgot I had it, and it's a pretty neat site. The site is called <a title="Coda Clips" href="http://coda-clips.com/">Coda Clips</a> and the site's job is to display 'Clips' which allow you to install into Coda. They have a selection for CSS, Drupal, Expression Engine, HTML, JS, PHP, Textpattern and WordPress. <span id="more-169"></span>Below are a few examples that I like, feel free to install them by pressing the 'Install Clip' button:</p>
<p><strong>WordPress CSS Header - <a href="codaclips://&lt;&lt;**Title:WordPress CSS Header**&gt;&gt;/*&lt;br /&gt; Theme Name:&lt;br /&gt; Theme URI:&lt;br /&gt; Description:&lt;br /&gt; Version:&lt;br /&gt; Author:&lt;br /&gt; Author URI:&lt;br /&gt; Tags:&lt;br /&gt; */&lt;br /&gt;">Install Clip</a></strong></p>
<pre class="">/*
Theme Name:
Theme URI:
Description:
Version:
Author:
Author URI:
Tags:
*/</pre>
<p><strong>Apple Touch Shortcut - </strong><a href="codaclips://&lt;&lt;**Title:Apple Touch Shortcut Icon**&gt;&gt;&lt;link rel=&quot;apple-touch-icon&quot; href=&quot;/apple_touch_icon.png&quot; /&gt;&lt;br /&gt;"><strong>Install Clip</strong></a></p>
<pre class="">&lt; link rel="apple-touch-icon" href="/apple_touch_icon.png" /&gt;</pre>
<p><strong>PHP Include - </strong><a href="codaclips://&lt;&lt;**Title:PHP Include**&gt;&gt;&lt;?php include('&lt;&lt;**SelectionInsertionPlaceholder**&gt;&gt;'); ?&gt;&lt;br /&gt;"><strong>Install Clip</strong></a><strong><br />
</strong></p>
<div>
<pre class="">include('&lt;&lt;**SelectionInsertionPlaceholder**&gt;&gt;.php');</div>
</pre>
<p><strong>Clearing div - </strong><a href="codaclips://&lt;&lt;**Title:Clearing div**&gt;&gt;.clearing {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}&lt;br /&gt;"><strong>Install Clip</strong></a></p>
<pre class="">.clearing {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}
</pre>
<p><strong>W3C page validator - </strong><a href="codaclips://&lt;&lt;**Title:W3C page validator link**&gt;&gt;&lt;a href=&quot;http://validator.w3.org/check?uri=&lt;&lt;**SelectionInsertionPlaceholder**&gt;&gt;&quot; title=&quot;Validate this website&quot;&gt;(x)html&lt;/a&gt;&lt;br /&gt;"><strong>Install Clip</strong></a></p>
<pre class="">&lt;a href="http://validator.w3.org/check?uri=&lt;&lt;**SelectionInsertionPlaceholder**&gt;&gt;" title="Validate this website"&gt;(x)html&lt;/a&gt;</pre>
<p>That was just a few clips - there are loads on the actual website. I hope you find this post useful because I sure did. I absolutely love web tools like these. Oh and thanks for reading! Feel free to leave comments and feedback and tell me what you think <img src='http://amazingcoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://amazingcoder.com/2009/02/16/coda-clips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
