<?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>Applogix Dev Blog (DotNetPulse)</title>
	<atom:link href="http://www.applogix.co.za/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.applogix.co.za/blog</link>
	<description>Practical commentary on development...</description>
	<lastBuildDate>Wed, 25 Jan 2012 12:02:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to fix z-index in YouTube iframes</title>
		<link>http://www.applogix.co.za/blog/index.php/2012/01/how-to-fix-z-index-in-youtube-iframes/</link>
		<comments>http://www.applogix.co.za/blog/index.php/2012/01/how-to-fix-z-index-in-youtube-iframes/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 12:02:51 +0000</pubDate>
		<dc:creator>Danele</dc:creator>
				<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.applogix.co.za/blog/?p=295</guid>
		<description><![CDATA[Ever noticed how the highest possible z-index gets assigned to embedded Youtube iframes? It cases a real headache if you have a modal popup on the page, as the popup, which should obviously be on top of the page contents, sits underneath the iframe. Here&#8217;s how to fix it &#8211; simply add ?wmode=transparent to the video URL. &#60;iframe type="text/html" width="520" [...]]]></description>
		<wfw:commentRss>http://www.applogix.co.za/blog/index.php/2012/01/how-to-fix-z-index-in-youtube-iframes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable links with CSS</title>
		<link>http://www.applogix.co.za/blog/index.php/2011/12/disable-links-with-css/</link>
		<comments>http://www.applogix.co.za/blog/index.php/2011/12/disable-links-with-css/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 13:05:21 +0000</pubDate>
		<dc:creator>Danele</dc:creator>
				<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.applogix.co.za/blog/?p=281</guid>
		<description><![CDATA[The attribute &#8211; disabled=&#8221;disabled&#8221; &#8211; does not work with elements other than form elements (submit, text-fields etc). Trying to add this attribute to a link styled as a button does not work. Here is the workaround: Set up your style for the link button, an active and disabled state. In this example Active will be [...]]]></description>
		<wfw:commentRss>http://www.applogix.co.za/blog/index.php/2011/12/disable-links-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DevExpress controls: The &#8216;Microsoft.Jet.OLEDB.4.0&#8242; provider is not registered on the local machine on 64bit machine.</title>
		<link>http://www.applogix.co.za/blog/index.php/2011/12/devexpress-controls-the-microsoft-jet-oledb-4-0-provider-is-not-registered-on-the-local-machine-on-64bit-machine/</link>
		<comments>http://www.applogix.co.za/blog/index.php/2011/12/devexpress-controls-the-microsoft-jet-oledb-4-0-provider-is-not-registered-on-the-local-machine-on-64bit-machine/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 08:33:54 +0000</pubDate>
		<dc:creator>Malcolm</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[DevExpress]]></category>
		<category><![CDATA[Microsoft.Jet.OLEDB.4.0]]></category>
		<category><![CDATA[Telerik]]></category>

		<guid isPermaLink="false">http://www.applogix.co.za/blog/?p=268</guid>
		<description><![CDATA[PROBLEM Installing DevExpress controls apparently this problem you get with Telerik controls (RadControls) as well on a 64-bit machine and running the examples that use Access as its database may cause the following error above even if you have the Microsoft.Jet.OLEDB.4.0 provider installed. DESCRIPTION This problem comes from the fact that the MS Jet engine [...]]]></description>
		<wfw:commentRss>http://www.applogix.co.za/blog/index.php/2011/12/devexpress-controls-the-microsoft-jet-oledb-4-0-provider-is-not-registered-on-the-local-machine-on-64bit-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 box-sizing property</title>
		<link>http://www.applogix.co.za/blog/index.php/2011/11/css3-box-sizing-property/</link>
		<comments>http://www.applogix.co.za/blog/index.php/2011/11/css3-box-sizing-property/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 13:22:44 +0000</pubDate>
		<dc:creator>Nirendra</dc:creator>
				<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.applogix.co.za/blog/?p=260</guid>
		<description><![CDATA[An interesting CSS3 property that I have found to be very useful is the &#8216;box-sizing&#8217; property. This has two official values: - content-box - border-box With reference to the CSS specification: http://www.w3.org/TR/css3-ui/#box-sizing This works in the following browsers: - Internet Explorer 8 and higher - Firefox 1 and higher - Safari 3 and higher - [...]]]></description>
		<wfw:commentRss>http://www.applogix.co.za/blog/index.php/2011/11/css3-box-sizing-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grabbing  the xml request generated by a web service client.</title>
		<link>http://www.applogix.co.za/blog/index.php/2011/11/grabbing-the-xml-request-generated-by-a-web-service-client/</link>
		<comments>http://www.applogix.co.za/blog/index.php/2011/11/grabbing-the-xml-request-generated-by-a-web-service-client/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 10:43:43 +0000</pubDate>
		<dc:creator>Asmita</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[grab xml request]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[soap in web services]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[web service and soap]]></category>
		<category><![CDATA[webservice]]></category>
		<category><![CDATA[xml request]]></category>

		<guid isPermaLink="false">http://www.applogix.co.za/blog/?p=251</guid>
		<description><![CDATA[I recently needed to confirm the request values that were being generated by a webservice client that I just developed. I had to find a tool to intercept the request being submitted. I came across this awesome, easy to use tool which I used to grab the xml request that was being submitted to a [...]]]></description>
		<wfw:commentRss>http://www.applogix.co.za/blog/index.php/2011/11/grabbing-the-xml-request-generated-by-a-web-service-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP .Net control name attribute</title>
		<link>http://www.applogix.co.za/blog/index.php/2011/11/asp-net-control-name-attribute/</link>
		<comments>http://www.applogix.co.za/blog/index.php/2011/11/asp-net-control-name-attribute/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 10:20:18 +0000</pubDate>
		<dc:creator>Mandisa</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[ASP .Net controls name attribute]]></category>

		<guid isPermaLink="false">http://www.applogix.co.za/blog/?p=245</guid>
		<description><![CDATA[FYI readers here is something the past me didn’t know that present me knows and blogging about. You can never set name attribute on an asp .net control. You may try but at runtime it will be reset to be the same as the control ID. Please see example below. &#160; asp:TextBox ID="txtName" name="CoderSetName" runat="server" [...]]]></description>
		<wfw:commentRss>http://www.applogix.co.za/blog/index.php/2011/11/asp-net-control-name-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing with a grid system (such as the twitter bootstrap) in mind</title>
		<link>http://www.applogix.co.za/blog/index.php/2011/11/designing-with-a-grid-system-such-as-the-twitter-bootstrap-in-mind/</link>
		<comments>http://www.applogix.co.za/blog/index.php/2011/11/designing-with-a-grid-system-such-as-the-twitter-bootstrap-in-mind/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 11:04:57 +0000</pubDate>
		<dc:creator>AndrewF</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[awesomeness]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://www.applogix.co.za/blog/?p=211</guid>
		<description><![CDATA[Something I, as a self taught designer, hadn&#8217;t gotten into the habit of was designing with a grid system in mind. This is something that I have quickly remedied. Designing this way means that the rest of the project flows as smoothly as possible and makes future structure changes a LOT simpler. With structure comes [...]]]></description>
		<wfw:commentRss>http://www.applogix.co.za/blog/index.php/2011/11/designing-with-a-grid-system-such-as-the-twitter-bootstrap-in-mind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How and why to use the Twitter Bootstrap grid system for building best practice web page layouts</title>
		<link>http://www.applogix.co.za/blog/index.php/2011/11/how-and-why-to-use-the-twitter-bootstrap-grid-system-for-building-best-practice-web-page-layouts/</link>
		<comments>http://www.applogix.co.za/blog/index.php/2011/11/how-and-why-to-use-the-twitter-bootstrap-grid-system-for-building-best-practice-web-page-layouts/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 09:34:14 +0000</pubDate>
		<dc:creator>Danele</dc:creator>
				<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://www.applogix.co.za/blog/?p=180</guid>
		<description><![CDATA[If you haven&#8217;t tried it already, CSS grid systems make web development much easier. CSS grid systems provide you with a foundation for creating columns and rows of set width, insuring that your site dimensions stay consistent and align well. Why you should use a grid system: Consistency: Achieve consistency across pages Maintainability: Easily maintain [...]]]></description>
		<wfw:commentRss>http://www.applogix.co.za/blog/index.php/2011/11/how-and-why-to-use-the-twitter-bootstrap-grid-system-for-building-best-practice-web-page-layouts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Error while archiving folder &#8220;Inbox&#8221; in Outlook: archive.pst could not be accessed.</title>
		<link>http://www.applogix.co.za/blog/index.php/2011/11/174/</link>
		<comments>http://www.applogix.co.za/blog/index.php/2011/11/174/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 15:53:42 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.applogix.co.za/blog/?p=174</guid>
		<description><![CDATA[If you&#8217;re getting this error when trying to archive a PST in Outlook: Error while archiving folder &#8220;Inbox&#8221; in store &#8220;Personal Folders&#8221;. The file C:\Users\[User]\AppData\Local\Microsoft\Outlook\archive.pst could not be accessed. Then check if your C:\ has run out of space]]></description>
		<wfw:commentRss>http://www.applogix.co.za/blog/index.php/2011/11/174/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint: Reserved Keyword id in QueryString</title>
		<link>http://www.applogix.co.za/blog/index.php/2011/10/sharepoint-reserved-keyword-id-in-querystring/</link>
		<comments>http://www.applogix.co.za/blog/index.php/2011/10/sharepoint-reserved-keyword-id-in-querystring/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 14:21:02 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[sharepoint id]]></category>
		<category><![CDATA[sharepoint querystring]]></category>
		<category><![CDATA[sharepoint querystring id]]></category>

		<guid isPermaLink="false">http://www.applogix.co.za/blog/?p=142</guid>
		<description><![CDATA[This is a caveat which may save you hours of pulling your hair out and/or banging your head against the wall. When passing paramaters via the querystring in any sharepoint webpart user control , the term &#8220;id&#8221; is reserved, and any functionality depending on this querystring parameter will break. http://idontthinkyourereadyforthisjelly/Pages/ViewJelly.aspx?id=001 &#8211; Invalid http://idontthinkyourereadyforthisjelly/Pages/ViewJelly.aspx?jellyId=001 &#8211; Valid [...]]]></description>
		<wfw:commentRss>http://www.applogix.co.za/blog/index.php/2011/10/sharepoint-reserved-keyword-id-in-querystring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

