<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>phoenixdigital.com</title>
	<link>http://blog.phoenixdigital.com</link>
	<description>General tech and something something</description>
	<lastBuildDate>Fri, 20 Aug 2010 08:33:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Reset an old Nokia Mobiles</title>
		<description><![CDATA[Some useful sites for factory reset of old nokia phones. I am normally reluctant posting up my IMEI code but this site actually worked when trying to reset an old Nokia 3100. http://nfader.su/ and http://www.bhatt.id.au/blog/nokia-mobile-phone-service-codes-activate-hidden-features/]]></description>
		<link>http://blog.phoenixdigital.com/?p=428</link>
			</item>
	<item>
		<title>Useful Android Applications</title>
		<description><![CDATA[System Settings Curve Fish &#8211; Widget to put phone in silent/vibrate mode Other Flash Player &#8211; Hi Steve Jobs Admin/Modding Utilities ROM Manager &#8211; Allows quick swapping of firmwares Titanium Backup &#8211; Backup of EVERYTHING (Required Root) Root Explorer &#8211; File Explorer GPS Apps Runkeeper &#8211; Great App for tracking your excercise Games/Entertainment Unblock Me [...]]]></description>
		<link>http://blog.phoenixdigital.com/?p=424</link>
			</item>
	<item>
		<title>Data Visualisation with Javascript or Flash</title>
		<description><![CDATA[Great little time line viewer and other cool visualisations. http://www.simile-widgets.org/]]></description>
		<link>http://blog.phoenixdigital.com/?p=420</link>
			</item>
	<item>
		<title>Serializing Mail Messages</title>
		<description><![CDATA[Useful classes for serializing mail messages http://nayyeri.net/how-to-serialize-a-mailmessage and http://gopi.codeplex.com/]]></description>
		<link>http://blog.phoenixdigital.com/?p=416</link>
			</item>
	<item>
		<title>Import/Export MySQL databases and other commands</title>
		<description><![CDATA[Just a quick reminder of how to backup and restore MySQL databases. 1mysqldump --opt -u [user_name] -p [database_name] &#124; gzip &#62; [backup_file].dump.gz To restore 12gzip -d [backup_file].dump.gz mysql [database_name] &#60; [backup_file].dump To create a database 12mysql -u root -p create database [the_database_name]]]></description>
		<link>http://blog.phoenixdigital.com/?p=412</link>
			</item>
	<item>
		<title>Javascript inArray functionality</title>
		<description><![CDATA[Some useful examples of prototyping functions in javascript. As well as an efficient method of searching the contents of an an array for a particular value. From http://stackoverflow.com/questions/237104/javascript-array-containsobj thanks to Damir. As others have said, the iteration through the array is probably the best way, but it has been proven that decreasing while loop is [...]]]></description>
		<link>http://blog.phoenixdigital.com/?p=409</link>
			</item>
	<item>
		<title>.NET Execution Order</title>
		<description><![CDATA[When a page is loaded the execution order is 12345Page_Init(object sender, EventArgs e) {} Page_Load(object sender, EventArgs e) {} Page_DataBind(object sender, EventArgs e) {} Page_PreRender(object sender, EventArgs e) {} Page_Unload(object sender, EventArgs e) {} http://support.microsoft.com/kb/305141]]></description>
		<link>http://blog.phoenixdigital.com/?p=405</link>
			</item>
	<item>
		<title>C# Primitive Types</title>
		<description><![CDATA[Useful lookup of variable types available in c# C# Type .Net Framework (System) type Signed? Bytes Occupied Possible Values sbyte System.Sbyte Yes 1 -128 to 127 short System.Int16 Yes 2 -32768 to 32767 int System.Int32 Yes 4 -2147483648 to 2147483647 long System.Int64 Yes 8 -9223372036854775808 to 9223372036854775807 byte System.Byte No 1 0 to 255 ushort [...]]]></description>
		<link>http://blog.phoenixdigital.com/?p=402</link>
			</item>
	<item>
		<title>Javascript escape all single and double quotes</title>
		<description><![CDATA[Global replace of &#8216;s and or &#8220;s 12&#160; &#160; value = value.replace(/\'/g, &#34;&#38;#39;&#34;); &#160; &#160; value = value.replace(/\&#34;/g, &#34;&#38;#34;&#34;);]]></description>
		<link>http://blog.phoenixdigital.com/?p=395</link>
			</item>
	<item>
		<title>Retrieve rows where count of linked items greater than zero</title>
		<description><![CDATA[Say you have two tables where one is linked to the other by it&#8217;s ID or CODE and you only want to retrieve a list of Table1 items which have linked Table2 items. You also want to get the count of Table2 items for each. Table1 id(int) title(varchar) another_id(int) Table2 id(int) table1_id(int) title(varchar) date_added(date) 123456SELECT [...]]]></description>
		<link>http://blog.phoenixdigital.com/?p=390</link>
			</item>
</channel>
</rss>
