<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Php Development</title>
	<link>http://www.maheshchari.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 17 Jan 2012 02:42:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1" -->

	<item>
		<title>joomla module position</title>
		<description><![CDATA[how to insert module in joomla article What is Joomla module? &#160; Joomla module is code snippet that will get the data from database or its base component can be placed at a pre defined module positions . Module position is a content holder on template. &#160; Can we place this module in Joomla article? [...]]]></description>
		<link>http://www.maheshchari.com/joomla-module-position/</link>
			</item>
	<item>
		<title>sending email with PHP (2)</title>
		<description><![CDATA[Configure PHP email function for windows server. We learnt about sending mail from PHP with linux sendmail in this series of tutorial. On windows we don&#8217;t have pre configured email sever on mostly server. to fix this PHP mail function on windows, we can do with ini_set php function or setting it up on php.ini. [...]]]></description>
		<link>http://www.maheshchari.com/sending-email-with-php-2/</link>
			</item>
	<item>
		<title>sending email with PHP (1)</title>
		<description><![CDATA[How to send email in PHP Email ( Electronic mail ) is most popular communication service on internet . Generally it is common practice to use this service as marketing media for digital products. There are a lot of free email service available on internet like Gmail, Yahoo,AOL and more. So as a developer we [...]]]></description>
		<link>http://www.maheshchari.com/sending-email-with-php-1/</link>
			</item>
	<item>
		<title>jQuery form validation example required</title>
		<description><![CDATA[// jQuery form validation &#8220;required&#8221; example 1 &#8220;required&#8221; element with HTML &#160; bind simple function by adding simple class to required elements &#8220;required&#8221;. $&#40;'#form1'&#41;.validate&#40;&#41;; jQuery form validation &#8220;required&#8221; example 1 &#8220;required&#8221; element with Javascript parameters &#160; bind function by adding configuration with Javascript only.Here we add custom messages also. $&#40;'#form2'&#41;.validate&#40;&#123; rules:&#123; username2:'required', password2:'required' &#125; ,messages:&#123; [...]]]></description>
		<link>http://www.maheshchari.com/jquery-form-validation-example-required/</link>
			</item>
	<item>
		<title>jquery form validation</title>
		<description><![CDATA[jQuery form validation Hello freinds, we know that every dynamic form need to be proper validated through the server and client side. some one get the doubt why we need to be implemented on both client and server side. as per my opinion we just need Server side validation only, but it takes more server [...]]]></description>
		<link>http://www.maheshchari.com/jquery-form-validation/</link>
			</item>
	<item>
		<title>textarea resize disable</title>
		<description><![CDATA[How to disable text area re size icon for chrome or webkit browsers. Recently when i was implementing new application , i was asked to remove the text area resize feature and text area glow when user focuses on the text area. Thank god it doesn&#8217;t took much effort. it can be done with simple [...]]]></description>
		<link>http://www.maheshchari.com/textarea-resize-disable/</link>
			</item>
	<item>
		<title>joomla  search exclude plugin customization</title>
		<description><![CDATA[How to exclude article,category from joomla 1.6,1.7 search results? Joomla has nice search functionality where we can get search results from any other components like weblinks, categories and any component that supports plug in for this search functionality. We can find a lot of search components and modules that will costomize the search functionality. Even [...]]]></description>
		<link>http://www.maheshchari.com/joomla-search-exclude-plugin-customization/</link>
			</item>
	<item>
		<title>horizontal scroll</title>
		<description><![CDATA[how to scroll the window horizontally scroll? I got asked by my coleague to horizontal scroll the window , let me explain the scenario , page width is 1500px with a 1500px image in back ground and it should be always centered on page load and window resized. i got a solution thanx to jQuery.scrollTo [...]]]></description>
		<link>http://www.maheshchari.com/horizontal-scroll/</link>
			</item>
	<item>
		<title>php get url</title>
		<description><![CDATA[How to get current page full URL with PHP In mostly case we might be need current url of the page with PHP in user log in authentication functionality. when a user go for log in page, after successfull log in the user we should return the user to same page where he came from [...]]]></description>
		<link>http://www.maheshchari.com/php-get-url/</link>
			</item>
	<item>
		<title>input hidden ie7</title>
		<description><![CDATA[IE7 form hidden input field bug fix Every HTML form may have hidden input fields. Generelly every web browser will render this input hidden field as display:none . but in ie7 it will have small gap. since we can&#8217;t replace or change the position of the input hidden fields ,if they come from any CMS [...]]]></description>
		<link>http://www.maheshchari.com/input-hidden-ie7/</link>
			</item>
</channel>
</rss>

