<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>Tiposaurus</title>
	<link>http://tiposaurus.co.uk</link>
	<description>Rawrr.</description>
	<lastBuildDate>Wed, 10 Jun 2009 20:38:53 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How To: Get the Weekday as Text in Excel VBA</title>
		<description><![CDATA[I often want to know what day of the week a date is. Excel has a function for this, but unfortunately it only returns an integer, for example the function:
=WEEKDAY("01/02/2009")
returns 1 (which represents Sunday).
This can be a bit confusing with a list of dates, so I wrote the following quick VBA function to get the [...]]]></description>
		<link>http://tiposaurus.co.uk/2009/06/how-to-get-the-weekday-as-text-in-excel-vba/</link>
			</item>
	<item>
		<title>How To: PHP &#8211; Roots in PHP (Square Root, Cube Root and nth Root)</title>
		<description><![CDATA[To find the nth root of a number in PHP, we can use the pow(base, power) function, for example the cube root of 27 is equal to 27 raised to the power of 1/3, , since .  In general the nth root of x, .
To calculate the square root of a number, we can also [...]]]></description>
		<link>http://tiposaurus.co.uk/2009/06/how-to-php-roots-in-php-square-root-cube-root-and-nth-root/</link>
			</item>
	<item>
		<title>HowTo: PHP &#8211; Raise a Number to the Power of Another (exponent in PHP)</title>
		<description><![CDATA[You might need to raise a number to the power of another in a PHP script, for example  (sometimes written 3^5), or in general . This may also be used with negative powers where .  Of course, you&#8217;d probably want to do this for more complicated examples!
PHP has a function built in to do [...]]]></description>
		<link>http://tiposaurus.co.uk/2009/06/howto-php-raise-a-number-to-the-power-of-another-exponent-in-php/</link>
			</item>
</channel>
</rss>
