<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Coder Circle</title>
	<link>http://www.codercircle.com</link>
	<description>Your Path for Knowledge to Wisdom</description>
	<lastBuildDate>Tue, 04 May 2010 01:26:21 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>A Databse Handling Class In Php</title>
		<description><![CDATA[Now this is the age of RAD (Rapid App Development Tool). To run faster in web development thins class may help you. This is simply a DBHANDLER class .
We suggest you to use the DBHANDLER Class and find its amazing potential in the modern age that is primarily governed by Rapid Application Development Tools.
class __dbConfigSys
{
var [...]]]></description>
		<link>http://www.codercircle.com/scripts/a-databse-handling-class-in-php/</link>
			</item>
	<item>
		<title>SEO needs continuous innovations</title>
		<description><![CDATA[Success in the realm of search engine optimisation demands a constant passion for research and innovations of the SEO Company. A systematic study and continuous research can only lead to the accurate strategy and a proper application of the strategy can raise the ranking of the website in the SERP. One should never forget the [...]]]></description>
		<link>http://www.codercircle.com/uncategorized/seo-needs-continuous-innovations/</link>
			</item>
	<item>
		<title>Everything about web hosting</title>
		<description><![CDATA[The success of your website largely depends upon the web host, where your files reside. In fact, when the visitors intend to browse your website, the files from the web server are populated. It is the responsibility of the web hosting company to provide an unhindered service to populate your web pages whenever a visitor [...]]]></description>
		<link>http://www.codercircle.com/uncategorized/everything-about-web-hosting/</link>
			</item>
	<item>
		<title>Cross Browser Window &#8211; Open In Javascript</title>
		<description><![CDATA[Now a days, browser dependent scripts like javascript create problems due to the varieties of clients and versions of different browsers. So, the programmers or the web developers should be alert to implement such scripts on web. The scripts should be necessarily cross browser compatible &#8230;..
Check the simple window.open function&#8230;.
var myPopupWindow = &#8221;;
function openPopupWindow(url)
{
//If it [...]]]></description>
		<link>http://www.codercircle.com/scripts/cross_browser_windowopen_in_javascript/</link>
			</item>
	<item>
		<title>WORKING WITH REST</title>
		<description><![CDATA[rest-client.php
&#60;?
$rs=&#8221;http://localhost/rest/rest-server.php&#8221;;
$qs=&#8221;";
$parray=array(&#8216;amount&#8217;=&#62;&#8221;15.00&#8243;);
foreach($parray as $par=&#62;$value){
$qs=$qs.&#8221;$par=&#8221;.urlencode($value).&#8221;&#38;&#8221;; }
$uri=&#8221;$rs?$qs&#8221; . &#8220;aid=01&#8243;;
echo $qs . &#8220;&#60;br&#62;&#8221; . $uri . &#8220;&#60;br&#62;&#8221;;
$cobj=curl_init($uri);
curl_setopt($cobj,CURLOPT_RETURNTRANSFER,1);
$xml=curl_exec($cobj);
curl_close($cobj);
echo htmlspecialchars($xml);
?&#62;
rest-server.php
&#60;?
$amount=$_GET["amount"];
if ($_GET['aid']!=&#8221;010915780&#8243;)
{
echo &#8220;Invalid A ID&#8221;;
}
else
{
$taxcalc=$amount;
echo &#8220;&#60;?xml version=\&#8221;1.0\&#8221;?&#62;&#8221;;
echo &#8220;&#60;taxinfo&#62;&#8221;;
echo &#8220;&#60;result&#62;&#8221;.$taxcalc.&#8221;&#60;/result&#62;&#8221;;
echo &#8220;&#60;result&#62;&#8221;.$taxcalc * 20 .&#8221;&#60;/result&#62;&#8221;;
echo &#8220;&#60;/taxinfo&#62;&#8221;;
}
?&#62;
Test It.
]]></description>
		<link>http://www.codercircle.com/scripts/working_with_rest/</link>
			</item>
</channel>
</rss>
