<?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>DevTutorials.info</title>
	<atom:link href="http://www.devtutorials.info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devtutorials.info</link>
	<description>Blog for ASP, ASP.NET, PHP, JAVA, RUBY Developers</description>
	<lastBuildDate>Fri, 09 Dec 2011 14:51:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Merb vs Ruby on Rails</title>
		<link>http://www.devtutorials.info/ruby/merb-vs-ruby-on-rails</link>
		<comments>http://www.devtutorials.info/ruby/merb-vs-ruby-on-rails#comments</comments>
		<pubDate>Fri, 09 Dec 2011 14:51:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.devtutorials.info/?p=21</guid>
		<description><![CDATA[Merb and Ruby on Rails are MVC web application frameworks written in and for Ruby. Both have similar directory structures and concepts. Ruby on Rails (RoR) is more featured while Merb aims to be simpler and more modular. Merb and RoR are merging development efforts and will be one product for Merbv2/RoRv3 Merb Like Ruby on [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Merb and Ruby on Rails</strong> are MVC web application frameworks written in and for Ruby. Both have similar directory structures and concepts. Ruby on Rails (RoR) is more featured while Merb aims to be simpler and more modular. Merb and RoR are merging development efforts and will be one product for Merbv2/RoRv3</p>
<p><a href="http://www.merbivore.com/">Merb</a></p>
<p>Like Ruby on Rails, Merb is an MVC framework. Unlike Rails, Merb is ORM-agnostic, JavaScript library agnostic, and template language agnostic, preferring plugins that add in support for a particular feature rather than trying to produce a monolithic library with everything in the core.</p>
<p>Merb is also thread-safe and was originally engineered to handle multiple file uploads concurrently.</p>
<p><a href="http://rubyonrails.org/">Rails</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtutorials.info/ruby/merb-vs-ruby-on-rails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RPM Source for PHP 5.3 for centOS</title>
		<link>http://www.devtutorials.info/linux/rpm-source-for-php-5-3-for-centos</link>
		<comments>http://www.devtutorials.info/linux/rpm-source-for-php-5-3-for-centos#comments</comments>
		<pubDate>Mon, 05 Sep 2011 09:00:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CentOs]]></category>
		<category><![CDATA[php 5.3]]></category>

		<guid isPermaLink="false">http://www.devtutorials.info/?p=17</guid>
		<description><![CDATA[Many system admin is looking for latest PHP reelease for CentOS based servers. Webtatic.com has been release PHP 5.3 RPM. You may get setup help and source from following blog entry. &#160;]]></description>
			<content:encoded><![CDATA[<p>Many system admin is looking for latest PHP reelease for CentOS based servers. <a title="Webtatic.com" href="http://www.webtatic.com/" rel="home">Webtatic.com</a> has been release PHP 5.3 RPM. You may get setup help and source from following <a title="PHP 5.3 on CentOS 5.5" href="http://www.webtatic.com/packages/php53/" target="_blank">blog entry</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtutorials.info/linux/rpm-source-for-php-5-3-for-centos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS image replacement for submit buttons</title>
		<link>http://www.devtutorials.info/genel/css-image-replacement-for-submit-buttons</link>
		<comments>http://www.devtutorials.info/genel/css-image-replacement-for-submit-buttons#comments</comments>
		<pubDate>Sun, 17 Jul 2011 18:53:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Genel]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.devtutorials.info/?p=15</guid>
		<description><![CDATA[Expanding the techniques for CSS image replacement by Mike Rundle and Seamus P. H. Leahy, and inspired by a question posted to the WebDesign-L mailing list, I have developed an image replacement method for submit buttons, and in general for the button tag. read more]]></description>
			<content:encoded><![CDATA[<p>Expanding the techniques for CSS image replacement by <a href="http://phark.typepad.com/phark/2003/08/accessible_imag.html" target="_blank">Mike Rundle</a> and <a href="http://www.moronicbajebus.com/playground/cssplay/image-replacement/" target="_blank">Seamus P. H. Leahy</a>, and inspired by a question posted to the <a href="http://webdesign-l.com/" target="_blank">WebDesign-L mailing list</a>, I have developed an image replacement method for submit buttons, and in general for the button tag.</p>
<p><span id="more-15"></span><a href="http://www.ampsoft.net/webdesign-l/image-button.html">read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtutorials.info/genel/css-image-replacement-for-submit-buttons/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a Ruby script to Connect to MySQL Database</title>
		<link>http://www.devtutorials.info/ruby/using-a-ruby-script-to-connect-to-mysql-database</link>
		<comments>http://www.devtutorials.info/ruby/using-a-ruby-script-to-connect-to-mysql-database#comments</comments>
		<pubDate>Sun, 17 Jul 2011 18:40:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.devtutorials.info/?p=13</guid>
		<description><![CDATA[This screencast will show you how to use a Ruby script to connect to a MySQL database. I use Ruby version 1.8.7 and the mysql gem version 2.8.1. Using a Ruby script to Connect to MySQL Database]]></description>
			<content:encoded><![CDATA[<p>This screencast will show you how to use a Ruby script to connect to a MySQL database. I use Ruby version 1.8.7 and the mysql gem version 2.8.1.</p>
<p><a href="http://www.youtube.com/watch?v=3rJY_8JUugM">Using a Ruby script to Connect to MySQL Database</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtutorials.info/ruby/using-a-ruby-script-to-connect-to-mysql-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Apache (and PHP &amp; MySQL) on Windows</title>
		<link>http://www.devtutorials.info/mysql/how-to-install-apache-and-php-mysql-on-windows</link>
		<comments>http://www.devtutorials.info/mysql/how-to-install-apache-and-php-mysql-on-windows#comments</comments>
		<pubDate>Sun, 17 Jul 2011 18:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.devtutorials.info/?p=11</guid>
		<description><![CDATA[When you are making a web page, the easiest way of view a page stored in your hard disk is double-clicking in the file, which usually results in the page being opened in your default browser. Although this method (which I still use sometimes) it&#8217;s good enough for simple static pages, it&#8217;s not useful if [...]]]></description>
			<content:encoded><![CDATA[<p>When you are making a web page, the easiest way of view a page stored in your hard disk is double-clicking in the file, which usually results in the page being opened in your default browser. Although this method (which I still use sometimes) it&#8217;s good enough for simple static pages, it&#8217;s not useful if you you are using server side languages (PHP, Perl, ASP&#8230;), or even for pages that are static but use links relative to the server root (like &#8220;/index.html&#8221; or &#8220;/css/styles.css&#8221;). In this situations the solution is either upload the files to the server of your web host (quite cumbersome, and not feasible or desirable if the site is already open to the public) or set up a test server in your local network/computer, which is the quick and safe way of testing your design changes.</p>
<p><span id="more-11"></span><a href="http://www.ampsoft.net/webdesign-l/how-to-install-apache-php-mysql.html" target="_blank">read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtutorials.info/mysql/how-to-install-apache-and-php-mysql-on-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I import delimited data into MySQL?</title>
		<link>http://www.devtutorials.info/mysql/how-do-i-import-delimited-data-into-mysql</link>
		<comments>http://www.devtutorials.info/mysql/how-do-i-import-delimited-data-into-mysql#comments</comments>
		<pubDate>Sun, 17 Jul 2011 16:38:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.devtutorials.info/?p=6</guid>
		<description><![CDATA[If you have data that you need to bring into your MySQL database, there are a few ways to do it. Exporting data out of mysql is another topic, described here. Read more]]></description>
			<content:encoded><![CDATA[<p>If you have data that you need to bring into your MySQL database, there are a few ways to do it. Exporting data out of mysql is another topic, <a href="http://support.modwest.com/help/kb.phtml?cat=6&amp;qid=135">described here</a>.</p>
<p><a href="http://support.modwest.com/content/6/253/en/how-do-i-import-delimited-data-into-mysql.html">Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devtutorials.info/mysql/how-do-i-import-delimited-data-into-mysql/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

