<?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>JasonLau.biz</title>
	<atom:link href="http://jasonlau.biz/home/feed" rel="self" type="application/rss+xml" />
	<link>http://jasonlau.biz/home</link>
	<description>Homepage Of Jason Lau</description>
	<lastBuildDate>Tue, 27 Jul 2010 20:03:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Flash Continues To Play When Hidden. How Can I Stop It?</title>
		<link>http://jasonlau.biz/home/faq/flash-continues-to-play-when-hidden-how-can-i-stop-it</link>
		<comments>http://jasonlau.biz/home/faq/flash-continues-to-play-when-hidden-how-can-i-stop-it#comments</comments>
		<pubDate>Tue, 27 Jul 2010 19:44:20 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Frequently Asked Questions]]></category>

		<guid isPermaLink="false">http://jasonlau.biz/home/?p=759</guid>
		<description><![CDATA[Question: My Flash continues to play even while hidden from view; how can I stop it? Answer: Remove the Flash object from the page with javascript. An easy way to pull this off is by using  jQuery&#8217;s remove function. $('object').remove(); First, include jquery in the head section of your HTML. &#60;script type=&#34;text/javascript&#34; src=&#34;http://code.jquery.com/jquery-latest.js&#34;&#62;&#60;/script&#62; In the [...]]]></description>
		<wfw:commentRss>http://jasonlau.biz/home/faq/flash-continues-to-play-when-hidden-how-can-i-stop-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP Referrer Spam Checker</title>
		<link>http://jasonlau.biz/home/for-what-its-worth/http-referrer-spam-checker</link>
		<comments>http://jasonlau.biz/home/for-what-its-worth/http-referrer-spam-checker#comments</comments>
		<pubDate>Sun, 20 Jun 2010 20:23:09 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[For What It's Worth]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[referer]]></category>
		<category><![CDATA[referral]]></category>
		<category><![CDATA[referrer]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[stop]]></category>

		<guid isPermaLink="false">http://jasonlau.biz/home/?p=695</guid>
		<description><![CDATA[My website used to be inundated with referrer spam until I wrote a php script to address the problem. Now, referrer spam isn&#8217;t a problem anymore. What is referrer spam? Referrer spam is when a person or bot fakes a link hit from another website to your website. So, when your logging script records the [...]]]></description>
		<wfw:commentRss>http://jasonlau.biz/home/for-what-its-worth/http-referrer-spam-checker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twiceler Robot &#8211; Send it back to whence it came with PHP</title>
		<link>http://jasonlau.biz/home/php/twiceler-robot-send-it-back-to-whence-it-came-with-php</link>
		<comments>http://jasonlau.biz/home/php/twiceler-robot-send-it-back-to-whence-it-came-with-php#comments</comments>
		<pubDate>Tue, 01 Jun 2010 12:56:17 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://jasonlau.biz/home/?p=645</guid>
		<description><![CDATA[Are you constantly bothered by Cuil dot com&#8217;s bandwidth leeching Twiceler robot web crawler? Did you deny Twiceler in your website&#8217;s robots.txt or htaccess yet continue to be pestered by it? That&#8217;s a bad robot! You can easily stop Twiceler robot and send it back to whence it came with a few lines of PHP. [...]]]></description>
		<wfw:commentRss>http://jasonlau.biz/home/php/twiceler-robot-send-it-back-to-whence-it-came-with-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash stops playing with display none css. What is the solution?</title>
		<link>http://jasonlau.biz/home/faq/flash-stops-playing-with-display-none-css-what-is-the-solution</link>
		<comments>http://jasonlau.biz/home/faq/flash-stops-playing-with-display-none-css-what-is-the-solution#comments</comments>
		<pubDate>Mon, 24 May 2010 15:40:31 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Frequently Asked Questions]]></category>

		<guid isPermaLink="false">http://jasonlau.biz/home/?p=635</guid>
		<description><![CDATA[Question: My Flash video or YouTube player stops playing when I use CSS display : none. Is there a workaround for this? Answer: Naturally, Flash video should stop playback when css display none is implemented. Otherwise, the problem would become reversed in that the Flash player would never stop playing even when you want it [...]]]></description>
		<wfw:commentRss>http://jasonlau.biz/home/faq/flash-stops-playing-with-display-none-css-what-is-the-solution/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam-less Contact Form With Email Confirmation</title>
		<link>http://jasonlau.biz/home/jquery/spam-less-contact-form-with-email-confirmation</link>
		<comments>http://jasonlau.biz/home/jquery/spam-less-contact-form-with-email-confirmation#comments</comments>
		<pubDate>Sat, 08 May 2010 17:08:27 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://jasonlau.biz/home/?p=606</guid>
		<description><![CDATA[I received a number of requests for a public version of my contact form I use on this website. You can view a demo here. This contact form requires PHP version 5 or higher and uses jQuery and the jQuery UI framework, which are both included with the contact form. To use the contact form, [...]]]></description>
		<wfw:commentRss>http://jasonlau.biz/home/jquery/spam-less-contact-form-with-email-confirmation/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Make A Custom Right-Click Context Menu In SwishMax</title>
		<link>http://jasonlau.biz/home/swishmax/how-to-make-a-custom-right-click-context-menu-in-swishmax</link>
		<comments>http://jasonlau.biz/home/swishmax/how-to-make-a-custom-right-click-context-menu-in-swishmax#comments</comments>
		<pubDate>Sun, 25 Apr 2010 13:37:59 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SwishMax]]></category>

		<guid isPermaLink="false">http://jasonlau.biz/home/?p=490</guid>
		<description><![CDATA[Adobe Flash allows you to hide most of the built-in right-click context menu items and create your own custom menu items. Here is a brief example of how you can create a customized right-click context menu in SwishMax 3. This example differs from my Dynamic Context Menu in that this example does not detect which [...]]]></description>
		<wfw:commentRss>http://jasonlau.biz/home/swishmax/how-to-make-a-custom-right-click-context-menu-in-swishmax/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam-less And Robot-less Forms With jQuery</title>
		<link>http://jasonlau.biz/home/jquery/spam-less-and-robot-less-forms-with-jquery</link>
		<comments>http://jasonlau.biz/home/jquery/spam-less-and-robot-less-forms-with-jquery#comments</comments>
		<pubDate>Sat, 27 Feb 2010 18:05:19 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[anti]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[automated]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[less]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[posting]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam-bot]]></category>
		<category><![CDATA[spambot]]></category>
		<category><![CDATA[spammer]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[submission]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://jasonlau.biz/home/?p=269</guid>
		<description><![CDATA[This tutorial has been converted to a jQuery plugin which you can find here &#8211; http://jasonlau.biz/home/a-better-form-a-jquery-plugin Are you trying to figure out how to reduce or eliminate spam on your website email or comment forms? My website was slammed by spammers on a daily basis. Typically, the spam attacks would be from robots that would [...]]]></description>
		<wfw:commentRss>http://jasonlau.biz/home/jquery/spam-less-and-robot-less-forms-with-jquery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SwishMax Dynamic Right-Click Context Menu Example</title>
		<link>http://jasonlau.biz/home/swishmax/swishmax-dynamic-right-click-context-menu-example</link>
		<comments>http://jasonlau.biz/home/swishmax/swishmax-dynamic-right-click-context-menu-example#comments</comments>
		<pubDate>Sat, 19 Dec 2009 14:00:22 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[SwishMax]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[contekst]]></category>
		<category><![CDATA[context]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[item]]></category>
		<category><![CDATA[items]]></category>
		<category><![CDATA[max]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[mouse-click]]></category>
		<category><![CDATA[right]]></category>
		<category><![CDATA[right-click]]></category>
		<category><![CDATA[rightclick]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[swish]]></category>

		<guid isPermaLink="false">http://jasonlau.biz/home/?p=77</guid>
		<description><![CDATA[In this opensource SwishMax 3 example, I have created a music player which utilizes my dynamic right-click context menu method. What&#8217;s unique about this player is that each time the song selection changes, the right-click context menu is automatically rebuilt on-the-fly from arrays consisting of the music playlist items. Using the menu item&#8217;s caption, I [...]]]></description>
		<wfw:commentRss>http://jasonlau.biz/home/swishmax/swishmax-dynamic-right-click-context-menu-example/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://jasonlau.biz/home/for-what-its-worth/about</link>
		<comments>http://jasonlau.biz/home/for-what-its-worth/about#comments</comments>
		<pubDate>Sun, 04 Oct 2009 03:37:34 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[For What It's Worth]]></category>

		<guid isPermaLink="false">http://jasonlau.biz/home/?page_id=2</guid>
		<description><![CDATA[Hi, I&#8217;m Jason, And I&#8217;m A Webaholic &#8230; Aside from that, I am a well-seasoned, self-taught, hobbyist web-programmer, computer tech, and shoulder to cry on with super powers that include, server and database management, database-driven websites, content management systems, advertising, streaming media, embedded media, online media presentations, HTML, CSS, Javascript, PHP, MYSQL, SWiSH script, Flash, [...]]]></description>
		<wfw:commentRss>http://jasonlau.biz/home/for-what-its-worth/about/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
