<?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>WebEngineer codex</title>
	<atom:link href="http://codex.web-engineer.co.uk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://codex.web-engineer.co.uk</link>
	<description>Discussions for developers and contributors to WebEngineer projects</description>
	<lastBuildDate>Mon, 19 Jul 2010 15:19:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>how not to round your floats&#8230;</title>
		<link>http://codex.web-engineer.co.uk/?p=221</link>
		<comments>http://codex.web-engineer.co.uk/?p=221#comments</comments>
		<pubDate>Mon, 19 Jul 2010 15:18:21 +0000</pubDate>
		<dc:creator>Craig</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://codex.web-engineer.co.uk/?p=221</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->Just so I never foget&#8230; observe the following test cases - $foo = 8.37*40*0.175*100; echo $foo.&#39; == &#39;.(int)$foo; &#62; 5859 == 5858 $foo = 8.37*40*0.175*100; echo $foo.&#39; == &#39;.round($foo); &#62; 5859 == 5859 I believe that casing to INT will round towards zero as documented in the php docs, I also believe the 5858 number [...]]]></description>
		<wfw:commentRss>http://codex.web-engineer.co.uk/?feed=rss2&amp;p=221</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using SQL to append to text fields</title>
		<link>http://codex.web-engineer.co.uk/?p=217</link>
		<comments>http://codex.web-engineer.co.uk/?p=217#comments</comments>
		<pubDate>Thu, 20 May 2010 15:52:00 +0000</pubDate>
		<dc:creator>Craig</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Craig]]></category>

		<guid isPermaLink="false">http://codex.web-engineer.co.uk/?p=217</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->Looking for a quick way to use a &#34;text&#34; object to store a log &#8211; do it in one query using the following &#8230;&#160; UPDATE [TABLE] SET [TXT_COL] = CONCAT(IF([TXT_COL] IS NULL, &#34;&#34;, [TXT_COL]), &#34;[DATA]&#34;) WHERE ....]]></description>
		<wfw:commentRss>http://codex.web-engineer.co.uk/?feed=rss2&amp;p=217</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow push/fetch in git &#8211; repack error</title>
		<link>http://codex.web-engineer.co.uk/?p=213</link>
		<comments>http://codex.web-engineer.co.uk/?p=213#comments</comments>
		<pubDate>Fri, 30 Apr 2010 07:40:30 +0000</pubDate>
		<dc:creator>Craig</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Craig]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://codex.web-engineer.co.uk/?p=213</guid>
		<description><![CDATA[<!-- matched  --><!-- final 0 -->If you get something along the lines of - fatal: unable to rename temporary pack file: Permission denied Auto packing the repository for optimum performance. error: failed to run repack Pushing to &#8230;. When making a push you may have a courrupt pack file within your git repo&#8230; Using the shell you can rebuild the [...]]]></description>
		<wfw:commentRss>http://codex.web-engineer.co.uk/?feed=rss2&amp;p=213</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
