<?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>Simpa studio blog &#187; script</title>
	<atom:link href="http://blog.simpa.ba/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.simpa.ba</link>
	<description>Been there, done that...</description>
	<lastBuildDate>Fri, 06 Jan 2012 11:17:44 +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>Web layout grids</title>
		<link>http://blog.simpa.ba/2009/05/web-layout-grid/</link>
		<comments>http://blog.simpa.ba/2009/05/web-layout-grid/#comments</comments>
		<pubDate>Fri, 29 May 2009 09:26:21 +0000</pubDate>
		<dc:creator>aarsla</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.simpa.ba/?p=187</guid>
		<description><![CDATA[<p>Useful for creating quick-and-neat prototypes: http://www.thegridsystem.org. One of my favorites: http://960.gs. Be sure to check 960 gridder!</p>
]]></description>
			<content:encoded><![CDATA[<p>Useful for creating quick-and-neat prototypes: <a href="http://www.thegridsystem.org" target="_blank">http://www.thegridsystem.org</a>.</p>
<p>One of my favorites: <a href="http://960.gs" target="_blank">http://960.gs</a>. Be sure to check <a href="http://gridder.andreehansson.se" target="_blank">960 gridder</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simpa.ba/2009/05/web-layout-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pfSense FTP Backup package</title>
		<link>http://blog.simpa.ba/2009/05/pfsense-ftp-backup-package/</link>
		<comments>http://blog.simpa.ba/2009/05/pfsense-ftp-backup-package/#comments</comments>
		<pubDate>Sat, 09 May 2009 16:01:02 +0000</pubDate>
		<dc:creator>aarsla</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[pfSense]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.simpa.ba/?p=148</guid>
		<description><![CDATA[<p>If you manage several pfSense boxes you might find it useful to have automated backups easily available. This pfSense FtpBackup package allows you to set up scheduled (daily, weekly or monthly) backup to your FTP server. <a href="http://blog.simpa.ba/2009/05/pfsense-ftp-backup-package/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you manage several pfSense boxes you might find it useful to have automated backups easily available.</p>
<p>This <a href="http://www.simpa.ba/en/code/pfsense">pfSense FtpBackup package</a> allows you to set up scheduled (daily, weekly or monthly) backup to your FTP server.</p>
<p><strong>Please have in mind that FTP is NOT secure protocol - your credentials will be sent to server as clear text!</strong></p>
<p>If you need secure backup I suggest you take a look at <a href="http://doc.pfsense.org/index.php/AutoConfigBackup" target="_blank">AutoConfigBackup package</a> or set up encrypted VPN between your pfSense box and ftp backup server.</p>
<p><img class="alignnone size-full wp-image-150" title="ftpbackup" src="http://blog.simpa.ba/wp-content/uploads/2009/05/ftpbackup.jpg" alt="ftpbackup" width="590" height="365" /></p>
<h2>Installation</h2>
<p>Modify /etc/inc/globals.inc of your pfSense box and change the line</p>
<p>"xmlrpcbaseurl" =&gt; "www.pfsense.com"<br />
to<br />
"xmlrpcbaseurl" =&gt; "www.simpa.ba".</p>
<p>Go to http://your.pfSense.box/pkg_mgr.php and install FtpBackup package.</p>
<p>You can also <a href="http://www.simpa.ba/packages/ftpBackup.zip">grab zipped package here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simpa.ba/2009/05/pfsense-ftp-backup-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Weather Report Script</title>
		<link>http://blog.simpa.ba/2009/02/php-weather-report-script/</link>
		<comments>http://blog.simpa.ba/2009/02/php-weather-report-script/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 21:02:08 +0000</pubDate>
		<dc:creator>aarsla</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://blog.simpa.ba/?p=73</guid>
		<description><![CDATA[<p>Customizable PHP script which grabs XML feeds from Weather.com for a given location. It is very easy to modify output to suit your website&#8217;s layout. <a href="http://blog.simpa.ba/2009/02/php-weather-report-script/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-74" title="Mostly cloudy" src="http://blog.simpa.ba/wp-content/uploads/2009/03/44.png" alt="Mostly cloudy" width="128" height="128" /></p>
<p>Customizable PHP script which grabs XML feeds from Weather.com for a given location. It is very easy to modify output to suit your website's layout.</p>
<h2>Configuration</h2>
<ul>
<li>$code = "BKXX0004";
<ul>
<li>Your city code - check your city at http://xoap.weather.com/search/search?where=myCity</li>
</ul>
</li>
<li>$unit = "m";
<ul>
<li>You can change units from Metric "m" to Standard "s"</li>
</ul>
</li>
<li>$dayf = "10";
<ul>
<li>Number of days to forecast</li>
</ul>
</li>
</ul>
<p><a href="http://www.simpa.ba/en/code/weather-report">Download PHP Weather Report Script</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.simpa.ba/2009/02/php-weather-report-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

