<?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>Make eIT - Blog</title>
	<atom:link href="http://www.makeeit.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.makeeit.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 14 Nov 2009 05:05:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disabling Right Click (context menu) with jQuery</title>
		<link>http://www.makeeit.com/blog/?p=97</link>
		<comments>http://www.makeeit.com/blog/?p=97#comments</comments>
		<pubDate>Sat, 14 Nov 2009 05:05:17 +0000</pubDate>
		<dc:creator>suresh subramaniam</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.makeeit.com/blog/?p=97</guid>
		<description><![CDATA[There are a lot of examples of javascript code snippets to disable right click on web pages. However, jQuery makes it a lot easier:
$(document).ready(function()
{
$(document).bind(&#8221;contextmenu&#8221;,function(e){
return false;
});
});


]]></description>
			<content:encoded><![CDATA[<p>There are a lot of examples of javascript code snippets to disable right click on web pages. However, jQuery makes it a lot easier:</p>
<p><strong><span style="color: #ff0000">$(document).ready(function()<br />
{<br />
$(document).bind(&#8221;contextmenu&#8221;,function(e){<br />
return false;<br />
});<br />
});</span></strong></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"><br />
<hr /></span></strong></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeeit.com/blog/?feed=rss2&amp;p=97</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Statistics Script</title>
		<link>http://www.makeeit.com/blog/?p=90</link>
		<comments>http://www.makeeit.com/blog/?p=90#comments</comments>
		<pubDate>Fri, 13 Nov 2009 09:44:43 +0000</pubDate>
		<dc:creator>suresh subramaniam</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.makeeit.com/blog/?p=90</guid>
		<description><![CDATA[Hope it would be helpful to you guys…
Click here:
http://codes.myfreewares.com/php/utilities/php%20script/website%20Usage%20statistics%20script.php-file.htm


]]></description>
			<content:encoded><![CDATA[<p>Hope it would be helpful to you guys…</p>
<p>Click here:</p>
<p><a href="http://codes.myfreewares.com/php/utilities/php%20script/website%20Usage%20statistics%20script.php-file.html">http://codes.myfreewares.com/php/utilities/php%20script/website%20Usage%20statistics%20script.php-file.htm</a></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"></p>
<hr /></span></strong></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeeit.com/blog/?feed=rss2&amp;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build a Social Networking Website with Drupal</title>
		<link>http://www.makeeit.com/blog/?p=88</link>
		<comments>http://www.makeeit.com/blog/?p=88#comments</comments>
		<pubDate>Thu, 12 Nov 2009 04:19:05 +0000</pubDate>
		<dc:creator>suresh subramaniam</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.makeeit.com/blog/?p=88</guid>
		<description><![CDATA[With this article I want to explain how you can plan and build a Social Networking Website using Drupal. The intent of the post is to provide useful tips and informations to understand the issues behind the building of a working on-line community. This writing was inspired by the reading of two interesting books, Community [...]]]></description>
			<content:encoded><![CDATA[<p>With this article I want to explain how you can plan and build a Social Networking Website using <a href="http://drupal.org/">Drupal</a>. The intent of the post is to provide useful tips and informations to understand the issues behind the building of a working on-line community. This writing was inspired by the reading of two interesting books, <a rel="nofollow" href="http://www.amazon.com/Community-Building-Web-Strategies-Communities/dp/0201874849">Community Building on the Web: Secret Strategies for Succesfull On-line Community</a> and <a rel="nofollow" href="http://www.packtpub.com/build-social-networking-website-with-drupal-6">Drupal 6 – Social Networking</a>. It’s clear that in a post I can provide only some useful cues to make a well-done work. I suggest to read the books above mentioned if you want to know more about the techniques and best practices for developing a good web network service.</p>
<p><strong>Tutorial Link:</strong></p>
<p><a href="http://woorkup.com/2009/11/10/how-to-build-a-social-networking-website-with-drupal/">http://woorkup.com/2009/11/10/how-to-build-a-social-networking-website-with-drupal/</a></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"></p>
<hr /></span></strong></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeeit.com/blog/?feed=rss2&amp;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using htaccess Files for Pretty URLS</title>
		<link>http://www.makeeit.com/blog/?p=68</link>
		<comments>http://www.makeeit.com/blog/?p=68#comments</comments>
		<pubDate>Fri, 06 Nov 2009 07:10:31 +0000</pubDate>
		<dc:creator>suresh subramaniam</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.makeeit.com/blog/?p=68</guid>
		<description><![CDATA[Making Url using htaccess that talks about &#8220;pretty URLs&#8221; and how you can make  them happen on your site by combining a bit of htaccess/mod_rewrite magic with  PHP.
&#8220;While some claim pretty URLs help in search engine rankings,  the debate here is fierce, we can all agree that pretty URLs make things easier  [...]]]></description>
			<content:encoded><![CDATA[<p>Making Url using htaccess that talks about &#8220;pretty URLs&#8221; and how you can make  them happen on your site by combining a bit of htaccess/mod_rewrite magic with  PHP.</p>
<blockquote><p><em>&#8220;While some claim pretty URLs help in search engine rankings,  the debate here is fierce, we can all agree that pretty URLs make things easier  for our users and adds a level of professionalism and polish to any web  application&#8221;</em></p></blockquote>
<p>To illustrate how it works, they create a simple URL shortening site, showing  the difference between the two different methods (htaccess in Apache and PHP&#8217;s  URL handling) along the way. The application&#8217;s pretty simple &#8211; store a URL in a  MySQL database to be accessed via a special hash coming from the URL.</p>
<p><strong>You can get Guide/Code here: </strong></p>
<p><a href="http://net.tutsplus.com/tutorials/other/using-htaccess-files-for-pretty-urls/">http://net.tutsplus.com/tutorials/other/using-htaccess-files-for-pretty-urls/</a></p>
<p>Hope it would be helpful.</p>
<p><span style="font-family: Arial;color: #000000"> </span></p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.makeeit.com/blog/?feed=rss2&amp;p=68</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Important Tips to Write PHP Code Defensively</title>
		<link>http://www.makeeit.com/blog/?p=42</link>
		<comments>http://www.makeeit.com/blog/?p=42#comments</comments>
		<pubDate>Fri, 06 Nov 2009 06:58:15 +0000</pubDate>
		<dc:creator>suresh subramaniam</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.makeeit.com/blog/?p=42</guid>
		<description><![CDATA[The phenomenal growth of PHP applications has also led to a mushrooming of  increased quantum of malicious activity. It thus becomes imperative that you  write secure PHP code to protect your website. Here are some tips for the  same.
The three most vulnerable aspects of PHP that can become easily accessible to  [...]]]></description>
			<content:encoded><![CDATA[<p>The phenomenal growth of PHP applications has also led to a mushrooming of  increased quantum of malicious activity. It thus becomes imperative that you  write secure PHP code to protect your website. Here are some tips for the  same.</p>
<p>The three most vulnerable aspects of PHP that can become easily accessible to  anyone are XSS (Cross Site Scripting), Global Variables and SQL code.</p>
<p><strong>XSS</strong></p>
<p>The growth of XSS has followed a steady growth in the use of AJAX. Cross Site  Scripting, for instance is used when you create a Comment section in your  website. If the commentator has to log in to comment, his login information gets  stored in a cookie. As the JavaScript code is generally run whenever a person  writes the comment, there is a pretty good chance of the contents of the cookie  being accessible to a remote server handled by a malicious user.</p>
<p>To counter this, make a habit of including filters whenever you request for  random information. Use the die() function to exit from the task whenever the  filters detect an unqualified input. The details that are typed are first  filtered and then sent to the website’s database. Again the information is  filtered before it is output.</p>
<pre><span style="line-height: 19px;font-family: 'Lucida Grande'">&lt;</span>?php</pre>
<pre>//A good filter program that validates data, prevents XSS attack and
//preempts white lists would look like this</pre>
<pre>echo 'this is what you input';</pre>
<pre>echo htmlentities($_POST['myInfo']);</pre>
<pre>?&gt;</pre>
<p><strong>Global Variables</strong></p>
<p>The PHP feature “Register Globals” leads to a palpable lacuna in programming  safety. Once this feature is activated in PHP configuration file, even a single  variable that is to uninitialized, can lead to a great security flaw. For  instance</p>
<pre>&lt;?php</pre>
<pre>if (is_admin()) ( $authorized=true; )</pre>
<pre>if ($authorized) ( include "/very/sensitive/data.php"; )</pre>
<pre>?&gt;</pre>
<p>When you run the file, because of non-initialization the user may not be  verified, resulting in anyone accessing the administrative control! To counter  this, you should disable Register Globals, initialize variables use localized  variables and as far as possible within the programs.</p>
<p><strong>SQL Code</strong></p>
<p>The SQL code is vulnerable to malicious users just like XSS feature. To write  a secure SQL code you need to remember a couple of things. First avoid using  dynamic code and second, if dynamic code in inevitable then do not have direct  input into the tables.</p>
<p>For instance, a code like this will take care of the sql security</p>
<pre>if ($_POST['submit'] == 'Save') {</pre>
<pre>   if (isset($_POST['acct_num']) &amp;&amp;
       isValidAccountNumber($_POST['acc_num'])) {</pre>
<pre>        $link = mysql_connect ('hostname', 'user', 'password')
              or die('Could not connect to DB');
        ...
   }
}</pre>
<p>Preferably have a database to select user name so that any other entry (like  “bingo” or ‘blah blah’) can be swiftly detected. A simple way of preventing SQL  security lapse is by typecasting the data so that input is effectively  monitored. You can also make use of the versatile “mysql_real_escape_string”.  This function can successfully filter symbols and contain SQL security  flaws.</p>
<p>These three are the most significant to create a secure PHP code. Apart from  this, you should also ensure that</p>
<ul type="&quot;DISC&quot;">
<li>The system is well protected</li>
<li>Files and database are protected.</li>
<li>Posts are verified</li>
<li>Input is always validated</li>
</ul>
<p>Input validation is the key to secure programming. Make a habit of allowing  only the right input into your system. A systematic approach to PHP, keeping in  mind the pitfalls, can guard the program against most flaws and malicious  attacks.</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.makeeit.com/blog/?feed=rss2&amp;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 25 Most Dangerous Programming Errors</title>
		<link>http://www.makeeit.com/blog/?p=39</link>
		<comments>http://www.makeeit.com/blog/?p=39#comments</comments>
		<pubDate>Fri, 06 Nov 2009 06:56:45 +0000</pubDate>
		<dc:creator>suresh subramaniam</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.makeeit.com/blog/?p=39</guid>
		<description><![CDATA[Glacier



Its a  list generated by CWE/SANS of what they consider  to be the twenty-five most dangers errors you can commit in your application  development (PHP related or not):
&#8220;The document lists the most common and significant programming  errors which can lead to serious software vulnerabilities. [...] The 25  vulnerabilities are divided into [...]]]></description>
			<content:encoded><![CDATA[<p>Glacier</p>
<p><!-- BODY { 	MARGIN-TOP: 20px; FONT-SIZE: 10pt; MARGIN-LEFT: 50px; COLOR: #010000; FONT-FAMILY: Verdana, Helvetica } --></p>
<div>
<div>
<p>Its a  list generated by <a href="http://cwe.mitre.org/top25/index.html">CWE/SANS</a> of what they consider  to be the twenty-five most dangers errors you can commit in your application  development (PHP related or not):</p>
<blockquote><p><em>&#8220;The document lists the most common and significant programming  errors which can lead to serious software vulnerabilities. [...] The 25  vulnerabilities are divided into three main categories: Insecure Interaction  Between Components, Risky Resource Management and Porous Defenses, details of  which are listed below&#8221;</em></p></blockquote>
<p>Some of the items in the list include:</p>
<ul>
<li>Insecure Interaction Between Components &#8211; Failure to Preserve SQL Query  Structure (&#8217;SQL Injection&#8217;)</li>
<li>Risky Resource Management &#8211; External Control of Critical State Data</li>
<li>Porous Defenses &#8211; Execution with Unnecessary Privileges</li>
<li>Insecure Interaction Between Components &#8211; Cross-Site Request Forgery (CSRF)</li>
<li>Porous Defenses &#8211; Use of a Broken or Risky Cryptographic Algorithm</li>
</ul>
<p><strong>You can see the full list here,</strong><strong>including  explanations for each.</strong></div>
</div>
<div><a href="http://cwe.mitre.org/top25/index.html">http://cwe.mitre.org/top25/index.html</a></div>
<div></div>
<div></div>
<div>
<hr /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.makeeit.com/blog/?feed=rss2&amp;p=39</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extremely useful PHP classes</title>
		<link>http://www.makeeit.com/blog/?p=37</link>
		<comments>http://www.makeeit.com/blog/?p=37#comments</comments>
		<pubDate>Fri, 06 Nov 2009 06:55:25 +0000</pubDate>
		<dc:creator>suresh subramaniam</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.makeeit.com/blog/?p=37</guid>
		<description><![CDATA[10 Extremly useful PHP Classes, Hope it would be helpful to you  guys&#8230;


PHP PSD Reader
PHP which allow  you to display any Adobe PSD file on screen. Very usefull to create preview of  PSDs designed for clients, for example.
Download : 
http://www.phpclasses.org/browse/package/3627.html
 
 
Browser detect
One of the most  common (and boring) problem for [...]]]></description>
			<content:encoded><![CDATA[<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000"><span style="color: #000000;font-size: small">10 Extremly useful PHP Classes, Hope it would be helpful to you  guys&#8230;</span></span></span></h2>
<p><span style="font-family: Times New Roman"><span style="color: #008000"><span style="color: #000000;font-size: small"><br />
</span></span></span></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000">PHP PSD Reader</span></span></h2>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><span style="color: #000000">PHP which allow  you to display any Adobe PSD file on screen. Very usefull to create preview of  PSDs designed for clients, for example.<br />
</span><strong><a href="http://www.phpclasses.org/browse/package/3627.html" target="blank">Download</a><span style="color: #000000"> : </span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"><a href="http://www.phpclasses.org/browse/package/3627.html">http://www.phpclasses.org/browse/package/3627.html</a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"> </span></strong></span></span></p>
<hr /><strong> </strong></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000">Browser detect</span></span></h2>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><span style="color: #000000">One of the most  common (and boring) problem for front-end developers is definitely cross-browser  compatibility. This PHP class will detect almost all browsers and simplify your  cross-browser work.<br />
</span><strong><a href="http://www.phpclasses.org/browse/package/2827.html" target="blank">Download</a><span style="color: #000000"> : <a href="http://www.phpclasses.org/browse/package/2827.html"></a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"><a href="http://www.phpclasses.org/browse/package/2827.html">http://www.phpclasses.org/browse/package/2827.html</a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"> </span></strong></span></span></p>
<hr /><strong> </strong></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000">Akismet</span></span></h2>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><span style="color: #000000">Remember those  days without spam? If your website gets spammed in any ways, Akismet can  probably help you. When a new comment, trackback, or pingback comes to your site  it is submitted to the Akismet web service which runs hundreds of tests on the  comment and returns a thumbs up or thumbs down.<br />
</span><strong><a href="http://phpclasses.linuxpourtous.com/browse/package/4401.html" target="blank">Download</a><span style="color: #000000">: </span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"><a href="http://phpclasses.linuxpourtous.com/browse/package/4401.html">http://phpclasses.linuxpourtous.com/browse/package/4401.html</a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"> </span></strong></span></span></p>
<hr /><strong> </strong></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000">ADOdb</span></span></h2>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><span style="color: #000000">The large  majority of websites and web apps are using databases to store all kinds of  data. ADOdb is a database abstraction library for PHP, supporting MySQL,  PostgreSQL, Interbase, Firebird, Oracle, MS SQL and more. ADOdb is quite easy to  learn and have lots of nice features as such as extensive portability support,  speed and BSD licencing.<br />
</span><strong><a href="http://adodb.sourceforge.net/" target="blank">Download</a><span style="color: #000000"> : <a href="http://adodb.sourceforge.net/"></a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"><a href="http://adodb.sourceforge.net/">http://adodb.sourceforge.net/</a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"> </span></strong></span></span></p>
<hr /><strong> </strong></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000">HTML Purifier</span></span></h2>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><span style="color: #000000">As it name  tells, HTML Purifier is a PHP class created to help you writing a better code.  HTML Purifier can remove malicious code and make sure your code is  standard-compliant. A great tool for all developers.<br />
</span><strong><a href="http://htmlpurifier.org/" target="blank">Download</a><span style="color: #000000">:</span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"> <a href="http://htmlpurifier.org/">http://htmlpurifier.org/</a></span></strong></span></span><strong><span style="font-family: Times New Roman;color: #000000;font-size: small"> </span></strong></p>
<p><strong> </strong></p>
<hr /><strong> </strong></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000">Google charts API</span></span></h2>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><span style="color: #000000">Charts are very  useful and highly asked by clients, but they can be a lot of work. I remember  some years ago when a friend of mine had to create charts using Photoshop every  week for one of his clients. Well, this time is gone for good.<br />
With the  Google charts API, a simple chart can be created and displayed on screen using  as little as 4 lines of code.<br />
</span><strong><a href="http://luddep.se/notebook/2008/04/13/charts-php-and-google-charts-api/" target="blank">Download</a><span style="color: #000000">: <a href="http://luddep.se/notebook/2008/04/13/charts-php-and-google-charts-api/"></a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"><a href="http://luddep.se/notebook/2008/04/13/charts-php-and-google-charts-api/">http://luddep.se/notebook/2008/04/13/charts-php-and-google-charts-api/</a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"> </span></strong></span></span></p>
<hr /><strong> </strong></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000">pChart</span></span></h2>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><span style="color: #000000">pChart is  another chart class, and it is as good as Google charts API. Data can be easily  retrieved from SQL queries, CSV files, or manually  provided.<br />
</span><strong><a href="http://pchart.sourceforge.net/index.php" target="blank">Download</a><span style="color: #000000">:</span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"> <a href="http://pchart.sourceforge.net/index.php">http://pchart.sourceforge.net/index.php</a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"> </span></strong></span></span></p>
<hr /><strong> </strong></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000">PHP Excel</span></span></h2>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><span style="color: #000000">Excel documents  are highly popular in the corporate world. Considering that fact, there&#8217;s a  strong chance that one of your clients asks for you to create excel files in PHP  someday.<br />
Happilly, the PHP Excel engine allow you to easily create and  manipulate lots of different files, as such as Excel 2007, Open XML, or  PDF.<br />
</span><strong><a href="http://www.codeplex.com/PHPExcel" target="blank">Download</a><span style="color: #000000">: <a href="http://www.codeplex.com/PHPExcel"></a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"><a href="http://www.codeplex.com/PHPExcel">http://www.codeplex.com/PHPExcel</a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"> </span></strong></span></span></p>
<hr /><strong> </strong></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000">Country from IP</span></span></h2>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><span style="color: #000000">Some websites  are able to detect your location and automatically display information related  with your language. How do they do that? Quite simple, they use your IP adress  to find your location. The Country from IP class is easy to use and will allow  you to get the country a specific IP is from.<br />
</span><strong><a href="http://phpclasses.linuxpourtous.com/browse/package/2363.html" target="blank">Download</a><span style="color: #000000">: <a href="http://phpclasses.linuxpourtous.com/browse/package/2363.html"></a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"><a href="http://phpclasses.linuxpourtous.com/browse/package/2363.html">http://phpclasses.linuxpourtous.com/browse/package/2363.html</a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"> </span></strong></span></span></p>
<hr /><strong> </strong></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000">Cache Manager</span></span></h2>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><span style="color: #000000">If you&#8217;re  working on a high traffic site, there&#8217;s not doubt you&#8217;ll need to cache files in  order to improve performance. This will be very easy an simple to do, using this  very handy class. A defifinitive <em>must-have</em>, in my  opinion.<br />
</span><strong><a href="http://phpclasses.linuxpourtous.com/browse/package/2860.html" target="blank">Download</a><span style="color: #000000">: </span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"><a href="http://phpclasses.linuxpourtous.com/browse/package/2860.html">http://phpclasses.linuxpourtous.com/browse/package/2860.html</a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"> </span></strong></span></span></p>
<hr /><strong> </strong></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000">WPGet</span></span></h2>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><span style="color: #000000">As I know many  of you have a WordPress blog, I just can&#8217;t finish this article without a great  tool for our favorite blogging engine.<br />
WPGet is a PHP class which allow you  to easily get infos from a WordPress 2.X database. In other words, it allows you  to get posts, comments, etc from a WordPress blog, on a non-WordPress site.  Great, isn&#8217;t it?<br />
</span><strong><a href="http://phpclasses.linuxpourtous.com/browse/package/3328.html" target="blank">Download</a><span style="color: #000000">: <a href="http://phpclasses.linuxpourtous.com/browse/package/3328.html"></a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"><a href="http://phpclasses.linuxpourtous.com/browse/package/3328.html">http://phpclasses.linuxpourtous.com/browse/package/3328.html</a></span></strong></span></span></p>
<p><span style="font-size: small"><span style="font-family: Times New Roman"><strong><span style="color: #000000"><br />
<hr /></span></strong></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeeit.com/blog/?feed=rss2&amp;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Clean With PHP</title>
		<link>http://www.makeeit.com/blog/?p=35</link>
		<comments>http://www.makeeit.com/blog/?p=35#comments</comments>
		<pubDate>Fri, 06 Nov 2009 06:53:57 +0000</pubDate>
		<dc:creator>suresh subramaniam</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.makeeit.com/blog/?p=35</guid>
		<description><![CDATA[

Getting Clean With PHP
New from NETTUTS.com today there&#8217;s an article that both reminds PHP  developers of the importance of filtering data and gives them a long list of the  filters that PHP has to make it easy. 
Data security  is important and often undervalued by designers, developers, and clients alike.  Since [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<p><span style="font-family: Comic Sans MS;color: #008000"><span style="font-family: Arial;color: #000000"><span style="color: #ff00ff;font-size: medium">Getting Clean With PHP</span></span></span></p>
<p><span style="font-family: Comic Sans MS;color: #008000"><span style="font-family: Arial;color: #000000">New from NETTUTS.com today there&#8217;s an article that both reminds PHP  developers of the importance of filtering data and gives them a long list of the  filters that PHP has to make it easy.</span> </span></p>
<blockquote><p><em><span style="font-family: Comic Sans MS;color: #008000"><strong>Data security  is important and often undervalued by designers, developers, and clients alike.  Since PHP 5.2.0, data sanitization and validation has been made significantly  easier with the introduction of data filtering. Today, we&#8217;re going to take a  closer look at these filters, how to use them, and build a few custom  functions.</strong></span></em></p></blockquote>
<p><span style="color: #000000">They talk about filtering things like cross-site  scripting, SQL injections and &#8220;improper&#8221; data in your submissions. They look at  the filter extension and how the filter_var function can be used in combination  with a long list of filter types to ensure the validity of your data (like  FILTER_VALIDATE_EMAIL, FILTER_VALIDATE_IP, FILTER_SANITIZE_STRING and  FILTER_SANITIZE_URL). They also briefly mention the use of custom functions to  handle validation on more complex data sets. </span></div>
<p><span style="font-family: Arial;color: #000000"><strong>Click here to view the  article:</strong></span></p>
<p><span style="font-family: Arial;color: #000000"><strong> </strong><br />
<a href="http://net.tutsplus.com/tutorials/php/getting-clean-with-php/">http://net.tutsplus.com/tutorials/php/getting-clean-with-php/</a></span></p>
<hr /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.makeeit.com/blog/?feed=rss2&amp;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Differences in Internet Explorer 6, 7 and 8</title>
		<link>http://www.makeeit.com/blog/?p=33</link>
		<comments>http://www.makeeit.com/blog/?p=33#comments</comments>
		<pubDate>Fri, 06 Nov 2009 06:53:00 +0000</pubDate>
		<dc:creator>suresh subramaniam</dc:creator>
				<category><![CDATA[Web Designing]]></category>

		<guid isPermaLink="false">http://www.makeeit.com/blog/?p=33</guid>
		<description><![CDATA[&#8220;CSS Differences in Internet Explorer 6, 7 and 8&#8221; ,
Hope it would be helpful to you guys&#8230;mostly Designers&#8230;.
Click here:
http://www.smashingmagazine.com/2009/10/14/css-differences-in-internet-explorer-6-7-and-8/

]]></description>
			<content:encoded><![CDATA[<p>&#8220;<span style="color: #008000">CSS Differences in Internet Explorer 6, 7 and 8</span>&#8221; ,<br />
Hope it would be helpful to you guys&#8230;mostly Designers&#8230;.</p>
<p>Click here:</p>
<p><span style="font-family: Times New Roman"><span style="font-family: Arial;color: #000000;font-size: x-small"><a href="http://www.smashingmagazine.com/2009/10/14/css-differences-in-internet-explorer-6-7-and-8/">http://www.smashingmagazine.com/2009/10/14/css-differences-in-internet-explorer-6-7-and-8/</a></span></span></p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.makeeit.com/blog/?feed=rss2&amp;p=33</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pagination-gallery-examples-and-good-practices</title>
		<link>http://www.makeeit.com/blog/?p=31</link>
		<comments>http://www.makeeit.com/blog/?p=31#comments</comments>
		<pubDate>Fri, 06 Nov 2009 06:52:00 +0000</pubDate>
		<dc:creator>suresh subramaniam</dc:creator>
				<category><![CDATA[Report]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.makeeit.com/blog/?p=31</guid>
		<description><![CDATA[&#8220;Pagination-gallery-examples-and-good-practices&#8221; ,
Hope it would be helpful to you guys&#8230;
Click here:

http://www.smashingmagazine.com/2007/11/16/pagination-gallery-examples-and-good-practices/

]]></description>
			<content:encoded><![CDATA[<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="color: #008000"><span style="color: #000000;font-size: medium"><em>&#8220;<span style="color: #008000">Pagination-gallery-examples-and-good-practices</span>&#8221; ,<br />
Hope it would be helpful to you guys&#8230;</em></span></span></span></h2>
<p><span style="font-family: Times New Roman"><span style="color: #008000"><span style="color: #000000;font-size: medium"><em>Click here:<br />
</em></span></span></span></p>
<h2 style="margin: auto 0in"><span style="font-family: Times New Roman"><span style="font-family: Arial;color: #000000;font-size: x-small"><a href="http://www.smashingmagazine.com/2007/11/16/pagination-gallery-examples-and-good-practices/">http://www.smashingmagazine.com/2007/11/16/pagination-gallery-examples-and-good-practices/</a></span></span></h2>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.makeeit.com/blog/?feed=rss2&amp;p=31</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

