<?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"
	>

<channel>
	<title>Bala-Krishna &#187; Web Development</title>
	<atom:link href="http://www.bala-krishna.com/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bala-krishna.com</link>
	<description>Web Developer &#38; Internet Marketing Consultant</description>
	<pubDate>Sun, 09 Nov 2008 06:28:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Create JavaScript Confirm Box for Record Deletion</title>
		<link>http://www.bala-krishna.com/create-javascript-confirm-box-for-record-deletion</link>
		<comments>http://www.bala-krishna.com/create-javascript-confirm-box-for-record-deletion#comments</comments>
		<pubDate>Sat, 11 Oct 2008 03:44:13 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
		
		<category><![CDATA[Browser Stuff]]></category>

		<category><![CDATA[Crawler]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Java Script]]></category>

		<category><![CDATA[PHP Function]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Web Technology]]></category>

		<category><![CDATA[Window Application]]></category>

		<category><![CDATA[confirm function]]></category>

		<category><![CDATA[delete operation]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=455</guid>
		<description><![CDATA[Confirmation before deletion of record is very useful to preserve data from accidental record deletion. With confirmation process will be in two steps. Here is the javascript way to ask user whether they want to delete record or not.
&#60;a onclick=&#8221;return confirm(&#8217;Are you sure you want to delete?&#8217;)&#8221; href=&#8221;page.page?act=delete&#38;id=1&#8243;&#62;Delete&#60;/a&#62;

You can see above example. The method is [...]]]></description>
		<wfw:commentRss>http://www.bala-krishna.com/create-javascript-confirm-box-for-record-deletion/feed</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Excel - Change Row Color Based On a Cell Value</title>
		<link>http://www.bala-krishna.com/microsoft-excel-change-row-color-based-on-a-cell-value</link>
		<comments>http://www.bala-krishna.com/microsoft-excel-change-row-color-based-on-a-cell-value#comments</comments>
		<pubDate>Sat, 20 Sep 2008 08:20:47 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
		
		<category><![CDATA[MS Excel]]></category>

		<category><![CDATA[Tips and Tricks]]></category>

		<category><![CDATA[VBScript]]></category>

		<category><![CDATA[Visual Basic]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Window Application]]></category>

		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=431</guid>
		<description><![CDATA[Sometimes we need automatic colorisation of the rows based on the value of a cell. Its not only save lot of time as well as simplify identification of records based on the colors. Thanks to excel conditional formating that allow you to do. Formatting cell based on the condition is easy but formating entire row [...]]]></description>
		<wfw:commentRss>http://www.bala-krishna.com/microsoft-excel-change-row-color-based-on-a-cell-value/feed</wfw:commentRss>
		</item>
		<item>
		<title>Instantly Clear Google Search Box History</title>
		<link>http://www.bala-krishna.com/instantly-clear-google-search-box-history</link>
		<comments>http://www.bala-krishna.com/instantly-clear-google-search-box-history#comments</comments>
		<pubDate>Tue, 19 Aug 2008 11:38:39 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
		
		<category><![CDATA[Browser Stuff]]></category>

		<category><![CDATA[Bug Fix]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<category><![CDATA[Social Media]]></category>

		<category><![CDATA[Tips and Tricks]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Web Technology]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=399</guid>
		<description><![CDATA[Google Search Box History is a good tool for web surfer who want to track of their search history. It is very useful sometime when we forget what we have browsed. But at the same time it curious for the people who love their privacy. Because it make available to open what you have accessed [...]]]></description>
		<wfw:commentRss>http://www.bala-krishna.com/instantly-clear-google-search-box-history/feed</wfw:commentRss>
		</item>
		<item>
		<title>Control PHP Error Reporting With .htaccess</title>
		<link>http://www.bala-krishna.com/control-php-error-reporting-with-htaccess</link>
		<comments>http://www.bala-krishna.com/control-php-error-reporting-with-htaccess#comments</comments>
		<pubDate>Sun, 06 Jul 2008 16:10:49 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Error Log]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Linux Commands]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Web Technology]]></category>

		<category><![CDATA[error]]></category>

		<category><![CDATA[htaccess]]></category>

		<category><![CDATA[htpasswd]]></category>

		<category><![CDATA[htpassword]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[reporting]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=356</guid>
		<description><![CDATA[Create .htaccess file or use existing .htaccess file in your hosting site.  Add below line at the top of file content.
[sourcecode language='php']
# to stop php startup errors
php_flag display_startup_errors off
# to stop all php errors and warning
php_flag display_errors off
[/sourcecode]
You can also control level of error reporting. Here is the .htaccess syntax:
[sourcecode language='php']
# php directive for [...]]]></description>
		<wfw:commentRss>http://www.bala-krishna.com/control-php-error-reporting-with-htaccess/feed</wfw:commentRss>
		</item>
		<item>
		<title>Web Hosting With CloudFS Cloud Hosting Technology</title>
		<link>http://www.bala-krishna.com/web-hosting-with-cloudfs-cloud-hosting-technology</link>
		<comments>http://www.bala-krishna.com/web-hosting-with-cloudfs-cloud-hosting-technology#comments</comments>
		<pubDate>Sat, 05 Jul 2008 12:16:42 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
		
		<category><![CDATA[Browser Stuff]]></category>

		<category><![CDATA[CentOS]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Technology]]></category>

		<category><![CDATA[Cloud]]></category>

		<category><![CDATA[CloudFS]]></category>

		<category><![CDATA[Hosting]]></category>

		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=355</guid>
		<description><![CDATA[Cloud Hosting Technology is advanced new technology adapted by few web hosting providers. The technology works over the fleet of computers called hosting cloud that built to meet certain goals set by the hosting provider.Â  In the cloud hosting, deployed application automatically inherit clustered processing, load-balancing, and redundant storage depend on the application requirement [...]]]></description>
		<wfw:commentRss>http://www.bala-krishna.com/web-hosting-with-cloudfs-cloud-hosting-technology/feed</wfw:commentRss>
		</item>
		<item>
		<title>What is Difference Between DNS CNAME &#038; A Record</title>
		<link>http://www.bala-krishna.com/what-is-difference-between-dns-cname-a-record</link>
		<comments>http://www.bala-krishna.com/what-is-difference-between-dns-cname-a-record#comments</comments>
		<pubDate>Tue, 01 Jul 2008 14:03:04 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
		
		<category><![CDATA[Godaddy Hosting]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Linux Commands]]></category>

		<category><![CDATA[Tips and Tricks]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Technology]]></category>

		<category><![CDATA[A Record]]></category>

		<category><![CDATA[CNAME]]></category>

		<category><![CDATA[DNS]]></category>

		<category><![CDATA[mail]]></category>

		<category><![CDATA[PTR]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=354</guid>
		<description><![CDATA[CNAME stands for Canonical Name for a domain.  CNAME is an alias records that create association between a sub-domain and antother domain or subdomain.
And, A Record simply creates an association between a domain/sub-domain name and an IP Address.
Example CNAME
gallery.bala-krishna.com -&#62; gallery.another-domain.com -&#62; 64.1.236.65
you can see above CNAME require two DNS lookup to translate domain/subdomain [...]]]></description>
		<wfw:commentRss>http://www.bala-krishna.com/what-is-difference-between-dns-cname-a-record/feed</wfw:commentRss>
		</item>
		<item>
		<title>How To Clean Special Characters From PHP String</title>
		<link>http://www.bala-krishna.com/how-to-clean-special-characters-from-php-string</link>
		<comments>http://www.bala-krishna.com/how-to-clean-special-characters-from-php-string#comments</comments>
		<pubDate>Wed, 25 Jun 2008 12:30:36 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
		
		<category><![CDATA[PHP Function]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<category><![CDATA[PHP Tutorial]]></category>

		<category><![CDATA[Tips and Tricks]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Web Technology]]></category>

		<category><![CDATA[windows xp]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=348</guid>
		<description><![CDATA[If you are looking for the PHP special characters clean function then this post might be useful for you. This function can used to remove special character as well as able to replace specific character with other equivalent character or string.
Here is detailed explanation of function:
$specialCharacters Array: This array used to replace special character with [...]]]></description>
		<wfw:commentRss>http://www.bala-krishna.com/how-to-clean-special-characters-from-php-string/feed</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress 406 Not Acceptable Error Fix</title>
		<link>http://www.bala-krishna.com/wordpress-406-not-acceptable-error-fix</link>
		<comments>http://www.bala-krishna.com/wordpress-406-not-acceptable-error-fix#comments</comments>
		<pubDate>Thu, 22 May 2008 10:38:06 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
		
		<category><![CDATA[Bug Fix]]></category>

		<category><![CDATA[Business Talk]]></category>

		<category><![CDATA[PHP Function]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<category><![CDATA[PHP Tutorial]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Tips and Tricks]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Web Directory]]></category>

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Technology]]></category>

		<category><![CDATA[Window Application]]></category>

		<category><![CDATA[Word Press]]></category>

		<category><![CDATA[Wordpress Plugin]]></category>

		<category><![CDATA[Wordpress Theme]]></category>

		<category><![CDATA[Wordpress Widget]]></category>

		<category><![CDATA[wordpress error]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=332</guid>
		<description><![CDATA[I just received &#8220;Not Acceptable Error while i tried to edit post in Word Press 2.5. Earlier, It was working fine but in the previous post i get annoying error when i tried to save and continue my article. But soon i realize cause of the error. Again, the error was due to apache web [...]]]></description>
		<wfw:commentRss>http://www.bala-krishna.com/wordpress-406-not-acceptable-error-fix/feed</wfw:commentRss>
		</item>
		<item>
		<title>No Banner, No Ads, Free CPanel Web Hosting</title>
		<link>http://www.bala-krishna.com/no-banner-no-ads-free-cpanel-web-hosting</link>
		<comments>http://www.bala-krishna.com/no-banner-no-ads-free-cpanel-web-hosting#comments</comments>
		<pubDate>Thu, 22 May 2008 10:05:41 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Browser Stuff]]></category>

		<category><![CDATA[Online Media]]></category>

		<category><![CDATA[Press Release]]></category>

		<category><![CDATA[Tips and Tricks]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Web Directory]]></category>

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Web Technology]]></category>

		<category><![CDATA[Window Application]]></category>

		<category><![CDATA[free hosting]]></category>

		<category><![CDATA[php mysql hosting]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=330</guid>
		<description><![CDATA[If you are looking for free cpanel php/mysql hosting then 000WebHost.com is ideal choice for you. 000WebHost offering features that no other web host offering in the free web hosting industry.  000WebHost providing most reliable and feature-rich web hosting service without advertising and fast website loading speed. They claim they are in the free [...]]]></description>
		<wfw:commentRss>http://www.bala-krishna.com/no-banner-no-ads-free-cpanel-web-hosting/feed</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress 2.5 Finally Released</title>
		<link>http://www.bala-krishna.com/wordpress-25-finally-released</link>
		<comments>http://www.bala-krishna.com/wordpress-25-finally-released#comments</comments>
		<pubDate>Wed, 02 Apr 2008 08:09:43 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
		
		<category><![CDATA[Advertising]]></category>

		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Browser Stuff]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Web Hosting]]></category>

		<category><![CDATA[Word Press]]></category>

		<category><![CDATA[Wordpress Plugin]]></category>

		<category><![CDATA[Wordpress Theme]]></category>

		<category><![CDATA[blog engine]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[wordpress 2.5]]></category>

		<category><![CDATA[worpress upgrade]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=311</guid>
		<description><![CDATA[The site is now reloaded with revolutionary latest Wordpress 2.5 release.  After two Release Candidate version, finally Wordpress 2.5 has been released for public. Enjoying new cleaner dashboard with several new features.
.


]]></description>
		<wfw:commentRss>http://www.bala-krishna.com/wordpress-25-finally-released/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
