<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Evidia Ltd</title>
	<link>http://www.evidia.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 12 Jun 2010 15:56:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Cron Job runs PHP script in Cpanel</title>
		<description><![CDATA[Every day at 3am
0  3  * * * /usr/local/bin/php -f /home/spike/checkstatus.php
]]></description>
		<link>http://www.evidia.com/blog/?p=15</link>
			</item>
	<item>
		<title>Force page refresh</title>
		<description><![CDATA[  $offset = -100;
  $ExpStr = &#8220;Expires: &#8221; . gmdate(&#8220;D, d M Y H:i:s&#8221;, time() + $offset) . &#8221; GMT&#8221;;
  Header($ExpStr);
]]></description>
		<link>http://www.evidia.com/blog/?p=12</link>
			</item>
	<item>
		<title>Photoshop CS3 hand tool problem</title>
		<description><![CDATA[At times, the hand tool in Photoshop will not go away and can&#8217;t pick a different tool.  Shutting down photoshop and restarting does not help.
Under the Windows menu, deselect all of the windows&#8230;and viola!  Problem goes away.
]]></description>
		<link>http://www.evidia.com/blog/?p=10</link>
			</item>
	<item>
		<title>Dump Post Variables in PHP</title>
		<description><![CDATA[Nice way to dump out the names and values of the variables coming from a posted form:
foreach ( $_POST as $key =&#62; $value ) {
 echo $key . &#8221; &#8221; . &#8220;=&#8221; . &#8221; &#8221; . $value;
 echo  &#8221;&#60;BR&#62;&#8221;;
}
]]></description>
		<link>http://www.evidia.com/blog/?p=9</link>
			</item>
	<item>
		<title>Getting the current date into variables</title>
		<description><![CDATA[Get the parts of the current date into workable variables&#8230;.
 
        $cday = date(&#8216;d&#8217;,time());
        $cmonth = date(&#8216;m&#8217;,time());
        $cyear = date(&#8216;Y&#8217;,time());
]]></description>
		<link>http://www.evidia.com/blog/?p=8</link>
			</item>
	<item>
		<title>Keeping your copyright years current</title>
		<description><![CDATA[A small way to at least keep your pages looking current&#8230;and keep your copyright protection going&#8230;
&#60;SCRIPT LANGUAGE=&#8221;JavaScript&#8221;&#62;
&#60;!&#8211;  today=new Date();
    y0=today.getFullYear();
    document.write(y0);
  // end hiding &#8212;&#62;
&#60;/SCRIPT&#62;   
Just stick this after a start year, and you are off to the races!
]]></description>
		<link>http://www.evidia.com/blog/?p=6</link>
			</item>
	<item>
		<title>Checking for failed database search</title>
		<description><![CDATA[One way of detecting of a select statement returned any results.  Using this currently&#8230;
  $result = mysql_query(&#8220;SELECT * FROM some_table where some_field = &#8217;some_value&#8217; &#8220;, $connection);
  if (!$result) 
    $count=0;
  else
    $count =mysql_num_rows($result);
  if ($count == 0) {
   die(&#8220;Database query failed: &#8221; . mysql_error());
]]></description>
		<link>http://www.evidia.com/blog/?p=5</link>
			</item>
	<item>
		<title>Managed Hosting Services</title>
		<description><![CDATA[For those that have visited my site and wondered why there are not any prices listed&#8230;.here is the explanation.   There is a base cost per month, and if you are looking for something that will compete against the &#8216;commodity website hosting&#8217; companies that you can find by a simple search, Evidia will not be able [...]]]></description>
		<link>http://www.evidia.com/blog/?p=4</link>
			</item>
	<item>
		<title>Internet, the new untamed West</title>
		<description><![CDATA[I remember back in the mid 90&#8217;s when the first person dared to advertise services on newsgroups.  You would have thought the world was coming to an end from the posts that followed.  As all of know, that person probably just opened up pandora&#8217;s box that was going to happen anyways.  This first coming of spam [...]]]></description>
		<link>http://www.evidia.com/blog/?p=3</link>
			</item>
</channel>
</rss>
