<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="0.92">
<channel>
	<title>Brian Radford</title>
	<link>http://radfordbw.squidpower.com</link>
	<description>Just another Squidpower.com weblog</description>
	<lastBuildDate>Mon, 11 Jan 2010 15:54:01 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Windows 7 shows Live Messenger twice in the Taskbar</title>
		<description>Windows Live Messengers shows up as two separate items in the Windows 7 taskbar.  In order to fix this, if it annoys you like it does me, follow the steps below:


	Open the Start Menu
	Look for Windows Live Messenger 
	Do not left click, instead Right Click on the icon 
	Select ...</description>
		<link>http://radfordbw.squidpower.com/2010/01/11/windows-7-shows-live-messenger-twice-in-the-taskbar/</link>
			</item>
	<item>
		<title>Convert Xen OSS (Hypervisor) to XenServer</title>
		<description>To import a linux guest from the Xen Opensource (hypervisor) to XenServer 

1.  Create a new VM in XenServer, and make sure the virtual disk is at least the size of the disk you will import.

2.  Get UUID from virtual disk images
xe vdi-list params=all

3.  Import the raw ...</description>
		<link>http://radfordbw.squidpower.com/2009/10/16/convert-xen-oss-hypervisor-to-xenserver/</link>
			</item>
	<item>
		<title>Ensure Saving Changes to Data before Closing Browser</title>
		<description>In the past as we have moved more applications to the browser, there are some users who still struggle with the change from a desktop application to the browser.   One main change is that the browser applications don't always prompt for saving data as the user closes the ...</description>
		<link>http://radfordbw.squidpower.com/2009/08/03/ensure-saving-changes-to-data-before-closing-browser/</link>
			</item>
	<item>
		<title>Backing up your Blog</title>
		<description>If you want to check out a quick and easy way to back up your blog, check out http://www.bloggled.com/

There are several options including a FREE one.  It is easy to setup and get started.  Check it out! </description>
		<link>http://radfordbw.squidpower.com/2008/12/15/backing-up-your-blog/</link>
			</item>
	<item>
		<title>Oracle SQL - IN parameter with variable number of arguments</title>
		<description>JDBC prepared statements are ideal for backend optimization.  The resulting SQL does not need to be re-optimized if you are using a parameterized SQL statement.  Single parameters or even parameters by name with a single value are quite simple an easy, and you can find examples all over ...</description>
		<link>http://radfordbw.squidpower.com/2008/08/12/oracle-sql-in-parameter-with-variable-number-of-arguments/</link>
			</item>
	<item>
		<title>Custom File Filters for Eclipse Explorer</title>
		<description>Note:  Custom File Filters for Flex Builder Stand-alone's Flex Navigator

While using Eclipse or Flex Builder, there are times when you want to ignore certain folders in the Eclipse Project Explorer or the Flex Navigator.  If you click on the properties for this window then you can apply certain ...</description>
		<link>http://radfordbw.squidpower.com/2008/07/09/custom-file-filters-for-eclipse-explorer/</link>
			</item>
	<item>
		<title>Posted MS Project file to Project Web Access but it is not showing</title>
		<description>I recently began using Project Web Access in order to attempt some high level project planning and resource management.  For those who do not know what this is, it is a web access module that extends Microsoft Sharepoint and allows for access to Microsoft Project files via the web. ...</description>
		<link>http://radfordbw.squidpower.com/2008/02/12/posted-ms-project-file-to-project-web-access-but-it-is-not-showing/</link>
			</item>
	<item>
		<title>JBoss fails to start because of a port conflict</title>
		<description>Sometimes when you try to start JBoss you might see a port conflict.  Many times this is caused by MSN Messenger or other applications that randomly use the same ports that JBoss attempts to bind and use.

An example of this is when JBoss attempts to bind port 1098 you ...</description>
		<link>http://radfordbw.squidpower.com/2007/08/10/jboss-fails-to-start-because-of-a-port-conflict/</link>
			</item>
	<item>
		<title>Exporting mysql table to a csv file</title>
		<description>If you would like to dump the contents of a mysql table into a csv file here is the syntax:


mysqldump --tab=&#60;directory_for_dump&#62; --fields-enclosed-by='"' --fields-terminated-by=','  &#60;database_name&#62; &#60;table_name&#62;


obviously,replacing anything inside the  with what it describes.
 </description>
		<link>http://radfordbw.squidpower.com/2007/05/21/exporting-mysql-table-to-a-csv-file/</link>
			</item>
	<item>
		<title>Make Eclipse ignore .svn directories</title>
		<description>Window -&#62; Preferences..., Java -&#62; Compiler -&#62; Building. Under "Output folder" add ", .svn/" to "Filtered Resources" (so that you get "*.launch, .svn/").

If you don't do this, Eclipse will copy all the .svn directories to the target directory and complain about duplicate resources as the contents of src/main/java and src/main/resources ...</description>
		<link>http://radfordbw.squidpower.com/2007/04/12/make-eclipse-ignore-svn-directories/</link>
			</item>
</channel>
</rss>
