<?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>Vision4Web Blog &#187; php</title>
	<atom:link href="http://blog.vision4web.net/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vision4web.net</link>
	<description>IT Reviews, Downloads and more...</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:18:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>10 Useful WordPress Security Tweaks</title>
		<link>http://blog.vision4web.net/2010/07/10-useful-wordpress-security-tweaks/</link>
		<comments>http://blog.vision4web.net/2010/07/10-useful-wordpress-security-tweaks/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 17:49:11 +0000</pubDate>
		<dc:creator>John Doe</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://blog.vision4web.net/2010/07/10-useful-wordpress-security-tweaks/</guid>
		<description><![CDATA[     Security has always been a hot topic. Offline, people buy wired homes, car alarms and gadgets to bring their security to the max. Online, security is important, too, especially for people who make a living from websites and blogs. ]]></description>
			<content:encoded><![CDATA[<p>     Security has always been a hot topic. Offline, people buy wired homes, car alarms and gadgets to bring their security to the max. Online, security is important, too, especially for people who make a living from websites and blogs. </p>
<p><img src="http://blog.vision4web.net/wp-content/uploads/2010/07/849ccf7180sement.gif.gif" /></p>
<p>Continued here:<br />
<a target="_blank" href="http://www.smashingmagazine.com/2010/07/01/10-useful-wordpress-security-tweaks/" title="10 Useful WordPress Security Tweaks">10 Useful WordPress Security Tweaks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vision4web.net/2010/07/10-useful-wordpress-security-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Collation On All Tables And Columns In MySQL with Phoca Changing Collation Utility</title>
		<link>http://blog.vision4web.net/2008/11/change-collation-on-all-tables-and-columns-in-mysql/</link>
		<comments>http://blog.vision4web.net/2008/11/change-collation-on-all-tables-and-columns-in-mysql/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 19:47:34 +0000</pubDate>
		<dc:creator>John Doe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phoca]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://blog.vision4web.net/?p=8</guid>
		<description><![CDATA[I was working with lot of databases collated in latin1_swedish_ci lately. I needed to convert the structure to utf8 collation, but it was very time-consuming to convert all the tables and all the columns manually. After some googling, I managed to find a PHP utility, called Phoca Changing Collation, which does all the dirty work [...]]]></description>
			<content:encoded><![CDATA[<p>I was working with lot of databases collated in <em>latin1_swedish_ci</em> lately. I needed to convert the structure to <em>utf8</em> collation, but it was very time-consuming to convert all the tables and all the columns manually.</p>
<p>After some googling, I managed to find a PHP utility, called <strong>Phoca Changing Collation</strong>, which does all the dirty work in a few seconds.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7039990991353657";
google_ad_slot = "2831985739";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><img class="alignright" style="float: right;" src="http://i37.tinypic.com/eplv1y.png" alt="" width="227" height="105" /></p>
<ul>
<li>Download: <a href="http://www.phoca.cz/phoca-changing-collation/" target="_blank">http://www.phoca.cz/phoca-changing-collation/</a></li>
<li>Download mirror: <a href="http://www.mediafire.com/?nmrzznjnddj" target="_blank">http://www.mediafire.com/?nmrzznjnddj</a></li>
</ul>
<p><strong>Important:</strong> The utility doesn&#8217;t convert data, it only changes the collation of the tables and the columns, so if your database is full of non-latin characters, it will probably corrupt them.</p>
<p><strong>Note:</strong> You may need to change the collation to <em>utf8_unicode_ci</em> in order to get the cyrilic characters displayed propertly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.vision4web.net/2008/11/change-collation-on-all-tables-and-columns-in-mysql/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
