<?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>Fearntech &#187; Programming</title>
	<atom:link href="http://www.fearntech.co.uk/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fearntech.co.uk</link>
	<description>Website design, maintenance and SEO company in Kent, UK</description>
	<lastBuildDate>Mon, 31 May 2010 12:18:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Inline styles in ODS PRINTER output</title>
		<link>http://www.fearntech.co.uk/programming/sas/inline-styles-ods-printer-output</link>
		<comments>http://www.fearntech.co.uk/programming/sas/inline-styles-ods-printer-output#comments</comments>
		<pubDate>Tue, 26 Jan 2010 22:33:56 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[SAS]]></category>
		<category><![CDATA[Escape character]]></category>
		<category><![CDATA[Inline styles]]></category>
		<category><![CDATA[ODS]]></category>
		<category><![CDATA[ODS PDF]]></category>
		<category><![CDATA[ODS PRINTER]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=212</guid>
		<description><![CDATA[Controlling formatting of ODS PRINTER (PDF/RTF) outputs has always seemed like a bit of a black art to me, but there are usually ways of getting around potential issues if you know where to look. With SAS V9.2, there are some new and probably unknown features, including the use of &#8216;inline styles&#8217;.
For a good introduction [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/sas/inline-styles-ods-printer-output/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Boot CD</title>
		<link>http://www.fearntech.co.uk/programming/windows/windows-boot-cd</link>
		<comments>http://www.fearntech.co.uk/programming/windows/windows-boot-cd#comments</comments>
		<pubDate>Tue, 28 Jul 2009 21:58:44 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Boot CD]]></category>
		<category><![CDATA[Boot Disk]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Freeze]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=166</guid>
		<description><![CDATA[If your Windows XP or Windows Vista computer becomes totally &#8216;messed up&#8217; then it is sometimes necessary to find an alternative way to log in to your computer to right the problem or in some cases to actually delete Windows and start from fresh.
Recently my laptop has been freezing and despite numerous updates and tests [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/windows/windows-boot-cd/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Querying SAS option status in Base SAS</title>
		<link>http://www.fearntech.co.uk/programming/sas/querying-sas-options-status-base-sas</link>
		<comments>http://www.fearntech.co.uk/programming/sas/querying-sas-options-status-base-sas#comments</comments>
		<pubDate>Wed, 22 Apr 2009 14:24:34 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[SAS]]></category>
		<category><![CDATA[OPTLOAD]]></category>
		<category><![CDATA[OPTSAVE]]></category>
		<category><![CDATA[SAS Options]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=147</guid>
		<description><![CDATA[Some SCL functions are available to Base SAS but you cannot use the SCL functions OPTGETN and OPTGETC to find out what the current status of certain SAS Options are.
In this case you can use the OPTSAVE and OPTLOAD Base SAS procedures.
For example, if you wanted to query the current MPRINT and NOTES option settings [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/sas/querying-sas-options-status-base-sas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PROTECTSPECIALCHARS in SAS ODS to allow HTML tags</title>
		<link>http://www.fearntech.co.uk/programming/sas/protectspecialchars-sas-ods-allow-html-tags</link>
		<comments>http://www.fearntech.co.uk/programming/sas/protectspecialchars-sas-ods-allow-html-tags#comments</comments>
		<pubDate>Sat, 17 Jan 2009 17:19:13 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[SAS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[ODS]]></category>
		<category><![CDATA[PROTECTSPECIALCHARS]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=81</guid>
		<description><![CDATA[How to use PROTECTSPECIALCHARS to allow HTML tags in your data when using HTML ODS in SAS.
When sending output to the HTML destination using PROC REPORT a number of the usual attributes are not available. For example the FLOW attribute on the DEFINE statement. It can therefore be necessary to include HTML tags within the data to be [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/sas/protectspecialchars-sas-ods-allow-html-tags/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding parameters to the OnAction property of Excel buttons</title>
		<link>http://www.fearntech.co.uk/programming/excel-vba/adding-parameters-to-onaction-property-excel-buttons</link>
		<comments>http://www.fearntech.co.uk/programming/excel-vba/adding-parameters-to-onaction-property-excel-buttons#comments</comments>
		<pubDate>Sat, 17 Jan 2009 15:59:10 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[OnAction]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=70</guid>
		<description><![CDATA[Sometimes you need to pass parameters via a button in Excel but the standard OnAction property syntax does not allow this. If you try .OnAction=&#8221;myProc(99,&#8217;Some text&#8217;)&#8221; you will receive an error. But there is a way to get around this.
You can add a parameter to the OnAction property of the button. If you had a [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/excel-vba/adding-parameters-to-onaction-property-excel-buttons/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using ANNOTATE to add text to a plot in SAS/GRAPH</title>
		<link>http://www.fearntech.co.uk/programming/sas/using-annotate-to-add-text-to-a-plot-in-sasgraph</link>
		<comments>http://www.fearntech.co.uk/programming/sas/using-annotate-to-add-text-to-a-plot-in-sasgraph#comments</comments>
		<pubDate>Thu, 17 Jan 2008 16:59:17 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[SAS]]></category>
		<category><![CDATA[Annotate]]></category>
		<category><![CDATA[GPLOT]]></category>
		<category><![CDATA[SAS/GRAPH]]></category>

		<guid isPermaLink="false">http://www.fearntech.co.uk/?p=76</guid>
		<description><![CDATA[Using ANNOTATE to add text to a plot in SAS/GRAPH
An example which creates an annotate dataset with a text label to be displayed in a plot, using GPLOT in SAS/GRAPH
* Adds text TEXT HERE at data point 23 on x-axis, 100% *;
* position on y-axis *;

data annot;
length function $8;
x=23;
function='LABEL'; text='TEXT HERE'; color='LIGR';
position='2'; xsys='2'; ysys='1'; y=100; [...]]]></description>
		<wfw:commentRss>http://www.fearntech.co.uk/programming/sas/using-annotate-to-add-text-to-a-plot-in-sasgraph/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
