<?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"
	>

<channel>
	<title>The Website Tailor</title>
	<atom:link href="http://www.thewebsitetailor.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewebsitetailor.com</link>
	<description>Perry Trinier</description>
	<pubDate>Thu, 19 Jun 2008 03:42:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Professing an Undying Love for jEdit</title>
		<link>http://www.thewebsitetailor.com/2008/06/professing-an-undying-love-for-jedit/</link>
		<comments>http://www.thewebsitetailor.com/2008/06/professing-an-undying-love-for-jedit/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 03:16:44 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[jedit]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.thewebsitetailor.com/?p=28</guid>
		<description><![CDATA[One of my daily reads, Lifehacker, did a reader poll recently on the best text editors&#8230; I have to say I was pretty much incensed that jEdit wasn&#8217;t even in the running!
I&#8217;d been considering eventually writing a post to extol the many virtues of this free, open source, cross-platform and feature packed programmer&#8217;s text editor, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://upload.wikimedia.org/wikipedia/commons/2/27/JEdit.png" alt="" width="64" height="64" />One of my daily reads, Lifehacker, did a <a href="http://lifehacker.com/385929/best-text-editors">reader poll recently</a> on the best text editors&#8230; I have to say I was pretty much incensed that <a href="http://www.jedit.org">jEdit</a> wasn&#8217;t even in the running!</p>
<p>I&#8217;d been considering eventually writing a post to extol the many virtues of this free, open source, cross-platform and feature packed programmer&#8217;s text editor, but when I saw that it was snubbed in the LH poll, I was sort of inspired to post something in defense of it.</p>
<h3><span id="more-28"></span>What&#8217;s so great about jEdit anyway?</h3>
<p>Rather than focus on technical features (such as native syntax highlighting for <strong>130 languages</strong>) that you could easily read about on the <a href="http://www.jedit.org">official jEdit site</a> or in the <a href="http://en.wikipedia.org/wiki/Jedit">Wikipedia entry</a>, I&#8217;m going to focus on practical reasons why jEdit is enjoyable to use, day to day.</p>
<h4>It&#8217;s very customizable</h4>
<p>jEdit is flexible, and extensible. You can easily modify the interface of the program to your liking by docking and floating panels for your favourite program functions and plugins, as well as customizing the main toolbar (or removing it altogether).</p>
<p>The built-in plugin manager (on the menubar, <em>Plugins &gt; Plugin manager</em>) makes it easy to add new features to the program to customize your editor to your needs.  Whether you prefer a simple text editor with auto-indentation and syntax highlighting, or a full-blown IDE with Subversion integration, sFTP and an IRC client built in, jEdit is a great choice.</p>
<p>Further on the topic of extending the capabilities of jEdit, you can also create macros which can control every aspect of the program (perform editing functions, change the interface, browse files, etc.). You can either do this the user-friendly way (<em>Macros &gt; Record Macro</em>) or if you&#8217;re comfortable with the <a href="http://www.beanshell.org/intro.html">BeanShell</a> scripting language, you can study the <a href="http://www.jedit.org/42docs/api/">jEdit API</a> and write your own. A macro can be assigned to any user-defined keyboard shortcut, and as a matter of fact, <strong>any feature of jEdit</strong> (and most plugins) can also be set to a custom shortcut. (<em><strong>Tip:</strong> when using the BufferTabs plugin, you may find it convenient to set up your keyboard shortcuts for buffer switching, closing, new tab , etc. to be the same as Firefox</em>)</p>
<p>Once you&#8217;ve taken the time to get things exactly the way you like them in jEdit, you might wonder whether there is any way for you to export these settings, so that you can avoid this lengthy <span style="text-decoration: line-through;">ordeal</span> process in the future&#8230;</p>
<h4>It&#8217;s cross-platform and portable</h4>
<p>jEdit stores all settings, macros, plugins, configuration options, etc. in a <a href="http://jedit.org/users-guide/settings-directory.html">settings directory</a> located in <code>~/.jedit</code> , where <code>~</code> is the user&#8217;s home directory (in my case it&#8217;s <code>C:\Documents and Settings\Perry</code>). Exporting/backing up all of your work customizing the program is as easy as making a copy of that folder.</p>
<p>Since jEdit is written in Java, it will run anywhere that a JVM is installed (Windows, OSX, Linux). Specifically,  jEdit 4.3 requires Sun&#8217;s JDK 1.5.0 or later.</p>
<p>So in practice, you could have a Mac with OSX and a pc running Ubuntu at home, and use Windows at work, yet keep them all synchronized with your lastest config just by occasionally overwriting the .jedit folder on the installations. <em>Pretty smooth!</em></p>
<p>Of course, in the above scenario it might be less work to just <a href="http://portableapps.com/node/4773">run it from a USB key</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewebsitetailor.com/2008/06/professing-an-undying-love-for-jedit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jQuery Slug Plugin</title>
		<link>http://www.thewebsitetailor.com/2008/04/jquery-slug-plugin/</link>
		<comments>http://www.thewebsitetailor.com/2008/04/jquery-slug-plugin/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 20:23:42 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.thewebsitetailor.com/?p=26</guid>
		<description><![CDATA[I&#8217;ve had a snippet of jQuery and javascript kicking around for a while, that I have found handy in the past for generating post slugs. Finally I&#8217;ve packaged it as a plugin to share: jQuery Slug Plugin.
This is my first jQuery plugin, so it doesn&#8217;t follow the more advanced plugin development pattern by Mike Alsup, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a snippet of jQuery and javascript kicking around for a while, that I have found handy in the past for generating post slugs. Finally I&#8217;ve packaged it as a plugin to share: <a href="http://www.thewebsitetailor.com/jquery-slug-plugin/">jQuery Slug Plugin</a>.</p>
<p>This is my first jQuery plugin, so it doesn&#8217;t follow the more advanced <a href="http://www.learningjquery.com/2007/10/a-plugin-development-pattern">plugin development pattern by Mike Alsup</a>, instead I followed a <a href="http://tkramar.blogspot.com/2008/02/improve-your-jquery-fu-write-plugins.html">more rudimentary plugin authoring tutorial</a>.</p>
<p><a href="http://www.thewebsitetailor.com/jquery-slug-plugin/">Here&#8217;s an explanation of the plugin, and examples of its usage.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewebsitetailor.com/2008/04/jquery-slug-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twigg&#8217;s gets Heal Thy Health</title>
		<link>http://www.thewebsitetailor.com/2008/04/twiggs-gets-heal-thy-health/</link>
		<comments>http://www.thewebsitetailor.com/2008/04/twiggs-gets-heal-thy-health/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 12:39:38 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[North Bay]]></category>

		<category><![CDATA[Restaurants]]></category>

		<guid isPermaLink="false">http://www.thewebsitetailor.com/?p=22</guid>
		<description><![CDATA[In North Bay snacking news, my friend Sherry Milford&#8217;s organic, wheat-free, vegan baking is now available at Twigg&#8217;s on Fraser street.
Sherry of Heal Thy Health is a certified nutrition consultant, and along with her partner Yan Roberts is also the proprietor of the Piebird Bed and Breakfast, in Nipissing Village.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-24" title="Heal Thy Health" src="http://www.thewebsitetailor.com/wp-content/uploads/healthyhealth-214x300.jpg" alt="Heal Thy Health" width="214" height="300" /></p>
<p>In North Bay snacking news, my friend Sherry Milford&#8217;s organic, wheat-free, vegan baking is now available at Twigg&#8217;s on Fraser street.</p>
<p>Sherry of <a title="Heal Thy Health" href="http://www.healthyhealth.ca">Heal Thy Health</a> is a certified nutrition consultant, and along with her partner Yan Roberts is also the proprietor of the <a href="http://www.piebird.ca">Piebird Bed and Breakfast</a>, in Nipissing Village.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewebsitetailor.com/2008/04/twiggs-gets-heal-thy-health/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to the World of Tomorrow, er, Today</title>
		<link>http://www.thewebsitetailor.com/2008/04/welcome-to-the-world-of-tomorrow/</link>
		<comments>http://www.thewebsitetailor.com/2008/04/welcome-to-the-world-of-tomorrow/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 14:59:41 +0000</pubDate>
		<dc:creator>Perry</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://newtailor.dev/?p=18</guid>
		<description><![CDATA[&#8220;Hello&#8221; to everyone and anyone who is reading this. I&#8217;m starting a  blog pretty late into the game, kind of like a manager who suggests &#8220;Wouldn&#8217;t it be a great idea to have a guestbook on the site? So users can leave their name, a comment and their email address?&#8221; in 2005. Besides the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.thewebsitetailor.com/wp-content/uploads/worldoftomorrow.jpg" alt="Welcome to the World of Tomorrow!" />&#8220;Hello&#8221; to everyone and anyone who is reading this. I&#8217;m starting a  blog pretty late into the game, kind of like a manager who suggests &#8220;Wouldn&#8217;t it be a great idea to have a guestbook on the site? So users can leave their name, a comment and their email address?&#8221; <em>in 2005. </em>Besides the obvious SEO benefits of having a blog where I regularly discuss <strong>North Bay Web Design</strong> (that was cheap), I think it will give me the opportunity to be a more active participant in the web design community. I&#8217;ve lurked and read tutorials on some awesome blogs, have benefited from CSS test suites painstakingly created by volunteers and examples/workarounds of bugs, etc. and I feel that I&#8217;ve greatly improved my skills since starting out, and now I will be able to contribute something to the community that helped me along.</p>
<p>In the future, I plan to share jQuery plugins, <a title="CodeIgniter: Open-source PHP Framework" href="http://www.codeigniter.com">CodeIgniter</a> libraries, and anything else I code that may be useful to other developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thewebsitetailor.com/2008/04/welcome-to-the-world-of-tomorrow/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
