<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
	<title>idleStudios</title>
	<link>http://idlestudios.com</link>
	<pubDate>Thu, 24 Jan 2008 12:03:44 EST</pubDate>
	<generator>idleBlog</generator>
	<language>en</language>
	<item>
		<title>Quizzer - Facebook Quiz App Creator</title>
		<link>http://idlestudios.com/view.php/3/Quizzer---Facebook-Quiz-App-Creator/</link>
		<comments>http://idlestudios.com/view.php/3/Quizzer---Facebook-Quiz-App-Creator/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 12:03:44 EST</pubDate>
		<dc:creator>Phil Gibbons</dc:creator>
		<guid>http://idlestudios.com/view.php/3/Quizzer---Facebook-Quiz-App-Creator/</guid>
		<description><![CDATA[I've just released a new Facebook application called <a href="http://apps.facebook.com/quizcreate/">Quizzer</a>. It's a full-featured Facebook quiz creator with support for making quizzes into their own applications. No coding knowledge is necessary to make your own application. You can put your own advertising on your quiz and make money off if it. Some quiz applications make hundreds of dollars a day! It is really quick and simple to make a quiz with Quizzer. Just writing out some good questions and adding some interesting pictures usually makes a quiz popular with very little work.<br /><br /><a href="http://apps.facebook.com/quizcreate/">Check it</a>]]></description>
		<content:encoded><![CDATA[I've just released a new Facebook application called <a href="http://apps.facebook.com/quizcreate/">Quizzer</a>. It's a full-featured Facebook quiz creator with support for making quizzes into their own applications. No coding knowledge is necessary to make your own application. You can put your own advertising on your quiz and make money off if it. Some quiz applications make hundreds of dollars a day! It is really quick and simple to make a quiz with Quizzer. Just writing out some good questions and adding some interesting pictures usually makes a quiz popular with very little work.<br /><br /><a href="http://apps.facebook.com/quizcreate/">Check it</a>]]></content:encoded>
	</item>
	<item>
		<title>fBoxes 0.1 Released</title>
		<link>http://idlestudios.com/view.php/2/fBoxes-0-1-Released/</link>
		<comments>http://idlestudios.com/view.php/2/fBoxes-0-1-Released/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 00:01:39 EST</pubDate>
		<dc:creator>Phil Gibbons</dc:creator>
		<guid>http://idlestudios.com/view.php/2/fBoxes-0-1-Released/</guid>
		<description><![CDATA[fBoxes is a php class for creating Facebook-style movable boxes in FBML/FBJS. It only works on Facebook FBML pages right now, no normal HTML support (yet).<a href="/projects/fboxes/fboxes-0.1.5.tgz">Download</a> - <a href="http://apps.facebook.com/fyshtest/fboxes/">View Demo</a>]]></description>
		<content:encoded><![CDATA[<div>fBoxes is a php class for creating Facebook-style movable boxes in FBML/FBJS. It only works on Facebook FBML pages right now, no normal HTML support (yet). Boxes are fully movable, they can be locked in place, layout changes are saved automatically, multiple sets of boxes can be put on a single page (just initiate a new fBoxes object with a different id)</div><div><a href="/projects/fboxes/fboxes-0.1.5.tgz">Download</a> - <a href="http://apps.facebook.com/fyshtest/fboxes/">View Demo</a><br />
<br />
It supports storing user layouts in either a flat file or MySQL database. If you are using MySQL, remember to do your mysql_connect() before calling the load/save functions.<br />
<br />
The simple configuration is at the top of fboxes.php:</div><pre class="php">// path to your fboxes ajax save script<br />
public $ajax_save_url = '';<br />
<br />
// 0 for flat file, 1 for MySQL (you will have to do<br />
// mysql_connect() yourself before calling any load or save functions)<br />
public $db_type = 0;<br />
<br />
// for flat file db, box id will be appended<br />
public $db_file_path = './fboxes_store/boxes_';<br />
<br />
// for mysql, name of table<br />
//   CREATE TABLE fboxes_position (uid BIGINT UNSIGNED NOT NULL, <br />
//    id CHAR(16) NOT NULL, data TEXT NOT NULL, UNIQUE KEY (uid, id));<br />
public $db_table_name = 'fboxes_position';</pre><br />
An example on how to use fBoxes is provided in the example_fboxes.php file.]]></content:encoded>
	</item>
	<item>
		<title>FBJS Slider Widget</title>
		<link>http://idlestudios.com/view.php/1/FBJS-Slider-Widget/</link>
		<comments>http://idlestudios.com/view.php/1/FBJS-Slider-Widget/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 18:23:00 EDT</pubDate>
		<dc:creator>Phil Gibbons</dc:creator>
		<guid>http://idlestudios.com/view.php/1/FBJS-Slider-Widget/</guid>
		<description><![CDATA[<a href="http://wiki.developers.facebook.com/index.php/FBJS/Examples/Slider">http://wiki.developers.facebook.com/index.php/FBJS/Examples/Slider</a>]]></description>
		<content:encoded><![CDATA[<a href="http://wiki.developers.facebook.com/index.php/FBJS/Examples/Slider">http://wiki.developers.facebook.com/index.php/FBJS/Examples/Slider</a>]]></content:encoded>
	</item>
</rss>