<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Web Development Blog</title> <link>http://www.scriptiny.com</link> <description>Developer Resources</description> <lastBuildDate>Thu, 23 May 2013 03:23:53 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/leigeber" /><feedburner:info uri="leigeber" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>leigeber</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>A Peek into Common MySQL Database Corruption Errors and Recommended Solutions</title><link>http://feedproxy.google.com/~r/leigeber/~3/VBA_w0Sb4hE/</link> <comments>http://www.scriptiny.com/2013/05/a-peek-into-common-mysql-database-corruption-errors-and-recommended-solutions/#comments</comments> <pubDate>Thu, 02 May 2013 05:20:37 +0000</pubDate> <dc:creator>gorge</dc:creator> <category><![CDATA[Database]]></category><guid isPermaLink="false">http://www.scriptiny.com/?p=1292</guid> <description>&lt;p&gt;MySQL is considered a reliable, performance-driven database that is used by many organizations to develop cost-effective database applications. Albeit database corruption is rare with MySQL, you will find cases where your database fails to respond to queries, exhibits abnormal behavior, or becomes inaccessible. Let us delve deeper into some of these cases and discuss their ...&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.scriptiny.com/2013/05/a-peek-into-common-mysql-database-corruption-errors-and-recommended-solutions/"&gt;A Peek into Common MySQL Database Corruption Errors and Recommended Solutions&lt;/a&gt; appeared first on &lt;a href="http://www.scriptiny.com"&gt;Web Development Blog&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/leigeber/~4/VBA_w0Sb4hE" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.scriptiny.com/2013/05/a-peek-into-common-mysql-database-corruption-errors-and-recommended-solutions/feed/</wfw:commentRss> <slash:comments>9</slash:comments> <feedburner:origLink>http://www.scriptiny.com/2013/05/a-peek-into-common-mysql-database-corruption-errors-and-recommended-solutions/</feedburner:origLink></item> <item><title>Compare, Ponder and Choose- The Right PHP framework</title><link>http://feedproxy.google.com/~r/leigeber/~3/sTTRIXNciAE/</link> <comments>http://www.scriptiny.com/2013/04/compare-ponder-and-choose-the-right-php-framework/#comments</comments> <pubDate>Wed, 24 Apr 2013 05:10:12 +0000</pubDate> <dc:creator>mark</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[choose php framework]]></category> <category><![CDATA[compare php framework]]></category> <category><![CDATA[php development]]></category> <category><![CDATA[php framework]]></category><guid isPermaLink="false">http://www.scriptiny.com/?p=1268</guid> <description>&lt;p&gt;Right from facing criticism and rejection by a few and praises by others, frameworks have had a long run and are being accepted with wide arms in the current web scenario. The framework way of doing things has definitely made the websites much easier to manage and a good framework makes a lot of difference ...&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.scriptiny.com/2013/04/compare-ponder-and-choose-the-right-php-framework/"&gt;Compare, Ponder and Choose- The Right PHP framework&lt;/a&gt; appeared first on &lt;a href="http://www.scriptiny.com"&gt;Web Development Blog&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/leigeber/~4/sTTRIXNciAE" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.scriptiny.com/2013/04/compare-ponder-and-choose-the-right-php-framework/feed/</wfw:commentRss> <slash:comments>5</slash:comments> <feedburner:origLink>http://www.scriptiny.com/2013/04/compare-ponder-and-choose-the-right-php-framework/</feedburner:origLink></item> <item><title>Exploring Different Backup options of ‘mysqldump’ Tool</title><link>http://feedproxy.google.com/~r/leigeber/~3/G9RyBUXOYuU/</link> <comments>http://www.scriptiny.com/2013/04/exploring-different-backup-options-of-mysqldumptool/#comments</comments> <pubDate>Wed, 17 Apr 2013 04:06:50 +0000</pubDate> <dc:creator>gorge</dc:creator> <category><![CDATA[Database]]></category> <category><![CDATA[mysql backup]]></category> <category><![CDATA[mysqldump tool]]></category><guid isPermaLink="false">http://www.scriptiny.com/?p=1258</guid> <description>&lt;p&gt;The &amp;#8216;mysqldump&amp;#8217; is a tool to back up a single database or a set of databases, and then move the backed up copies to a different server (can be SQL Server or MySQL server). This backup program creates a &amp;#8216;dump&amp;#8217; of select databases to a preferred location. Typically, the process involves forming a group of ...&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.scriptiny.com/2013/04/exploring-different-backup-options-of-mysqldumptool/"&gt;Exploring Different Backup options of &amp;#8216;mysqldump&amp;#8217; Tool&lt;/a&gt; appeared first on &lt;a href="http://www.scriptiny.com"&gt;Web Development Blog&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/leigeber/~4/G9RyBUXOYuU" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.scriptiny.com/2013/04/exploring-different-backup-options-of-mysqldumptool/feed/</wfw:commentRss> <slash:comments>4</slash:comments> <feedburner:origLink>http://www.scriptiny.com/2013/04/exploring-different-backup-options-of-mysqldumptool/</feedburner:origLink></item> <item><title>10% Conference Discount for Scriptiny Readers</title><link>http://feedproxy.google.com/~r/leigeber/~3/yH8kTmAqJw4/</link> <comments>http://www.scriptiny.com/2013/04/10-conference-discount-for-scriptiny-readers/#comments</comments> <pubDate>Wed, 03 Apr 2013 15:05:49 +0000</pubDate> <dc:creator>tyler houle</dc:creator> <category><![CDATA[Other]]></category><guid isPermaLink="false">http://www.scriptiny.com/?p=1247</guid> <description>&lt;p&gt;As a media partner for Future Insights Live, we just wanted to let you know about their big US conference coming up in April / May, in Las Vegas. As a Scriptiny reader, you can get 10% off your ticket price using promocode: Scriptiny. Future Insights Live 2013 is a 4-day event, comprised of one optional workshop day followed by 5 ...&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.scriptiny.com/2013/04/10-conference-discount-for-scriptiny-readers/"&gt;10% Conference Discount for Scriptiny Readers&lt;/a&gt; appeared first on &lt;a href="http://www.scriptiny.com"&gt;Web Development Blog&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/leigeber/~4/yH8kTmAqJw4" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.scriptiny.com/2013/04/10-conference-discount-for-scriptiny-readers/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://www.scriptiny.com/2013/04/10-conference-discount-for-scriptiny-readers/</feedburner:origLink></item> <item><title>Five unusual ways to speed up your website</title><link>http://feedproxy.google.com/~r/leigeber/~3/GBzgKjogleM/</link> <comments>http://www.scriptiny.com/2013/03/five-unusual-ways-to-speed-up-your-websit/#comments</comments> <pubDate>Fri, 22 Mar 2013 22:06:51 +0000</pubDate> <dc:creator>Bojan</dc:creator> <category><![CDATA[Performance]]></category><guid isPermaLink="false">http://www.scriptiny.com/?p=1224</guid> <description>&lt;p&gt;We have already seen many great tips for speeding up a website. These tips are great, but I want to share with you five more tips that are less common. Generally these tricks can&amp;#8217;t be used in every situation (just like any other trick), but they are useful to speed up your website even more ...&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.scriptiny.com/2013/03/five-unusual-ways-to-speed-up-your-websit/"&gt;Five unusual ways to speed up your website&lt;/a&gt; appeared first on &lt;a href="http://www.scriptiny.com"&gt;Web Development Blog&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/leigeber/~4/GBzgKjogleM" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.scriptiny.com/2013/03/five-unusual-ways-to-speed-up-your-websit/feed/</wfw:commentRss> <slash:comments>18</slash:comments> <feedburner:origLink>http://www.scriptiny.com/2013/03/five-unusual-ways-to-speed-up-your-websit/</feedburner:origLink></item> <item><title>What to do after Facing Corruption in MySQL InnoDB tables</title><link>http://feedproxy.google.com/~r/leigeber/~3/awSmDHH1NrQ/</link> <comments>http://www.scriptiny.com/2013/03/what-to-do-after-facing-corruption-in-mysql-innodb-tables/#comments</comments> <pubDate>Wed, 20 Mar 2013 02:37:35 +0000</pubDate> <dc:creator>gorge</dc:creator> <category><![CDATA[Database]]></category> <category><![CDATA[innodb table corruption]]></category> <category><![CDATA[mysql database corruption]]></category> <category><![CDATA[table corruption]]></category><guid isPermaLink="false">http://www.scriptiny.com/?p=1215</guid> <description>&lt;p&gt;MySQL is known for its ease-of-use, performance, and scalability. The versions prior to MySQL 5.5 have MyISAM as their default database storage engine. In MySQL 5.5, the default settings have been changed as InnoDB becomes the default database storage engine. This change has brought a handful of significant improvements in the lives of database users ...&lt;/p&gt;&lt;p&gt;The post &lt;a href="http://www.scriptiny.com/2013/03/what-to-do-after-facing-corruption-in-mysql-innodb-tables/"&gt;What to do after Facing Corruption in MySQL InnoDB tables&lt;/a&gt; appeared first on &lt;a href="http://www.scriptiny.com"&gt;Web Development Blog&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/leigeber/~4/awSmDHH1NrQ" height="1" width="1"/&gt;</description> <wfw:commentRss>http://www.scriptiny.com/2013/03/what-to-do-after-facing-corruption-in-mysql-innodb-tables/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.scriptiny.com/2013/03/what-to-do-after-facing-corruption-in-mysql-innodb-tables/</feedburner:origLink></item> </channel> </rss>
