<?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>Ridge Solutions, Software Development and Software Engineering, Ireland.</title>
	<atom:link href="http://www.ridgesolutions.ie/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ridgesolutions.ie</link>
	<description>Engineered Software</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:51:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>.NET, WPF &#8211; BitmapImage File Locking</title>
		<link>http://www.ridgesolutions.ie/index.php/2012/02/03/net-wpf-bitmapimage-file-locking/</link>
		<comments>http://www.ridgesolutions.ie/index.php/2012/02/03/net-wpf-bitmapimage-file-locking/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 14:51:52 +0000</pubDate>
		<dc:creator>Kevin Godden</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[bitmap]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://www.ridgesolutions.ie/?p=499</guid>
		<description><![CDATA[Q: How can I stop BitmapImage, in .NET Windows Presentation Foundation (WPF) from locking the source image file? &#160; A: By default BitmapInfo seems to lock the source image file so that you can use the bitmapinfo object and modify or delete the source file at the same (or similar) time. For example, this C# [...]]]></description>
		<wfw:commentRss>http://www.ridgesolutions.ie/index.php/2012/02/03/net-wpf-bitmapimage-file-locking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example of Calling Dispatcher Directly from non-UI code in .NET WPF</title>
		<link>http://www.ridgesolutions.ie/index.php/2012/02/01/example-of-calling-dispatcher-directly-from-non-ui-code-in-net-wpf/</link>
		<comments>http://www.ridgesolutions.ie/index.php/2012/02/01/example-of-calling-dispatcher-directly-from-non-ui-code-in-net-wpf/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 14:23:01 +0000</pubDate>
		<dc:creator>Kevin Godden</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[threading]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://www.ridgesolutions.ie/?p=485</guid>
		<description><![CDATA[.NET&#8217;s Threading module isn&#8217;t the best, it has the look of a model that was designed by the type of software people who like to keep practical multi-threading a good long arm&#8217;s length away. It&#8217;s workable but sometimes it requires that you jump through hoops to do simple everyday things with threads &#8211; like updating [...]]]></description>
		<wfw:commentRss>http://www.ridgesolutions.ie/index.php/2012/02/01/example-of-calling-dispatcher-directly-from-non-ui-code-in-net-wpf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET WPF, Set Bitmap &#8211; Must create DependencySource on same Thread as the DependencyObject error</title>
		<link>http://www.ridgesolutions.ie/index.php/2012/01/26/net-wpf-set-bitmap-must-create-dependencysource-on-same-thread-as-the-dependencyobject-error/</link>
		<comments>http://www.ridgesolutions.ie/index.php/2012/01/26/net-wpf-set-bitmap-must-create-dependencysource-on-same-thread-as-the-dependencyobject-error/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 14:46:37 +0000</pubDate>
		<dc:creator>Kevin Godden</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[thread]]></category>
		<category><![CDATA[wpf]]></category>

		<guid isPermaLink="false">http://www.ridgesolutions.ie/?p=479</guid>
		<description><![CDATA[In WPF when you try to assign a bitmap to a property that&#8217;s bound to a UI element from a worker thread you may get the following error: &#160; &#8220;Must create DependencySource on same Thread as the DependencyObject&#8221; &#160; A simple way around this problem without having to jump through hoops and dispatch to the [...]]]></description>
		<wfw:commentRss>http://www.ridgesolutions.ie/index.php/2012/01/26/net-wpf-set-bitmap-must-create-dependencysource-on-same-thread-as-the-dependencyobject-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento, Customized theme not using overridden images</title>
		<link>http://www.ridgesolutions.ie/index.php/2012/01/20/magento-customized-theme-not-using-images-overridden-images/</link>
		<comments>http://www.ridgesolutions.ie/index.php/2012/01/20/magento-customized-theme-not-using-images-overridden-images/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 09:26:29 +0000</pubDate>
		<dc:creator>Kevin Godden</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[skin]]></category>

		<guid isPermaLink="false">http://www.ridgesolutions.ie/?p=471</guid>
		<description><![CDATA[Q: I have created a new skins folder beside my default theme&#8217;s skin folder, and placed some images that I want to override into an images sub folder. I have changed the &#8216;Skin (Images / CSS)&#8217; setting in System -> Configuration -> Design -> Themes to point to my new skins, I have cleared the [...]]]></description>
		<wfw:commentRss>http://www.ridgesolutions.ie/index.php/2012/01/20/magento-customized-theme-not-using-images-overridden-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google App Engine, DeadlineExceededError snow storm in _warmup and module load</title>
		<link>http://www.ridgesolutions.ie/index.php/2012/01/19/google-app-engine-deadlineexceedederror-snow-storm-since-december-2011/</link>
		<comments>http://www.ridgesolutions.ie/index.php/2012/01/19/google-app-engine-deadlineexceedederror-snow-storm-since-december-2011/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 17:43:00 +0000</pubDate>
		<dc:creator>Kevin Godden</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[datastore]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google app engine]]></category>

		<guid isPermaLink="false">http://www.ridgesolutions.ie/?p=449</guid>
		<description><![CDATA[A Google App Engine cloud application that we have been involved in developing suddenly started getting snowed under by a storm of GAE&#8217;s most excellent DeadlineExceededError exceptions. &#160; The app never really suffered from this before (unless a rogue task actually took too long that is) but suddenly these errors started happening on a huge [...]]]></description>
		<wfw:commentRss>http://www.ridgesolutions.ie/index.php/2012/01/19/google-app-engine-deadlineexceedederror-snow-storm-since-december-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 7 &#8211; Undefined variable: output in drupal_var_export() in dvm()</title>
		<link>http://www.ridgesolutions.ie/index.php/2012/01/08/drupal-7-undefined-variable-output-in-drupal_var_export-in-dvm/</link>
		<comments>http://www.ridgesolutions.ie/index.php/2012/01/08/drupal-7-undefined-variable-output-in-drupal_var_export-in-dvm/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 17:15:50 +0000</pubDate>
		<dc:creator>Kevin Godden</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[devel]]></category>
		<category><![CDATA[drupal7]]></category>

		<guid isPermaLink="false">http://www.ridgesolutions.ie/?p=440</guid>
		<description><![CDATA[If you get the following error when using devel&#8217;s dvm() in drupal 7 (or indeed, if you see it when not using dvm()): &#160; Notice: Undefined variable: output in drupal_var_export() Then try putting this line into you settings.php file: &#160; ini_set(&#8216;error_reporting&#8217;, &#8216;E_ALL ^ E_NOTICE&#8217;); &#160; It worked for us &#8211; thanks to citytree for the [...]]]></description>
		<wfw:commentRss>http://www.ridgesolutions.ie/index.php/2012/01/08/drupal-7-undefined-variable-output-in-drupal_var_export-in-dvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 7 &#8211; Programatically setting Link field value</title>
		<link>http://www.ridgesolutions.ie/index.php/2012/01/07/drupal-7-programatically-setting-link-field-value/</link>
		<comments>http://www.ridgesolutions.ie/index.php/2012/01/07/drupal-7-programatically-setting-link-field-value/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 20:36:58 +0000</pubDate>
		<dc:creator>Kevin Godden</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[drupal7]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://www.ridgesolutions.ie/?p=434</guid>
		<description><![CDATA[The method for Programmatically setting a link field value (see the Link module) in drupal 7 is slightly different from how it was set it in drupal 6. Here is some code for creating a new node and setting its link field (called field_url): &#160; $node = new stdClass(); $node->type = &#8216;website&#8217;; node_object_prepare($node); $node->title = [...]]]></description>
		<wfw:commentRss>http://www.ridgesolutions.ie/index.php/2012/01/07/drupal-7-programatically-setting-link-field-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 7 &#8211; Programmatically creating nodes</title>
		<link>http://www.ridgesolutions.ie/index.php/2012/01/07/drupal-7-programmatically-creating-nodes-in-drupal-7/</link>
		<comments>http://www.ridgesolutions.ie/index.php/2012/01/07/drupal-7-programmatically-creating-nodes-in-drupal-7/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 19:56:29 +0000</pubDate>
		<dc:creator>Kevin Godden</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[drupal 7]]></category>

		<guid isPermaLink="false">http://www.ridgesolutions.ie/?p=427</guid>
		<description><![CDATA[Here&#8217;s a decent article that I found about programmatically creating content in drupal 7: &#160; www.group42.ca/creating_and_updating_nodes_programmatically_in_drupal_7 &#160;]]></description>
		<wfw:commentRss>http://www.ridgesolutions.ie/index.php/2012/01/07/drupal-7-programmatically-creating-nodes-in-drupal-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dries on Drupal 8</title>
		<link>http://www.ridgesolutions.ie/index.php/2012/01/05/dries-on-drupal-8/</link>
		<comments>http://www.ridgesolutions.ie/index.php/2012/01/05/dries-on-drupal-8/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 20:52:45 +0000</pubDate>
		<dc:creator>Kevin Godden</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.ridgesolutions.ie/?p=418</guid>
		<description><![CDATA[Here is an interesting article about Dries&#8217; vision for Drupal 8: &#160; http://www.cio.com.au/article/411440/dries_vision_drupal_8/ &#160; I like the focus on the editorial experience to help people mange content on-line, drupal is great CMS but it can sometimes be quite difficult for non webbies &#038; techies to effectively manage the content on their drupal websites &#8211; in [...]]]></description>
		<wfw:commentRss>http://www.ridgesolutions.ie/index.php/2012/01/05/dries-on-drupal-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft to take over Nokia? &#8211; what would Jim Hacker say?</title>
		<link>http://www.ridgesolutions.ie/index.php/2012/01/05/microsoft-to-take-over-nokkia-what-would-jim-hacker-say/</link>
		<comments>http://www.ridgesolutions.ie/index.php/2012/01/05/microsoft-to-take-over-nokkia-what-would-jim-hacker-say/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 17:22:39 +0000</pubDate>
		<dc:creator>Kevin Godden</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[yes minister]]></category>

		<guid isPermaLink="false">http://www.ridgesolutions.ie/?p=409</guid>
		<description><![CDATA[Recent denials by Nokia that they are about to be taken over by Microsoft brings this line from Yes Minster to my mind: &#160; James Hacker: First rule in politics: never believe anything until it&#8217;s officially denied. &#160; &#160;]]></description>
		<wfw:commentRss>http://www.ridgesolutions.ie/index.php/2012/01/05/microsoft-to-take-over-nokkia-what-would-jim-hacker-say/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

