<?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 Funk House</title>
	<atom:link href="http://www.thefunkhouse.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thefunkhouse.co.uk</link>
	<description>Funky web design and development by Lee Doel</description>
	<pubDate>Sun, 28 Sep 2008 17:02:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Using JavaScript in your web site</title>
		<link>http://www.thefunkhouse.co.uk/2008/09/using-javascript-in-your-web-site/</link>
		<comments>http://www.thefunkhouse.co.uk/2008/09/using-javascript-in-your-web-site/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 16:59:18 +0000</pubDate>
		<dc:creator>slee</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.thefunkhouse.co.uk/?p=117</guid>
		<description><![CDATA[Everyone loves to see funky effects and interactive elements when browsing the web.
Many of the features we see on web sites are made using JavaScript such as drag and drop features and the infamous Lightbox gallery. There are more and more JavaScript libraries to make coding even easier for developers. One of my favourites is [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone loves to see funky effects and interactive elements when browsing the web.</p>
<p>Many of the features we see on web sites are made using JavaScript such as drag and drop features and the infamous Lightbox gallery. There are more and more JavaScript libraries to make coding even easier for developers. One of my favourites is <a href="http://jquery.com/" target="_blank">JQUERY</a> I find it pretty easy to use and there are many others using it which is great as doing a quick search you can find many snippets of code to help you.<span id="more-117"></span></p>
<p>The problem I encounter with sites using JavaScript is that they don’t think of users who don’t have JavaScript turned on. Should they be worrying about this? I believe they should be, more and more users now choose to have high security settings on their computers, especially in larger companies. Not only that, we have to make sure we try and cater for everyone in the accessible web of today.<br />
Next time you visit a web site that has a feature running using JavaScript (if it is easy to recognise) try turning off JavaScript and see how it behaves. Web developers and Designers should be testing this for every site they create. Using the web developer toolbar for Firefox you can easily turn off JavaScript.</p>
<p>I have seen some sites that rely on the navigation to use JavaScript, which in my opinion is a big no no. There should be a fall back in case it doesn’t function. In these cases if JavaScript isn’t on then the user cannot navigate the site and this is really bad for any site.</p>
<p>For Developers, Internet Explorer 6 (ie6) is a problem and it is most definitely one of the things that drives me insane when building a site. For example when building a web site that has a dropdown menu it is a nightmare to accommodate ie6 without using JavaScript. It is possible to have a full CSS menu in ie6 but it creates more trouble than it is worth. It has to have lots more code and it involves CSS hacks which aren’t brilliant. Most will use a full CSS menu then have some JavaScript for Internet Explorer. <a href="http://www.htmldog.com/articles/suckerfish/dropdowns/" target="_blank">Suckerfish </a>is such an example. This is a great menu which is really tidy to use and will work in all browsers. I came across <a href="http://www.kriesi.at/archives/create-a-multilevel-dropdown-menu-with-css-and-improve-it-via-jquery" target="_blank">Kreisi</a> which is a neat tutorial on how to use the <a href="http://www.htmldog.com/articles/suckerfish/dropdowns/" target="_blank">suckerfish menu</a> and also have some JavaScript to run the menu. This way if the user has JavaScript it will show a nice animated dropdown. If JavaScript is off it will revert to a CSS only menu. I really like this approach as it caters for almost everyone. Again ie6 will be an issue but if the user has JavaScript on it will show the animated menu. You then have a choice to make. Should we cater for ie6 when JavaScript is off? In my opinion as long as the site takes this into account by having page links to allow the user to navigate and also a sitemap then I think it is enough. This does depend on your user stats for your site; you may find that you have many users who use ie6 so this approach may not be the best solution for you.</p>
<p>The thing that gets to me is when a site uses JavaScript without a thought to what should happen if it is not on and whatever it is for doesn’t work. I have seen the JQUERY Cycle plugin recently used on some sites and when JavaScript is off it leaves the site with elements on the page that doesn’t do anything when you click them. In these circumstances these elements should be generated using JavaScript so at least if it is off they won’t b generated at all, thus leaving the user to get on and use the site without having to figure out why clicking on these elements that nothing happens.</p>
<p>This has been more of rant but I think it is an important part of any site that you are building to make sure you think about what should happen if JavaScript is turned off.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefunkhouse.co.uk/2008/09/using-javascript-in-your-web-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress gallery</title>
		<link>http://www.thefunkhouse.co.uk/2008/08/wordpress-gallery/</link>
		<comments>http://www.thefunkhouse.co.uk/2008/08/wordpress-gallery/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 22:23:46 +0000</pubDate>
		<dc:creator>slee</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.thefunkhouse.co.uk/?p=111</guid>
		<description><![CDATA[After reading Sarah&#8217;s posts on the Wordpress gallery I thought I would have a go at using it on a site.
The gallery that is built in is OK but not my favourite gallery for Wordpress. I am not sure if they just threw it in as there us hardly any documentation, i was very glad [...]]]></description>
			<content:encoded><![CDATA[<p>After reading <a title="sarah's post" href="http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/">Sarah&#8217;s</a> posts on the Wordpress gallery I thought I would have a go at using it on a site.</p>
<p>The gallery that is built in is OK but not my favourite gallery for Wordpress. I am not sure if they just threw it in as there us hardly any documentation, i was very glad to read <a title="Sarah's post" href="http://www.bloggingtips.com/2008/08/03/mixing-gallery-and-blog-posts/">Sarah&#8217;s</a> post else I would of had to of worked it all out on my own.<span id="more-111"></span></p>
<p>There are some draw backs with using the new built in gallery, it doesn&#8217;t have a Light box effect built in but there are some plugins that can be used, although so far I&#8217;ve not found one that will work with ie6. You also can&#8217;t easily upload new images to a gallery or edit the gallery as easily as it should be.<br />
I think some users will find it quite hard to use at first.</p>
<p>One thing i find a little odd is the fact there is no way of turning off the built in gallery.<br />
What if you want to use another gallery plugin?</p>
<p>The inbuilt next a previous links are not text links as Sarah explains in her post so you have to get another plugin to change the default thumbnail images to use text.</p>
<p>Then there is the gallery homepage which i am sure many will want. A gallery homepage as i call it is a page with the site&#8217;s gallery listed with an image from the gallery and some text to describe the gallery. This can be achived but only with some of your own coding. I am currently making a page template so i can use pages in my (not this one) and then have a page to show all the galleries.</p>
<p>Once i have it working maybe if anyone would like the page template i could make it a download here.</p>
<p>My conclusion so far is that i am a bit confused why the gallery was released before it was ready. I don&#8217;t feel it is ready yet as i would have thought they would of added many more features like the <a title="next gen gallery" href="http://wordpress.org/extend/plugins/nextgen-gallery/">Next gen gallery</a> has.</p>
<p>Hope fully they will or others will help to upgradde it soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefunkhouse.co.uk/2008/08/wordpress-gallery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social Behaviour on forums</title>
		<link>http://www.thefunkhouse.co.uk/2008/08/social-behaviour-on-forums/</link>
		<comments>http://www.thefunkhouse.co.uk/2008/08/social-behaviour-on-forums/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 15:22:26 +0000</pubDate>
		<dc:creator>slee</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.thefunkhouse.co.uk/?p=107</guid>
		<description><![CDATA[A while back I began researching into forum behaviour as I help look after two forums.
I wanted to get an idea on how people use the forums and what things I might have to look out for.
I ventured on to many forums and asked 4 main questions and a general “how do you behave” to [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I began researching into forum behaviour as I help look after two forums.<br />
I wanted to get an idea on how people use the forums and what things I might have to look out for.<br />
I ventured on to many forums and asked 4 main questions and a general “how do you behave” to see how many would want to talk about it.</p>
<p><span id="more-107"></span></p>
<p>The four questions I asked were:</p>
<p><strong>Do you lurk around reading what others say or do you dive in and post as much as possible?</strong></p>
<p><strong>Are there certain sections you tend to stick to or do you like to read the whole thing?</strong></p>
<p><strong>Do ranks and post number mean anything to you? Do they make you post more?</strong></p>
<p><strong>How many forums do you belong to? Are they on lots of different subjects?</strong></p>
<p>The overall results were that users considered their behaviour on the forums to reflect how they behave in real life. They try to be courteous and try and help or be part of the conversation if they have the time and knowledge. The forum’s ethos can have an impact on how they behave but this doesn’t stop everyone so you may have to watch out for a few forum renegades.</p>
<p>Many will focus on certain sections but will read the whole site to see if there is anything interesting. This can depend on the size and subject of the forum.</p>
<p>Users will also be members of many forums (on average 3 -4) and not necessarily on the same subject but many will sign up to multiple sites on the same subject if it is a hobby or activity they participate in.</p>
<p>Post ranks and badges etc don’t seem to bother most but there are those who love to get certain badges if they mean anything to the forum. For example a trading site will have badges for good traders so users will want to get them. This can also depend on the age of the forum as younger users like to collect and boast about their post count and rank.</p>
<p>I will hopefully be posting more information soon, i hope it is of use to some one <img src='http://www.thefunkhouse.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefunkhouse.co.uk/2008/08/social-behaviour-on-forums/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Which platform? Tag you&#8217;re it - meme</title>
		<link>http://www.thefunkhouse.co.uk/2008/07/which-platform-tag-youre-it-meme/</link>
		<comments>http://www.thefunkhouse.co.uk/2008/07/which-platform-tag-youre-it-meme/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 22:59:14 +0000</pubDate>
		<dc:creator>slee</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.thefunkhouse.co.uk/?p=103</guid>
		<description><![CDATA[A little bit of fun with some research
What Open Source platform do you choose to use or do you consider when building a web site?
For those who don&#8217;t know memes are like batons passed from blogger to blogger to find out a little more behind the random blogs they read. Just copy, paste and answer!
My [...]]]></description>
			<content:encoded><![CDATA[<p>A little bit of fun with some research</p>
<p>What Open Source platform do you choose to use or do you consider when building a web site?</p>
<p>For those who don&#8217;t know memes are like batons passed from blogger to blogger to find out a little more behind the random blogs they read. Just copy, paste and answer!</p>
<p>My top 5 are (in no particular order) - if you don&#8217;t know 5 just write as many any you want. This is more about discovering new platforms.</p>
<p>Wordpress<br />
Community Server<br />
Joomla<br />
modx<br />
expression engine</p>
<p>i am tagging:</p>
<p><a title="Sarah" href="http://www.stuffbysarah.net">Sarah</a><br />
<a title="David" href="http://www.ap4a.co.uk/">David<br />
</a><a title="Lea" href="http://www.lealea.net/">lea</a><br />
<a title="Gary" href="http://www.osworld.biz">Gary</a><br />
<a title="Mark" href="http://www.45n5.com/">Mark</a></p>
<p>It will be interesting to see what platforms you use or are interested in!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefunkhouse.co.uk/2008/07/which-platform-tag-youre-it-meme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Green hosting</title>
		<link>http://www.thefunkhouse.co.uk/2008/07/green-hosting/</link>
		<comments>http://www.thefunkhouse.co.uk/2008/07/green-hosting/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 21:10:01 +0000</pubDate>
		<dc:creator>slee</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.thefunkhouse.co.uk/?p=92</guid>
		<description><![CDATA[Things have been very busy recently and I am getting much more involved with sites that are &#8220;green&#8221;. This has led me to look for a green hosting company.

Why Green?
I help run a children&#8217;s site dedicated to green things such as climate change and the environment, this has made me really look into how everything [...]]]></description>
			<content:encoded><![CDATA[<p>Things have been very busy recently and I am getting much more involved with sites that are &#8220;green&#8221;. This has led me to look for a green hosting company.</p>
<p><span id="more-92"></span></p>
<p><strong>Why Green?</strong></p>
<p>I help run a children&#8217;s site dedicated to green things such as climate change and the environment, this has made me really look into how everything can be greener. At home I&#8217;m now recycling much more and I am using an energy monitor to see how much electricity is being used.  I ownt go into all that right now but it I have been looking into finding a green hosting company. It does seem an odd request as surely data centres should be running an efficient as possible to save money but some aren&#8217;t. I am also looking for data centres that at least buy their energy from providers who use wind and solar energy. There are many hosting companies that are getting wise to this and are promoting they are green. Some however just say they offset their energy use by planting a tree. This I find quite amusing as planting a tree doesn&#8217;t do much at all. The tree will takes time to grow and won&#8217;t be of any effect for some time so in fact it is initially pointless. One site I found which made me laugh was that they made a point of stating they used recyclable coffee cups in their office. Oh that makes all the difference <img src='http://www.thefunkhouse.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There are a few sites that state they are selling green hosting which I have been looking into and I think on paper they look good but the thing that puts me off is that I have never heard of them. I much prefer it when I have been recommended to the company so at least I know someone has had a good experience with them. Do any of you know of a green hosting company?</p>
<p>Right now I&#8217;m looking into my existing host to see if they are green and in fact they have won some awards for trying to be green but they don&#8217;t buy their energy from any green providers they just try to reduce their energy usage. Is this enough do you think?</p>
<p>Would you go green? Is it something that if you saw on a site that they were using a green hosting company, it would interest you?</p>
<p>Would you expect a site providing a green product or service to be using a green host?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefunkhouse.co.uk/2008/07/green-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CMS or Bespoke web site builds?</title>
		<link>http://www.thefunkhouse.co.uk/2008/07/cms-or-bespoke-web-site-builds/</link>
		<comments>http://www.thefunkhouse.co.uk/2008/07/cms-or-bespoke-web-site-builds/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 19:33:48 +0000</pubDate>
		<dc:creator>slee</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.thefunkhouse.co.uk/?p=90</guid>
		<description><![CDATA[ 
Something I have been pondering over for a while now is the choice of how to build a web site.
Do you always go for a CMS solution and build from there or do you just build from scratch using any code you have used before as a library or do you mix and match?
More [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> Normal   0               false   false   false      EN-GB   X-NONE   X-NONE                                                     MicrosoftInternetExplorer4 </xml>< ![endif]--><!--[if gte mso 9]><xml> </xml>< ![endif]--><!--  --><!--[if gte mso 10]> <mce :style>< !   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --> <!--[endif]--></p>
<p>Something I have been pondering over for a while now is the choice of how to build a web site.</p>
<p>Do you always go for a CMS solution and build from there or do you just build from scratch using any code you have used before as a library or do you mix and match?<span id="more-90"></span></p>
<p>More recently I have been more focused on developing on existing platforms such as Wordpress or a commercial CMS but is that a good thing? Using Wordpress does allow you to easily integrate other code or scripts quite easily, in fact if you wish you can develop Wordpress plugins to integrate into Wordpress so that the user doesn&#8217;t even know there is bespoke code inserted into the site.</p>
<p>So on the surface it would seem developing on an existing platform is the way forward, however using a commercial CMS I find this more difficult. What I mean by a commercial CMS is using a hosted CMS which you would pay a license to use. Most of the time you wouldn&#8217;t have access to write bespoke code into the site,  so you can be a bit limited with what you can do.  There are many upsides to using a commercial CMS though such as support and many supply the developer with API&#8217;s to play with which can achieve the results you want.</p>
<p>Is it worth looking at developing bespoke sites with an administration panel which is unique to that site? In the past this is what I would have done but I have found users expect a certain level of tools such as WYSIWYG editors, news feeds (RSS feeds), ability to upload images and even video.</p>
<p>Do you develop your own or use an existing platform?<br />
Wordpress or Joomla for example both have the ability to upload images and video, have RSS feeds and WYSIWYG editors all as default or by installing a plugin.</p>
<p>The downside is that the open source software needs updating and in the case of Wordpress this can be a lot. Again though is this good or bad? Ok so you have run a few updates but at least the code is free and is being updated, providing you with new tools and further features to make sites.</p>
<p>If you make a bespoke web site then you are left to develop this yourself. There is an upside to bespoke sites and that is that you have control over the site and how it will be used. You get to build your own funky scripts that no other site will have and make it different from anything else you have seen. Clients can be willing to pay the extra to get the new feature or maybe they are requesting it in the first place so you get to create it.</p>
<p>As a developer what do you do? If you were a would be client what would you prefer?</mce></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefunkhouse.co.uk/2008/07/cms-or-bespoke-web-site-builds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More from paid to search</title>
		<link>http://www.thefunkhouse.co.uk/2008/06/more-from-paid-to-search/</link>
		<comments>http://www.thefunkhouse.co.uk/2008/06/more-from-paid-to-search/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 13:08:44 +0000</pubDate>
		<dc:creator>slee</dc:creator>
		
		<category><![CDATA[News]]></category>

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

		<guid isPermaLink="false">http://www.thefunkhouse.co.uk/?p=89</guid>
		<description><![CDATA[A while back i posted about being paid to search. Some of you may have signed up to find it wasnt all that great as they were updating it all.
Now the update is just about finished and they have now signed up Yahoo for their search results, so not only do you get paid for [...]]]></description>
			<content:encoded><![CDATA[<p>A while back i posted about being<a href="http://www.thefunkhouse.co.uk/2008/02/get-paid-to-search/"> paid to search</a>. Some of you may have signed up to find it wasnt all that great as they were updating it all.</p>
<p>Now the update is just about finished and they have now signed up Yahoo for their search results, so not only do you get paid for searching they now use a good search results provider.</p>
<p>if you fancy taking a look check out <a title="PAID TO SEARCH" href="http://www.myhpf.co.uk/apply001.asp?Friend=5951">Homepages Friends</a> - oh and this is their new name as well <img src='http://www.thefunkhouse.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefunkhouse.co.uk/2008/06/more-from-paid-to-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>cheap scripts from 1month</title>
		<link>http://www.thefunkhouse.co.uk/2008/04/cheap-scripts-from-1month/</link>
		<comments>http://www.thefunkhouse.co.uk/2008/04/cheap-scripts-from-1month/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 13:46:29 +0000</pubDate>
		<dc:creator>slee</dc:creator>
		
		<category><![CDATA[News]]></category>

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

		<guid isPermaLink="false">http://www.thefunkhouse.co.uk/?p=87</guid>
		<description><![CDATA[Just a quick heads up for those wanting a script for next to nothing.  Head on over to 1month.co.uk and see what script they are selling this month. Each month they sell a script starting at $1 on the first day of the month then it goes up one dollar each day. So if [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick heads up for those wanting a script for next to nothing.  Head on over to <a title="1month.co.uk" href="http://www.1month.co.uk">1month.co.uk</a> and see what script they are selling this month. Each month they sell a script starting at $1 on the first day of the month then it goes up one dollar each day. So if you buy it on the 12th day of the month you will buy it for $12 but if you are lucky enough to remember in time and buy it on the 1st of the month then you get it for $1!</p>
<p><strong>now head on over to <a title="1month.co.uk" href="http://www.1month.co.uk">1month.co.uk</a> now!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefunkhouse.co.uk/2008/04/cheap-scripts-from-1month/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress 2.5 good or bad?</title>
		<link>http://www.thefunkhouse.co.uk/2008/03/wordpress-25-good-or-bad/</link>
		<comments>http://www.thefunkhouse.co.uk/2008/03/wordpress-25-good-or-bad/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 20:10:03 +0000</pubDate>
		<dc:creator>slee</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.thefunkhouse.co.uk/?p=86</guid>
		<description><![CDATA[With the latest Wordpress about to be released (hopefully by the end of march) I was happy that they were finally going to move forward. Wordpress has always given us more in each release but this version I am not so sure. In fact many are saying it I more of a sideways move than [...]]]></description>
			<content:encoded><![CDATA[<p>With the latest Wordpress about to be released (hopefully by the end of march) I was happy that they were finally going to move forward. Wordpress has always given us more in each release but this version I am not so sure. In fact many are saying it I more of a sideways move than a move forward. The admin has been updated and I really feel it has actually gone backwards. <span> </span>For example the side bar boxes have been moved under the section where you write so making the page even longer than it was before not exactly great for usability in my opinion. To get more info head over to <a href="http://www.optiniche.com/blog/382/wordpress-25-revealed-and-compared-to-version-23x/" title="optiniche">optiniche</a><span></span> there is a lot more information there and there is no point for me to go over all the same information.<br />
<span id="more-86"></span></p>
<p>What I do want to say is that I do like the fact they are trying to move forward but I just donâ€™t see why they made some of the changes. Iâ€™ve heard others like <a href="http://www.stuffbysarah.net" title="sarah">Sarah</a> mention that some of the code has changed or at least some of the ways you were able to control things like the output of pages isnâ€™t the same. Of course the final release might be ok so ill keep an eye on it for now but I hope it doesnâ€™t change too much as upgrading a site would be such a pain and time consuming which is ok if you have enough time to do it.</p>
<p>I hope they continue to move Wordpress forward to more of a cms with blog capabilities. I know there are many using it in this way including myself. I would also like to know if they are planning to update the way templates are used to be more like a cms. I know you can already choose a template for each page you write etc but if for example each template could have its own way of having widgets without being too complicated that would be very good. At the moment if you have multiple sidebars it can get a bit messy in the widget admin.</p>
<p>I would also like to see if they will enhance the way custom fields work, or at least how a user uses them. We shall see <img src='http://www.thefunkhouse.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefunkhouse.co.uk/2008/03/wordpress-25-good-or-bad/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get paid to search</title>
		<link>http://www.thefunkhouse.co.uk/2008/02/get-paid-to-search/</link>
		<comments>http://www.thefunkhouse.co.uk/2008/02/get-paid-to-search/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 14:57:33 +0000</pubDate>
		<dc:creator>slee</dc:creator>
		
		<category><![CDATA[News]]></category>

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

		<guid isPermaLink="false">http://www.thefunkhouse.co.uk/?p=85</guid>
		<description><![CDATA[Just a quick post to let you know about a new search service i was recommended to by a friend.
MySearchFunds is a site that pays you to use their search engine which is ASK.com. the search results are ok and it is a nice alternative to using google as some times google&#8217;s results have so [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post to let you know about a new <a href="http://www.mysearchfunds.co.uk/apply001.asp?Friend=5951">search service</a> i was recommended to by a friend.</p>
<p><a href="http://www.mysearchfunds.co.uk/apply001.asp?Friend=5951" title="Mysearchfunds">MySearchFunds</a> is a site that pays you to use their search engine which is ASK.com. the search results are ok and it is a nice alternative to using google as some times google&#8217;s results have so much spam it is very annoying.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefunkhouse.co.uk/2008/02/get-paid-to-search/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
