<?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"
	>

<channel>
	<title>blogged thoughts</title>
	<atom:link href="http://www.akamarketing.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akamarketing.com/blog</link>
	<description>Blogged thoughts, not just any other wordpress blog!</description>
	<pubDate>Sat, 02 May 2009 18:02:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Passing ListBox parameters into ObjectDataSource controls in ASP.NET workaround</title>
		<link>http://www.akamarketing.com/blog/360-passing-listbox-parameters-into-objectdatasource-controls-in-aspnet-workaround.html</link>
		<comments>http://www.akamarketing.com/blog/360-passing-listbox-parameters-into-objectdatasource-controls-in-aspnet-workaround.html#comments</comments>
		<pubDate>Sat, 02 May 2009 17:54:34 +0000</pubDate>
		<dc:creator>David Callan</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.akamarketing.com/blog/?p=360</guid>
		<description><![CDATA[I&#8217;m building a booking system at the moment and have tried to use ObjectDataSource controls as much as possible to keep things nice and clean with respect to architecture, as controls goes however the ObjectDataSource is not without its fair share of &#8216;gotchas&#8217;.
One such gotcha I discovered was in relation to passing ListBoxes in as parameters to an ObjectDataSources [...]]]></description>
		<wfw:commentRss>http://www.akamarketing.com/blog/360-passing-listbox-parameters-into-objectdatasource-controls-in-aspnet-workaround.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Introducing Google Analytics API with asp.net / C#</title>
		<link>http://www.akamarketing.com/blog/103-introducing-google-analytics-api-with-aspnet-c.html</link>
		<comments>http://www.akamarketing.com/blog/103-introducing-google-analytics-api-with-aspnet-c.html#comments</comments>
		<pubDate>Sat, 25 Apr 2009 15:32:46 +0000</pubDate>
		<dc:creator>David Callan</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.akamarketing.com/blog/?p=103</guid>
		<description><![CDATA[Recently Google released it&#8217;s Google Analytics API into public beta, which means any old joe soap developer can give it a go without having to apply. Despite the fact I didn&#8217;t apply for the private beta I&#8217;ve been looking forward to this API for a long time&#8230; I know, I know get a life. Seriously [...]]]></description>
		<wfw:commentRss>http://www.akamarketing.com/blog/103-introducing-google-analytics-api-with-aspnet-c.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Web developer tools included with Internet Explorer 8</title>
		<link>http://www.akamarketing.com/blog/307-web-developer-tools-included-with-internet-explorer-8.html</link>
		<comments>http://www.akamarketing.com/blog/307-web-developer-tools-included-with-internet-explorer-8.html#comments</comments>
		<pubDate>Sun, 22 Mar 2009 15:40:11 +0000</pubDate>
		<dc:creator>David Callan</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Usability]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.akamarketing.com/blog/?p=307</guid>
		<description><![CDATA[I downloaded the latest version of Internet Explorer the other day and although at this stage I can&#8217;t comment too much on the browser as a whole I was pleasantly surprised by the developer tools included with Microsoft&#8217;s latest release. I&#8217;ve used the developer toolbars for IE 6/7 &#38; for Firefox but it&#8217;s good to [...]]]></description>
		<wfw:commentRss>http://www.akamarketing.com/blog/307-web-developer-tools-included-with-internet-explorer-8.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET AJAX 3.5 error - &#8220;Sys is undefined&#8221; workaround</title>
		<link>http://www.akamarketing.com/blog/296-aspnet-ajax-35-error-sys-is-undefined-workaround.html</link>
		<comments>http://www.akamarketing.com/blog/296-aspnet-ajax-35-error-sys-is-undefined-workaround.html#comments</comments>
		<pubDate>Mon, 02 Mar 2009 10:55:55 +0000</pubDate>
		<dc:creator>David Callan</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.akamarketing.com/blog/?p=296</guid>
		<description><![CDATA[I was trying to put together a prototype for a potential client but kept on getting a &#8216;Sys is undefined&#8217; AJAX error when I tried to run it on my host Blacknight.ie, however when I ran it on another host - discountasp.net everything worked fine. It also worked fine on my local development machine which [...]]]></description>
		<wfw:commentRss>http://www.akamarketing.com/blog/296-aspnet-ajax-35-error-sys-is-undefined-workaround.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Top 25 dangerous coding errors &#8216;revealed&#8217;</title>
		<link>http://www.akamarketing.com/blog/284-top-25-dangerous-coding-errors-revealed.html</link>
		<comments>http://www.akamarketing.com/blog/284-top-25-dangerous-coding-errors-revealed.html#comments</comments>
		<pubDate>Tue, 13 Jan 2009 16:34:22 +0000</pubDate>
		<dc:creator>David Callan</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.akamarketing.com/blog/?p=284</guid>
		<description><![CDATA[I usually spend a lot of time on BBC.co.uk (so rescuetime tells me anyhow) each day and while on it today I came across an interesting piece in the technology section relating to the publication of a near universially agreed document which lists the top 25 programming errors that us so called professional developers occasionally let creep [...]]]></description>
		<wfw:commentRss>http://www.akamarketing.com/blog/284-top-25-dangerous-coding-errors-revealed.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
