<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Phine Solutions</title>
	<link>http://www.phinesolutions.com</link>
	<description>A web log for web work</description>
	<lastBuildDate>Tue, 22 Jul 2008 18:36:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>A follow up on using Amazon A3</title>
		<description>Last week Amazon A3 was down for 4 hours and made a lot of webmasters unhappy. It further proves that it is quite risky to design your site solely relying on A3 to provide the essential functionalities, at least for now.

One way to reduce the risk is to have a ...</description>
		<link>http://www.phinesolutions.com/a-follow-up-on-using-amazon-aws.html</link>
			</item>
	<item>
		<title>Document your site with a wiki</title>
		<description>Good documentation can save a lot of time to look for the information that you have once obtained. I had been looking for some documentation system that can help me to write down notes and finally decided to use a wiki.

Using a wiki can provide some great benefits:

	It is web ...</description>
		<link>http://www.phinesolutions.com/document-your-site-with-a-wiki.html</link>
			</item>
	<item>
		<title>A PHP boolean variable note</title>
		<description>I am by no means a PHP know-all so this might have been documented.

If I have a boolean variable, say

boolean x = true;

and if I use it in a if statement like:

if ( x == 'abc')

The result will always return "true".

I believe the PHP version I am using is 5.2. </description>
		<link>http://www.phinesolutions.com/a-php-boolean-variable-note.html</link>
			</item>
	<item>
		<title>Is Yahoo making the wrong move?</title>
		<description>There are a lot of talks around Yahoo's move recently. Y's decisions to reject the Microsoft deal and partner with Google on search advertising market don't sit well with a lot of people. Some think Yahoo is making stupid decisions.

I beg to differ.

Being bought by Microsoft will make a lot ...</description>
		<link>http://www.phinesolutions.com/is-yahoo-making-the-wrong-move.html</link>
			</item>
	<item>
		<title>Use JQuery to adjust the iframe height</title>
		<description>Although frame is generally not recommended on most of the web pages, iFrame can still be useful in some occasions, especially as an Ajax alternative. One strength of Ajax is that it greatly reduces (or at least it appears so) the page response time by only changing a small part ...</description>
		<link>http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html</link>
			</item>
	<item>
		<title>Amazon AWS web service</title>
		<description>Amazon's AWS webservice has been around for a while now and recently I implemented one of my web site to use the Simple Storage Service (A3). The idea is to utilize the storage space in Amazon's computing cloud to ease the actual loads on my own web server. In this ...</description>
		<link>http://www.phinesolutions.com/amazon-aws-web-service.html</link>
			</item>
	<item>
		<title>FCKEditor vs. TinyMCE</title>
		<description>I am preparing to add WYSIWYG editor to one of my project and looking for some library code to use. The selections narrowed down to FCKEditor and TinyMCE. Both of them look great and perform nicely in the demo. Now comes to the question which one to pick. This article ...</description>
		<link>http://www.phinesolutions.com/fckeditor-vs-tinymce.html</link>
			</item>
	<item>
		<title>Use the third party DNS</title>
		<description>Using a third party DNS have some great benefit:

	By outsourcing the DNS look up the load is reduced on your own server, especially like a VPS or dedicated box which runs everything: Apache, MySQL, Named.
	Well know DNS operates on a backbone and provide each DNS request with complete redundancy.
	Taking the ...</description>
		<link>http://www.phinesolutions.com/use-the-third-party-dns.html</link>
			</item>
	<item>
		<title>Simple command to find out the directory disk usage</title>
		<description>ls -F &#124; grep "/" &#124; xargs du -hs

For admin to snoop everybody, try

ls -F &#124; grep "/" &#124; sudo xargs du -hs </description>
		<link>http://www.phinesolutions.com/simple-command-to-find-out-the-directory-disk-usage.html</link>
			</item>
	<item>
		<title>ssh public/private key using ssh-keygen</title>
		<description>me@connect-from-machine:~&#62; ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/me/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/me/.ssh/id_rsa.
Your public key has been saved in /home/me/.ssh/id_rsa.pub.
The key fingerprint is:
blah blah ....

The command ssh-keygen -t rsa initiated the creation of ...</description>
		<link>http://www.phinesolutions.com/ssh-publicprivate-key-using-ssh-keygen.html</link>
			</item>
</channel>
</rss>
