<?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; tutorials</title>
	<atom:link href="http://webscriptz.be/topics/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://webscriptz.be</link>
	<description></description>
	<lastBuildDate>Sun, 06 May 2012 11:08:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Tor: Vidalia Tor software exited unexpectedly</title>
		<link>http://webscriptz.be/2012/05/06/tor-vidalia-tor-software-exited-unexpectedly/</link>
		<comments>http://webscriptz.be/2012/05/06/tor-vidalia-tor-software-exited-unexpectedly/#comments</comments>
		<pubDate>Sun, 06 May 2012 10:56:32 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tor]]></category>
		<category><![CDATA[tor-project]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vidalia]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=435</guid>
		<description><![CDATA[With the latest developments in internet censorship I too have been looking for secure alternatives and the Tor project is one of them but unfortunately I had a small problem with Vidalia, the software GUI for Tor. I discovered a solution after some reading and Google-ing. After installing Tor on ubuntu or other Debian based [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2012/05/06/tor-vidalia-tor-software-exited-unexpectedly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Web Development Environment in Ubuntu</title>
		<link>http://webscriptz.be/2012/05/03/local-web-development-environment-in-ubuntu/</link>
		<comments>http://webscriptz.be/2012/05/03/local-web-development-environment-in-ubuntu/#comments</comments>
		<pubDate>Thu, 03 May 2012 18:11:07 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[development dnsmasq]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[libapache2]]></category>
		<category><![CDATA[local damain names]]></category>
		<category><![CDATA[local dns]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[vhost-alias]]></category>
		<category><![CDATA[vhosts]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=429</guid>
		<description><![CDATA[This short guide explains how to set up a local development environment that will allow us to create new sites on the fly and automatically serve them up on our local development machine under Ubuntu. I won&#8217;t explain how to install LAMP, I&#8217;ll just suppose it&#8217;s already done and that a default installation is installed [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2012/05/03/local-web-development-environment-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Our Models To Do Basic Queries On The DB</title>
		<link>http://webscriptz.be/2011/06/23/using-our-models-to-do-basic-queries-on-the-db/</link>
		<comments>http://webscriptz.be/2011/06/23/using-our-models-to-do-basic-queries-on-the-db/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 21:37:39 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yii framework]]></category>
		<category><![CDATA[yiiframework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=409</guid>
		<description><![CDATA[The application has an auto-generated model, Gii kindly provides the model once the database is created. &#60;?phpclass Product extends CActiveRecord&#123;&#160;&#160;&#160;&#160;/**&#160;&#160;&#160;&#160;&#160;* The followings are the available columns in table 'Product':&#160;&#160;&#160;&#160;&#160;* @var integer $id&#160;&#160;&#160;&#160;&#160;* @var integer $brandId&#160;&#160;&#160;&#160;&#160;* @var string $name&#160;&#160;&#160;&#160;&#160;* @var string $price&#160;&#160;&#160;&#160;&#160;*/&#160;&#160;&#160;&#160;&#160;/**&#160;&#160;&#160;&#160;&#160;* Returns the static model of the specified AR class.&#160;&#160;&#160;&#160;&#160;* @return CActiveRecord the static model [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2011/06/23/using-our-models-to-do-basic-queries-on-the-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YiiFramework adding functions to your models</title>
		<link>http://webscriptz.be/2011/06/23/yiiframework-adding-functions-to-your-models/</link>
		<comments>http://webscriptz.be/2011/06/23/yiiframework-adding-functions-to-your-models/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 21:16:04 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yii framework]]></category>
		<category><![CDATA[yiiframework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=406</guid>
		<description><![CDATA[MVC has some principals to it, like the fat model principal that I&#8217;ll show in this tutorial and which is used in a lot of frameworks. I&#8217;m going to show how to add and use functions that can be added to a model. There are a few ways to add to a models that increase [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2011/06/23/yiiframework-adding-functions-to-your-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySQL view and YiiFramework</title>
		<link>http://webscriptz.be/2011/06/23/mysql-view-and-yiiframework/</link>
		<comments>http://webscriptz.be/2011/06/23/mysql-view-and-yiiframework/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 18:03:19 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[myssql]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql view]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yii framework]]></category>
		<category><![CDATA[yiiframework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=402</guid>
		<description><![CDATA[The sql standard gives the possibility to create a view, a view is or can be a mask of one column for a special user that only has access to some of the data and thus not all the data stored in the column? The view can also be used to regroup data from multiple [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2011/06/23/mysql-view-and-yiiframework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora Core &#8211; virtual hosts httpd</title>
		<link>http://webscriptz.be/2011/03/25/configuring-virtual-hosts-in-apache/</link>
		<comments>http://webscriptz.be/2011/03/25/configuring-virtual-hosts-in-apache/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 23:06:20 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[127.0.0.1]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[bind9]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[local domain name]]></category>
		<category><![CDATA[name-based virtual host]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[virtual hosts]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=382</guid>
		<description><![CDATA[I&#8217;ve reinstalled my pc with Fedora Core recently, because of the extended SELinux and more tools that are at my disposal. A problem I always had with ubuntu was the configuration of Apache virtual hosts. Once they where installed I needed to put them into the host file and each time I reconnected to a [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2011/03/25/configuring-virtual-hosts-in-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Annoyed&#8230;with coding</title>
		<link>http://webscriptz.be/2010/02/22/annoyed-with-coding/</link>
		<comments>http://webscriptz.be/2010/02/22/annoyed-with-coding/#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>
		<wfw:commentRss>http://webscriptz.be/2010/02/22/annoyed-with-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YII framework configuration</title>
		<link>http://webscriptz.be/2009/12/20/yii-framework-configuration/</link>
		<comments>http://webscriptz.be/2009/12/20/yii-framework-configuration/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 22:47:49 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[yii]]></category>
		<category><![CDATA[yii framework]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=253</guid>
		<description><![CDATA[I&#8217;m toying with the Yii Framework for some time now and even if i cost me a lot of anger and frustration in the beginning I&#8217;m starting to like it more and more, alas I do have to say that the documentation isn&#8217;t always that clear and for someone who begins or who&#8217;ll write some [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2009/12/20/yii-framework-configuration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Codeigniter Redirect</title>
		<link>http://webscriptz.be/2009/06/30/codeigniter-redirect/</link>
		<comments>http://webscriptz.be/2009/06/30/codeigniter-redirect/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 19:45:08 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[CI function]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=231</guid>
		<description><![CDATA[redirect() Does a &#8220;header redirect&#8221; to the local URI specified. Just like other functions in this helper, this one is designed to redirect to a local URL within your site. You will not specify the full site URL, but rather simply the URI segments to the controller you want to direct to. The function will [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2009/06/30/codeigniter-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Application with php &amp; mySQL</title>
		<link>http://webscriptz.be/2009/03/28/agile-application-with-php-mysql/</link>
		<comments>http://webscriptz.be/2009/03/28/agile-application-with-php-mysql/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 19:35:14 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[dbal]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[my]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorisql]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=227</guid>
		<description><![CDATA[I'm working on a website system an facing this problem where and how to store my configurations in the database. ]]></description>
		<wfw:commentRss>http://webscriptz.be/2009/03/28/agile-application-with-php-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

