<?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>Skylight Studios &#187; programming</title>
	<atom:link href="http://www.skylight-studios.co.uk/blog/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skylight-studios.co.uk/blog</link>
	<description>A Web Developer&#039;s Life</description>
	<lastBuildDate>Tue, 24 Aug 2010 11:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Classic ASP woes with arrays</title>
		<link>http://www.skylight-studios.co.uk/blog/classic-asp-woes-with-arrays/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=classic-asp-woes-with-arrays</link>
		<comments>http://www.skylight-studios.co.uk/blog/classic-asp-woes-with-arrays/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 20:38:36 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Studies]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.skylight-studios.co.uk/blog/?p=85</guid>
		<description><![CDATA[As my Job is an ASP developer but my hobby is PHP I am constantly clashing with many issues between the both.  I am working on a project that deals with many array loops and conditions and shifting values between the indexes. This is one of the main pitfalls when working with classic ASP. Working [...]]]></description>
			<content:encoded><![CDATA[<p>As my Job is an ASP developer but my hobby is PHP I am constantly clashing with many issues between the both.  I am working on a project that deals with many array loops and conditions and shifting values between the indexes. This is one of the main pitfalls when working with classic ASP. Working with arrays turns half an hour job into a whole morning because with PHP, while it is quite messy it is packed full of routines and functions to handle arrays easily and effectively such as array_map and push.</p>
<p>One of the jobs is to create a function splitting a textbox form values into individual variables then inserted into database.  Why? it is a long story. It feels more like reverse engineering rather than making something which was pratical. It is quite complex to sort and validate without PHP&#8217;s useful functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skylight-studios.co.uk/blog/classic-asp-woes-with-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>creating a simple CMS</title>
		<link>http://www.skylight-studios.co.uk/blog/creating-a-simple-cms/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-a-simple-cms</link>
		<comments>http://www.skylight-studios.co.uk/blog/creating-a-simple-cms/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 10:19:58 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[anime convention]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[registration]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.skylight-studios.co.uk/blog/?p=14</guid>
		<description><![CDATA[At the moment I have been very busy with work, but since working I have gained alot of experience and background knowledge, might not be in the language I want but helps in the overall structure model for design and development. On of the projects I am working on is a simple CMS for an [...]]]></description>
			<content:encoded><![CDATA[<p>At the moment I have been very busy with work, but since working I have gained alot of experience and background knowledge, might not be in the language I want but helps in the overall structure model for design and development.</p>
<p>On of the projects I am working on is a simple CMS for an anime registration and news system. Not based on any framework I am hoping to provide a simple fulll fledge working custom made system. Most anime conventions follow the same design pattern so once it is implemented it should be robust for most conventions to use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.skylight-studios.co.uk/blog/creating-a-simple-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

