<?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>the life of a web developer &#187; html</title>
	<atom:link href="http://gavtaylor.co.uk/blog/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://gavtaylor.co.uk/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 09 Nov 2011 14:30:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>WDC2011 is approaching</title>
		<link>http://gavtaylor.co.uk/blog/wdc2011-is-approaching</link>
		<comments>http://gavtaylor.co.uk/blog/wdc2011-is-approaching#comments</comments>
		<pubDate>Tue, 06 Sep 2011 11:25:42 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Meetup]]></category>
		<category><![CDATA[Bristol]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[WDC]]></category>
		<category><![CDATA[WDC2011]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=600</guid>
		<description><![CDATA[October is defiantly conference season for me, with the PHPNW conference at the start of the month and now WDC towards the end. The Web Developers Conference is aimed at both professionals and students, and focuses on the front end side of web development. The schedule has now been released, and the speakers have been [...]]]></description>
			<content:encoded><![CDATA[<p>October is defiantly conference season for me, with the PHPNW conference at the start of the month and now WDC towards the end.</p>
<p>The Web Developers Conference is aimed at both professionals and students, and focuses on the front end side of web development.</p>
<p>The schedule has now been released, and the speakers have been known for a while, there are a couple of well-known speakers that will be there so I&#8217;m really looking forward to this and hopefully learning a few things front end related , as a PHP developer that&#8217;s where my skills aren&#8217;t so strong.</p>
<p><a href="http://webdevconf.com/tickets/">Tickets are still available</a> at a very reasonable £50 for the days festivities, and will be entering a Late Bird stage at the start of October, so get your tickets now to avoid disappointment if they sell out or go past your budget! Various discount codes are floating around on <a href="http://twitter.com/#!/search/WDC2011">Twitter</a> if you need one, or just ask one of the speakers if you&#8217;re struggling.</p>
<p>You can find out more information on the conference website<a href="http://webdevconf.com/"> http://webdevconf.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/wdc2011-is-approaching/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Toolkit Add-on</title>
		<link>http://gavtaylor.co.uk/blog/html-toolkit-add-on</link>
		<comments>http://gavtaylor.co.uk/blog/html-toolkit-add-on#comments</comments>
		<pubDate>Tue, 05 May 2009 07:27:36 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[activestate]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[komodo]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Stan Angeloff]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=88</guid>
		<description><![CDATA[I found a very useful add-on this weekend for use with the open source editor Komodo (both IDE and Edit). Its built by a chap called Stan Angeloff and is called HTML ToolKit. What is it? A growing collection of tools to help you edit &#38; author HTML/XML documents. What does it do? Auto-complete HTML/XML [...]]]></description>
			<content:encoded><![CDATA[<p>I found a very useful add-on this weekend for use with the open source editor Komodo <em>(both IDE and Edit)</em>.<br />
Its built by a chap called Stan Angeloff and is called HTML ToolKit.</p>
<p><strong>What is it?</strong><br />
A growing collection of tools to help you edit &amp; author HTML/XML documents.</p>
<p><strong>What does it do?</strong></p>
<ul>
<li>Auto-complete HTML/XML tags. Knows all about HTML 4/5 and won&#8217;t auto-complete invalid tags. Recognises block (&lt;div&gt;, &lt;blockquote&gt;, etc.) and empty elements (&lt;hr /&gt;, &lt;embed /&gt;, etc.) and completes accordingly</li>
<li>Quickly convert word under cursor to a tag by pressing Ctrl+&gt;</li>
<li>Default snippets for most common HTML that don&#8217;t get in the way</li>
<li>Insert &amp;nbsp; entities by pressing Shift+Space</li>
<li>Create new list items, table rows, columns, etc. just by pressing ENTER</li>
<li>Wrap selection/current line in a tag by pressing Ctrl+Alt+W<br />
<img src="http://insaned.googlepages.com/htmltoolkit_wrap_block_in_tag.png" alt="" /></li>
<li>Navigate around closing tags by pressing TAB/Shift+TAB to go back</li>
<li>Preview images in CSS files by holding down Ctrl and moving the mouse pointer over a &#8216;url(&#8230;)&#8217;<br />
<img src="http://insaned.googlepages.com/htmltoolkit_css_image_preview.png" alt="" /></li>
</ul>
<p><strong>Why should I install it?</strong><br />
Because it will save you time.. I only installed it this weekend and have found it to become a very useful addition to my development tools.</p>
<p><strong>How can I get it?</strong><br />
Visit the Activestate Community website and search through the available add-ons, alternatively you can <a href="http://community.activestate.com/node/3704">clicky here to download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/html-toolkit-add-on/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: gavtaylor.co.uk @ 2012-02-05 14:25:02 by W3 Total Cache -->
