<?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>Web Developer Blog</title>
	<atom:link href="http://blog.my-helper.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.my-helper.com</link>
	<description>A helpful guide to all web developers.</description>
	<lastBuildDate>Fri, 17 Feb 2012 08:41:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL Log Files on Plesk</title>
		<link>http://blog.my-helper.com/mysql/mysql-log-files-on-plesk/</link>
		<comments>http://blog.my-helper.com/mysql/mysql-log-files-on-plesk/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 08:41:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.my-helper.com/?p=427</guid>
		<description><![CDATA[/var/lib/mysql/
]]></description>
		<wfw:commentRss>http://blog.my-helper.com/mysql/mysql-log-files-on-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover MySQL Deleted Data</title>
		<link>http://blog.my-helper.com/mysql/recover-mysql-deleted-data/</link>
		<comments>http://blog.my-helper.com/mysql/recover-mysql-deleted-data/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 08:40:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.my-helper.com/?p=425</guid>
		<description><![CDATA[Use the following command to read mysql query history:
mysqlbinlog –start-datetime="2012-02-16 00:00:00" mysql-bin.000007
]]></description>
		<wfw:commentRss>http://blog.my-helper.com/mysql/recover-mysql-deleted-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Latitude/Longitude from Degrees, Minutes, Seconds to Decimal Degrees</title>
		<link>http://blog.my-helper.com/google-map/convert-latitudelongitude-from-degrees-minutes-seconds-to-decimal-degrees/</link>
		<comments>http://blog.my-helper.com/google-map/convert-latitudelongitude-from-degrees-minutes-seconds-to-decimal-degrees/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 15:06:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google Map]]></category>

		<guid isPermaLink="false">http://blog.my-helper.com/?p=423</guid>
		<description><![CDATA[Degrees + (Minutes / 60) + (Seconds / 3600)
Example:
22°18' 43.96"
= 22 + 18/60 + 43.96/3600
= 22.312211
]]></description>
		<wfw:commentRss>http://blog.my-helper.com/google-map/convert-latitudelongitude-from-degrees-minutes-seconds-to-decimal-degrees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read blog posts from Squarespace using MetaWeblog API</title>
		<link>http://blog.my-helper.com/metaweblog/read-blog-posts-from-squarespace-using-metaweblog-api/</link>
		<comments>http://blog.my-helper.com/metaweblog/read-blog-posts-from-squarespace-using-metaweblog-api/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 09:22:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MetaWeblog]]></category>

		<guid isPermaLink="false">http://blog.my-helper.com/?p=417</guid>
		<description><![CDATA[1. Download the library from http://keithdevens.com/software/xmlrpc and save as xmlrpc.php
2. Create the following php file:
require_once dirname(__FILE__) . '/xmlrpc.php';
$result = XMLRPC_request('www.squarespace.com', '/process/service/PostInterceptor', 'metaWeblog.getRecentPosts', array(XMLRPC_prepare(YOUR_BLOG_ID), XMLRPC_prepare('YOUR_USERNAME'), XMLRPC_prepare('YOUR_PASSWORD'), XMLRPC_prepare(NUMBER_OF_POSTS)));
Replace YOUR_BLOG_ID with your blog ID, YOUR_USERNAME with your squarespace username, YOUR_PASSWORD with your squarespace password, NUMBER_OF_POSTS with the number of recent posts that your would like to show
To find [...]]]></description>
		<wfw:commentRss>http://blog.my-helper.com/metaweblog/read-blog-posts-from-squarespace-using-metaweblog-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable Textarea Resize</title>
		<link>http://blog.my-helper.com/html/disable-textarea-resize/</link>
		<comments>http://blog.my-helper.com/html/disable-textarea-resize/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 08:07:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.my-helper.com/?p=415</guid>
		<description><![CDATA[textarea {
resize: none;
}
]]></description>
		<wfw:commentRss>http://blog.my-helper.com/html/disable-textarea-resize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There was a problem wri&#8230;ePHP/FirebugConsole/0.1</title>
		<link>http://blog.my-helper.com/firephp/there-was-a-problem-wri-ephpfirebugconsole0-1-typeerror-node-is-undefined/</link>
		<comments>http://blog.my-helper.com/firephp/there-was-a-problem-wri-ephpfirebugconsole0-1-typeerror-node-is-undefined/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 04:27:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FirePHP]]></category>

		<guid isPermaLink="false">http://blog.my-helper.com/?p=412</guid>
		<description><![CDATA[Problem: FirePHP doesn't work and shows this error:
["There was a problem wri...ePHP/FirebugConsole/0.1",
TypeError: node is undefined
]
Solution: Update your FirePHP from http://www.firephp.org
]]></description>
		<wfw:commentRss>http://blog.my-helper.com/firephp/there-was-a-problem-wri-ephpfirebugconsole0-1-typeerror-node-is-undefined/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make Text Vertical Align to Middle Using jQuery</title>
		<link>http://blog.my-helper.com/html/make-text-vertical-align-to-middle-using-jquer/</link>
		<comments>http://blog.my-helper.com/html/make-text-vertical-align-to-middle-using-jquer/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 06:58:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.my-helper.com/?p=404</guid>
		<description><![CDATA[&#60;a&#62;&#60;span&#62;Short&#60;/span&#62;&#60;/a&#62;
&#60;a&#62;&#60;span&#62;Long Button&#60;/span&#62;&#60;/a&#62;
&#60;a&#62;&#60;span&#62;Long Long Button&#60;/span&#62;&#60;/a&#62;
&#60;style type="text/css"&#62;
a {display:block; width:100px; height:100px}
span {display:block}
&#60;/style&#62;
&#60;script type="text/javascript"&#62;
$(function() {
 $('a').each(function() {
 var $text = $(this).find('span');
 var wrapper_height = $(this).height();
 var text_height = $text.height();
 var padding = 0;
 if (text_height &#60; wrapper_height) {
 padding = (wrapper_height - text_height) / 2;
 }
 $text.css('padding-top', padding);
 });
});
&#60;/script&#62;
]]></description>
		<wfw:commentRss>http://blog.my-helper.com/html/make-text-vertical-align-to-middle-using-jquer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some browsers do not support loop attributes in html 5 video</title>
		<link>http://blog.my-helper.com/html-5/some-browsers-do-not-support-loop-attributes-in-html-5-video/</link>
		<comments>http://blog.my-helper.com/html-5/some-browsers-do-not-support-loop-attributes-in-html-5-video/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 08:11:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML 5]]></category>

		<guid isPermaLink="false">http://blog.my-helper.com/?p=398</guid>
		<description><![CDATA[Problem: Some browsers do not support loop attributes in html 5 video
Solution: Add the following javascript to your page
if (typeof $video.loop !== 'boolean') {
 $video.addEventListener('ended', function () {
 this.currentTime = 0;
 this.play();
 }, false);
}
]]></description>
		<wfw:commentRss>http://blog.my-helper.com/html-5/some-browsers-do-not-support-loop-attributes-in-html-5-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turn off smart quotes in WordPress</title>
		<link>http://blog.my-helper.com/wordpress/turn-off-smart-quotes-in-wordpress/</link>
		<comments>http://blog.my-helper.com/wordpress/turn-off-smart-quotes-in-wordpress/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 08:05:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.my-helper.com/?p=395</guid>
		<description><![CDATA[Add the following lines to functions.php
remove_filter('the_content', 'wptexturize');
remove_filter('the_excerpt', 'wptexturize');
remove_filter('comment_text', 'wptexturize');
]]></description>
		<wfw:commentRss>http://blog.my-helper.com/wordpress/turn-off-smart-quotes-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unable to play HTML 5 video on Firefox</title>
		<link>http://blog.my-helper.com/html-5/unable-to-play-html-5-video-on-firefox/</link>
		<comments>http://blog.my-helper.com/html-5/unable-to-play-html-5-video-on-firefox/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 08:00:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML 5]]></category>

		<guid isPermaLink="false">http://blog.my-helper.com/?p=392</guid>
		<description><![CDATA[1. Open .htaccess (or create one if it doesn't exist)
2. Add the following lines to .htaccess
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/x-m4v .m4v
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/x-m4v .m
]]></description>
		<wfw:commentRss>http://blog.my-helper.com/html-5/unable-to-play-html-5-video-on-firefox/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

