<?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>finalwebsites.com Blog</title>
	<atom:link href="http://www.finalwebsites.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.finalwebsites.com/blog</link>
	<description>Discussions about PHP, jQuery, SEO &#38; general web development</description>
	<lastBuildDate>Thu, 02 Feb 2012 07:17:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>PHP download files bigger than 700MB</title>
		<link>http://www.finalwebsites.com/blog/script-support/php-download-big-files/</link>
		<comments>http://www.finalwebsites.com/blog/script-support/php-download-big-files/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 07:07:10 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Script Support]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.finalwebsites.com/blog/?p=218</guid>
		<description><![CDATA[Today I got this question from Armin: Hello Olaf! I have a question for you regarding your php file download script! I am using it on my band&#8217;s website for distributing our DVDs and music to our fans. Though I have found a problem affecting only Internet Explorer users downloading large files (the file in [...]]]></description>
		<wfw:commentRss>http://www.finalwebsites.com/blog/script-support/php-download-big-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shorten text values</title>
		<link>http://www.finalwebsites.com/blog/php-code-snippets/shorten-text-values/</link>
		<comments>http://www.finalwebsites.com/blog/php-code-snippets/shorten-text-values/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 05:45:03 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Code Snippets]]></category>
		<category><![CDATA[sub_str]]></category>

		<guid isPermaLink="false">http://www.finalwebsites.com/blog/?p=215</guid>
		<description><![CDATA[I&#8217;m using this function on almost all my websites: function create_short_version&#40;$text, $len = 150&#41; &#123; $parts = explode&#40;' ', $text&#41;; $ic = count&#40;$parts&#41;; $txt = ''; for &#40;$i = 0; $i &#60; $ic; $i++&#41; &#123; $txt .= $parts&#91;$i&#93;.' '; if &#40;strlen&#40;$txt&#41; &#62;= $len&#41; break; &#125; $txt = trim&#40;$txt&#41;.'...'; return $txt; &#125; The function works like [...]]]></description>
		<wfw:commentRss>http://www.finalwebsites.com/blog/php-code-snippets/shorten-text-values/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Attachment Mailer &#8211; pdf  files and the $type argument</title>
		<link>http://www.finalwebsites.com/blog/php-classes/attachment-mailer-pdf-files-and-the-type-argument/</link>
		<comments>http://www.finalwebsites.com/blog/php-classes/attachment-mailer-pdf-files-and-the-type-argument/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 22:41:41 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[Help by PHP Classes]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://www.finalwebsites.com/blog/?p=207</guid>
		<description><![CDATA[First, I want to thank you profusely for this class. I hope now that I won&#8217;t ever have to construct an email header manually again. Here&#8217;s my question - When I attach a pdf file and explicitly set the &#8216;$type&#8217; argument to &#8220;application/pdf&#8221; it arrives corrupted. When I just do it the easy way, like [...]]]></description>
		<wfw:commentRss>http://www.finalwebsites.com/blog/php-classes/attachment-mailer-pdf-files-and-the-type-argument/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Questions about &#8220;WP Post Ratings plugin: Show star images only&#8221;</title>
		<link>http://www.finalwebsites.com/blog/script-support/questions-about-wp-post-ratings-plugin/</link>
		<comments>http://www.finalwebsites.com/blog/script-support/questions-about-wp-post-ratings-plugin/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 19:52:29 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Script Support]]></category>
		<category><![CDATA[rating]]></category>
		<category><![CDATA[stars]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://www.finalwebsites.com/blog/?p=184</guid>
		<description><![CDATA[Hello Olaf, I came across your site when trying to find a way of to create static, non-clickable rating images on my WordPress archive pages, yet still have them rate-able on the single post pages. I have tried your &#8220;http://www.finalwebsites.com/blog/wordpress/post-ratings-plugin-stars-only/&#8221; guide without your success. I have pasted the function into my functions page, and inserted [...]]]></description>
		<wfw:commentRss>http://www.finalwebsites.com/blog/script-support/questions-about-wp-post-ratings-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Valid hReview snippet for GD Star Ratings</title>
		<link>http://www.finalwebsites.com/blog/wordpress/hreview-snippet-for-ratings/</link>
		<comments>http://www.finalwebsites.com/blog/wordpress/hreview-snippet-for-ratings/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 20:38:59 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[Wordpress Hacks]]></category>
		<category><![CDATA[hreview]]></category>
		<category><![CDATA[ratings]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.finalwebsites.com/blog/?p=186</guid>
		<description><![CDATA[Recently it becomes much easier to get your rating into the search results of Google. Using hReview rich snippet code in your blog post can raise the CTR in Google if the rating is visible. The GD Star Ratings plugin has already a function to show the snippet beside the stars widget, but the markup [...]]]></description>
		<wfw:commentRss>http://www.finalwebsites.com/blog/wordpress/hreview-snippet-for-ratings/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Keep the variables of the url after login</title>
		<link>http://www.finalwebsites.com/blog/php-classes/keep-the-variables-of-the-url-after-login/</link>
		<comments>http://www.finalwebsites.com/blog/php-classes/keep-the-variables-of-the-url-after-login/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 19:33:45 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[Help by PHP Classes]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.finalwebsites.com/blog/?p=175</guid>
		<description><![CDATA[Hi there I&#8217;m trying to use or class as the login system of a website but now i have issue. Is possible to retrive the variables of the url that a person is trying to access? For example, when a person is at www.domain.com/discounts.php and click on link that send him to www.domain.com/discounts_details.php?region=lisboa&#38;id=13 (this one [...]]]></description>
		<wfw:commentRss>http://www.finalwebsites.com/blog/php-classes/keep-the-variables-of-the-url-after-login/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>attach_mailer_class bcc</title>
		<link>http://www.finalwebsites.com/blog/php-classes/attach_mailer_class-bcc/</link>
		<comments>http://www.finalwebsites.com/blog/php-classes/attach_mailer_class-bcc/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 19:46:37 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[Help by PHP Classes]]></category>
		<category><![CDATA[bcc]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://www.finalwebsites.com/blog/?p=166</guid>
		<description><![CDATA[I am able to use this class successfully except that it simply does not work for any value in the &#8216;bcc&#8217; parameter. None of the examples use &#8216;bcc&#8217;.]]></description>
		<wfw:commentRss>http://www.finalwebsites.com/blog/php-classes/attach_mailer_class-bcc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WP Post Ratings plugin: Show star images only</title>
		<link>http://www.finalwebsites.com/blog/wordpress/post-ratings-plugin-stars-only/</link>
		<comments>http://www.finalwebsites.com/blog/wordpress/post-ratings-plugin-stars-only/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 06:36:07 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[Wordpress Hacks]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[ratings]]></category>
		<category><![CDATA[stars]]></category>

		<guid isPermaLink="false">http://www.finalwebsites.com/blog/?p=159</guid>
		<description><![CDATA[There are many star rating plugins for WordPress available, while the plugin &#8220;GD Star Rating&#8221; has many functions, is the &#8220;WP Post Ratings&#8221; plugin much easier to use. There is one feature I like to see in the last mentioned plugin: A static result view! People should rate your content on the page where the [...]]]></description>
		<wfw:commentRss>http://www.finalwebsites.com/blog/wordpress/post-ratings-plugin-stars-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MIME type check for the PHP upload class</title>
		<link>http://www.finalwebsites.com/blog/finalwebsites-news/php-upload-check-mime-type/</link>
		<comments>http://www.finalwebsites.com/blog/finalwebsites-news/php-upload-check-mime-type/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 08:00:11 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[finalwebsites.com News]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[MIME]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.finalwebsites.com/blog/?p=140</guid>
		<description><![CDATA[In previous versions was it possible to validate the file extension while using the PHP upload class. Today we released a new version where the file&#8217;s MIME type is checked too. We added the new method validateMimeType() and changed the existing method validateExtension() which will call the new method. function validateMimeType&#40;&#41; &#123; $ext = $this-&#62;get_extension&#40;$this-&#62;the_file&#41;; [...]]]></description>
		<wfw:commentRss>http://www.finalwebsites.com/blog/finalwebsites-news/php-upload-check-mime-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove HTML comments in WordPress</title>
		<link>http://www.finalwebsites.com/blog/wordpress/remove-html-comments-in-wordpress/</link>
		<comments>http://www.finalwebsites.com/blog/wordpress/remove-html-comments-in-wordpress/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 18:44:16 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[Wordpress Hacks]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[wp_head]]></category>

		<guid isPermaLink="false">http://www.finalwebsites.com/blog/?p=132</guid>
		<description><![CDATA[If you check the HTML source from your WordPress website, you will notice a lot of HTML comments. These comments are not visible for visitor and can help the WordPress theme developer while working on his HTML code. Some of you would say: &#8220;debugging information shouldn&#8217;t be visible to the client&#8221;. There are also plugin [...]]]></description>
		<wfw:commentRss>http://www.finalwebsites.com/blog/wordpress/remove-html-comments-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.767 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-03 14:01:55 -->
<!-- Compression = gzip -->
