<?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>Forums, Blogs, Wikis &#187; customize</title>
	<atom:link href="http://forumsblogswikis.com/tag/customize/feed/" rel="self" type="application/rss+xml" />
	<link>http://forumsblogswikis.com</link>
	<description>News on forums, blogs, wikis, cms, etc</description>
	<lastBuildDate>Tue, 09 Feb 2010 11:37:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress, source code, and smart quotes</title>
		<link>http://forumsblogswikis.com/2008/12/15/wordpress-source-code-and-smart-quotes/</link>
		<comments>http://forumsblogswikis.com/2008/12/15/wordpress-source-code-and-smart-quotes/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 00:02:04 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Links]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=323</guid>
		<description><![CDATA[Turns out WordPress tries to make your posts look a little better by swapping out all normal quotes with smart quotes.  That&#8217;s great for typography, but really bad when you&#8217;re posting source code like I often do on here.  Trying to run pasted code with smart quotes in it will bring PHP down [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/12/15/wordpress-source-code-and-smart-quotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMF and StopForumSpam.com</title>
		<link>http://forumsblogswikis.com/2008/12/03/smf-and-stopforumspamcom/</link>
		<comments>http://forumsblogswikis.com/2008/12/03/smf-and-stopforumspamcom/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 03:02:59 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Unfiled]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SMF]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=321</guid>
		<description><![CDATA[Found a great site over at StopForumSpam.com.  Over the past few weeks I've been checking registrations on a couple of my forums against their database. What I've found is that most of the registrations have been spammers and they've gotten the axe.  But after deleting 15-20 per day I wanted a little more [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/12/03/smf-and-stopforumspamcom/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress: Get custom field function</title>
		<link>http://forumsblogswikis.com/2008/10/10/wordpress-get-custom-field-function/</link>
		<comments>http://forumsblogswikis.com/2008/10/10/wordpress-get-custom-field-function/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 01:10:42 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=317</guid>
		<description><![CDATA[On several WordPress projects I've needed to get the value of a custom field.&#160; Not too difficult using the get_post_meta command, but I wanted a little quicker way.&#160; So I now add this little function to the functions.php file on themes I'm working on.
PLAIN TEXT
PHP:




function getMeta&#40;$key&#41;


&#123;


global $post;


return get_post_meta&#40;$post-&#62;ID, $key&#41;;


&#125; 







Say you've got a custom field [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/10/10/wordpress-get-custom-field-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarking threads on an SMF board</title>
		<link>http://forumsblogswikis.com/2008/09/27/bookmarking-threads-on-an-smf-board/</link>
		<comments>http://forumsblogswikis.com/2008/09/27/bookmarking-threads-on-an-smf-board/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 23:24:30 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[SMF]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[simple machines]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=306</guid>
		<description><![CDATA[This is one of those features I've been wanting to add to my photography forum for a while now, but I just got around to it this weekend.
With the addition of a database table, a new template file, a few source files, and changes to several others, my Simple Machines Forum now gives my users [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/09/27/bookmarking-threads-on-an-smf-board/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to embed a Google Video in SMF</title>
		<link>http://forumsblogswikis.com/2008/09/21/how-to-embed-a-google-video-in-smf/</link>
		<comments>http://forumsblogswikis.com/2008/09/21/how-to-embed-a-google-video-in-smf/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 23:42:07 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[SMF]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[simple machines]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=303</guid>
		<description><![CDATA[About a year ago I wrote a post on how to embed a YouTube video in a Simple Machines Forum post.  Well, as it works out today I needed to embed a Google Video in a post so I went through and did almost the same process to get it to work.
The first thing [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/09/21/how-to-embed-a-google-video-in-smf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to insert tabs in a textarea</title>
		<link>http://forumsblogswikis.com/2008/07/20/how-to-insert-tabs-in-a-textarea/</link>
		<comments>http://forumsblogswikis.com/2008/07/20/how-to-insert-tabs-in-a-textarea/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 22:30:06 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Web Links]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=287</guid>
		<description><![CDATA[I've always found it annoying that tabs don't, well, tab in textareas on HTML pages.  To be fair, they do what they're supposed to and move on to the next field.  But for a web app I'm working on I needed a way for the tab key to insert a tab.
The majority of [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/07/20/how-to-insert-tabs-in-a-textarea/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>GoCodes redirection plugin</title>
		<link>http://forumsblogswikis.com/2008/02/22/gocodes-redirection-plugin/</link>
		<comments>http://forumsblogswikis.com/2008/02/22/gocodes-redirection-plugin/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 14:31:17 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/2008/02/22/gocodes-redirection-plugin/</guid>
		<description><![CDATA[Have you ever needed to give out a URI from a blog post?  Sure, you can do it, but the URIs are usually pretty long.  And forget about it if you're saying it over the phone or on a podcast.  A Wordpress plugin called GoCodes looks like it may be able to [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/02/22/gocodes-redirection-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inserting AddThis.com widget in Simple Machines Forum</title>
		<link>http://forumsblogswikis.com/2008/01/27/inserting-addthiscom-widget-in-simple-machines-forum/</link>
		<comments>http://forumsblogswikis.com/2008/01/27/inserting-addthiscom-widget-in-simple-machines-forum/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 19:09:22 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[SMF]]></category>
		<category><![CDATA[addthis]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/2008/01/27/inserting-addthiscom-widget-in-simple-machines-forum/</guid>
		<description><![CDATA[After finding the AddThis.com bookmarking widget and installing the WordPress plugin here I decided I needed to add the widget to my photography forum.
What I wanted to make sure would happen is that if a visitor bookmarks a page they bookmark the first page in the thread instead of bookmarking a later page in a [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/01/27/inserting-addthiscom-widget-in-simple-machines-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Reasons NOT to start a forum</title>
		<link>http://forumsblogswikis.com/2008/01/27/8-reasons-not-to-start-a-forum/</link>
		<comments>http://forumsblogswikis.com/2008/01/27/8-reasons-not-to-start-a-forum/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 17:53:25 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Forums]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[monetize]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/2008/01/27/8-reasons-not-to-start-a-forum/</guid>
		<description><![CDATA[There are thousands and thousands of web forums out there.  My guess is that if you’re reading this you’re at least thinking of starting one if you haven’t already. We hear about the reasons to start a forum (fun, branding, marketing, etc) but it’s difficult to find information on why you shouldn’t start a [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/01/27/8-reasons-not-to-start-a-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing MySQL search speed for different column types</title>
		<link>http://forumsblogswikis.com/2008/01/18/comparing-mysql-search-speed-for-different-column-types/</link>
		<comments>http://forumsblogswikis.com/2008/01/18/comparing-mysql-search-speed-for-different-column-types/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 20:08:02 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[benchmarking]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/2008/01/18/comparing-mysql-search-speed-for-different-column-types/</guid>
		<description><![CDATA[Starting work on a new website I wanted to know which type of MySQL column was the fastest to search on.  I assume it's a numeric column, but I really want to know how much of a difference it makes.  What I'm working on right now is an options table and it would [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/01/18/comparing-mysql-search-speed-for-different-column-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
