<?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>Webscriptz.be &#187; Projects</title>
	<atom:link href="http://webscriptz.be/topics/projects/feed" rel="self" type="application/rss+xml" />
	<link>http://webscriptz.be</link>
	<description></description>
	<lastBuildDate>Thu, 13 Oct 2011 18:16:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Profiling a php application</title>
		<link>http://webscriptz.be/2010/09/04/profiling-a-php-application/316</link>
		<comments>http://webscriptz.be/2010/09/04/profiling-a-php-application/316#comments</comments>
		<pubDate>Sat, 04 Sep 2010 14:00:17 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[myself and me]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[profiling]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=316</guid>
		<description><![CDATA[Today I&#8217;ve been talking with a friend of mine, Pieter. We share a server together for our websites,programming adventures etc. I&#8217;ve been talking about a project I&#8217;m writing and reminded me to go profile my application so the load of the application keeps low. So I&#8217;ve been searching the web for some easy profiling system, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve been talking with a friend of mine, <a href="http://pmaene.be">Pieter</a>. We share a server together for our websites,programming adventures etc.</p>
<p>I&#8217;ve been talking about a project I&#8217;m writing and reminded me to go profile my application so the load of the application keeps low. So I&#8217;ve been searching the web for some easy profiling system, I came across Xdebug and others but the one that really struck my fancy was <a href="http://particletree.com/features/php-quick-profiler/">PHP quick profiler</a>. </p>
<p>It might not have every single feature other applications have in their toolbox but it&#8217;s easy to install and easy to work with. The things I&#8217;m most concerned about are shown nicely so I don&#8217;t need more</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2010/09/04/profiling-a-php-application/316" target="_blank"><img src="http://webscriptz.be/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2010/09/04/profiling-a-php-application/316" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://webscriptz.be/2010/09/04/profiling-a-php-application/316/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Annoyed&#8230;with coding</title>
		<link>http://webscriptz.be/2010/02/22/annoyed-with-coding/259</link>
		<comments>http://webscriptz.be/2010/02/22/annoyed-with-coding/259#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:39:23 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[annoyed]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yii framework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=259</guid>
		<description><![CDATA[I&#8217;ve been coding away all week, that is between my other jobs at home In all my &#8216;wisdom&#8217; and persistence i made a small app with Yii which stores data in an array and serializes it into a db, and a basic CRUD, a proof of concept to see if the framework was capable of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been coding away all week, that is between my other jobs at home <img src='http://webscriptz.be/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>In all my &#8216;wisdom&#8217; and persistence i made a small app with Yii which stores data in an array and serializes it into a db, and a basic CRUD, a proof of concept to see if the framework was capable of doing this <span style="text-decoration: line-through;">and in the fastest way possible.</span></p>
<p>No problem so far, getting it is simple, but apparently you Yii doesn&#8217;t permit everything. So you need a $temp variable to store the model data in, suffice to say that it isn&#8217;t really the shortest route to take nor in my opinion the fastest bus alas I have to do with it. This little app of not more then a 60 lines of code took me four days, four damn days to figure out the error,  honestly if we have methods to &#8216;save space&#8217; in your coding why not permit them?</p>
<p>I&#8217;m not going to bother everybody with my nagging so, I&#8217;ll stop here.</p>
<p><a href="http://www.yiiframework.com/forum/index.php?/topic/7409-ar-array-problem/">For those who want to see the topic on the yii forums.</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2010/02/22/annoyed-with-coding/259" target="_blank"><img src="http://webscriptz.be/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2010/02/22/annoyed-with-coding/259" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://webscriptz.be/2010/02/22/annoyed-with-coding/259/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Register &amp; Yii projects</title>
		<link>http://webscriptz.be/2009/09/24/register-yii-projects/244</link>
		<comments>http://webscriptz.be/2009/09/24/register-yii-projects/244#comments</comments>
		<pubDate>Thu, 24 Sep 2009 22:09:19 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[myself and me]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[RBAC]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[yii]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=244</guid>
		<description><![CDATA[So, I think ti&#8217;s time for some updates on the website. I has been a bit wild the last 3 weeks. School has started yet again and I had a project to finish not to mention that i&#8217;m starting to see through the Yii framework structure. I&#8217;ve been writing diagrams for different project that I [...]]]></description>
			<content:encoded><![CDATA[<p>So, I think ti&#8217;s time for some updates on the website.</p>
<p>I has been a bit wild the last 3 weeks. School has started yet again and I had a project to finish not to mention that i&#8217;m starting to see through the Yii framework structure. I&#8217;ve been writing diagrams for different project that I have in my head too and that takes a lot of time. Besides figuring out how I want the database to be and my database system had schifted, alto mysql is the favorite, a friend encouraged that i take a look to postgresql. Yii has given me a hard time to basically because it&#8217;s been a bit of a struggle to change coding methodes in function of Yii and then I don&#8217;t start talking about the RBAC system it has build-in. It took every neuron to understand everything form begin to end. Models was also something, Yii has two model types and the active records model is something to understand, I was a bit lost at how I would have to write my own AR functions but thanks to the forums I got that figured out too. All in all everything is good at the moment.</p>
<p>I&#8217;ll be uploading some pictures of the system I wrote recently so you can get some sneaky peaks at it but unfortunately it won&#8217;t be open source system.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2009/09/24/register-yii-projects/244" target="_blank"><img src="http://webscriptz.be/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2009/09/24/register-yii-projects/244" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://webscriptz.be/2009/09/24/register-yii-projects/244/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP app installer</title>
		<link>http://webscriptz.be/2009/02/09/php-app-installer/210</link>
		<comments>http://webscriptz.be/2009/02/09/php-app-installer/210#comments</comments>
		<pubDate>Mon, 09 Feb 2009 22:41:55 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[ongoing]]></category>
		<category><![CDATA[part of]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Webscriptz.be]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=210</guid>
		<description><![CDATA[The last 2 to 3 days I&#8217;ve been working on a system that can be easely integrated into any application so that it can install itself on a server. I&#8217;ve added some ideas to suit myself, one is that data is installed to 2 databases. One for the users and one for the data of [...]]]></description>
			<content:encoded><![CDATA[<p>The last 2 to 3 days I&#8217;ve been working on a system that can be easely integrated into any application so that it can install itself on a server. I&#8217;ve added some ideas to suit myself, one is that data is installed to 2 databases. One for the users and one for the data of the users.</p>
<p>Why? Because you can scale a lot easier if parts are in other databases. And it includes some of my projects that I want to start, see Google, users tend to user a website more when they are registerated but what if, like google, I register for Gmail and I can have Google docs with the same account but not the annoying registration? That is what I want to do.</p>
<p>Great and Free? &#8230;..I&#8217;m not yet at that stage</p>
<p>TODO:</p>
<ul>
<li>The things that are left for me to do is basically that I scale everything more</li>
<li>Maybe port to smarty all the vars and everything</li>
<li>Maybe make a installer creator script for the people who want to implement my script.</li>
<li>Do something to the mysql files</li>
<li>Make more comments in the code</li>
<li>Document the script</li>
<li>&#8230;</li>
</ul>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2009/02/09/php-app-installer/210" target="_blank"><img src="http://webscriptz.be/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2009/02/09/php-app-installer/210" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://webscriptz.be/2009/02/09/php-app-installer/210/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Inserting adsense in phpbb3 templates</title>
		<link>http://webscriptz.be/2008/08/15/inserting-adsense-in-phpbb3-templates/80</link>
		<comments>http://webscriptz.be/2008/08/15/inserting-adsense-in-phpbb3-templates/80#comments</comments>
		<pubDate>Fri, 15 Aug 2008 13:12:22 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[myself and me]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[google ads]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[phpbb3]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=80</guid>
		<description><![CDATA[I have to review some things from my last post about phpbb3 adsense. Infact it doesn&#8217;t matter where you put it just don&#8217;t do it in the if statements of the templates because you won&#8217;t be able to see it always. Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>I have to review some things from my last post about <a href="http://webscriptz.be/2008/08/13/phpbb3-adsense-input/">phpbb3 adsense</a>. Infact it doesn&#8217;t matter where you put it just don&#8217;t do it in the if statements of the templates because you won&#8217;t be able to see it always.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2008/08/15/inserting-adsense-in-phpbb3-templates/80" target="_blank"><img src="http://webscriptz.be/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2008/08/15/inserting-adsense-in-phpbb3-templates/80" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://webscriptz.be/2008/08/15/inserting-adsense-in-phpbb3-templates/80/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adsense and forums</title>
		<link>http://webscriptz.be/2008/08/15/adsense-and-forums/75</link>
		<comments>http://webscriptz.be/2008/08/15/adsense-and-forums/75#comments</comments>
		<pubDate>Thu, 14 Aug 2008 22:04:38 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=75</guid>
		<description><![CDATA[Where do you put AdSense when you manage a forum? It&#8217;s the question I&#8217;m thinking about for some days now. I&#8217;m trying different approaches every once in a while until I&#8217;m satisfied. Just before you we get started, note that forums.webscriptz.be isn&#8217;t getting a lot of visitors, this is basically because I have to deal [...]]]></description>
			<content:encoded><![CDATA[<p>Where do you put AdSense when you manage a forum? It&#8217;s the question I&#8217;m thinking about for some days now. I&#8217;m trying different approaches every once in a while until I&#8217;m satisfied.</p>
<p>Just before you we get started, note that<a href="http://forums.webscriptz.be"> forums.webscriptz.be</a> isn&#8217;t getting a lot of visitors, this is basically because I have to deal with big competitors in the same niche of the web. Also because I&#8217;m not promoting the place because, well I&#8217;m short of time and I don&#8217;t want to spend money on something that I can earn myself by doing the work AdSense does.</p>
<p>I&#8217;ve got my little theories on where to put AdSense on my blog, I don&#8217;t have the very best of designs for phpbb3 but I&#8217;m thinking positive.</p>
<p><span id="more-75"></span></p>
<p><strong>Header</strong></p>
<p>Put your ads in the header or replace the header if you like. In my case the header was a zen something and so doesn&#8217;t go very well with web masters and programming.</p>
<p>I&#8217;ve putten it there because the links are right under it and users notice them very quick and maybe want to click or do it by accident. One way or the other I got the click if they missed the link for the board.</p>
<p><strong>Footer</strong></p>
<p>Bad place, even if I have done it on the blog, it displays so I get the impressions but it doens&#8217;t make any money. On a forum it is even more wrong to put it there because, well, how many times do you scroll till the bottom of the page?</p>
<p><strong>In between forums and categories</strong></p>
<p>One of the best places even if I don&#8217;t do it (yet! don&#8217;t have the time you see=&gt; got to learn stuff), but it consumes pace and ripes the layout a part.</p>
<p><strong>After the first post of a topic</strong></p>
<p>A great place because the ads will be (hopefully) more accurate on the subject at hand and so users will tend to click on an ad if they see that it&#8217;s relevant to their problem or could maybe offer a solution.</p>
<p>But note that at all times for google adsense, stick to the rules because you don&#8217;t want to be kicked. It&#8217;s always tempting to stretch the rules but google will notice everything. And don&#8217;t over advertise your forum because if you have users that want to be on your forums and you overload them with ads they will not be pleased. They could go away or begin using software that blocks advertisments.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2008/08/15/adsense-and-forums/75" target="_blank"><img src="http://webscriptz.be/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2008/08/15/adsense-and-forums/75" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://webscriptz.be/2008/08/15/adsense-and-forums/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpbb3 adsense input</title>
		<link>http://webscriptz.be/2008/08/13/phpbb3-adsense-input/73</link>
		<comments>http://webscriptz.be/2008/08/13/phpbb3-adsense-input/73#comments</comments>
		<pubDate>Wed, 13 Aug 2008 21:47:26 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=73</guid>
		<description><![CDATA[I&#8217;ve solved the problems with adsense in the template files, the page I found truly explained a lot, apparently I&#8217;ve inputted the script into the wrong lines of code, odd as it seems. To the website Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve solved the problems with adsense in the template files, the page I found truly explained a lot, apparently I&#8217;ve inputted the script into the wrong lines of code, odd as it seems.</p>
<p><a href="http://www.phpbb.com/kb/article/advertisements-in-phpbb3/">To the website</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2008/08/13/phpbb3-adsense-input/73" target="_blank"><img src="http://webscriptz.be/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://webscriptz.be/2008/08/13/phpbb3-adsense-input/73" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://webscriptz.be/2008/08/13/phpbb3-adsense-input/73/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

