<?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>Glic I.T. &#187; WordPress CMS</title> <atom:link href="http://www.glicit.com/category/web-development/wordpress-cms/feed/" rel="self" type="application/rss+xml" /><link>http://www.glicit.com</link> <description>Internet and general IT development, consultancy and training</description> <lastBuildDate>Sat, 31 Jul 2010 13:08:15 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <item><title>Kildare Animal Foundation website relaunched</title><link>http://www.glicit.com/2009/10/kildare-animal-foundation-website-relaunched/</link> <comments>http://www.glicit.com/2009/10/kildare-animal-foundation-website-relaunched/#comments</comments> <pubDate>Tue, 20 Oct 2009 05:32:11 +0000</pubDate> <dc:creator>Jim</dc:creator> <category><![CDATA[Charity]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress CMS]]></category><guid
isPermaLink="false">http://www.glicit.com/?p=552</guid> <description><![CDATA[Congratulations to the Kildare Animal Foundation on the relaunch of their website. While I built the framework and the base design, the hard work was done by Dan and Elise. After only a two hour training session with myself (and a few follow up emails) they managed to master the job. The site is built [...]]]></description> <content:encoded><![CDATA[<p>Congratulations to the <a
href="http://animalfoundation.ie/" target="_blank">Kildare Animal Foundation</a> on the relaunch of their website.</p><p>While I built the framework and the base design, the hard work was done by Dan and Elise. After only a two hour training session with myself (and a few follow up emails) they managed to master the job.</p><p>The site is built on WordPress with some carefully selected plugins to enhance functionality and some tweaking of the theme to render a viable content management system (CMS).</p><p>Down the line I will be helping Dan and Elise roll out the ability for supporters of the foundation to make donations and to purchase goods from their shop online.</p><p>Pop by and visit. You never know &#8211; you may just see <a
href="http://animalfoundation.ie/we-need-a-home/" target="_blank">a dog or cat in need of rehoming </a>and fall in love.</p> ]]></content:encoded> <wfw:commentRss>http://www.glicit.com/2009/10/kildare-animal-foundation-website-relaunched/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>The Carrington Blog</title><link>http://www.glicit.com/2008/11/the-carrington-blog/</link> <comments>http://www.glicit.com/2008/11/the-carrington-blog/#comments</comments> <pubDate>Wed, 26 Nov 2008 17:23:48 +0000</pubDate> <dc:creator>Jim</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress CMS]]></category><guid
isPermaLink="false">http://www.glicit.com/?p=435</guid> <description><![CDATA[It is somewhat unfortunate that the titles Carrington Blog and Carrington Theme are used, for it is neither &#8211; Carrignton is a framework on which to develop blog themes for WordPress. Using the terms blog and theme has led many to believe it can be downloaded and used to dress up a blog straight from [...]]]></description> <content:encoded><![CDATA[<p>It is somewhat unfortunate that the titles <a
href="http://carringtontheme.com/" target="_blank">Carrington Blog</a> and <a
href="http://wordpress.org/extend/themes/carrington-blog" target="_blank">Carrington Theme</a> are used, for it is neither &#8211; Carrignton is a framework on which to develop blog themes for WordPress.</p><p>Using the terms <em>blog</em> and <em>theme</em> has led many to believe it can be downloaded and used to dress up a blog straight from the tin. This is true &#8211; it can be if that&#8217;s all you want is the <em>vanilla</em> framework.</p><p>But the early adopters tend to be those who will find the bugs and try to fix them, or will want to <em>customise</em> by stripping out or adding in a line of code here and there.</p><p>Carrington is not like any other existing theme and attempts to tweak it as if it were will usually result in frustration or fail totally without an understanding of how it works. <a
href="http://alexking.org/" target="_blank">Alex King</a> has been at pains to explain to those who complain it is not user-friendly that &#8220;Carrington is a theme framework; it is designed for developers&#8221;. [Source: <a
href="http://crowdfavorite.com/forums/viewtopic.php?id=1727" target="_blank">Crowd Favourite Forums</a>]. He must be blue in the face doing so &#8211; then he does live in Denver and it&#8217;s damn cold there.</p><p>That said, many must be happy with it. In little over a month since it was made available on WordPress.org there have been 14,000+ downloads. I am one of those happy people. In fact I&#8217;m more than happy. And I&#8217;m excited about what the next releases will bring.</p><p>Carrington takes the abstraction of WordPress tags to a new level.</p><p>Those who are familiar with WordPress conditional tags will be used to doing things such as adding code to the header.php file do make it act differently if what&#8217;s is being loaded is, for example, if it&#8217;s an archive page do something; do something else if it is a category page; and so on.</p><p>Depending on the complexity of what one is trying to be achieve (and the quality, good or bad, of the algorithm employed) this can result in a lot of code.</p><p>In Carrington this is done by creating separate archive.php, category.php and so on, files within the header directory. The process is as simple as copying the default-header.php and tweaking as needed.</p><p>Carrington automatically detects what is being loaded: If it is an archive it uses the archive.php file. If there isn&#8217;t one, it loads the default-header.php.</p><p>Novices to Carrington may think this a lot of work, that it leads to multiple files and the same amount of coding, it doesn&#8217;t and in cases where it does, it can be a good thing:</p><p>I find it leads to much less coding. Copy the default and add, delete or edit a line to do something. No need for conditional statements &#8211; Carrington takes care of that.</p><p>Usually all that is needed is to make one or two new files. It is unlikely one would want to have different actions for all page and post types.</p><p>Multiple files can help the developer modularise their work, much like OO programmers do. In addition, when an update to the framework is released from Crowd Favourite only the defaults will be overwritten at install &#8211; all the special coding the developer has done will be unaffected. Unless the default itself has been altered, which in a framework shouldn&#8217;t actually happen.</p><p>I am certain Carrington can be made do far more than Crowd Favourite say in the documentation or on their website. I&#8217;ll let you know how I get on with my experiments. (Hey, com&#8217;on &#8211; who hasn&#8217;t played with the bits in the <em>Do not change the code above this line</em> part?)</p><p>I predict Carrington will lead to the rollout of many more frameworks. That they become the standard system for delivering WordPress themes is likely too.</p> ]]></content:encoded> <wfw:commentRss>http://www.glicit.com/2008/11/the-carrington-blog/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 4/16 queries in 0.041 seconds using disk

Served from: www.glicit.com @ 2010-09-08 13:19:38 -->