<?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>smartcoderszone - A Blog about Web Development Tutorials and Tips, PHP, Mysql,  Javascript, CSS, Jquery, SEO, Twitter and Facebook Scripts</title>
	<atom:link href="http://smartcoderszone.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://smartcoderszone.com</link>
	<description>Web Development Tutorials and Tips, PHP, Javascript, CSS, Joomla, Ajax, Jquery, Mysql, SEO, Twitter and Facebook Scripts</description>
	<lastBuildDate>Sat, 15 Oct 2011 20:24:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Best collection of firefox addons for web designers and developers</title>
		<link>http://smartcoderszone.com/2011/05/best-collection-of-firefox-addons-for-web-designers-and-developers/</link>
		<comments>http://smartcoderszone.com/2011/05/best-collection-of-firefox-addons-for-web-designers-and-developers/#comments</comments>
		<pubDate>Sun, 08 May 2011 08:11:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[best addons for general use]]></category>
		<category><![CDATA[best addons for seo]]></category>
		<category><![CDATA[best addons for testing]]></category>
		<category><![CDATA[best addons for web developers]]></category>
		<category><![CDATA[best addons for website security]]></category>
		<category><![CDATA[Best collection of firefox addons for web designers and developers]]></category>
		<category><![CDATA[best free addons]]></category>
		<category><![CDATA[firefox add-ons]]></category>
		<category><![CDATA[firefox extensions]]></category>
		<category><![CDATA[free browser addons]]></category>
		<category><![CDATA[Mozilla Firefox addons]]></category>
		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=270</guid>
		<description><![CDATA[
			
				
			
		
Firebox is one the most fastest growing browser among competitors.  Its became the best browser for web development in popularity. Firefox relies on the extension system to allow users to modify the  browser according to their requirements instead of providing all  features in the standard distribution.
 





While developing projects and other sources, I [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2011/05/best-collection-of-firefox-addons-for-web-designers-and-developers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>.htaccess basic features with example</title>
		<link>http://smartcoderszone.com/2011/03/htaccess-basic-features-with-example/</link>
		<comments>http://smartcoderszone.com/2011/03/htaccess-basic-features-with-example/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 20:11:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server side]]></category>
		<category><![CDATA[.htaccess basic features with example]]></category>
		<category><![CDATA[Allow/Deny directory browsing using htaccess]]></category>
		<category><![CDATA[Caching using htaccess]]></category>
		<category><![CDATA[Change the default index page of a directory or site using htaccess]]></category>
		<category><![CDATA[Define custom error pages using htaccess]]></category>
		<category><![CDATA[Deny/Allow IP addresses using htaccess]]></category>
		<category><![CDATA[Display SEO friendly urls using htaccess]]></category>
		<category><![CDATA[Enabling SSI (server side includes) using htaccess]]></category>
		<category><![CDATA[how to create .htaccess]]></category>
		<category><![CDATA[Password protecting directories using htaccess]]></category>
		<category><![CDATA[redirect page or website 301 or 302 using htaccess]]></category>
		<category><![CDATA[Redirecting pages / sites temporary or permanently using htaccess]]></category>
		<category><![CDATA[what is .htaccess in php]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=266</guid>
		<description><![CDATA[
			
				
			
		
.htaccess files (or &#8220;distributed configuration files&#8221;) provide a way to make configuration changes on a per-directory basis. In simple words, htaccess allow you to override the default server configuration using certain commands. htaccess file works in Apache Web Server on both Linux/Unix and Windows operating system. This post has some basic example and method to [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2011/03/htaccess-basic-features-with-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how to include an external css and js with javascript dynamically</title>
		<link>http://smartcoderszone.com/2010/11/how-to-include-an-external-css-and-js-with-javascript/</link>
		<comments>http://smartcoderszone.com/2010/11/how-to-include-an-external-css-and-js-with-javascript/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 08:01:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[dynamically load an external file]]></category>
		<category><![CDATA[dynamically loading an external javascript and css files]]></category>
		<category><![CDATA[how to include external css and js with javascript]]></category>
		<category><![CDATA[loading .js or .css file dynamically]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=202</guid>
		<description><![CDATA[
			
				
			
		
Generally we includes an external css ( Cascading Style Sheets ) and js ( javascript ) files in the HEAD section of our HTML page. We include them by following conventional method -

&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;stylesheet/mycss.css&#34;/&#62;
&#60;script language=&#34;javascript&#34; src=&#34;javascript/myjs.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;

This method added files to the page as they encountered in page source code or synchronously.
Here we [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/11/how-to-include-an-external-css-and-js-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to preserve line breaks in textarea mysql data</title>
		<link>http://smartcoderszone.com/2010/09/how-to-preserve-line-breaks-in-textarea-mysql-data/</link>
		<comments>http://smartcoderszone.com/2010/09/how-to-preserve-line-breaks-in-textarea-mysql-data/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 17:17:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[How to preserve line breaks in mysql data]]></category>
		<category><![CDATA[How to preserve line breaks in textarea mysql data]]></category>
		<category><![CDATA[preserve formatting after insert data into database]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=192</guid>
		<description><![CDATA[
			
				
			
		
We often use textarea to insert multiple lines of data into database. While writing content to textarea we use line breaks.  At the time of display if we simply echo text area content then it does not preserve line breaks and stick all of the data together.
There are two ways we can preserve line breaks [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/09/how-to-preserve-line-breaks-in-textarea-mysql-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how to generate excel report with php and mysql</title>
		<link>http://smartcoderszone.com/2010/09/how-to-generate-excel-report-with-php-and-mysql/</link>
		<comments>http://smartcoderszone.com/2010/09/how-to-generate-excel-report-with-php-and-mysql/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 16:07:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[download code for generate excel report in php and mysql]]></category>
		<category><![CDATA[export mysql data into excel with php]]></category>
		<category><![CDATA[generate excel report with php and mysql]]></category>
		<category><![CDATA[how to generate excel report with php and mysql]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=185</guid>
		<description><![CDATA[
			
				
			
		
Hi Friends,
Recently for one of my project work, I need to generate excel report for customer data using php and mysql. Here I am posting tutorial of generate excel report in easy steps.
Step 1. Include phpexcel class file along with your config file and make its object with excel file name passed parameter in constructor. [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/09/how-to-generate-excel-report-with-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Upload files in blob type using mysql and php</title>
		<link>http://smartcoderszone.com/2010/09/upload-files-in-blob-type-using-mysql-and-php/</link>
		<comments>http://smartcoderszone.com/2010/09/upload-files-in-blob-type-using-mysql-and-php/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 15:29:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[download script for file store in mysql BLOB type]]></category>
		<category><![CDATA[How to upload file im mysql blob type]]></category>
		<category><![CDATA[store files in mysql blob types with php]]></category>
		<category><![CDATA[Upload files in blob type using mysql and php]]></category>
		<category><![CDATA[upload images and files in blob data type using mysql and php]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=180</guid>
		<description><![CDATA[
			
				
			
		
This tutorial demonstrate how to upload files in blob type using mysql and php in simple steps. Blob type used for storing large amount of binary data therefore we can store file in blob type.
Step 1. Create simple form having input type file and submit elements.


&#60;form method=&#34;post&#34; enctype=&#34;multipart/form-data&#34;&#62;
 &#60;input type=&#34;hidden&#34; name=&#34;MAX_FILE_SIZE&#34; value=&#34;2000000&#34;&#62;
 &#60;input name=&#34;userfile&#34; type=&#34;file&#34; [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/09/upload-files-in-blob-type-using-mysql-and-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamic jquery multiple image upload with delete and limit features</title>
		<link>http://smartcoderszone.com/2010/09/dynamic-jquery-multiple-image-upload-with-delete-and-limit-features/</link>
		<comments>http://smartcoderszone.com/2010/09/dynamic-jquery-multiple-image-upload-with-delete-and-limit-features/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 15:41:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[download multiple image upload with delete]]></category>
		<category><![CDATA[Dynamic multiple image upload (updated) with delete and limit features]]></category>
		<category><![CDATA[free download dynamic jquery image upload script]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=172</guid>
		<description><![CDATA[
			
				
			
		
Hello Friends,
Few days back I received request from one of the user of blog to add two extra features to our existing multiple image upload script.
1 &#8211; How To add limit for upload images.
2 &#8211; How To add remove link for each image.

I have added both features in existing image upload script. It is not [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/09/dynamic-jquery-multiple-image-upload-with-delete-and-limit-features/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>How to convert number to word in javascript</title>
		<link>http://smartcoderszone.com/2010/08/how-to-convert-number-to-word-in-javascript/</link>
		<comments>http://smartcoderszone.com/2010/08/how-to-convert-number-to-word-in-javascript/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 04:44:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[free download script number to text conversion]]></category>
		<category><![CDATA[how to convert number to text]]></category>
		<category><![CDATA[How to convert number to word in javascript]]></category>
		<category><![CDATA[number to text conversion]]></category>
		<category><![CDATA[number to text free download]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=158</guid>
		<description><![CDATA[
			
				
			
		
Today I am sharing number to text convert script that simply input number and produce its wordy counterparts. It is the most simple script and easy to implement in the project.
Example : Suppose you want to make &#8216; 12345 &#8216; read like &#8216; twelve thousand
three hundred forty five &#8216; , Enter your number in text [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/08/how-to-convert-number-to-word-in-javascript/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to install ruby on rails on windows</title>
		<link>http://smartcoderszone.com/2010/07/how-to-install-ruby-on-rails-on-windows/</link>
		<comments>http://smartcoderszone.com/2010/07/how-to-install-ruby-on-rails-on-windows/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 15:08:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RoR]]></category>
		<category><![CDATA[download and install ruby on rails on windows]]></category>
		<category><![CDATA[how to configure rails for mysql]]></category>
		<category><![CDATA[how to configure rails for sqlite3]]></category>
		<category><![CDATA[how to display default first project in ror]]></category>
		<category><![CDATA[how to install ror on localhost on windows]]></category>
		<category><![CDATA[How to install ruby on rails on windows]]></category>
		<category><![CDATA[how to setup ruby on rails on windows]]></category>
		<category><![CDATA[Install ruby on rails with mysql]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=147</guid>
		<description><![CDATA[
			
				
			
		
In the previous post of RoR, we have studied about what is ruby on rails. In
this post we will see, how to install ruby on rails on localhost on windows machine.
Following are the steps required for ror installation -
1. Install Ruby &#38; Gems
2. Install Rails
3. Install appropriate Database Engine
That&#8217;s it.
Lets see each installation in detail.
1.  [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/07/how-to-install-ruby-on-rails-on-windows/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to implement multi-level menu in wordpress</title>
		<link>http://smartcoderszone.com/2010/07/how-to-implement-multi-level-menu-in-wordpress/</link>
		<comments>http://smartcoderszone.com/2010/07/how-to-implement-multi-level-menu-in-wordpress/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 15:53:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[free download multi-level menu plugin for wordpress]]></category>
		<category><![CDATA[How to implement multi-level menu in wordpress]]></category>
		<category><![CDATA[how to manage wordpress categories in one menu item]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=142</guid>
		<description><![CDATA[
			
				
			
		
Sometimes while writing continues posts in various categories we found that we do not have enough space for more categories. In that case we have an option of adding one more menu in our wordpress theme so that we can manage other categories but this would not be a good idea to add several menu [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/07/how-to-implement-multi-level-menu-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.799 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 14:10:24 -->

