<?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:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>WHAT A LAMP</title>
	
	<link>http://www.whatalamp.com</link>
	<description>Full tips on a wide range of web technology.</description>
	<lastBuildDate>Sun, 08 Nov 2009 21:10:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</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/WhatALamp" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>File and Directory functions</title>
		<link>http://feedproxy.google.com/~r/WhatALamp/~3/0crRqkn9LR0/</link>
		<comments>http://www.whatalamp.com/php/file-and-directory-functions/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 21:10:37 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filectime]]></category>
		<category><![CDATA[fopen]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[unlink]]></category>

		<guid isPermaLink="false">http://www.whatalamp.com/?p=356</guid>
		<description><![CDATA[Validating
file_exists(&#8221;test.txt&#8221;);
is_file(&#8221;test.txt&#8221;);
is_dir(&#8221;/temp&#8221;);
Checking States
is_readable(&#8221;test.txt&#8221;);
is_writable(&#8221;test.txt&#8221;);
is_executable(&#8221;test.txt&#8221;);
Determining File Size
filesize(&#8221;test.txt&#8221;);
Getting Date information
fileatime(&#8221;test.txt&#8221;) //last accessed time
filemtime(&#8221;test.txt&#8221;) // last modified time
filectime(&#8221;test.txt&#8221;) // last changed time
Creating file and Delete
touch(&#8221;myfile.txt&#8221;)
unlink(&#8221;myfile.txt&#8221;)
Open file for writing, reading, appending
$fp = fopen(&#8221;test.txt&#8221;, &#8220;r&#8221;);
$fp = fopen(&#8221;test.txt&#8221;,&#8221;w&#8221;);
$fp = fopen(&#8221;test.txt&#8221;, &#8220;a&#8221;);

	Related posts
	
	Why you want your own WordPress theme (0)
	strpos() (1)
	strlen() (0)
	Make a Function (0)
	JavaScript Classes Comparison (0)


]]></description>
			<content:encoded><![CDATA[<p><strong>Validating</strong></p>
<p>file_exists(&#8221;test.txt&#8221;);</p>
<p>is_file(&#8221;test.txt&#8221;);</p>
<p>is_dir(&#8221;/temp&#8221;);</p>
<p><strong>Checking States</strong></p>
<p>is_readable(&#8221;test.txt&#8221;);</p>
<p>is_writable(&#8221;test.txt&#8221;);</p>
<p>is_executable(&#8221;test.txt&#8221;);</p>
<p><span id="more-356"></span><strong>Determining File Size</strong></p>
<p>filesize(&#8221;test.txt&#8221;);</p>
<p><strong>Getting Date information</strong></p>
<p>fileatime(&#8221;test.txt&#8221;) //last accessed time</p>
<p>filemtime(&#8221;test.txt&#8221;) // last modified time</p>
<p>filectime(&#8221;test.txt&#8221;) // last changed time</p>
<p><strong>Creating file and Delete</strong></p>
<p>touch(&#8221;myfile.txt&#8221;)</p>
<p>unlink(&#8221;myfile.txt&#8221;)</p>
<p><strong>Open file for writing, reading, appending</strong></p>
<p>$fp = fopen(&#8221;test.txt&#8221;, &#8220;r&#8221;);</p>
<p>$fp = fopen(&#8221;test.txt&#8221;,&#8221;w&#8221;);</p>
<p>$fp = fopen(&#8221;test.txt&#8221;, &#8220;a&#8221;);</p>

	<h4 class="relatedpost">Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.whatalamp.com/wordpress/why-you-want-your-own-wordpress-theme/" title="Why you want your own WordPress theme (September 10, 2008)">Why you want your own WordPress theme</a> (0)</li>
	<li><a href="http://www.whatalamp.com/php/strpos/" title="strpos() (May 26, 2007)">strpos()</a> (1)</li>
	<li><a href="http://www.whatalamp.com/php/strlen/" title="strlen() (May 25, 2007)">strlen()</a> (0)</li>
	<li><a href="http://www.whatalamp.com/js/make-a-function/" title="Make a Function (March 13, 2007)">Make a Function</a> (0)</li>
	<li><a href="http://www.whatalamp.com/js/javascript-classes-comparison/" title="JavaScript Classes Comparison (December 11, 2007)">JavaScript Classes Comparison</a> (0)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/QgeOkQXSb-AdLq5T3DP5yiGKVxc/0/da"><img src="http://feedads.g.doubleclick.net/~a/QgeOkQXSb-AdLq5T3DP5yiGKVxc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/QgeOkQXSb-AdLq5T3DP5yiGKVxc/1/da"><img src="http://feedads.g.doubleclick.net/~a/QgeOkQXSb-AdLq5T3DP5yiGKVxc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/WhatALamp/~4/0crRqkn9LR0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.whatalamp.com/php/file-and-directory-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.whatalamp.com/php/file-and-directory-functions/</feedburner:origLink></item>
		<item>
		<title>Directory operation in PHP</title>
		<link>http://feedproxy.google.com/~r/WhatALamp/~3/2K2QmhtRzyQ/</link>
		<comments>http://www.whatalamp.com/php/directory-operation-in-php/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 19:18:45 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[closedir]]></category>
		<category><![CDATA[mkdir]]></category>
		<category><![CDATA[opendir]]></category>
		<category><![CDATA[readdir]]></category>
		<category><![CDATA[Remove]]></category>
		<category><![CDATA[rmdir]]></category>

		<guid isPermaLink="false">http://www.whatalamp.com/?p=353</guid>
		<description><![CDATA[Create Directory
mkdir(&#8221;testdir&#8221;);
Remove Directory
rmdir(&#8221;testdir&#8221;);
Open a Directory for Reading
$dh = opendir(&#8221;testdir&#8221;);
Reading the contents of Directory
$dirname=&#8221;.&#8221;;
$dh = opendir($dirname) or die (&#8221;Couldn&#8217;t open dir&#8221;);
while(!(($file = readdir($dh)) === false)){
if (is_dir(&#8221;$dirname/$file&#8221;)){
echo &#8220;(D)&#8221;;
}
echo $file.&#8221;&#60;br/&#62;&#8221;;
}
closedir($dh);

	Related posts
	
	Why you want your own WordPress theme (0)
	Why MySQL (0)
	What is PHP (0)
	What a Lamp (1)
	Upgrade phplist to 2.10.9 (0)


]]></description>
			<content:encoded><![CDATA[<p><strong>Create Directory</strong></p>
<p>mkdir(&#8221;testdir&#8221;);</p>
<p><strong>Remove Directory</strong></p>
<p>rmdir(&#8221;testdir&#8221;);</p>
<p><strong>Open a Directory for Reading</strong></p>
<p>$dh = opendir(&#8221;testdir&#8221;);</p>
<p><span id="more-353"></span><strong>Reading the contents of Directory</strong></p>
<p>$dirname=&#8221;.&#8221;;</p>
<p>$dh = opendir($dirname) or die (&#8221;Couldn&#8217;t open dir&#8221;);</p>
<p>while(!(($file = readdir($dh)) === false)){</p>
<p>if (is_dir(&#8221;$dirname/$file&#8221;)){</p>
<p>echo &#8220;(D)&#8221;;</p>
<p>}</p>
<p>echo $file.&#8221;&lt;br/&gt;&#8221;;</p>
<p>}</p>
<p>closedir($dh);</p>

	<h4 class="relatedpost">Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.whatalamp.com/wordpress/why-you-want-your-own-wordpress-theme/" title="Why you want your own WordPress theme (September 10, 2008)">Why you want your own WordPress theme</a> (0)</li>
	<li><a href="http://www.whatalamp.com/mysql/why-mysql/" title="Why MySQL (September 18, 2008)">Why MySQL</a> (0)</li>
	<li><a href="http://www.whatalamp.com/php/what-is-php/" title="What is PHP (May 3, 2007)">What is PHP</a> (0)</li>
	<li><a href="http://www.whatalamp.com/announcement/what-a-lamp/" title="What a Lamp (September 1, 2008)">What a Lamp</a> (1)</li>
	<li><a href="http://www.whatalamp.com/php/upgrade-phplist-to-2109/" title="Upgrade phplist to 2.10.9 (February 9, 2009)">Upgrade phplist to 2.10.9</a> (0)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/cnEKqWSacS_IYnc_DHh9NKpGlg0/0/da"><img src="http://feedads.g.doubleclick.net/~a/cnEKqWSacS_IYnc_DHh9NKpGlg0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/cnEKqWSacS_IYnc_DHh9NKpGlg0/1/da"><img src="http://feedads.g.doubleclick.net/~a/cnEKqWSacS_IYnc_DHh9NKpGlg0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/WhatALamp/~4/2K2QmhtRzyQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.whatalamp.com/php/directory-operation-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.whatalamp.com/php/directory-operation-in-php/</feedburner:origLink></item>
		<item>
		<title>File operation in PHP</title>
		<link>http://feedproxy.google.com/~r/WhatALamp/~3/i3kVa-5QiMA/</link>
		<comments>http://www.whatalamp.com/php/file-operation-in-php/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 09:17:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[fclose]]></category>
		<category><![CDATA[feof]]></category>
		<category><![CDATA[fgetc]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[fopen]]></category>
		<category><![CDATA[fread]]></category>
		<category><![CDATA[fseek]]></category>
		<category><![CDATA[fwrite]]></category>

		<guid isPermaLink="false">http://www.whatalamp.com/?p=350</guid>
		<description><![CDATA[Open File
fopen() returns false when the file can not be openned.
if ($fp=fopen(&#8221;test.txt&#8221;, &#8220;w&#8221;)){
//do something
}
Close File
fclose($fp);
Reading from file
fgets($fp, 1024);  // get 1024 bytes
feof($fp);  // end of the file
fread($fp, 16);  // get 16 bytes
fseek($fp, 64);  // move point to particular byte
fgetc($fp);  // get the first letter
fwrite($fp, &#8220;Hello World&#8221;);  //write into file
fputs($fp, &#8220;Hell world again&#8221;); // add into [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Open File</strong></p>
<p>fopen() returns false when the file can not be openned.</p>
<p>if ($fp=fopen(&#8221;test.txt&#8221;, &#8220;w&#8221;)){</p>
<p>//do something</p>
<p>}</p>
<p><strong>Close File</strong></p>
<p>fclose($fp);</p>
<p><span id="more-350"></span><strong>Reading from file</strong></p>
<p>fgets($fp, 1024);  // get 1024 bytes</p>
<p>feof($fp);  // end of the file</p>
<p>fread($fp, 16);  // get 16 bytes</p>
<p>fseek($fp, 64);  // move point to particular byte</p>
<p>fgetc($fp);  // get the first letter</p>
<p>fwrite($fp, &#8220;Hello World&#8221;);  //write into file</p>
<p>fputs($fp, &#8220;Hell world again&#8221;); // add into file</p>
<p><strong>Looking Files</strong></p>
<p>flock($fp, LOCK_SH); //share</p>
<p>flock($fp, LOCK_EX); //exclusive</p>
<p>flock($fp, LOCK_UN); //unlock</p>

	<h4 class="relatedpost">Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.whatalamp.com/wordpress/why-you-want-your-own-wordpress-theme/" title="Why you want your own WordPress theme (September 10, 2008)">Why you want your own WordPress theme</a> (0)</li>
	<li><a href="http://www.whatalamp.com/mysql/why-mysql/" title="Why MySQL (September 18, 2008)">Why MySQL</a> (0)</li>
	<li><a href="http://www.whatalamp.com/php/what-is-php/" title="What is PHP (May 3, 2007)">What is PHP</a> (0)</li>
	<li><a href="http://www.whatalamp.com/announcement/what-a-lamp/" title="What a Lamp (September 1, 2008)">What a Lamp</a> (1)</li>
	<li><a href="http://www.whatalamp.com/php/upgrade-phplist-to-2109/" title="Upgrade phplist to 2.10.9 (February 9, 2009)">Upgrade phplist to 2.10.9</a> (0)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/mO52Ydguhqds_K8syW_1YUsycgg/0/da"><img src="http://feedads.g.doubleclick.net/~a/mO52Ydguhqds_K8syW_1YUsycgg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/mO52Ydguhqds_K8syW_1YUsycgg/1/da"><img src="http://feedads.g.doubleclick.net/~a/mO52Ydguhqds_K8syW_1YUsycgg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/WhatALamp/~4/i3kVa-5QiMA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.whatalamp.com/php/file-operation-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.whatalamp.com/php/file-operation-in-php/</feedburner:origLink></item>
		<item>
		<title>Find right ACT Classes for your ACT Training</title>
		<link>http://feedproxy.google.com/~r/WhatALamp/~3/kYKy6_PT-G0/</link>
		<comments>http://www.whatalamp.com/reviews/find-right-act-classes-for-your-act-training/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:07:40 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[act software]]></category>
		<category><![CDATA[act training]]></category>
		<category><![CDATA[class overview]]></category>
		<category><![CDATA[consulting service]]></category>
		<category><![CDATA[crm software]]></category>
		<category><![CDATA[customer relationship management]]></category>

		<guid isPermaLink="false">http://www.whatalamp.com/?p=346</guid>
		<description><![CDATA[Everyone knows ACT is an CRM software. CRM is customer relationship management. Almost every business needs one installed in his office.
Now ACT has sage products, or ACT! by Sage 2010.
Includes everything that the standard ACT! by Sage 2010 does but in addition offers you centralized administration, advanced deployment options, and workgroup functionality and scalability.
If you [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone knows ACT is an CRM software. CRM is customer relationship management. Almost every business needs one installed in his office.</p>
<p>Now ACT has <a href="http://www.aspen-tech.com/" target="_blank">sage products</a>, or ACT! by Sage 2010.</p>
<blockquote><p>Includes everything that the standard ACT! by Sage 2010 does but in addition offers you centralized administration, advanced deployment options, and workgroup functionality and scalability.</p></blockquote>
<p>If you want to use ACT very well, you need to take some <a href="http://www.aspen-tech.com/" target="_blank">ACT Classes</a> to have a fully training.</p>
<p><span id="more-346"></span>Yes, it <span>helps you understand ACT!, use it more effectively, and provide you with the knowledge to leverage ACT! to grow your business. </span></p>
<p><span>There are three types training. One is public training, </span><a href="http://www.aspen-tech.com/pdf/ACT_Power_User_Agenda.pdf" target="_blank"><strong>Class Overview and Agenda</strong></a>. It costs about $399/student. Limit 8 per class. Small class, student can get more chances to ask question and focus on it.<a href="http://www.aspen-tech.com/pdf/ACT_Power_User_Agenda.pdf" target="_blank"><strong><br />
</strong></a></p>
<p>One is custom training for <span>specific needs. It is more flexible. You can have this training in your office.<br />
</span></p>
<p><span>One is online training, same as custom training but it is online. It is </span><span>conducted </span><span>via a conference call and GoToMeeting™.</span></p>
<p><span>Through </span><span>AspenTech Consulting service, you can get initial meeting, needs assessment,</span><em> </em>system survey, ACT software installation, design and review, conversion you current database and migrate, install third party addons if needed, training, and<em> </em><a href="http://www.aspen-tech.com/" target="_blank">act premium support</a>.</p>
<p>Support is very important. Any time you may see problem or question about the ACT software. Especially when you want to change the setting or have a big growth of your business.</p>
<p><span> </span></p>
<p><span><br />
</span></p>
<p><em><br />
</em></p>

	<h4 class="relatedpost">Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/2BgDo2A04qyqOZICgSu-OK3MLu8/0/da"><img src="http://feedads.g.doubleclick.net/~a/2BgDo2A04qyqOZICgSu-OK3MLu8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2BgDo2A04qyqOZICgSu-OK3MLu8/1/da"><img src="http://feedads.g.doubleclick.net/~a/2BgDo2A04qyqOZICgSu-OK3MLu8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/WhatALamp/~4/kYKy6_PT-G0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.whatalamp.com/reviews/find-right-act-classes-for-your-act-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.whatalamp.com/reviews/find-right-act-classes-for-your-act-training/</feedburner:origLink></item>
		<item>
		<title>Upgrade to WP 2.8.4</title>
		<link>http://feedproxy.google.com/~r/WhatALamp/~3/JppwdkMmV3k/</link>
		<comments>http://www.whatalamp.com/wordpress/upgrade-to-wp-2-8-4/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 16:45:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.whatalamp.com/?p=344</guid>
		<description><![CDATA[Keep the software updated is very important. Especially for security issues.

	Related posts
	
	No related posts.
	

]]></description>
			<content:encoded><![CDATA[<p>Keep the software updated is very important. Especially for security issues.</p>

	<h4 class="relatedpost">Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/EZ2Y5HJ_WpSf5Dfik3D2Spfae_c/0/da"><img src="http://feedads.g.doubleclick.net/~a/EZ2Y5HJ_WpSf5Dfik3D2Spfae_c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/EZ2Y5HJ_WpSf5Dfik3D2Spfae_c/1/da"><img src="http://feedads.g.doubleclick.net/~a/EZ2Y5HJ_WpSf5Dfik3D2Spfae_c/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/WhatALamp/~4/JppwdkMmV3k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.whatalamp.com/wordpress/upgrade-to-wp-2-8-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.whatalamp.com/wordpress/upgrade-to-wp-2-8-4/</feedburner:origLink></item>
		<item>
		<title>Upgrade to WordPress 2.8.2</title>
		<link>http://feedproxy.google.com/~r/WhatALamp/~3/3MWKbInj88o/</link>
		<comments>http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8-2/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 22:09:07 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.whatalamp.com/?p=342</guid>
		<description><![CDATA[It is important to upgrade your wordpress to 2.8.2.
WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site.  Download 2.8.2 or automatically upgrade from the Tools-&#62;Upgrade page of your blog’s admin.
I use the [...]]]></description>
			<content:encoded><![CDATA[<p>It is important to upgrade your wordpress to 2.8.2.</p>
<blockquote><p>WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site.  <a href="http://wordpress.org/download/">Download</a> 2.8.2 or automatically upgrade from the Tools-&gt;Upgrade page of your blog’s admin.</p></blockquote>
<p>I use the automatically upgrade tools of Wordpress to finish upgrade.</p>

	<h4 class="relatedpost">Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.whatalamp.com/wordpress/wordpress-upgrade-to-263/" title="WordPress Upgrade to 2.6.3 (October 28, 2008)">WordPress Upgrade to 2.6.3</a> (0)</li>
	<li><a href="http://www.whatalamp.com/wordpress/wordpress-plugins-update/" title="WordPress plugins update (May 11, 2009)">WordPress plugins update</a> (0)</li>
	<li><a href="http://www.whatalamp.com/hosting-tutorials/what-is-blog-hosting/" title="What Is Blog Hosting? (November 7, 2008)">What Is Blog Hosting?</a> (0)</li>
	<li><a href="http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8-1/" title="Upgrade to Wordpress 2.8.1 (July 9, 2009)">Upgrade to Wordpress 2.8.1</a> (0)</li>
	<li><a href="http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8/" title="Upgrade to WordPress 2.8 (June 11, 2009)">Upgrade to WordPress 2.8</a> (1)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/qMwv6c0cyZ2_1cPHAqiMOC_OpdA/0/da"><img src="http://feedads.g.doubleclick.net/~a/qMwv6c0cyZ2_1cPHAqiMOC_OpdA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/qMwv6c0cyZ2_1cPHAqiMOC_OpdA/1/da"><img src="http://feedads.g.doubleclick.net/~a/qMwv6c0cyZ2_1cPHAqiMOC_OpdA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/WhatALamp/~4/3MWKbInj88o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8-2/</feedburner:origLink></item>
		<item>
		<title>Upgrade to Wordpress 2.8.1</title>
		<link>http://feedproxy.google.com/~r/WhatALamp/~3/iAp0ABeE7wg/</link>
		<comments>http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8-1/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 04:26:49 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.whatalamp.com/?p=340</guid>
		<description><![CDATA[Upgrade to 2.8.1 with internal upgrade function.

	Related posts
	
	WordPress Upgrade to 2.6.3 (0)
	WordPress plugins update (0)
	Upgrade to WordPress 2.8.2 (0)
	Upgrade to WordPress 2.8 (1)
	Upgrade to WordPress 2.7.1 is so easy (0)


]]></description>
			<content:encoded><![CDATA[<p>Upgrade to 2.8.1 with internal upgrade function.</p>

	<h4 class="relatedpost">Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.whatalamp.com/wordpress/wordpress-upgrade-to-263/" title="WordPress Upgrade to 2.6.3 (October 28, 2008)">WordPress Upgrade to 2.6.3</a> (0)</li>
	<li><a href="http://www.whatalamp.com/wordpress/wordpress-plugins-update/" title="WordPress plugins update (May 11, 2009)">WordPress plugins update</a> (0)</li>
	<li><a href="http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8-2/" title="Upgrade to WordPress 2.8.2 (July 20, 2009)">Upgrade to WordPress 2.8.2</a> (0)</li>
	<li><a href="http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8/" title="Upgrade to WordPress 2.8 (June 11, 2009)">Upgrade to WordPress 2.8</a> (1)</li>
	<li><a href="http://www.whatalamp.com/wordpress/upgrade-to-wordpress-271-is-so-easy/" title="Upgrade to WordPress 2.7.1 is so easy (February 11, 2009)">Upgrade to WordPress 2.7.1 is so easy</a> (0)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/dwmd1VCDM5cQPnakQdnhapwBmbg/0/da"><img src="http://feedads.g.doubleclick.net/~a/dwmd1VCDM5cQPnakQdnhapwBmbg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dwmd1VCDM5cQPnakQdnhapwBmbg/1/da"><img src="http://feedads.g.doubleclick.net/~a/dwmd1VCDM5cQPnakQdnhapwBmbg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/WhatALamp/~4/iAp0ABeE7wg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8-1/</feedburner:origLink></item>
		<item>
		<title>Centos command for disk and mysql</title>
		<link>http://feedproxy.google.com/~r/WhatALamp/~3/kK0AYL9m5uU/</link>
		<comments>http://www.whatalamp.com/linux/centos-command-for-disk-and-mysql/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 06:02:18 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[check disk space]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[port 3306]]></category>

		<guid isPermaLink="false">http://www.whatalamp.com/?p=337</guid>
		<description><![CDATA[Check disk space
df -h
Check Error log
tail -f /var/log/mysqld.log
check port 3306
netstat -ntpl &#124;grep 3306

	Related posts
	
	Why MySQL (0)
	How to unmount when the device is busy (2)
	Common SSH Commands &#8211; Linux Shell Commands (0)


]]></description>
			<content:encoded><![CDATA[<p>Check disk space</p>
<p>df -h</p>
<p>Check Error log</p>
<p>tail -f /var/log/mysqld.log</p>
<p>check port 3306</p>
<p>netstat -ntpl |grep 3306</p>

	<h4 class="relatedpost">Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.whatalamp.com/mysql/why-mysql/" title="Why MySQL (September 18, 2008)">Why MySQL</a> (0)</li>
	<li><a href="http://www.whatalamp.com/linux/how-to-unmount-when-the-device-is-busy/" title="How to unmount when the device is busy (September 8, 2008)">How to unmount when the device is busy</a> (2)</li>
	<li><a href="http://www.whatalamp.com/linux/common-ssh-commands-linux-shell-commands/" title="Common SSH Commands &#8211; Linux Shell Commands (November 23, 2007)">Common SSH Commands &#8211; Linux Shell Commands</a> (0)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/raWWf8KNbe9rHmBa_U57-tbw1yo/0/da"><img src="http://feedads.g.doubleclick.net/~a/raWWf8KNbe9rHmBa_U57-tbw1yo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/raWWf8KNbe9rHmBa_U57-tbw1yo/1/da"><img src="http://feedads.g.doubleclick.net/~a/raWWf8KNbe9rHmBa_U57-tbw1yo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/WhatALamp/~4/kK0AYL9m5uU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.whatalamp.com/linux/centos-command-for-disk-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.whatalamp.com/linux/centos-command-for-disk-and-mysql/</feedburner:origLink></item>
		<item>
		<title>Upgrade to WordPress 2.8</title>
		<link>http://feedproxy.google.com/~r/WhatALamp/~3/rDVNsrfKJ74/</link>
		<comments>http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:40:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.whatalamp.com/?p=335</guid>
		<description><![CDATA[It is simply to do the upgrade to WordPress 2.8.
No risk, no error. Fast.

	Related posts
	
	WordPress Upgrade to 2.6.3 (0)
	WordPress plugins update (0)
	Upgrade to WordPress 2.8.2 (0)
	Upgrade to Wordpress 2.8.1 (0)
	Upgrade to WordPress 2.7.1 is so easy (0)


]]></description>
			<content:encoded><![CDATA[<p>It is simply to do the upgrade to WordPress 2.8.</p>
<p>No risk, no error. Fast.</p>

	<h4 class="relatedpost">Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.whatalamp.com/wordpress/wordpress-upgrade-to-263/" title="WordPress Upgrade to 2.6.3 (October 28, 2008)">WordPress Upgrade to 2.6.3</a> (0)</li>
	<li><a href="http://www.whatalamp.com/wordpress/wordpress-plugins-update/" title="WordPress plugins update (May 11, 2009)">WordPress plugins update</a> (0)</li>
	<li><a href="http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8-2/" title="Upgrade to WordPress 2.8.2 (July 20, 2009)">Upgrade to WordPress 2.8.2</a> (0)</li>
	<li><a href="http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8-1/" title="Upgrade to Wordpress 2.8.1 (July 9, 2009)">Upgrade to Wordpress 2.8.1</a> (0)</li>
	<li><a href="http://www.whatalamp.com/wordpress/upgrade-to-wordpress-271-is-so-easy/" title="Upgrade to WordPress 2.7.1 is so easy (February 11, 2009)">Upgrade to WordPress 2.7.1 is so easy</a> (0)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/aiwqCiJ6w7aF_z6mYC6fOGbjqeY/0/da"><img src="http://feedads.g.doubleclick.net/~a/aiwqCiJ6w7aF_z6mYC6fOGbjqeY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/aiwqCiJ6w7aF_z6mYC6fOGbjqeY/1/da"><img src="http://feedads.g.doubleclick.net/~a/aiwqCiJ6w7aF_z6mYC6fOGbjqeY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/WhatALamp/~4/rDVNsrfKJ74" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.whatalamp.com/wordpress/upgrade-to-wordpress-2-8/</feedburner:origLink></item>
		<item>
		<title>php books</title>
		<link>http://feedproxy.google.com/~r/WhatALamp/~3/z-WekOjFKAM/</link>
		<comments>http://www.whatalamp.com/php/php-books/#comments</comments>
		<pubDate>Wed, 27 May 2009 18:38:26 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[php books]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://www.whatalamp.com/?p=333</guid>
		<description><![CDATA[There are hundreds of PHP books. Which one do you want, if you already have a basic knowledge of PHP?

Now you know which is my suggestion.Introduction: The Basics
Chapter 1: The FAQs of Life
Chapter 2: Reconfiguring PHP to Do Your Bidding
Chapter 3: PHP Security
Chapter 4: Security Measures
Chapter 5: Working with Words and HTML
Chapter 6: Working with [...]]]></description>
			<content:encoded><![CDATA[<p>There are hundreds of PHP books. Which one do you want, if you already have a basic knowledge of PHP?</p>
<p align="center"><a href="http://www.douban.com/subject/3060498/"><img style="border:0" src="http://otho.douban.com/lpic/s3062435.jpg" alt="" /></a></p>
<p>Now you know which is my suggestion.<span id="more-333"></span><strong>Introduction:</strong> The Basics<br />
<strong>Chapter 1:</strong> The FAQs of Life<br />
<strong>Chapter 2:</strong> Reconfiguring PHP to Do Your Bidding<br />
<strong>Chapter 3:</strong> PHP Security<br />
<strong>Chapter 4:</strong> Security Measures<br />
<strong>Chapter 5:</strong> Working with Words and HTML<br />
<strong>Chapter 6:</strong> Working with Dates<br />
<strong>Chapter 7:</strong> Working with Files<br />
<strong>Chapter 8:</strong> Tracking and Controlling Users<br />
<strong>Chapter 9:</strong> Working with Email<br />
<strong>Chapter 10:</strong> Working with Pictures<br />
<strong>Chapter 11:</strong> Working with Web Pages<br />
<strong>Chapter 12:</strong> Intermediate Tricks</p>
<p>It covers a lot of area of PHP programing. The tips it provides are so important and many people may omit.</p>

	<h4 class="relatedpost">Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.whatalamp.com/wordpress/why-you-want-your-own-wordpress-theme/" title="Why you want your own WordPress theme (September 10, 2008)">Why you want your own WordPress theme</a> (0)</li>
	<li><a href="http://www.whatalamp.com/mysql/why-mysql/" title="Why MySQL (September 18, 2008)">Why MySQL</a> (0)</li>
	<li><a href="http://www.whatalamp.com/php/what-is-php/" title="What is PHP (May 3, 2007)">What is PHP</a> (0)</li>
	<li><a href="http://www.whatalamp.com/announcement/what-a-lamp/" title="What a Lamp (September 1, 2008)">What a Lamp</a> (1)</li>
	<li><a href="http://www.whatalamp.com/php/upgrade-phplist-to-2109/" title="Upgrade phplist to 2.10.9 (February 9, 2009)">Upgrade phplist to 2.10.9</a> (0)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/u0ZvYCofuVx7YqyQLzWrGC548HU/0/da"><img src="http://feedads.g.doubleclick.net/~a/u0ZvYCofuVx7YqyQLzWrGC548HU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/u0ZvYCofuVx7YqyQLzWrGC548HU/1/da"><img src="http://feedads.g.doubleclick.net/~a/u0ZvYCofuVx7YqyQLzWrGC548HU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/WhatALamp/~4/z-WekOjFKAM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.whatalamp.com/php/php-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.whatalamp.com/php/php-books/</feedburner:origLink></item>
	</channel>
</rss>
