<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>code-diesel</title>
	<link>http://www.codediesel.com</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:19:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />

	<item>
		<title>FFmpeg: A beginners guide &#8211; part 2</title>
		<description><![CDATA[Continuing the last post on FFmpeg, here we will discusses various fundamental tasks you can accomplish with the audio stream in FFmpeg. 2.1.1 Introduction to Transcoding One of the basic tasks you can perform on an audio track in FFmpeg is to convert it into another format. This process known as Transcoding, is the direct [...]]]></description>
		<link>http://www.codediesel.com/tutorial/ffmpeg-a-beginners-guide-part-2/</link>
			</item>
	<item>
		<title>FFmpeg: A beginners guide &#8211; part 1</title>
		<description><![CDATA[The idea for this posts arose from my frustration on not finding any organized documentation for learning FFmpeg. Thus, my aim in writing this series has been to provide newbie learners to quickly get up-and-running with FFmpeg. 1.1.1 What is FFmpeg? FFmpeg is a command-line tool for *nix and Windows systems that, in its simplest [...]]]></description>
		<link>http://www.codediesel.com/tutorial/ffmpeg-a-beginners-guide-part-1/</link>
			</item>
	<item>
		<title>Using the new Page visibility API in your apps</title>
		<description><![CDATA[One of the features lacking in the current browser api is that of determining whether the web page is currently visible to the user or is hidden (either in another tab or window). The new Page Visibility API allows you to do just that &#8211; determine whether your web page is visible to the user, [...]]]></description>
		<link>http://www.codediesel.com/javascript/using-the-new-page-visibility-api/</link>
			</item>
	<item>
		<title>Generating clean URLs with javascript</title>
		<description><![CDATA[In a recent project I needed to generate clean search urls on a form submit. There are basically two ways to do that. One is to post the search variables to the same page, and generate a clean url using PHP and then redirect it to the new url. The other way is to generate [...]]]></description>
		<link>http://www.codediesel.com/javascript/generating-clean-urls-with-javascript/</link>
			</item>
	<item>
		<title>Rejecting unwanted characters from input</title>
		<description><![CDATA[It seems that some common elements of programming stump us from time to time. Take the task of filtering a input search string in PHP to remove unwanted characters. Using a RegEx many developers find it easy to search for a substring, but find it difficult to use the same to reject some particular characters [...]]]></description>
		<link>http://www.codediesel.com/php/rejecting-unwanted-characters-from-input/</link>
			</item>
	<item>
		<title>Amazon Advertising API BrowseNodes</title>
		<description><![CDATA[Amazon uses a hierarchy of nodes to organize its various items. Each node represents a collection of items, such as Harry Potter books, not the items themselves. Browse node IDs are positive integers that uniquely identify product collections, for example, Literature &#038; Fiction: (17), Medicine: (13996), Mystery &#038; Thrillers: (18), Nonfiction: (53), Outdoors &#038; Nature: [...]]]></description>
		<link>http://www.codediesel.com/libraries/amazon-advertising-api-browsenodes/</link>
			</item>
	<item>
		<title>Create a infinite scroll page using jQuery</title>
		<description><![CDATA[Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to a particular element &#8211; a &#8216;waypoint&#8217;. This can be used to highlight when a element comes into view, load additional html or throw a popup. In this post we will use it to create a infinite scroll [...]]]></description>
		<link>http://www.codediesel.com/javascript/create-a-infinite-scroll-page-using-jquery/</link>
			</item>
	<item>
		<title>Comparing programming languages</title>
		<description><![CDATA[Programming language comparisons raise the most flame wars on blogs and forums. Each developer rooting for his favorite language and deriding all the others. Most comparisons are like comparing apples-to-oranges, devoid of any logic, and arguments frequently hinging on ad-hoc rationalization and technical naïveté. Seldom do we see any empirical evidence backing up the claims. [...]]]></description>
		<link>http://www.codediesel.com/software/comparing-programming-languages/</link>
			</item>
	<item>
		<title>Changing WordPress admin login error message</title>
		<description><![CDATA[It can be surprising how easy it is to overlook security issues in software design. WordPress for example, after all the versions, still displays login error information that can be informative for a potential hacker. Rather than displaying a generic login error message, WordPress admin specifically displays whether a &#8216;username&#8217; was entered wrong or a [...]]]></description>
		<link>http://www.codediesel.com/security/changing-wordpress-admin-login-error-message/</link>
			</item>
	<item>
		<title>WordPress plugins to check for security threats</title>
		<description><![CDATA[With WordPress installations on the rise, security threats are a common concern for users. Below is a small collection of WordPress plugins that I found adequate for use on most WordPress installations to keep security in check. As always security is not 100% achievable, but the following plugins will help you find any loopholes in [...]]]></description>
		<link>http://www.codediesel.com/security/wordpress-plugins-to-check-for-security-threats/</link>
			</item>
</channel>
</rss>

<!-- Dynamic page generated in 4.369 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-08 10:24:37 -->

