<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>HiredNetwork</title>
	
	<link>http://www.hirednetwork.com</link>
	<description>HashMap for Coders, Programmers, Webmasters, hackers and geeks.</description>
	<pubDate>Tue, 16 Jun 2009 23:58:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Hirednetwork" type="application/rss+xml" /><item>
		<title>Opera Unite</title>
		<link>http://feedproxy.google.com/~r/Hirednetwork/~3/w-YwnVOvx0c/</link>
		<comments>http://www.hirednetwork.com/?p=342#comments</comments>
		<pubDate>Tue, 16 Jun 2009 23:55:36 +0000</pubDate>
		<dc:creator>David Scott</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

		<category><![CDATA[cloud computing]]></category>

		<category><![CDATA[file sharing]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[unite]]></category>

		<guid isPermaLink="false">http://www.hirednetwork.com/?p=342</guid>
		<description><![CDATA[I like Opera. Its browser is sleek and fast. Widgets are a breeze. Page load is fast. 
Its just got a ton better too with a new service called Opera Unite. Basically a file sharing service run from your browser. Or a web server running from your computer. 
To quote from Opera:
With Opera Unite, we [...]


Related posts:<ol><li><a href='http://www.hirednetwork.com/?p=69' rel='bookmark' title='Permanent Link: Microsoft to challenge Google Docs'>Microsoft to challenge Google Docs</a> <small>Rumours swirling around that Microsoft are developing a suite of...</small></li><li><a href='http://www.hirednetwork.com/?p=137' rel='bookmark' title='Permanent Link: Microsoft buys Powerset'>Microsoft buys Powerset</a> <small>Microsoft has confirmed that it has agreed purchase terms for...</small></li><li><a href='http://www.hirednetwork.com/?p=226' rel='bookmark' title='Permanent Link: Updated Wordpress'>Updated Wordpress</a> <small>Updated this blog to the newest wordpress version 2.7. Yes...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.hirednetwork.com/?feed=rss2&amp;p=342</wfw:commentRss>
		<feedburner:origLink>http://www.hirednetwork.com/?p=342</feedburner:origLink></item>
		<item>
		<title>Cannot find php.ini in /usr/local/lib</title>
		<link>http://feedproxy.google.com/~r/Hirednetwork/~3/dtwcCFs4UDA/</link>
		<comments>http://www.hirednetwork.com/?p=339#comments</comments>
		<pubDate>Tue, 12 May 2009 12:05:32 +0000</pubDate>
		<dc:creator>David Scott</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.hirednetwork.com/?p=339</guid>
		<description><![CDATA[After re-installing php 5.2.9 on Centos I realised video uploads weren&#8217;t working. I needed to change the max_post limit and the max file upload limit.
Lo and behold my world was shattered when upon changing the values in my php.ini file (located in /etc/php.ini) the changed values didn&#8217;t take hold.
After crying for a few minutes I [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.hirednetwork.com/?feed=rss2&amp;p=339</wfw:commentRss>
		<feedburner:origLink>http://www.hirednetwork.com/?p=339</feedburner:origLink></item>
		<item>
		<title>Incrementing Variable in Smarty</title>
		<link>http://feedproxy.google.com/~r/Hirednetwork/~3/k3tfs_9lDE8/</link>
		<comments>http://www.hirednetwork.com/?p=332#comments</comments>
		<pubDate>Wed, 06 May 2009 00:46:50 +0000</pubDate>
		<dc:creator>David Scott</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.hirednetwork.com/?p=332</guid>
		<description><![CDATA[Constantly forgetting how to do this so I&#8217;ll post it here.
To increment a variable in Smarty - particularly useful if tracking table rows and when to start a new one.

{assign var=myCounter value=0}{foreach from=$latestproducts item=product}{$product.NAME}
	{if $myCounter eq 2}	
{assign var=myCounter value=0}{else}{assign var=myCounter value=$myCounter+1}{/if}{/foreach}	

As the code gets messed up in the formatting, I&#8217;m reproducing below in an image:

In [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.hirednetwork.com/?feed=rss2&amp;p=332</wfw:commentRss>
		<feedburner:origLink>http://www.hirednetwork.com/?p=332</feedburner:origLink></item>
		<item>
		<title>Apache using older version of PHP</title>
		<link>http://feedproxy.google.com/~r/Hirednetwork/~3/x8VcbOQaudg/</link>
		<comments>http://www.hirednetwork.com/?p=330#comments</comments>
		<pubDate>Tue, 28 Apr 2009 04:38:05 +0000</pubDate>
		<dc:creator>David Scott</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.hirednetwork.com/?p=330</guid>
		<description><![CDATA[Its happened a few times now when installing PHP.
Running Centos 5 and installing php 5.2.9
After a lot of ./configure using the following :
 --with-bcmath --with-bz2 --with-calendar --with-ctype --with-curl --with-date --with-dbase --with-dom --with-exif --with-ffmpeg --with-ftp --with-gd --with-gettext --with-gmp --with-hash --with-iconv --with-imap --with-libxml --with-mbstring --with-mime_magic --with-mysql --with-mysqli --with-openssl --with-pcntl --with-pcre --with-PDO --with-pdo_mysql --with-pdo_sqlite --with-posix --with-pspell --with-Reflection --with-session [...]


Related posts:<ol><li><a href='http://www.hirednetwork.com/?p=58' rel='bookmark' title='Permanent Link: Installing FFMPEG - Complete Guide'>Installing FFMPEG - Complete Guide</a> <small>I would love to take credit for this but I&#8217;m...</small></li><li><a href='http://www.hirednetwork.com/?p=94' rel='bookmark' title='Permanent Link: Module compiled with API 20040429 PHP compiled with API 20060613'>Module compiled with API 20040429 PHP compiled with API 20060613</a> <small>A familiar error at this stage. I&#8217;ve written about this...</small></li><li><a href='http://www.hirednetwork.com/?p=252' rel='bookmark' title='Permanent Link: Could not run Ogg test program, checking why&#8230;LD_LIBRARY_PATH environment variable'>Could not run Ogg test program, checking why&#8230;LD_LIBRARY_PATH environment variable</a> <small>Installing FFMPEG on a Centos 5 box and the above...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.hirednetwork.com/?feed=rss2&amp;p=330</wfw:commentRss>
		<feedburner:origLink>http://www.hirednetwork.com/?p=330</feedburner:origLink></item>
		<item>
		<title>Microsoft Profits down 32%</title>
		<link>http://feedproxy.google.com/~r/Hirednetwork/~3/T6ELvjTtNd8/</link>
		<comments>http://www.hirednetwork.com/?p=328#comments</comments>
		<pubDate>Fri, 24 Apr 2009 09:55:44 +0000</pubDate>
		<dc:creator>David Scott</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.hirednetwork.com/?p=328</guid>
		<description><![CDATA[In a sign of the times Microsoft today reported a drop in profits by a whopping 32%.
Sounds terrible until you realise that they now &#8216;only&#8217; turned a profit of $2.98 billion! No chance of them going bust anytime soon.
I&#8217;ve spent the past week fighting the urge to format my laptop and install Linux. Windows Vista [...]


Related posts:<ol><li><a href='http://www.hirednetwork.com/?p=137' rel='bookmark' title='Permanent Link: Microsoft buys Powerset'>Microsoft buys Powerset</a> <small>Microsoft has confirmed that it has agreed purchase terms for...</small></li><li><a href='http://www.hirednetwork.com/?p=110' rel='bookmark' title='Permanent Link: Microsoft goes back to Yahoo'>Microsoft goes back to Yahoo</a> <small>My earlier post on the Trinity of search between Google,...</small></li><li><a href='http://www.hirednetwork.com/?p=222' rel='bookmark' title='Permanent Link: And it gets worse&#8230;'>And it gets worse&#8230;</a> <small>Do you back-up important files? Great! Do you back them...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.hirednetwork.com/?feed=rss2&amp;p=328</wfw:commentRss>
		<feedburner:origLink>http://www.hirednetwork.com/?p=328</feedburner:origLink></item>
		<item>
		<title>tcpserver: fatal: unable to bind: address already used</title>
		<link>http://feedproxy.google.com/~r/Hirednetwork/~3/25Dad3vpG1o/</link>
		<comments>http://www.hirednetwork.com/?p=323#comments</comments>
		<pubDate>Thu, 09 Apr 2009 01:28:36 +0000</pubDate>
		<dc:creator>David Scott</dc:creator>
		
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.hirednetwork.com/?p=323</guid>
		<description><![CDATA[Sweet Suffering ****! 
Have I ever done anything to deserve being burdened with email servers?
Please kindly make the errors stop.
Yours in Trust,
David Scott.
I&#8217;m running webmin on a server with Qmail and vpopmail. Of Course, in my long running battle with email servers, after a reboot mine decided to start refusing all connections. Telneting to the [...]


Related posts:<ol><li><a href='http://www.hirednetwork.com/?p=266' rel='bookmark' title='Permanent Link: Adding domains, wildcard domains and users to qmail with webmin'>Adding domains, wildcard domains and users to qmail with webmin</a> <small>Let me start off by saying I hate email servers....</small></li><li><a href='http://www.hirednetwork.com/?p=316' rel='bookmark' title='Permanent Link: Qmail svc stat command not found'>Qmail svc stat command not found</a> <small>If you are trying to start / stop or get...</small></li><li><a href='http://www.hirednetwork.com/?p=250' rel='bookmark' title='Permanent Link: Install Webmin on Centos OS 5 - via SSH'>Install Webmin on Centos OS 5 - via SSH</a> <small>[gallery link="file"]Very simple and easy to do in 5 easy...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.hirednetwork.com/?feed=rss2&amp;p=323</wfw:commentRss>
		<feedburner:origLink>http://www.hirednetwork.com/?p=323</feedburner:origLink></item>
		<item>
		<title>PHPFOX - JOOMLA Integration</title>
		<link>http://feedproxy.google.com/~r/Hirednetwork/~3/zcPlKYW-pZE/</link>
		<comments>http://www.hirednetwork.com/?p=320#comments</comments>
		<pubDate>Tue, 07 Apr 2009 01:36:23 +0000</pubDate>
		<dc:creator>David Scott</dc:creator>
		
		<category><![CDATA[Scripts]]></category>

		<category><![CDATA[joomla]]></category>

		<category><![CDATA[phpFox]]></category>

		<guid isPermaLink="false">http://www.hirednetwork.com/?p=320</guid>
		<description><![CDATA[Its finally done!
phpFox and Joomla - I&#8217;ve integrated them! Its for sale over at Best-Scripts.com. Some of the key features:

- Integrated Signup 
- Integrated Login 
- Integrated Logout 
- Integrated password change 
- Integrated profiles 
- Integrated Edit profiles 
- Most recent articles submitted by user appear on their profile page 
- Link from submitted [...]


Related posts:<ol><li><a href='http://www.hirednetwork.com/?p=307' rel='bookmark' title='Permanent Link: Joomla 1.5 session time out integration'>Joomla 1.5 session time out integration</a> <small>Runnning into a session timeout issue with Joomla. I&#8217;ve it...</small></li><li><a href='http://www.hirednetwork.com/?p=114' rel='bookmark' title='Permanent Link: phpFox Integrations'>phpFox Integrations</a> <small>I&#8217;m currently coding an &#8216;extension&#8217; to phpFox for allow for...</small></li><li><a href='http://www.hirednetwork.com/?p=71' rel='bookmark' title='Permanent Link: Creating a new PHPFOX Section or Page'>Creating a new PHPFOX Section or Page</a> <small>This can be confusing to say the least so i&#8217;ve...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.hirednetwork.com/?feed=rss2&amp;p=320</wfw:commentRss>
		<feedburner:origLink>http://www.hirednetwork.com/?p=320</feedburner:origLink></item>
		<item>
		<title>Qmail svc stat command not found</title>
		<link>http://feedproxy.google.com/~r/Hirednetwork/~3/B2mZtPH2T1g/</link>
		<comments>http://www.hirednetwork.com/?p=316#comments</comments>
		<pubDate>Fri, 03 Apr 2009 01:41:49 +0000</pubDate>
		<dc:creator>David Scott</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.hirednetwork.com/?p=316</guid>
		<description><![CDATA[If you are trying to start / stop  or get stats from qmail with the command &#8216;qmailctl&#8217; you might get the following error or something similar:
qmailctl svstat: command not found line 49
Its most likely caused by daemontools not being installed. Do a search for it for how to install on your system. For Centos [...]


Related posts:<ol><li><a href='http://www.hirednetwork.com/?p=323' rel='bookmark' title='Permanent Link: tcpserver: fatal: unable to bind: address already used'>tcpserver: fatal: unable to bind: address already used</a> <small>Sweet Suffering ****! Have I ever done anything to deserve...</small></li><li><a href='http://www.hirednetwork.com/?p=266' rel='bookmark' title='Permanent Link: Adding domains, wildcard domains and users to qmail with webmin'>Adding domains, wildcard domains and users to qmail with webmin</a> <small>Let me start off by saying I hate email servers....</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.hirednetwork.com/?feed=rss2&amp;p=316</wfw:commentRss>
		<feedburner:origLink>http://www.hirednetwork.com/?p=316</feedburner:origLink></item>
		<item>
		<title>BT-Ireland cut me off!</title>
		<link>http://feedproxy.google.com/~r/Hirednetwork/~3/LGJ5Gg6oaac/</link>
		<comments>http://www.hirednetwork.com/?p=311#comments</comments>
		<pubDate>Wed, 01 Apr 2009 00:33:09 +0000</pubDate>
		<dc:creator>David Scott</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.hirednetwork.com/?p=311</guid>
		<description><![CDATA[Well, finally finished the phpfox-joomla integration! Ready to launch it and &#8230; my ISP cuts me off!
Yes, the geniuses (geniii ?) up at BT Ireland were double charging me through two direct debits. When I (nicely) pointed this out, their solution, instead of cancelling one direct debit, was to cancel the whole account. There ya [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.hirednetwork.com/?feed=rss2&amp;p=311</wfw:commentRss>
		<feedburner:origLink>http://www.hirednetwork.com/?p=311</feedburner:origLink></item>
		<item>
		<title>Joomla 1.5 session time out integration</title>
		<link>http://feedproxy.google.com/~r/Hirednetwork/~3/y1o_e9uRan8/</link>
		<comments>http://www.hirednetwork.com/?p=307#comments</comments>
		<pubDate>Thu, 26 Mar 2009 23:02:56 +0000</pubDate>
		<dc:creator>David Scott</dc:creator>
		
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.hirednetwork.com/?p=307</guid>
		<description><![CDATA[Runnning into a session timeout issue with Joomla. I&#8217;ve it integrated with fireboard and even though I&#8217;m still logged in on fireboad, when I return to the main joomla site I&#8217;m logged out.
The solution is the time out settings on Joomla - 15 mins.
You can edit the session timeout variable from the adminpanel in joomla. [...]


Related posts:<ol><li><a href='http://www.hirednetwork.com/?p=320' rel='bookmark' title='Permanent Link: PHPFOX - JOOMLA Integration'>PHPFOX - JOOMLA Integration</a> <small>Its finally done! phpFox and Joomla - I&#8217;ve integrated them!...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.hirednetwork.com/?feed=rss2&amp;p=307</wfw:commentRss>
		<feedburner:origLink>http://www.hirednetwork.com/?p=307</feedburner:origLink></item>
	</channel>
</rss>
