<?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>Flexion.Org Blog &#187; Programming</title>
	<atom:link href="http://blog.flexion.org/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexion.org</link>
	<description>Bad grammar and typos for total strangers</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:01:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Distributing closed source Python applications</title>
		<link>http://blog.flexion.org/2009/01/29/distributing-closed-source-python-applications/</link>
		<comments>http://blog.flexion.org/2009/01/29/distributing-closed-source-python-applications/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 13:04:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.flexion.org/index.php/2009/01/29/distributing-closed-source-python-applications/</guid>
		<description><![CDATA[Last November we switched to Python as the principal language for all new software development projects at work, ditching Microsoft Visual C++ and PHP in the process Last Friday we released our first Python application to our customers for both Windows and Linux users. Although we make good use of Open Source software development tools [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://blog.flexion.org/2009/01/29/distributing-closed-source-python-applications/"></g:plusone></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.flexion.org/2009/01/29/distributing-closed-source-python-applications/&amp;layout=box_count&amp;show_faces=false&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://blog.flexion.org/2009/01/29/distributing-closed-source-python-applications/" data-text="Distributing closed source Python applications" data-count="vertical" data-via="@flexiondotorg" data-related="@flexiondotorg"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><script type="in/share" data-url="http://blog.flexion.org/2009/01/29/distributing-closed-source-python-applications/" data-counter="top"></script></div></div><p>Last November we switched to <a href="http://www.python.org/" target="_blank">Python</a> as the principal language for all new software development projects at work, ditching Microsoft Visual C++ and PHP in the process <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Last Friday we released our first Python application to our customers for both Windows and Linux users.</p>
<p>Although we make good use of Open Source software development tools and methodologies the application we have just written is propritary and the source can not be released publically, therefore we needed to compile, or <i>freeze</i>, the Python script in order to create a stand alone executable. Tools that do this have been around for sometime, however our application makes use of Win32 Extensions for Python and WMI on Windows, DBUS/HAL on Linux, wxPython on both, and a number of other modules. This is quite a big ask for the Python script compilers and initially the only tool which could build this lot successfully was <a href="http://www.py2exe.org/" target="_blank">py2exe</a>. Sadly that only solves part of the problem since it is a Windows only tool <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Then we found <a href="http://pypi.python.org/pypi/bbfreeze/" target="_blank">bbfreeze</a>, which supports both Windows and Linux with Mac OS X support being actively developed. bbfreeze has a simple build API and we were soon using it to build stand alone exectuables for both Windows and Linux. Everything is peachy, all we needed was as means to install our application.</p>
<p>Enter <a href="http://www.installjammer.com/" target="_blank">InstallJammer</a>. InstallJammer is a multiplatform GUI installer designed to be completely cross-platform and functions on Windows, most versions of UNIX with support for MacOS X coming soon. Perfect! We have now packaged our application using InstallJammer to create simple <i>Next, Next, Finish</i> installers which look and function the same on both Windows and Linux.</p>
<p>In the fullness of time we are planning to release our application on Mac OS X too, by that time we anticiapte that bbfreeze and InstallJammer will be upto speed with support for that platform. Just thought I&#8217;d share our experiences and I&#8217;d be interested to hear from anyone who has had to do the something similiar and what tools they used?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2009/01/29/distributing-closed-source-python-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Protolise &#8211; essential web tools in one place</title>
		<link>http://blog.flexion.org/2006/05/01/protolise__essential_web_tools_in_one_place/</link>
		<comments>http://blog.flexion.org/2006/05/01/protolise__essential_web_tools_in_one_place/#comments</comments>
		<pubDate>Mon, 01 May 2006 10:48:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.flexion.org/blog/?p=60</guid>
		<description><![CDATA[The subject says it all, an extremely useful resource. http://www.tonyyoo.com/protolize/]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://blog.flexion.org/2006/05/01/protolise__essential_web_tools_in_one_place/"></g:plusone></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.flexion.org/2006/05/01/protolise__essential_web_tools_in_one_place/&amp;layout=box_count&amp;show_faces=false&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://blog.flexion.org/2006/05/01/protolise__essential_web_tools_in_one_place/" data-text="Protolise &#8211; essential web tools in one place" data-count="vertical" data-via="@flexiondotorg" data-related="@flexiondotorg"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><script type="in/share" data-url="http://blog.flexion.org/2006/05/01/protolise__essential_web_tools_in_one_place/" data-counter="top"></script></div></div><p>The subject says it all, an extremely useful resource.</p>
<ul>
<li><a href="http://www.tonyyoo.com/protolize/" target="_blank">http://www.tonyyoo.com/protolize/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2006/05/01/protolise__essential_web_tools_in_one_place/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flexion.Org is Printer Friendly</title>
		<link>http://blog.flexion.org/2005/09/29/flexionorg_is_printer_friendly/</link>
		<comments>http://blog.flexion.org/2005/09/29/flexionorg_is_printer_friendly/#comments</comments>
		<pubDate>Thu, 29 Sep 2005 09:57:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[printer friendly]]></category>

		<guid isPermaLink="false">http://www.flexion.org/blog/?p=26</guid>
		<description><![CDATA[I did some work on my Jaws template Stanley last night and made good progress getting it nearer to completion. By using a little CSS trick all the pages at Flexion.Org are now printer friendly, something I have wanted to get working for ages. This is all transparent to the reader and doesn&#8217;t require any [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://blog.flexion.org/2005/09/29/flexionorg_is_printer_friendly/"></g:plusone></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.flexion.org/2005/09/29/flexionorg_is_printer_friendly/&amp;layout=box_count&amp;show_faces=false&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://blog.flexion.org/2005/09/29/flexionorg_is_printer_friendly/" data-text="Flexion.Org is Printer Friendly" data-count="vertical" data-via="@flexiondotorg" data-related="@flexiondotorg"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><script type="in/share" data-url="http://blog.flexion.org/2005/09/29/flexionorg_is_printer_friendly/" data-counter="top"></script></div></div><p>I did some work on my Jaws template Stanley last night and made good progress getting it nearer to completion. By using a little CSS trick all the pages at Flexion.Org are now printer friendly, something I have wanted to get working for ages. This is all transparent to the reader and doesn&#8217;t require any server based code <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have also improved the cross browser compatibility considerably and fixed a number of outstanding bugs, I have tested Stanley with Firefox 1.06, Opera 8.5 and Internet Explorer 6.0 and all three browsers render the pages the same. I even had time to test with Internet Explorer 5.0, Elinks (a console based browser), Amaya and Dillo and was pleased to see that they all degrade cleanly, yah! <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>There is still room for improvement and there are several Jaws gadgets which I still need to theme, but that shouldn&#8217;t take too long now the heavy lifting is out of the way.</p>
<p>I have also got an entirely CSS formatted version in the works called Stanley-CSS which is also XHTML 1.0 Strict compliant. Although Stanley-CSS has source ordered content (better for search engines) and it works and degrades cleanly for all the browsers mentioned above, the style sheet is huge due to all the browser hacks which have to be implemented. So for the sake of my sanity I have decided to put that on a back burner for now :-/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2005/09/29/flexionorg_is_printer_friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stanley &#8211; New and Improved!</title>
		<link>http://blog.flexion.org/2005/09/23/stanley__new_and_improved/</link>
		<comments>http://blog.flexion.org/2005/09/23/stanley__new_and_improved/#comments</comments>
		<pubDate>Fri, 23 Sep 2005 09:40:53 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Jaws]]></category>

		<guid isPermaLink="false">http://www.flexion.org/blog/?p=21</guid>
		<description><![CDATA[Stanley is the template I have been designing for Jaws and is currently the default template here at Flexion.Org. I haven&#8217;t done any work on Stanley for a few weeks but over the last few evenings I have been working on some improvements. This round of updates adds support for Live Bookmarks and the Control [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://blog.flexion.org/2005/09/23/stanley__new_and_improved/"></g:plusone></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.flexion.org/2005/09/23/stanley__new_and_improved/&amp;layout=box_count&amp;show_faces=false&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://blog.flexion.org/2005/09/23/stanley__new_and_improved/" data-text="Stanley &#8211; New and Improved!" data-count="vertical" data-via="@flexiondotorg" data-related="@flexiondotorg"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><script type="in/share" data-url="http://blog.flexion.org/2005/09/23/stanley__new_and_improved/" data-counter="top"></script></div></div><p>Stanley is the template I have been designing for Jaws and is currently the default template here at Flexion.Org. I haven&#8217;t done any work on Stanley for a few weeks but over the last few evenings I have been working on some improvements.</p>
<p>This round of updates adds support for Live Bookmarks and the Control Panel (admin stuff) has the same consistent look as the user facing pages. Blog, Phoo and File Browser pages are cleaned up and some tables have been removed in favour of CSS, yah! The Weather, Visit Counter and Blog side block templates are much improved using a smaller font and having all tables removed, double yah! The page footer now includes an appropriate copyright notice and the all important <a href="http://www.catb.org/hacker-emblem/" target="_blank">Hacker Emblem</a> <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>New graphics have been added for the various Atom and RSS feed types and the weather icons have been completely replaced. These new graphics are completely contained within Stanley an do not require any changes the Jaws core files. The colours used are now consistent between the CSS and images to give a unified appearance.</p>
<p>Everything works flawlessly with Firefox 1.0.6 (as expected), Opera 8.5 exhibits one slightly annoying issue I will have to work around and Internet Explorer 6.0 will require extensive work a rounds, typical!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2005/09/23/stanley__new_and_improved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free CSS/HTML Templates</title>
		<link>http://blog.flexion.org/2005/09/02/free_csshtml_templates/</link>
		<comments>http://blog.flexion.org/2005/09/02/free_csshtml_templates/#comments</comments>
		<pubDate>Fri, 02 Sep 2005 09:51:25 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.flexion.org/blog/?p=11</guid>
		<description><![CDATA[I am going to help my in-laws create a website to advertise their house. I don&#8217;t create my web designs from scratch these days I try to re-use stuff which other (more talented) web designers have made freely available. Here are my essential links to free CSS/HTML template resources&#8230; Ruthsarian Layouts &#8211; Six good-looking, free [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://blog.flexion.org/2005/09/02/free_csshtml_templates/"></g:plusone></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.flexion.org/2005/09/02/free_csshtml_templates/&amp;layout=box_count&amp;show_faces=false&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://blog.flexion.org/2005/09/02/free_csshtml_templates/" data-text="Free CSS/HTML Templates" data-count="vertical" data-via="@flexiondotorg" data-related="@flexiondotorg"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><script type="in/share" data-url="http://blog.flexion.org/2005/09/02/free_csshtml_templates/" data-counter="top"></script></div></div><p>I am going to help my in-laws create a website to advertise their house. I don&#8217;t create my web designs from scratch these days I try to re-use stuff which other (more talented) web designers have made freely available. Here are my essential links to free CSS/HTML template resources&#8230;</p>
<ul>
<li><a href="http://webhost.bridgew.edu/etribou/layouts/index.html" target="_blank">Ruthsarian Layouts</a> &#8211; Six good-looking, free CSS page layout templates, complete with colors, headings, etc</li>
<li><a href="http://www.bluerobot.com/web/layouts/" target="_blank">Bluerobot Layout Reservoir</a> &#8211; Two and three-column page skeleton CSS layouts</li>
<li><a href="http://glish.com/css/home.asp" target="_blank">Glish CSS Layout techniques</a> &#8211; Two, 3 and 4 column skeleton CSS layouts</li>
<li><a href="http://www.inknoise.com/experimental/layoutomatic.php" target="_blank">The Layout-o-matic</a> &#8211; Enter page width, number of columns, and padding and it generates CSS and HTML skeleton layout</li>
<li><a href="http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html" target="_blank">Little Boxes</a> &#8211; Various box layout CSS stylesheets</li>
<li><a href="http://www.oswd.org/" target="_blank">Open Source Web Design</a> &#8211; Various complete page templates free for use</li>
<li><a href="http://toolkit.crispen.org/index.php?cat=templates" target="_blank">Web Builders Toolkit</a> &#8211; Many more links to template resources</li>
<li><a href="http://csszengarden.com/" target="_blank">The Beauty of CSS Design</a> &#8211; A demonstration of what can be accomplished visually through CSS-based design</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2005/09/02/free_csshtml_templates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing Stanley, a new theme for Jaws</title>
		<link>http://blog.flexion.org/2005/08/12/introducing_stanley_a_new_theme_for_jaws/</link>
		<comments>http://blog.flexion.org/2005/08/12/introducing_stanley_a_new_theme_for_jaws/#comments</comments>
		<pubDate>Fri, 12 Aug 2005 08:29:53 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Jaws]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.flexion.org/blog/?p=7</guid>
		<description><![CDATA[I have just finished hacking together a new theme for Jaws 0.5.x, which I have named Stanley, and is now the default theme on this site. I have still got to fix a couple of bugs and make sure that it is compatible with browsers other than Firefox I wanted a theme which was crisp [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://blog.flexion.org/2005/08/12/introducing_stanley_a_new_theme_for_jaws/"></g:plusone></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.flexion.org/2005/08/12/introducing_stanley_a_new_theme_for_jaws/&amp;layout=box_count&amp;show_faces=false&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://blog.flexion.org/2005/08/12/introducing_stanley_a_new_theme_for_jaws/" data-text="Introducing Stanley, a new theme for Jaws" data-count="vertical" data-via="@flexiondotorg" data-related="@flexiondotorg"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><script type="in/share" data-url="http://blog.flexion.org/2005/08/12/introducing_stanley_a_new_theme_for_jaws/" data-counter="top"></script></div></div><p>I have just finished hacking together a new theme for Jaws 0.5.x, which I have named Stanley, and is now the default theme on this site. I have still got to fix a couple of bugs and make sure that it is compatible with browsers other than Firefox <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  I wanted a theme which was crisp and clean, but also fully compatible with Jaws, so I decided to blend some of my favourite themes together.</p>
<p>Stanley is inspired by the Kubrick theme which is popular among bloggers and although the Kubrick graphics have been borrowed the style sheet and layout are derived from the &#8221;jaws&#8221;, &#8221;orange-grey&#8221; and &#8221;simple-green&#8221; themes which are bundled with Jaws. As a result Stanley is properly Jaws compatible, in that left and right layouts work, all the CSS elements are supported and CSS tweaks are used throughout to improve the visual appeal.</p>
<p>Once Stanley is finalized I will added the appropriate credits and license and make it available for download.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2005/08/12/introducing_stanley_a_new_theme_for_jaws/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic site layout complete</title>
		<link>http://blog.flexion.org/2005/08/08/basic_site_layout_complete/</link>
		<comments>http://blog.flexion.org/2005/08/08/basic_site_layout_complete/#comments</comments>
		<pubDate>Mon, 08 Aug 2005 08:27:44 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Jaws]]></category>

		<guid isPermaLink="false">http://www.flexion.org/blog/?p=6</guid>
		<description><![CDATA[After fiddling around with the Jaws setup for a while I have finally settled on something which I am happy with. Once I found the StaticPage &#8216;default_page&#8217; setting in the registry I was very happy I will enable more gadgets as I find a use for them, but my next task will probably be creating [...]]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-vertical"><g:plusone size="tall" href="http://blog.flexion.org/2005/08/08/basic_site_layout_complete/"></g:plusone></div><div class="socialize-in-button socialize-in-button-vertical"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.flexion.org/2005/08/08/basic_site_layout_complete/&amp;layout=box_count&amp;show_faces=false&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-vertical"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://blog.flexion.org/2005/08/08/basic_site_layout_complete/" data-text="Basic site layout complete" data-count="vertical" data-via="@flexiondotorg" data-related="@flexiondotorg"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-vertical"><script type="in/share" data-url="http://blog.flexion.org/2005/08/08/basic_site_layout_complete/" data-counter="top"></script></div></div><p>After fiddling around with the Jaws setup for a while I have finally settled on something which I am happy with. Once I found the StaticPage &#8216;default_page&#8217; setting in the registry I was very happy <img src='http://blog.flexion.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>I will enable more gadgets as I find a use for them, but my next task will probably be creating my own theme or at least combining ideas from several existing themes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flexion.org/2005/08/08/basic_site_layout_complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

