<?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>PHP MySQL Talk</title>
	<atom:link href="http://phpmysqltalk.com/feed" rel="self" type="application/rss+xml" />
	<link>http://phpmysqltalk.com</link>
	<description>I would love to change the world, but they won’t give me the source code.</description>
	<lastBuildDate>Sat, 18 Feb 2012 23:20:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>CakePHP: Understanding the MVC Pattern</title>
		<link>http://phpmysqltalk.com/1535-cakephp-understanding-the-mvc-pattern.html</link>
		<comments>http://phpmysqltalk.com/1535-cakephp-understanding-the-mvc-pattern.html#comments</comments>
		<pubDate>Sat, 18 Feb 2012 23:20:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1535</guid>
		<description><![CDATA[The MVC (Model View Controller) pattern is a commonly used design pattern in software development, where the code is separated into three major parts: models, views, and controllers. The exact purpose of each part depends on the implementation, as it may vary from one framework to another. Here, we are going to describe the way [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1535-cakephp-understanding-the-mvc-pattern.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is CakePHP?</title>
		<link>http://phpmysqltalk.com/1526-what-is-cakephp.html</link>
		<comments>http://phpmysqltalk.com/1526-what-is-cakephp.html#comments</comments>
		<pubDate>Fri, 17 Feb 2012 21:28:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1526</guid>
		<description><![CDATA[What is CakePHP? According to the official CakePHP website (http://cakephp.org): &#8220;Cake is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1526-what-is-cakephp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: How To Setup / integrate Google Adwords Conversion Tracking?</title>
		<link>http://phpmysqltalk.com/1515-magento-how-to-setup-integrate-google-adwords-conversion-tracking.html</link>
		<comments>http://phpmysqltalk.com/1515-magento-how-to-setup-integrate-google-adwords-conversion-tracking.html#comments</comments>
		<pubDate>Sun, 12 Feb 2012 18:58:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1515</guid>
		<description><![CDATA[Setting up Google Adwords Conversion Tracking on your Magento Community store is relatively easy – but it’s not a built-in Magento feature, so you’ll have to edit a template file. Here are the 4 simple steps that need to be done: 1. Open this file: /app/design/frontend/default/yourskinname/template/checkout/success.phtml 2. At the bottom of the file, insert this [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1515-magento-how-to-setup-integrate-google-adwords-conversion-tracking.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Load Time Script</title>
		<link>http://phpmysqltalk.com/1502-php-load-time-script.html</link>
		<comments>http://phpmysqltalk.com/1502-php-load-time-script.html#comments</comments>
		<pubDate>Fri, 10 Feb 2012 16:23:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1502</guid>
		<description><![CDATA[This one is a must for developers and system admins. You need to know how long your site takes to load. Nobody sticks around waiting for a site to load anymore – there’s way too much content out there for that. Use this script to find out if your site is taking too long, and [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1502-php-load-time-script.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS: Tucked Corners CSS3</title>
		<link>http://phpmysqltalk.com/1489-css-tucked-corners-css3.html</link>
		<comments>http://phpmysqltalk.com/1489-css-tucked-corners-css3.html#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:41:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1489</guid>
		<description><![CDATA[This CSS code will give you the cool ‘tucked corners’ effect that is used on the Gravatar home page. div.tucked-corners { background: #f6f6f6; height: 380px; margin: 50px auto; padding: 10px; position: relative; width: 580px; -webkit-box-shadow: 0 1px 7px hsla(0,0%,0%,.2); -moz-box-shadow: 0 1px 7px hsla(0,0%,0%,.2); box-shadow: 0 1px 7px hsla(0,0%,0%,.2); } span.tucked-corners { background: #c4453c; display: [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1489-css-tucked-corners-css3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS: How to Create Multiple Borders in CSS3</title>
		<link>http://phpmysqltalk.com/1487-css-how-to-create-multiple-borders-in-css3.html</link>
		<comments>http://phpmysqltalk.com/1487-css-how-to-create-multiple-borders-in-css3.html#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:32:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1487</guid>
		<description><![CDATA[A cool technique using the box-shadow property that allows you to create multiple borders around an object. box-shadow: 0 0 0 2px #000, 0 0 0 3px #999, 0 0 0 9px #fa0, 0 0 0 10px #666, 0 0 0 16px #fd0, 0 0 0 18px #000;]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1487-css-how-to-create-multiple-borders-in-css3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting Mootools 1.11 to Mootools 1.2</title>
		<link>http://phpmysqltalk.com/1475-converting-mootools-1-11-to-mootools-1-2.html</link>
		<comments>http://phpmysqltalk.com/1475-converting-mootools-1-11-to-mootools-1-2.html#comments</comments>
		<pubDate>Fri, 03 Feb 2012 14:08:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MooTools]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1475</guid>
		<description><![CDATA[We will know how to convert: Element 1.11 => 1.2 ============================================================================ el.getTag() &#124; el.get('tag') el.setHTML(string&#124;array) &#124; el.set('html', string&#124;array) el.getText() &#124; el.get('text') el.setText(string) &#124; el.set('text', string) el.setOpacity(number) &#124; el.set('opacity', number) el.remove() &#124; el.dispose() el.replaceWith(element) &#124; element.replaces(el) // note: inverts &#124; positions of element and el el.effects(obj) &#124; new Fx.Morph(el, obj) $E(selector) &#124; document.getElement(selector) $ES(selector) &#124; document.getElements(selector) [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1475-converting-mootools-1-11-to-mootools-1-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla 1.5: Using the Page Class Suffix in Template Code</title>
		<link>http://phpmysqltalk.com/1470-joomla-1-5-using-the-page-class-suffix-in-template-code.html</link>
		<comments>http://phpmysqltalk.com/1470-joomla-1-5-using-the-page-class-suffix-in-template-code.html#comments</comments>
		<pubDate>Sun, 29 Jan 2012 15:40:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla Templating]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla 1.5]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1470</guid>
		<description><![CDATA[Sometimes web designers need to access a page class suffix from directly within a template. A common reason to do this is to assign unique styles to individual pages linked from a menu (e.g. to change the dominant color on that page). By default Joomla applies the page class suffixes only to limited areas of [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1470-joomla-1-5-using-the-page-class-suffix-in-template-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: &#8220;There has been an error processing your request&#8221;</title>
		<link>http://phpmysqltalk.com/1420-magento-there-has-been-an-error-processing-your-request.html</link>
		<comments>http://phpmysqltalk.com/1420-magento-there-has-been-an-error-processing-your-request.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 20:46:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1420</guid>
		<description><![CDATA[Symptoms The following error message is shown instead of your usual Magento page: There has been an error processing your request Exception printing is disabled by default for security reasons. Error log record number: 1286489434787 Cause Usually, it is caused by calling incompatible classes in themes, extensions or templates, database connectivity issues or resource shortage [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1420-magento-there-has-been-an-error-processing-your-request.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento shows blank/empty page. How do I solve this?</title>
		<link>http://phpmysqltalk.com/1401-magento-shows-blank-empty-page-how-do-i-solve-this.html</link>
		<comments>http://phpmysqltalk.com/1401-magento-shows-blank-empty-page-how-do-i-solve-this.html#comments</comments>
		<pubDate>Tue, 24 Jan 2012 19:45:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://phpmysqltalk.com/?p=1401</guid>
		<description><![CDATA[Symptoms Blank page is shown in Magento Frontend, Backend or Magento Connect Manager Cause If you see a blank page opening your Store in browser, it indicates that there is a PHP syntax error somewhere in the code of your site. This usually happens when you modified files, templates or extensions manually, or installed a [...]]]></description>
		<wfw:commentRss>http://phpmysqltalk.com/1401-magento-shows-blank-empty-page-how-do-i-solve-this.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

