<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Amphee Web Tech Pvt. Ltd.</title>
	<link>http://blog.amphee.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 May 2011 05:34:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	

	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:3px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Ad number: 1 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-0687753067406098"; google_alternate_color = "FFFFFF";
		google_ad_width = 468; google_ad_height = 60;
		google_ad_format = "468x60_as"; google_ad_type = "text_image";
		google_ad_channel =""; google_color_border = "A6C9E2";
		google_color_link = "FF3019"; google_color_bg = "FFFFFF";
		google_color_text = "000000"; google_color_url = "7EB544";
		google_ui_features = "rc:0"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>Adding Search Engine Optimisation To Your Online Marketing Mix</title>
		<description><![CDATA[Search engine optimization is a  cost effective way to drive organic traffic to your website, and as web  users conduct billions of searches every single day using sites like  Google and Yahoo, it is clear that SEO should be considered a part of every website’s online marketing mix.  The best marketers [...]]]></description>
		<link>http://blog.amphee.com/index.php/2011/05/04/adding-search-engine-optimisation-to-your-online-marketing-mix/</link>
			</item>
	<item>
		<title>MySQL Cross-Platform Table Naming</title>
		<description><![CDATA[The upper, lower, or camel-casing of MySQL table names is rarely  something developers consider. Unfortunately, it can cause major  headaches if you are intending to port your application from a Windows  or Mac development environment to a Linux or Unix-based host.
Table Name Case Sensitivity
Each table in a MySQL database corresponds to a [...]]]></description>
		<link>http://blog.amphee.com/index.php/2011/01/27/mysql-cross-platform-table-naming/</link>
			</item>
	<item>
		<title>Speed Up Your Website With PHP Buffer Flushing</title>
		<description><![CDATA[PHP output buffering is normally enabled by default. In older versions of PHP, a string would be sent to your browser every time the interpreter encountered an echo statement or text outside the PHP delimiters.
Output buffering makes this process quicker and more efficient. The buffer is essentially a big memory-resident string. When text is output, [...]]]></description>
		<link>http://blog.amphee.com/index.php/2011/01/24/speed-up-your-website-with-php-buffer-flushing/</link>
			</item>

	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:7px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Ad number: 2 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-0687753067406098"; google_alternate_color = "FFFFFF";
		google_ad_width = 468; google_ad_height = 60;
		google_ad_format = "468x60_as"; google_ad_type = "text_image";
		google_ad_channel =""; google_color_border = "E3FA11";
		google_color_link = "FFFFFF"; google_color_bg = "A2AB2B";
		google_color_text = "000000"; google_color_url = "FFFFFF";
		google_ui_features = "rc:0"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>32 Tips To Speed Up Your MySQL Queries</title>
		<description><![CDATA[If you are interested in how to create fast MySQL queries, this article is for you

Use persistent connections to the database to avoid connection overhead.
Check all tables have PRIMARY KEYs on columns with high cardinality  (many rows match the key value). Well,`gender` column has low  cardinality (selectivity), unique user id column has high [...]]]></description>
		<link>http://blog.amphee.com/index.php/2011/01/18/32-tips-to-speed-up-your-mysql-queries/</link>
			</item>
	<item>
		<title>How to fix xhtml and css validation errors in Virtuemart</title>
		<description><![CDATA[There are essentially two issues causing the xhtml &#38; css not to validate.
How to fix the css validation
The css validation error is due to the use of text-align:top in the “Featured Products” block on the shop landing page. The issue   being that “top” is not a valid option for the text-align property.  [...]]]></description>
		<link>http://blog.amphee.com/index.php/2010/11/16/how-to-fix-xhtml-and-css-validation-errors-in-virtuemart/</link>
			</item>
	<item>
		<title>[Virtuemart] Customize Order List &#8211; adding extra column</title>
		<description><![CDATA[In this post, I am going explain on how to add an extra column in Virtuemart Administrator Order List page.
(Note that, in this example, I&#8217;m going to add a new address_1 column).
Note: Please refer to my previous post on &#8220;adding search keywords&#8221; for the SQL query code for the other fields that you want.
Getting Started.
In [...]]]></description>
		<link>http://blog.amphee.com/index.php/2010/11/16/virtuemart-customize-order-list-adding-extra-column/</link>
			</item>
	<item>
		<title>Loading external content with Ajax using jQuery and YQL</title>
		<description><![CDATA[Ajax with jQuery is very easy to do – like most solutions it is a few lines:
$(document).ready(function(){
$('.ajaxtrigger').click(function(){
$('#target').load('ajaxcontent.html');
});
});
Check out this simple and obtrusive Ajax demo to see what it does.
This will turn all elements with the class of ajaxtrigger into triggers to load “ajaxcontent.html” and display its contents in the element with the ID target.
This is [...]]]></description>
		<link>http://blog.amphee.com/index.php/2010/11/15/loading-external-content-with-ajax-using-jquery-and-yql/</link>
			</item>

	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:3px; display: block; margin-left: auto; margin-right: auto; text-align: center;"><!-- Ad number: 3 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-0687753067406098"; google_alternate_color = "FFFFFF";
		google_ad_width = 468; google_ad_height = 60;
		google_ad_format = "468x60_as"; google_ad_type = "text_image";
		google_ad_channel =""; google_color_border = "A6C9E2";
		google_color_link = "FF3019"; google_color_bg = "FFFFFF";
		google_color_text = "000000"; google_color_url = "7EB544";
		google_ui_features = "rc:0"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>Using jQuery to post an array to a ColdFusion Component</title>
		<description><![CDATA[A reader sent in an interesting question today. He was trying to make  use of jQuery to post an array of data to a ColdFusion component. His  CFC was expecting, and demanding, an array argument. Whenever he fired  off the request though he received an error from ColdFusion saying the  argument [...]]]></description>
		<link>http://blog.amphee.com/index.php/2010/11/15/using-jquery-to-post-an-array-to-a-coldfusion-component/</link>
			</item>
	<item>
		<title>How CSS and JavaScript Are Different</title>
		<description><![CDATA[So, what&#8217;s this important difference?
In CSS, style rules are automatically applied to any element that matches the selectors, no matter when those elements are added to the document (DOM).
In JavaScript, event handlers that are registered for elements in the document apply only to those elements that are part of the DOM at the time the [...]]]></description>
		<link>http://blog.amphee.com/index.php/2010/11/15/how-css-and-javascript-are-different/</link>
			</item>
	<item>
		<title>How To: AJAX Post Pagination in MooTools</title>
		<description><![CDATA[Ever wanted to browse through the older post archives only to be  staring at the screen for ages in frustration while the content slowly  loads up? A quick fix would be to make use of AJAX to load the post archives. In this tutorial, I will show you how to do that using [...]]]></description>
		<link>http://blog.amphee.com/index.php/2010/11/15/how-to-ajax-post-pagination-in-mootools/</link>
			</item>
</channel>
</rss>

