<?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>Mon, 30 Apr 2012 22:13:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Facebook Timeline Cover Dimensions &amp; Template</title>
		<description><![CDATA[Facebook Timeline Cover Dimensions The dimensions of Facebook Timeline covers is 851 pixels by 314 pixels. I know&#8230; it&#8217;s strange, but it&#8217;s best to not question the Facebook machine. Template, you say? I&#8217;m very meticulous regarding my Facebook and I like to tweak my Timeline over and over until it&#8217;s absolutely perfect. To combat this [...]]]></description>
		<link>http://www.endseven.net/facebook-timeline-cover-dimensions-template</link>
			</item>
	<item>
		<title>My Preferred XHTML Template</title>
		<description><![CDATA[During my internet travels, I have gathered bits and pieces of code and have compiled my preferred XHTML template for starting new projects into this article for anyone looking for new tips and tricks. Some readers might agree with this article and some might disagree with it. In either case &#8211; that&#8217;s okay! Here it [...]]]></description>
		<link>http://www.endseven.net/my-preferred-xhtml-template</link>
			</item>
	<item>
		<title>jQuery: AjaxRequest.js has been updated!</title>
		<description><![CDATA[Ajax lets you make HTTP requests without having to reload the entire page and can be implemented in a variety of ways to improve the user experience. The most abundant use of Ajax that I&#8217;ve noticed is it&#8217;s use in chat applications. There is a method of creating Ajax requests using JavaScript alone, but the [...]]]></description>
		<link>http://www.endseven.net/jquery-ajaxrequest-js-has-been-updated</link>
			</item>
	<item>
		<title>How-to: Fix Gmail displaying gaps between images.</title>
		<description><![CDATA[An interesting thing happens to graphic emails when viewed with Gmail. Say you have a graphic email (click here for an example) that you sliced up because you want each piece to link to a different URL, then you piece them all back together using tables to make it look like it did before you sliced [...]]]></description>
		<link>http://www.endseven.net/how-to-fix-gmail-displaying-gaps-between-images</link>
			</item>
	<item>
		<title>How-to: Set up Google Apps for your domain.</title>
		<description><![CDATA[Step 1: Sign up for Google Apps. By signing up for the free version of Google Apps, you are allowed to create up to 10 accounts without paying anything. Ignore the shouts for the $5 Google Apps Business plan &#8211; we just want the free stuff. Here is the link for the free version of [...]]]></description>
		<link>http://www.endseven.net/how-to-set-up-google-apps-for-your-domain</link>
			</item>
	<item>
		<title>Free Animated Loading Icons</title>
		<description><![CDATA[I created some loading icons for my projects and liked them so much that I thought I would share them with the rest of the internet. So&#8230; here ya go! This set contains 11 animated icons in both GIF and SWF format. I originally built them in Flash at 200&#215;200-pixels each, but plan on recreating [...]]]></description>
		<link>http://www.endseven.net/free-animated-loading-icons</link>
			</item>
	<item>
		<title>PHP: Check if an email address exists.</title>
		<description><![CDATA[As some of you may know, I built and run a small email marketing application. Some of our clients&#8217; lists are as old as dirt, so one of the services we provide is a simple test to determine whether or not an email address actually exists. This function goes through all the normal steps of [...]]]></description>
		<link>http://www.endseven.net/php-check-if-an-email-address-exists</link>
			</item>
	<item>
		<title>PHP: Detect the user&#8217;s operating system.</title>
		<description><![CDATA[I wrote this function as a companion to my jDetectBrowserType() function. I rarely need to use it, but it&#8217;s good to have in your arsenal just in case. This function will return the user&#8217;s operating system as a string and supports the most popular desktop and mobile operating systems. An example of this function can [...]]]></description>
		<link>http://www.endseven.net/php-detect-the-users-operating-system</link>
			</item>
	<item>
		<title>PHP: Detect the user&#8217;s browser type.</title>
		<description><![CDATA[At some point you may need to know the user&#8217;s browser type to handle browser-specific events. Most likely, this information will be used to determine which CSS properties you can use to make a web page display the same across all browsers. This function will return the user’s browser type as a string. In the [...]]]></description>
		<link>http://www.endseven.net/php-detect-the-users-browser-type</link>
			</item>
	<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>
</channel>
</rss>

