<?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>SeeIT Consult &#187; News</title>
	<atom:link href="http://www.seeit.org/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seeit.org</link>
	<description>Web Programming &#38; IT Consultancy</description>
	<lastBuildDate>Sat, 04 Sep 2010 13:23:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tina MVC: 0.3 release</title>
		<link>http://www.seeit.org/2010/09/04/tina-mvc-0-3-release/</link>
		<comments>http://www.seeit.org/2010/09/04/tina-mvc-0-3-release/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 13:23:27 +0000</pubDate>
		<dc:creator>fcrossen</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tina-mvc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.seeit.org/?p=555</guid>
		<description><![CDATA[Tina MVC 0.3 will be available for download from the Wordpress plugin repository.
This release includes numerous changes and enhancements:


Complete reorganisation of core files
Rewrite of core page controllers and views
the form helper is not autoloaded any more. Use tina_mvc_include_helper(&#8216;tina_mvc_form_helper&#8217;) first
new function tina_mvc_call_page_controller() for use in your apps or theme template files
can use custom folder locations for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.seeit.org/wp-content/uploads/2010/05/Tina-MVC-for-Wordpress-logo-80.jpg"><img class="alignright size-full wp-image-467" title="Tina MVC for Wordpress logo" src="http://www.seeit.org/wp-content/uploads/2010/05/Tina-MVC-for-Wordpress-logo-80.jpg" alt="Tina MVC for Wordpress logo" width="80" height="80" /></a>Tina MVC 0.3 will be available for download from the Wordpress plugin repository.</p>
<p>This release includes numerous changes and enhancements:</p>
<div id="_mcePaste">
<ul>
<li>Complete reorganisation of core files</li>
<li>Rewrite of core page controllers and views</li>
<li>the form helper is not autoloaded any more. Use tina_mvc_include_helper(&#8216;tina_mvc_form_helper&#8217;) first</li>
<li>new function tina_mvc_call_page_controller() for use in your apps or theme template files</li>
<li>can use custom folder locations for page controllers `tina_mvc_call_page_controller()` and views `tina_mvc_base_page_class-&gt;load_view()` to separate core code from your own apps</li>
<li>tina_mvc_user_has_role() and tina_mvc_user_has_capability() accept comma seperated list or arrays</li>
<li>Added app_bootstrap feature &#8211; allows you to enqueue styles and scripts before page output begins when using widgets or shortcodes</li>
<li>Added app_init_bootstrap feature &#8211; allows you to run code (e.g. to register a custom post) at the init action hook</li>
<li>Changed how shortcodes are run &#8211; now we go before wp_texturizer()</li>
<li>The contents of a non self-enclosing shortcode are available to the page controller now</li>
<li>Added &#8216;app_install_remove&#8217; to allow running arbitrary code on plugin install/remove. See tina_mvc_admin_install()/tina_mvc_admin_remove() in tina_mvc_admin_functions.php</li>
<li>Added a basic framework for unit tests (unfinished)</li>
<li>Removed the phpDocumentor tutorials folder.</li>
<li>Bug fix: tina_mvc_form_helper_class-&gt;validate_as_REGEXP() was broken</li>
<li>Fixed a possible XSS attack vector</li>
</ul>
</div>
<p>There is also a new tutorial on using the custom code application hooks. These allow you to run arbitrary code at the &#8216;init&#8217;, &#8216;the_posts&#8217; and when Tina MVC is activated or removed.</p>
<p>Read all about it on <a href="/tina-mvc-for-wordpress">the Tina MVC for Wordpress page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seeit.org/2010/09/04/tina-mvc-0-3-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tina MVC: 0.2 release and 0.3 development branch</title>
		<link>http://www.seeit.org/2010/05/30/tina-mvc-0-2-release-0-3-development-branch/</link>
		<comments>http://www.seeit.org/2010/05/30/tina-mvc-0-2-release-0-3-development-branch/#comments</comments>
		<pubDate>Sun, 30 May 2010 14:01:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tina-mvc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.seeit.org/?p=512</guid>
		<description><![CDATA[Stable version 0.2.
This is a roll-up of recent fixes and enhancements. At this stage all development is on the 0.3 branch. Unless bugs appear before I&#8217;m ready with 0.3, there will be no further releases prior to 0.3.
Get it from the Tina MVC for Wordpress page.
Development version 0.3.
A complete reorganisation of the plugin folder structure [...]]]></description>
			<content:encoded><![CDATA[<h3><img class="size-full wp-image-467 alignright" title="Tina MVC for  Wordpress logo" src="http://www.seeit.org/wp-content/uploads/2010/05/Tina-MVC-for-Wordpress-logo-80.jpg" alt="Tina MVC for Wordpress logo" width="80" height="80" />Stable version 0.2.</h3>
<p>This is a roll-up of recent fixes and enhancements. At this stage all development is on the 0.3 branch. Unless bugs appear before I&#8217;m ready with 0.3, there will be no further releases prior to 0.3.</p>
<p>Get it from <a href="/tina-mvc-for-wordpress/">the Tina MVC for Wordpress page</a>.</p>
<h3>Development version 0.3.</h3>
<p>A complete reorganisation of the plugin folder structure and some functional enhancements. Check out at the <a href="http://svn.wp-plugins.org/tina-mvc/branches/v0.3-dev/" target="_blank">version 0.3 development branch at the Wordpress plugin repository</a>. This will be released shortly.</p>
<p>If you are evaluating Tina MVC then the <a href="http://svn.wp-plugins.org/tina-mvc/branches/v0.3-dev/" target="_blank">0.3 branch</a> is where to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seeit.org/2010/05/30/tina-mvc-0-2-release-0-3-development-branch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tina MVC 0.1.10</title>
		<link>http://www.seeit.org/2010/05/03/tina-mvc-0-1-10/</link>
		<comments>http://www.seeit.org/2010/05/03/tina-mvc-0-1-10/#comments</comments>
		<pubDate>Mon, 03 May 2010 21:17:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tina-mvc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.seeit.org/?p=411</guid>
		<description><![CDATA[Update: 2010-05-06:
Ouch &#8211; a hurried commit introduced a rather embarrassing bug. It has been fixed and an update has been uploaded as version 0.11.
This update contains a roll-up of various enhancements to the core:

removal of the PHP __autoload() function requirement
a new dispatcher method
configurable handling of missing controller errors

This is a release candidate for 0.2. Get [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Update: 2010-05-06</strong>:<br />
Ouch &#8211; a hurried commit introduced a rather embarrassing bug. It has been fixed and an update has been uploaded as version 0.11.</em></p>
<p>This update contains a roll-up of various enhancements to the core:</p>
<ul>
<li>removal of the PHP __autoload() function requirement</li>
<li>a new dispatcher method</li>
<li>configurable handling of missing controller errors</li>
</ul>
<p>This is a release candidate for 0.2. Get it from the <a title="Tina MVC for Wordpress" href="/tina-mvc-for-wordpress">Tina MVC for Wordpress page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seeit.org/2010/05/03/tina-mvc-0-1-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tina MVC 0.1.8 upgrade</title>
		<link>http://www.seeit.org/2010/04/04/tina-mvc-0-1-8-upgrade/</link>
		<comments>http://www.seeit.org/2010/04/04/tina-mvc-0-1-8-upgrade/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 11:41:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tina-mvc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.seeit.org/?p=349</guid>
		<description><![CDATA[All seems well with the recent fixes, so I have bumped to version 0.1.8.
Download from the Tina MVC plugin page on Wordpress.org or download from SeeIT.org here.
]]></description>
			<content:encoded><![CDATA[<p>All seems well with the recent fixes, so I have bumped to version 0.1.8.</p>
<p>Download from the <a title="Link: Wordpress.org Tina MVC page" href="http://wordpress.org/extend/plugins/tina-mvc/" target="_blank">Tina MVC plugin page on Wordpress.org</a> or <a title="Tina MVC for Wordpress page" href="/tina-mvc-for-wordpress">download from SeeIT.org here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seeit.org/2010/04/04/tina-mvc-0-1-8-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tina MVC update to 0.1.7.5</title>
		<link>http://www.seeit.org/2010/04/02/tina-mvc-update-to-0-1-7-5/</link>
		<comments>http://www.seeit.org/2010/04/02/tina-mvc-update-to-0-1-7-5/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 21:37:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tina-mvc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.seeit.org/?p=337</guid>
		<description><![CDATA[There have been numerous updates to the framework over the past few weeks, mostly getting the various http redirects and user  login, registration and password reminder pages to play nicely with Wordpress. It seems to be working fine now, but until I am finished testing I&#8217;ll stay off bumping to version 0.1.8.
The shortcode and widget [...]]]></description>
			<content:encoded><![CDATA[<p>There have been numerous updates to the framework over the past few weeks, mostly getting the various http redirects and user  login, registration and password reminder pages to play nicely with Wordpress. It seems to be working fine now, but until I am finished testing I&#8217;ll stay off bumping to version 0.1.8.</p>
<p>The shortcode and widget code and functionality remains largely unchanged and has been stable for a while now.</p>
<p>I have also added a tutorial on <a title="Tina MVC Contact Form Tutorial " href="/tina-mvc-for-wordpress/contact-form-tutorial/">developing a contact form using Tina</a>. It introduces the form helper and the usage of view files.</p>
<p><a title="Link: Guido Mühlwitz Webworking blog" href="http://www.guido-muehlwitz.de/2010/03/tinamvc-fuer-wordpress/" target="_blank">Also many thanks to Guido Mühlwitz for reviewing Tina MVC in his Webworking blog. He makes good points about code overhead, but (as he says) Wordpress can be troublesome to deal with sometimes, and Tina was designed to solve a few very specific problems for me.</a></p>
<p>Download from the <a title="Link: Tina MVC for Wordpress page" href="http://wordpress.org/extend/plugins/tina-mvc/" target="_blank">Tina MVC plugin page on Wordpress.org</a> or from the <a title="Link: Tina MVC for Wordpress page" href="/tina-mvc-for-wordpress">Tina MVC page on SeeIT.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seeit.org/2010/04/02/tina-mvc-update-to-0-1-7-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tina MVC v0.1.7 released</title>
		<link>http://www.seeit.org/2010/03/26/tina-mvc-v0-1-7-released/</link>
		<comments>http://www.seeit.org/2010/03/26/tina-mvc-v0-1-7-released/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 16:46:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tina-mvc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.seeit.org/?p=315</guid>
		<description><![CDATA[This update:

Minor bugfix: in tina_mvc_functions.php, tina_mvc_make_controller_url() was creating an incorrect url for absolute controller paths.
Trivial bugfix: In one of the sample apps, index_view.php was using the wrong function to create some links to sample apps.

Important:
When you upgrade, the default installation will migrate files in the app/ and app_emails/ folders. As one the fixes is in [...]]]></description>
			<content:encoded><![CDATA[<p>This update:</p>
<ul>
<li>Minor bugfix: in <code>tina_mvc_functions.php</code>, <code>tina_mvc_make_controller_url()</code> was creating an incorrect url for absolute controller paths.</li>
<li>Trivial bugfix: In one of the sample apps, <code>index_view.php</code> was using the wrong function to create some links to sample apps.</li>
</ul>
<p><strong>Important:</strong></p>
<p>When you upgrade, the default installation will migrate files in the <code>app/</code> and <code>app_emails/</code> folders. As one the fixes is in <code>sample_apps/tina-mvc-for-wordpress/index_view.php</code> it will not be visible unless you copy the file <code>tina-mvc-for-wordpress/index_view.php</code> to <code>apps/</code>.</p>
<p>Thanks for <a title="Link: conceptinfo.ie" href="http://conceptinfo.ie" target="_blank">Simon Stewart of CIC</a> for spotting the bugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seeit.org/2010/03/26/tina-mvc-v0-1-7-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tina MVC v0.1.6 Released</title>
		<link>http://www.seeit.org/2010/03/07/tina-mvc-v0-1-6-released/</link>
		<comments>http://www.seeit.org/2010/03/07/tina-mvc-v0-1-6-released/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 22:34:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tina-mvc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.seeit.org/?p=306</guid>
		<description><![CDATA[There was an issue in previous versions which prevented your customisations from being retained when Tina MVC was upgraded. This is now fixed.
Get it at Wordpress.org.
Important upgrade notice:
If you are upgrading from an older version of Tina, your customisations will NOT be migrated when you upgrade. You should manually backup the following from the tina-mvc [...]]]></description>
			<content:encoded><![CDATA[<p>There was an issue in previous versions which prevented your customisations from being retained when Tina MVC was upgraded. This is now fixed.</p>
<p>Get it at <a title="Download tina-mvc.0.1.6.zip" href="http://downloads.wordpress.org/plugin/tina-mvc.0.1.6.zip">Wordpress.org</a>.</p>
<p><strong>Important upgrade notice:</strong></p>
<p>If you are upgrading from an older version of Tina, your customisations will NOT be migrated when you upgrade. You should manually backup the following from the <code>tina-mvc</code> directory:<br />
- <code>app/</code><br />
- <code>app_emails/</code><br />
- <code>tina_mvc_app_settings.php</code><br />
and restore them after the plugin has been upgraded.</p>
<p>You will also need to deactivate and reactivate the plugin to reflect the new settings in <code>tina_mvc_app_settings.php</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seeit.org/2010/03/07/tina-mvc-v0-1-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tina MVC Updates, Quick Start Tutorial and Helper Functions Reference</title>
		<link>http://www.seeit.org/2010/03/03/tina-mvc-updates-quick-start-tutorial-helper-functions-reference/</link>
		<comments>http://www.seeit.org/2010/03/03/tina-mvc-updates-quick-start-tutorial-helper-functions-reference/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 23:36:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tina-mvc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.seeit.org/?p=295</guid>
		<description><![CDATA[I haven&#8217;t been doing too much updating of the Tina code lately as I get used to the Wordpress.org developer interface and get some basic documentation up here, but there have been a few changes made as time permitted.
I&#8217;ve bumped to version 0.1.4 as a few very minor bugs surfaced. If you were trying a [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t been doing too much updating of the Tina code lately as I get used to the Wordpress.org developer interface and get some basic documentation up here, but there have been a few changes made as time permitted.</p>
<p>I&#8217;ve bumped to version 0.1.4 as a few very minor bugs surfaced. If you were trying a version prior to 0.1.2 then there was a problem with the plugin folder name (`tina_mvc` instead of `tina-mvc`) and the plugin just wouldn&#8217;t work &#8211; sorry.</p>
<p>I&#8217;ve written <a title="tina mvc install and quick start tutorial" href="/tina-mvc-for-wordpress/install-and-quick-start-tutorial/">a quick start tutorial</a> which will get you going quickly. There is also a (quick copy-paste job) <a title="tina mvc helper functions reference" href="/tina-mvc-for-wordpress/helper-functions/">function reference for the helper functions</a>.</p>
<p>I will write a few more comprehensive tutorials as time permits, but at the moment Tina is being prepped for a project, so all priority is on making sure we can stick a big <em>&#8220;production ready&#8221;</em> sticker on it by the time the project is deployed (if there ever is such a thing in software). Currently in sights is getting the yucky <em>&#8220;experimental&#8221;</em> tag off the custom login and user pages feature. In any event all the core Tina code will be back-ported to the GPL version via Wordpress.org and here (www.seeit.org), so get stuck in!</p>
<p><em>Fran.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seeit.org/2010/03/03/tina-mvc-updates-quick-start-tutorial-helper-functions-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tina MVC Framework for Wordpress v0.1 Released</title>
		<link>http://www.seeit.org/2010/02/28/tina-mvc-framework-for-wordpress-v0-1-released/</link>
		<comments>http://www.seeit.org/2010/02/28/tina-mvc-framework-for-wordpress-v0-1-released/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 19:30:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[tina-mvc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.seeit.org/?p=197</guid>
		<description><![CDATA[Tina MVC is the open source implementation of our new development framework.
Read about it and/or download from the main Tina MVC page on SeeIT.org.
Feel free to comment below, but if you would like to ask a support question, then do so here.
]]></description>
			<content:encoded><![CDATA[<p>Tina MVC is the open source implementation of our new development framework.</p>
<p><a title="Tina MVC for Wordpress page" href="/tina-mvc-for-wordpress/">Read about it and/or download from the main Tina MVC page on SeeIT.org</a>.</p>
<p>Feel free to comment below, but <a title="Tina MVC Support Forum on Wordpress.org" href="http://wordpress.org/tags/tina-mvc?forum_id=10">if you would like to ask a support question, then do so here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seeit.org/2010/02/28/tina-mvc-framework-for-wordpress-v0-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More SeeIT Framework Updates</title>
		<link>http://www.seeit.org/2009/12/07/more-seeit-framework-updates/</link>
		<comments>http://www.seeit.org/2009/12/07/more-seeit-framework-updates/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 11:12:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.new.seeit.org/?p=141</guid>
		<description><![CDATA[Another framework update for clients.
This is a minor fix and is recommended. The changes in this update bring more consistent handling of HTTP errors.
While there are no security issues in this update, it will make your website more visible and compliant for people like Google.
If you received last months update we will be in touch [...]]]></description>
			<content:encoded><![CDATA[<h3>Another framework update for clients.</h3>
<p>This is a minor fix and is recommended. The changes in this update bring more consistent handling of HTTP errors.</p>
<p>While there are no security issues in this update, it will make your website more visible and compliant for people like Google.</p>
<p>If you received last months update we will be in touch shortly. For clients with maintenance agreements, the update has already been applied.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seeit.org/2009/12/07/more-seeit-framework-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching 2/17 queries in 0.011 seconds using apc

Served from: www.seeit.org @ 2010-09-08 18:50:54 -->