<?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>Social CMS Buzz &#187; Programming</title>
	<atom:link href="http://socialcmsbuzz.com/category/development-2/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://socialcmsbuzz.com</link>
	<description>Latest News and Information for social CMS systems</description>
	<lastBuildDate>Wed, 18 Jan 2012 19:19:49 +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>Building a blog with CakePHP &#8211; Part 1: Getting started</title>
		<link>http://socialcmsbuzz.com/building-a-blog-with-cakephp-part-1-getting-started-26102008/</link>
		<comments>http://socialcmsbuzz.com/building-a-blog-with-cakephp-part-1-getting-started-26102008/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 22:02:49 +0000</pubDate>
		<dc:creator>Lincoln</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cake php]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php blog]]></category>
		<category><![CDATA[php tutorial]]></category>

		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=1559</guid>
		<description><![CDATA[This tutorial will give you a good start in the world of CakePHP, just to learn the basics of the framework. The official CakePHP Blog tutorial (For Cake 1.1) gives you a good idea, but this tutorial will take it a couple of steps further (and in the next parts way beyond the official tutorial). Don't worry: This article will perfectly guide to making your first steps on baking some code.]]></description>
		<wfw:commentRss>http://socialcmsbuzz.com/building-a-blog-with-cakephp-part-1-getting-started-26102008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Facebook Open Sources its Server Software</title>
		<link>http://socialcmsbuzz.com/facebook-open-sources-its-server-software-25102008/</link>
		<comments>http://socialcmsbuzz.com/facebook-open-sources-its-server-software-25102008/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 20:19:15 +0000</pubDate>
		<dc:creator>Lincoln</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=1544</guid>
		<description><![CDATA[Facebook has decided to share some details about its system architecture and make public the source code that powers it. In a note posted by one of the company’s engineers, Facebook describes how it went about choosing its technology stack and ultimately arrived at the decision to build its own server – called Scribe – to make sure Facebook could scale to hundreds of millions of users.]]></description>
		<wfw:commentRss>http://socialcmsbuzz.com/facebook-open-sources-its-server-software-25102008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>131 Rails Apps Launched This Past Weekend; You Get To Vote For The Best</title>
		<link>http://socialcmsbuzz.com/131-rails-apps-launched-this-past-weekend-you-get-to-vote-for-the-best-24102008/</link>
		<comments>http://socialcmsbuzz.com/131-rails-apps-launched-this-past-weekend-you-get-to-vote-for-the-best-24102008/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 23:56:34 +0000</pubDate>
		<dc:creator>socialcmsbuzz</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rails applications]]></category>
		<category><![CDATA[rails apps]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=1536</guid>
		<description><![CDATA[The 2008 Rails Rumble, a competition for Ruby on Rails coders, saw 131 web applications launch into the wild this past weekend. The quality of the applications increased dramatically this year, turning the competition into something of a startup hyper-incubator, with the goal of producing apps that not only win votes but become sustained products.]]></description>
		<wfw:commentRss>http://socialcmsbuzz.com/131-rails-apps-launched-this-past-weekend-you-get-to-vote-for-the-best-24102008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Read an RSS Feed With PHP &#8211; screencast</title>
		<link>http://socialcmsbuzz.com/how-to-read-an-rss-feed-with-php-screencast-22102008/</link>
		<comments>http://socialcmsbuzz.com/how-to-read-an-rss-feed-with-php-screencast-22102008/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 21:36:07 +0000</pubDate>
		<dc:creator>Lincoln</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rss feed]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=1447</guid>
		<description><![CDATA[Back in April, Collis Ta'eed - CEO of Envato - wrote a fantastic tutorial on designing a tab structure using CSS/HTML/JS. If you haven't already, I 100% recommend that you review it. However, dynamically pulling in an RSS feed was beyond the scope of that article. In today's video tutorial, I'll show you exactly how to do this using PHP. At roughly forty-five minutes in length, you might want to take a quick "pre-screencast bathroom break". You also might want to grab some raisins.]]></description>
		<wfw:commentRss>http://socialcmsbuzz.com/how-to-read-an-rss-feed-with-php-screencast-22102008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50 Excellent AJAX Tutorials</title>
		<link>http://socialcmsbuzz.com/50-excellent-ajax-tutorials-20102008/</link>
		<comments>http://socialcmsbuzz.com/50-excellent-ajax-tutorials-20102008/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 18:55:54 +0000</pubDate>
		<dc:creator>Lincoln</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=1335</guid>
		<description><![CDATA[AJAX provides Web developers with plenty of opportunities to enhance the user experience and improve the performance of their websites. There are countless ways that AJAX can be used, and fortunately there are plenty of good and useful AJAX tutorials out there to help you with your own implementation.]]></description>
		<wfw:commentRss>http://socialcmsbuzz.com/50-excellent-ajax-tutorials-20102008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ProgrammerMeerDesigner: Web Development Collaboration</title>
		<link>http://socialcmsbuzz.com/programmermeerdesigner-web-development-collaboration-20082008/</link>
		<comments>http://socialcmsbuzz.com/programmermeerdesigner-web-development-collaboration-20082008/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 23:07:20 +0000</pubDate>
		<dc:creator>Lincoln</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[portfolio showcase]]></category>
		<category><![CDATA[ProgrammerMeetDesigner]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[web designers]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=829</guid>
		<description><![CDATA[ProgrammerMeerDesigner is a site for programmers, web developers, designers, entrepreneurs and writers to find each other and work together to create websites that look and function great. If your looking for other individuals to collaborate with you on a web project ProgrammerMeerDesigner might be the introduction service you were searching for.]]></description>
		<wfw:commentRss>http://socialcmsbuzz.com/programmermeerdesigner-web-development-collaboration-20082008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking For A Lightbox Script? The Lightbox Clones Matrix Can Help</title>
		<link>http://socialcmsbuzz.com/looking-for-a-lightbox-script-the-lightbox-clones-matrix-can-help-30072008/</link>
		<comments>http://socialcmsbuzz.com/looking-for-a-lightbox-script-the-lightbox-clones-matrix-can-help-30072008/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 20:59:39 +0000</pubDate>
		<dc:creator>Lincoln</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[lightbox alternatives]]></category>
		<category><![CDATA[lightbox clones]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://socialcmsbuzz.com/?p=473</guid>
		<description><![CDATA[With so called web 2.0 features being very desirable to webmasters lightbox is probably one of the most popular used today. You may have already utilized lightbox or an alternative script to overlay content on a page, the most common uses for lightbox type effects tend to include image, video and browser display in a lightbox popup. Believe it or not there is are now a hefty 41 alternatives to the original lightbox script that perform similar effects, luckily Ozh from planetozh.com has compared all of them in a very nicely laid out table. Now you don't need to spend hours hunting out and testing alternatives to lightbox by the dozen before you find the solution that fit's your project best.]]></description>
		<wfw:commentRss>http://socialcmsbuzz.com/looking-for-a-lightbox-script-the-lightbox-clones-matrix-can-help-30072008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: socialcmsbuzz.com @ 2012-02-09 00:07:07 -->
