<?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/"
	>

<channel>
	<title>Riley's Blog</title>
	<atom:link href="http://www.decadecreations.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.decadecreations.com</link>
	<description>News and other stuff</description>
	<pubDate>Thu, 25 Dec 2008 17:16:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Invision Power Board 3 Beta 1</title>
		<link>http://www.decadecreations.com/52/</link>
		<comments>http://www.decadecreations.com/52/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 17:15:47 +0000</pubDate>
		<dc:creator>Riley</dc:creator>
		
		<category><![CDATA[New Releases]]></category>

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

		<guid isPermaLink="false">http://www.decadecreations.com/52/</guid>
		<description><![CDATA[Hello every one and Merry Christmas!
Alright, so I&#8217;ve installed the IPB 3 Beta and I&#8217;ve played around with it for a bit and I think this it&#8217;s going to be an awesome forum software. The vast amount of features is outstanding. One of the features I am looking forward to is the API. With this [...]]]></description>
			<content:encoded><![CDATA[<p>Hello every one and Merry Christmas!</p>
<p>Alright, so I&#8217;ve installed the IPB 3 Beta and I&#8217;ve played around with it for a bit and I think this it&#8217;s going to be an awesome forum software. The vast amount of features is outstanding. One of the features I am looking forward to is the API. With this feature hopefully I will be able to make any other Faintmedia website work with your Faintmedia account. I am also looking forward to the new Hook system. I already have a few ideas that I will be trying. The template editing area also looks outstanding some of the stuff is buggy right now but once it is sorted out it should be great. I&#8217;m also really liking the new announcement feature which allows you to post an announcement to specific forums or all forums. The expiry date is also a very handy thing to have as well. Another reason I like it is when it&#8217;s posted it isn&#8217;t actually posted in a forum, It has it&#8217;s own separate area.</p>
<p>Faintmedia&#8217;s forums will be getting changed up once the new version is released. We have a new forums skin designed so once it becomes a more stable version we will begin working on it. We also hope to do some changes to the main site to integrate them together better. One of the things is going to be the private message pop up. So if someone sends you a PM you will be able to access it from any page on the site. We will also be changing up the account area to fit more with the forums and it will be a lot easier to use. We will also be changing the account information area in the top right corner to fit with the forums better.</p>
<p>Finally, I have noticed lots of people on the development boards complaining about &#8220;oh it&#8217;s too slow&#8221; or &#8220;Why can&#8217;t we have the old skin?&#8221; seriously if you haven&#8217;t looked there are tons of these posts! For people that think it&#8217;s too slow they have to remember it is a beta and it is encoded. It is not yet optimized so please wait until it&#8217;s out of beta before complaining. I don&#8217;t understand why people are worried about the skin. I would have to say that most people are going to re-skin it and not use the default skin and even if you want the old 2.3.6 why not skin it yourself. Don&#8217;t know how to skin? Why not learn? Don&#8217;t want to skin? Well I&#8217;m sure that someone is going to come out with that skin so just be patient.</p>
<p>Well that&#8217;s all for now. Merry Christmas and have a Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.decadecreations.com/52/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Venom</title>
		<link>http://www.decadecreations.com/46/</link>
		<comments>http://www.decadecreations.com/46/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 02:08:10 +0000</pubDate>
		<dc:creator>Riley</dc:creator>
		
		<category><![CDATA[Ideas]]></category>

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

		<guid isPermaLink="false">http://www.decadecreations.com/?p=46</guid>
		<description><![CDATA[There hasn&#8217;t been any big announcement yet on Faintmedia but we do have another project idea in mind currently called Venom. Venom is a CMS (Content management system) for the more advanced web designer. It will give you full access to your sites HTML allowing you to change each page.
The Layout Setup
We are currently in [...]]]></description>
			<content:encoded><![CDATA[<p>There hasn&#8217;t been any big announcement yet on Faintmedia but we do have another project idea in mind currently called Venom. Venom is a CMS (Content management system) for the more advanced web designer. It will give you full access to your sites HTML allowing you to change each page.</p>
<p><strong>The Layout Setup<br />
</strong>We are currently in the planning stages of Venom right now but one of the things I have planned is a layout system which would work like so:</p>
<p>Say I wanted a generic header for each of my pages. So I make a page with all the information that would be the same in it. I would check a box that says that its just a layout file so that you can&#8217;t view that page from the browser itself. Now I would go into the pages that use that header and add some sort of template tag such as:</p>
<p>{layout.HEADER}</p>
<p>HEADER would be the name of the file. So now when I want to change something in the header it would change it on all the pages that have that tag at the top.</p>
<p>There will also be other variables you may use such as the title tag {general.TITLE} or something like that which would allow you to display the title of the page you are on in your header file.</p>
<p><strong>Customize<br />
</strong>I have big plans for the customization. If you are someone that enjoys modding scripts this will be easy for you. The backend will run off of XML files that will allow you to create what the button link for your mod says in the admin panel and what the side menu&#8217;s options are. It will also tell which PHP files are used for each page. So once you have the XML file setup you just need to code the PHP file&#8217;s that will run inside Venom and then it will display all that information when your in that area.</p>
<p>For example: Say I want a store running through PayPal but I don&#8217;t want to have a page for every product and I don&#8217;t want to do all the PHP in the layout file itself. You could create a customization. So you would have a new button in the admin panel that allows you to set everything up and that will save to the database. You will have a PHP file that tells how it should be displayed and what the variable is that is used to display it. So you would do everything in that part of the script and the only thing that will be in your actual store file would be something like {plugin.STORE} and that would display what you set it to.</p>
<p>I&#8217;m sorry for jumping all around with that description but I&#8217;m just trying to get out what I&#8217;m thinking about this part of the script. I will get a more detailed description out later on when we have started development. I think this feature will have lots of potential because you don&#8217;t need to use it for a store. You could use it for a blog or other things like that.</p>
<p>That&#8217;s all for now. I just thought I would give you a taste of what&#8217;s cooking on our labs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.decadecreations.com/46/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HOUSE MD</title>
		<link>http://www.decadecreations.com/44/</link>
		<comments>http://www.decadecreations.com/44/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 01:50:23 +0000</pubDate>
		<dc:creator>Riley</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[TV/Movies/Videos]]></category>

		<guid isPermaLink="false">http://www.decadecreations.com/?p=44</guid>
		<description><![CDATA[My favorite show on TV has started and I have to say the First show of the season was awesome! House season 5 just started and from what I see it&#8217;s just going to keep getting better and better. If you haven&#8217;t seen it yet you should! It&#8217;s about a doctor who really doesn&#8217;t care [...]]]></description>
			<content:encoded><![CDATA[<p>My favorite show on TV has started and I have to say the First show of the season was awesome! House season 5 just started and from what I see it&#8217;s just going to keep getting better and better. If you haven&#8217;t seen it yet you should! It&#8217;s about a doctor who really doesn&#8217;t care about anyone but himself he is just doing the job because he enjoys puzzles. To put it plain and simple, he&#8217;s a jerk who will say to your face what other doctors would talk about behind your back. It&#8217;s a really funny show and if you haven&#8217;t seen it before just watch an episode. There are new ones every week (Tuesday nights!) so check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.decadecreations.com/44/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iTunes 8.0 Genius Down Side</title>
		<link>http://www.decadecreations.com/32/</link>
		<comments>http://www.decadecreations.com/32/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 01:44:45 +0000</pubDate>
		<dc:creator>Riley</dc:creator>
		
		<category><![CDATA[New Releases]]></category>

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

		<guid isPermaLink="false">http://www.decadecreations.com/?p=32</guid>
		<description><![CDATA[Well I downloaded iTunes 8.0 and I really like the new stuff thats in it. The new visualizer looks great! Anyways, one of the thing I find stupid is that inorder for me to use Genius I need to create an account and put in my credit card information in! I mean what is that!? [...]]]></description>
			<content:encoded><![CDATA[<p>Well I downloaded iTunes 8.0 and I really like the new stuff thats in it. The new visualizer looks great! Anyways, one of the thing I find stupid is that inorder for me to use Genius I need to create an account and put in my credit card information in! I mean what is that!? Why do I need to give that out in to use the thing? If I want to buy a song or something I will put my credit card number in when I click to buy and then it can remember it I don&#8217;t care. What if I don&#8217;t want to buy a songs at the moment and I just want to check it out to see what it&#8217;s like? I don&#8217;t want to have to put any of that information in there to take a tour of that. Also what if you don&#8217;t have a credit card and want to check it out? Personally I think there are better ways of doing this and I think they need to change it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.decadecreations.com/32/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Headaches!</title>
		<link>http://www.decadecreations.com/30/</link>
		<comments>http://www.decadecreations.com/30/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 23:24:03 +0000</pubDate>
		<dc:creator>Riley</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.decadecreations.com/?p=30</guid>
		<description><![CDATA[Ah the headaches have started I am nearing the release of PictureMe. I&#8217;ve been finishing the photo rating system and it seemed to be going fine. Then I decided I&#8217;d reinstall the script to make sure that everything was working and poof! Now I have some problems. I keep trying to login to the admin [...]]]></description>
			<content:encoded><![CDATA[<p>Ah the headaches have started I am nearing the release of PictureMe. I&#8217;ve been finishing the photo rating system and it seemed to be going fine. Then I decided I&#8217;d reinstall the script to make sure that everything was working and poof! Now I have some problems. I keep trying to login to the admin panel but it won&#8217;t let me. Its like all of a sudden the cookies decided to quit working. So now I have to dig through the code to find out what the problem is and fix it. Ah I wish everything would just work how you want it but oh well what can you do?</p>
<p>After I fix this problem I&#8217;ll have to start working on the purchase system for Faintmedia then we can start selling it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.decadecreations.com/30/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IPB 3.0</title>
		<link>http://www.decadecreations.com/27/</link>
		<comments>http://www.decadecreations.com/27/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 23:56:46 +0000</pubDate>
		<dc:creator>Riley</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.decadecreations.com/?p=27</guid>
		<description><![CDATA[Well I really can&#8217;t wait for it to come! I&#8217;m sure its going to be awesome. There is some talk around about a preview version for people that have purchased the forums software and I really would like to see it. They have said that its not yet ready for us to play with but [...]]]></description>
			<content:encoded><![CDATA[<p>Well I really can&#8217;t wait for it to come! I&#8217;m sure its going to be awesome. There is some talk around about a preview version for people that have purchased the forums software and I really would like to see it. They have said that its not yet ready for us to play with but they are anxious for us to see it. So I hope this means a preview is right around to corner.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.decadecreations.com/27/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Been Busy!</title>
		<link>http://www.decadecreations.com/25/</link>
		<comments>http://www.decadecreations.com/25/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 00:15:13 +0000</pubDate>
		<dc:creator>Riley</dc:creator>
		
		<category><![CDATA[General]]></category>

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

		<guid isPermaLink="false">http://www.decadecreations.com/?p=25</guid>
		<description><![CDATA[I&#8217;ve been working hard over the last few days fixing bugs adding new things to PictureMe and I am almost ready to release it. I&#8217;ve been thinking about putting it on hotscripts too but there is really not enough information on hotscripts so I really don&#8217;t know how it works. I want to just use [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working hard over the last few days fixing bugs adding new things to PictureMe and I am almost ready to release it. I&#8217;ve been thinking about putting it on hotscripts too but there is really not enough information on hotscripts so I really don&#8217;t know how it works. I want to just use PayPal to sell it because then I can keep track of which user buys the script and stuff like that. I also need to get people who will buy the script and thats one of the reasons I want to use hotscripts. I think I&#8217;ll send them a ticket to see how everything works and get them to answer some of the questions I have. But my guess is if you purchase it from hotscripts you will have to download all of the versions from hotscripts and not Faintmedia.com because I won&#8217;t be able to track the users accounts. So I&#8217;ve got a bit of decision making to do but thats ok.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.decadecreations.com/25/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PictureMe Plans</title>
		<link>http://www.decadecreations.com/21/</link>
		<comments>http://www.decadecreations.com/21/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 22:23:25 +0000</pubDate>
		<dc:creator>Riley</dc:creator>
		
		<category><![CDATA[Ideas]]></category>

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

		<guid isPermaLink="false">http://www.decadecreations.com/?p=21</guid>
		<description><![CDATA[PictureMe is being Beta tested right now. We are looking for all the bugs that need to be fixed. At the moment everything is looking pretty good. I&#8217;ve added a few more features to the script that should hopefully make it more secure.
Future Features
I have a few ideas already about what I want to added [...]]]></description>
			<content:encoded><![CDATA[<p>PictureMe is being Beta tested right now. We are looking for all the bugs that need to be fixed. At the moment everything is looking pretty good. I&#8217;ve added a few more features to the script that should hopefully make it more secure.</p>
<p><strong>Future Features<br />
</strong>I have a few ideas already about what I want to added to the script. I plan to add the ability to put videos on there and buy now buttons for people that want to sell their work.</p>
<p><strong>Code Revamp!?<br />
</strong>It will be a pain but worth it. Since I&#8217;ve created the Broken Framework I want to redo the script so that it uses the framework&#8217;s library of functions.  I want to do this for a few reasons. First it will be less cluttered. Second it will allow me to use the different features that framework has. Thirdly I will be able to work on some of the parts of the code that I think need it. This won&#8217;t happen for a while I&#8217;m just thinking ahead to what will need to be done.</p>
<p><strong>Whats Left?<br />
</strong>Well we need to finish beta testing the script. I still want to do some changes to the default skin to make it look nicer. That&#8217;s really all that needs to be done to the script itself. Then I need to figure out the price of the script, create the PayPal page and make it so that once I approve the PayPal submission you will be able to download it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.decadecreations.com/21/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IPB 3.0 Social Submit Buttons</title>
		<link>http://www.decadecreations.com/13/</link>
		<comments>http://www.decadecreations.com/13/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 03:39:22 +0000</pubDate>
		<dc:creator>Riley</dc:creator>
		
		<category><![CDATA[Ideas]]></category>

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

		<guid isPermaLink="false">http://www.decadecreations.com/?p=13</guid>
		<description><![CDATA[I&#8217;m planning to build a plugin that allows the admin to add social bookmarking site buttons to the bottom of their posts. It will be made so that the admin will select the forums that they want it enabled on and it will then display that on all the posts in that category. It may [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m planning to build a plugin that allows the admin to add social bookmarking site buttons to the bottom of their posts. It will be made so that the admin will select the forums that they want it enabled on and it will then display that on all the posts in that category. It may be a while before its don&#8217;t for a few reasons. First IPB 3.0 hasn&#8217;t been released yet so obviously I can&#8217;t start. Second I will have to learn the ins and outs of the new plugin system. Then I just have to code it. I also have a few plans along the same lines as this but used a little differently but Its very similar to what I&#8217;ve already described.</p>
<p>I am really excited for IPB 3.0 because of all the new stuff that will be introduced to it. I can&#8217;t wait to get my hands on it and start playing around.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.decadecreations.com/13/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Broken Framework Modules</title>
		<link>http://www.decadecreations.com/10/</link>
		<comments>http://www.decadecreations.com/10/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 03:19:15 +0000</pubDate>
		<dc:creator>Riley</dc:creator>
		
		<category><![CDATA[Ideas]]></category>

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

		<guid isPermaLink="false">http://www.decadecreations.com/?p=10</guid>
		<description><![CDATA[I&#8217;ve made a few new modules for The Broken Framework that may be released with it.
Crawler
I have programed a crawler that allows you to crawl sites for its links, images, basic text, title and the metas. You are able to request the information and then do with it what you please. You can write it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a few new modules for The Broken Framework that may be released with it.</p>
<p><strong>Crawler</strong><br />
I have programed a crawler that allows you to crawl sites for its links, images, basic text, title and the metas. You are able to request the information and then do with it what you please. You can write it to a file or add it to a database. Also you can crawl a number of sites at once.</p>
<p><strong>New MySQL Query Builder</strong><br />
I am currently in the process of building a new MySQL query builder. It uses arrays and keywords to set everything up for you and then runs the query. It will also come with a log file that you can enable in the setup so that if there is an error it won&#8217;t display it to the public but will add it to the error log file. It is easy to enable and disable you just have to use the setup function that looks like this:</p>
<p>$broken__db-&gt;setup(true);<br />
(More setup options available.)</p>
<p>You use that in one of your files that will be included on all your pages so that it applies to all $broken__db functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.decadecreations.com/10/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
