<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>END[SEVEN] Web Development</title>
	<link>http://www.endseven.net</link>
	<description>I&#039;m too busy to think of a headline.</description>
	<lastBuildDate>Tue, 21 Feb 2012 22:16:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>PHP: Create zip files using ZipArchive.</title>
		<description><![CDATA[PHP has a pretty neat built-in class called ZipArchive that lets you create zip files on a web server at run-time. In a recent update to the END[SEVEN] Cloud, I completely automated the packaging process for downloadable class files and examples using the ZipArchive class. How to use this function: This function accepts an array [...]]]></description>
		<link>http://www.endseven.net/php-create-zip-files-using-ziparchive</link>
			</item>
	<item>
		<title>AS3: FLVPlayer v1.3 Released!</title>
		<description><![CDATA[It&#8217;s been quite a long time since I worked on this project so I figured it was about time to give it a complete programming overhaul. I stripped out a bunch of unnecessary methods; optimized the remaining methods; removed the licensing feature; and added the ability to use your own skins. No more licensing or [...]]]></description>
		<link>http://www.endseven.net/as3-flvplayer-v1-3-released</link>
			</item>
	<item>
		<title>PHP: WonkyMail class for sending email.</title>
		<description><![CDATA[This class has been four years in the making. It started as a very simple script when someone asked me to create a way to send email messages between users on their website. Over time, more features were added until it ultimately became what it is today. This class presently supports multiple file attachments, multiple [...]]]></description>
		<link>http://www.endseven.net/php-wonkymail-class-for-sending-email</link>
			</item>
	<item>
		<title>PHP: Calculate a person&#8217;s age.</title>
		<description><![CDATA[Sometimes you&#8217;ll need to calculate an age. It could be the age of a member on your website&#8230; It could be your cat. Either way, this can be useful for a variety of reasons such as personalized messages, criteria-based marketing or any functionality that is based on age demographics. I&#8217;ve seen a few different versions [...]]]></description>
		<link>http://www.endseven.net/php-calculate-a-persons-or-your-cats-age</link>
			</item>
	<item>
		<title>PHP: Implode an array into a readable format.</title>
		<description><![CDATA[I was recently asked to write a function that implodes a list of items in an array into a human-readable list. For example, [[0] => &#8220;Jimmy&#8221;, [1] => &#8220;Ryan&#8221;, [2] => &#8220;Ken&#8221;, [3] => &#8220;Barbie&#8221;] would become &#8220;Jimmy, Ryan, Ken and Barbie&#8221; and [[0] => &#8220;apple&#8221;, [1] => &#8220;banana&#8221;] would become &#8220;apple and banana&#8221;. This [...]]]></description>
		<link>http://www.endseven.net/php-implode-an-array-into-a-readable-format</link>
			</item>
	<item>
		<title>PHP: Validate an email address with regex.</title>
		<description><![CDATA[Email addresses are used for everything. Registrations, usernames, lead generation&#8230; Everything. They are as unique as a telephone number or physical address and require validation just like any other piece of data. I&#8217;ve come across a lot of poorly written email validation scripts, but this one has risen from the ashes in a blazing glory [...]]]></description>
		<link>http://www.endseven.net/php-validate-an-email-address-with-regex</link>
			</item>
	<item>
		<title>PHP: Auto-hyperlink URLs with regex.</title>
		<description><![CDATA[Have you ever typed a URL into an email or website and a clickable hyperlink was automagically created? Regular expressions, baby! Check it out: This function accepts three arguments; $sInput, $sTarget (optional), and $sClassName (optional). $sInput is the text you would like to search and create hyperlinks for, $sTarget is the target window that hyperlinks [...]]]></description>
		<link>http://www.endseven.net/php-auto-hyperlink-urls-with-regex</link>
			</item>
	<item>
		<title>PHP: How to truncate characters and words&#8230;</title>
		<description><![CDATA[Sometimes you just need to shorten that huge wall of text. Here are two functions that I use frequently to limit the display of lengthy user input: The first function, jTruncate(), truncates text if it is greater than the specified number of characters. For example, if you pass &#8220;This is a large block of text!&#8221; [...]]]></description>
		<link>http://www.endseven.net/php-how-to-truncate-characters-and-words</link>
			</item>
	<item>
		<title>Game Review: Red Faction Armageddon for PC</title>
		<description><![CDATA[I was at a LAN party last weekend and one of my friends walked in wearing a shirt that bore a striking resemblance to the original Red Faction logo. After seeing his shirt, I was immediately jonesing for some nostalgic Red Faction blow-up-everything-in-sight first person shooter action. So naturally I got my hands on Red [...]]]></description>
		<link>http://www.endseven.net/game-review-red-faction-armageddon-for-pc</link>
			</item>
	<item>
		<title>Healing as a Holy Priest in WoW</title>
		<description><![CDATA[Healing as a Holy Priest in WoW is awesome. There, I said it. While I personally believe healing in WoW to be easy and a lot of fun, I frequently meet players that are hesitant to take on the responsibility of playing a healer. This article includes a few scenarios, my preferred key bindings, some [...]]]></description>
		<link>http://www.endseven.net/healing-as-a-holy-priest-in-wow</link>
			</item>
</channel>
</rss>

