<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>The PHP tamer</title>
	<link>http://utd.hu</link>
	<description>PHP, WordPress, SQL, Javascript</description>
	<lastBuildDate>Tue, 31 Jan 2012 09:14:31 +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>How to make changes in the HTML output of an ionCube protected PHP script.</title>
		<description><![CDATA[Sometimes I get requests to make changes on an IonCube protected script, but the protection prevents us, to do this. In some cases we can make smaller changes with and easy solution. Firts we have to make a wrapper for the protected PHP, what contains the include for that. &#160; Example; The name of the [...]]]></description>
		<link>http://utd.hu/how-to-make-changes-in-the-html-output-of-an-ioncube-protected-php-script</link>
			</item>
	<item>
		<title>Add watermark to uploaded images</title>
		<description><![CDATA[I had a work, when the customer wanted to add watermark to the uploaded images. I tried some solutions, and finally found that one, what works well. What we need for this task? A png image what contains the watermark image. This must be transparent background, and semi transparent image, otherwise the result won&#8217;t be [...]]]></description>
		<link>http://utd.hu/add-watermark-to-uploaded-images</link>
			</item>
	<item>
		<title>Add PayGol payment gateway to Classipress sites</title>
		<description><![CDATA[Classipress is a very useful wordpress theme from AppThemes, what add functionality to the sites to post and manage ads. The theme had gateways for lot of payment methods, but there isn&#8217;t contains the PayGol payment gateway. The PayGol is a sms based micro-payment solution, with lot of configurable options. To add the appropriate functions, [...]]]></description>
		<link>http://utd.hu/add-paygol-payment-gateway-to-classipress-sites</link>
			</item>
	<item>
		<title>How can you expand your site easily with SEO friendly URL-s</title>
		<description><![CDATA[I had to expand a site to handle SEO-friendly URL-s. The site was not based on a CMS, but had lot of posts in the database, so I had to do something what isn&#8217;t change the actual structure, because the site had lot of references from other sites. I solved the problem with two easy [...]]]></description>
		<link>http://utd.hu/how-can-you-expand-your-site-easily-with-seo-friendly-url-s</link>
			</item>
	<item>
		<title>Tweet from PHP</title>
		<description><![CDATA[I have to add some extension to a site, to post tweets onto the site&#8217;s Twitter account, when a new post submitted. I tried some version, first the old way with curl, then some versions with oAuth, but all solution based on a manual user login. I don&#8217;t want to force the site admin, to [...]]]></description>
		<link>http://utd.hu/tweet-from-php</link>
			</item>
	<item>
		<title>WordPress &#8211; Post introductions in a template loop</title>
		<description><![CDATA[I had an interesting problem yesterday. We wanted to make a new frontpage for a WordPress site. The frontpage has need the same layout than the category listing page. We used the same code, what called the loop.php to show the posts, and everything was good, except one &#8220;small&#8221; thing. The WordPress worked differently if [...]]]></description>
		<link>http://utd.hu/wordpress-post-introductions-in-a-template-loop</link>
			</item>
	<item>
		<title>The Fly</title>
		<description><![CDATA[My girlfriend made a small image for the site, what figured a fly, and I thought, It can useful to make small gadget. So the fly birth, and come to life. The code has five main parts, the image, the CSS, the hover procedure, the procedure what moves the fly, and that one what turns [...]]]></description>
		<link>http://utd.hu/javascript-fly</link>
			</item>
	<item>
		<title>The wordpress multisite upload problem</title>
		<description><![CDATA[One of my friends has a multi-site installation of the WordPress, and he had a problem with the additional sites. When he wanted to upload images, they uploaded into the proper folder, but the uploader provide wrong URL for the images, and he was not able to use them. The wordpress created the URL for [...]]]></description>
		<link>http://utd.hu/the-wordpress-multisite-upload-problem</link>
			</item>
	<item>
		<title>Simple and easy to use Curl PlugIn to show a part of a website on your page.</title>
		<description><![CDATA[I needed to get a part of a website, and show that in a wordpress post, so I made a WP plugin, what use curl to get the data from the site, and cut the appropriate part, what I want to show in the post. The plugin is very simple, you just need to install, [...]]]></description>
		<link>http://utd.hu/simple-and-easy-to-use-plugin-to-show-a-part-of-another-website-on-your-page</link>
			</item>
	<item>
		<title>How to change the encoding of MySQL tables.</title>
		<description><![CDATA[The not appropriately selected encoding of database tables can cause annoying problems on a website. Usually the wrong encoding of the database tables or fields causes this kind of problems. The best solution, to change the encoding of tables &#38; fields to UTF8. The easiest way to do this change on database tables, the following; [...]]]></description>
		<link>http://utd.hu/how-to-change-the-encoding-of-all-fields-in-a-mysql-table</link>
			</item>
</channel>
</rss>

