<?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>Insert name here &#187; script</title>
	<atom:link href="http://blog.tanist.co.uk/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tanist.co.uk</link>
	<description>Web development and general IT snippets, possibly some other irrelevant things too.</description>
	<lastBuildDate>Thu, 22 Apr 2010 13:35:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Deploy PhotoScape via Group Policy</title>
		<link>http://blog.tanist.co.uk/2009/01/deploy-photoscape-via-group-policy/</link>
		<comments>http://blog.tanist.co.uk/2009/01/deploy-photoscape-via-group-policy/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 10:37:12 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[manipulation]]></category>
		<category><![CDATA[photoscape]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=120</guid>
		<description><![CDATA[PhotoScape is a really nice, simple, easy to use bit of FREE photo editing software. It offers a lot of basic features without ever complicating matters &#8211; ideal for people just learning to play with their photos, or anyone who just doesn&#8217;t want the hassle of having to learn a more complex piece of software.
To [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.photoscape.org">PhotoScape</a> is a really nice, simple, easy to use bit of FREE photo editing software. It offers a lot of basic features without ever complicating matters &#8211; ideal for people just learning to play with their photos, or anyone who just doesn&#8217;t want the hassle of having to learn a more complex piece of software.</p>
<p>To deploy this via group policy, you will need to use a startup script, as it is not possible to extract an MSI to use with the usual method. However it&#8217;s a really simple script so should be no problem to get it up and running.</p>
<p>Just share the installer executable somewhere on your server (we usually have a shared software directory for this purpose), and add the following to a startup script (replacing the path with the correct one for your situation, of course)&#8230;</p>
<blockquote><p>&#8220;\\SVR\Software\PhotoScapeInstall\setup.exe&#8221; /S</p></blockquote>
<p>Note the upper-case S in the switch &#8211; it will not function with a lower-case S. This will install desktop and quick-launch shortcuts, which unfortunately there seems to be no way around. However, a good point is that it does not install Google Toolbar, which is an option selected by default if you use the wizard install.</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/01/deploy-photoscape-via-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some useful scripts</title>
		<link>http://blog.tanist.co.uk/2008/12/some-useful-scripts-gallery-and-accordion/</link>
		<comments>http://blog.tanist.co.uk/2008/12/some-useful-scripts-gallery-and-accordion/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 11:31:29 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[accordion]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[highslide]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=74</guid>
		<description><![CDATA[Things have been a bit too quiet on here recently, so I thought I would take a few minutes to tell you about some neat scripts I have discovered recently whilst working on a site for Scotts Castle Holidays &#8211; they specialise in self catering holidays in large Scottish castles.
The first one would be Highslide [...]]]></description>
			<content:encoded><![CDATA[<p>Things have been a bit too quiet on here recently, so I thought I would take a few minutes to tell you about some neat scripts I have discovered recently whilst working on a site for <a href="http://www.scottscastles.com">Scotts Castle Holidays</a> &#8211; they specialise in self catering holidays in large Scottish castles.</p>
<p>The first one would be <a href="http://highslide.com/">Highslide JS</a>. SCH uses this on a few pages, for HTML popups as well as the main image galleries belonging to each property. Highslide is an awesome bit of code, customisable in almost every aspect, extensive documentation and a great support forum for issues/feature requests. It needs to be licenced for a commercial site, but it is a small price to pay (29USD) for the instant functionality gain.</p>
<p>Secondly, there is the simple accordion script from <a href="http://www.dezinerfolio.com/2007/07/19/simple-javascript-accordions/?cp=39">Deziner Folio</a>. This required quite a bit of tailoring to add the additional functionality required for the site, but is a great starting point for any accordion as it is so small, coming in at barely over 1k.</p>
<p>Let us know if you decide to use either of the above in your own projects!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/12/some-useful-scripts-gallery-and-accordion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy Pivot Stickfigure Animator via Group Policy</title>
		<link>http://blog.tanist.co.uk/2008/11/deploy-pivot-stickfigure-animator-via-group-policy/</link>
		<comments>http://blog.tanist.co.uk/2008/11/deploy-pivot-stickfigure-animator-via-group-policy/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 10:53:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[animator]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[pivot]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[stickfigure]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=64</guid>
		<description><![CDATA[An easy one, this. Infact, it seems far too easy. Just share Pivot&#8217;s setup.exe in some folder on your server, and add the following to a startup script attached to your GPO (with the correct server name and share paths applied, of course).
\\SVR\Share\Path\setup.exe /quiet
That&#8217;s it! It installs near instantaneously on newer machines as well &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>An easy one, this. Infact, it seems far too easy. Just share Pivot&#8217;s setup.exe in some folder on your server, and add the following to a startup script attached to your GPO (with the correct server name and share paths applied, of course).</p>
<blockquote><p>\\SVR\Share\Path\setup.exe /quiet</p></blockquote>
<p>That&#8217;s it! It installs near instantaneously on newer machines as well &#8211; well done that man.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/11/deploy-pivot-stickfigure-animator-via-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
