<?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>Tech Notes on Web Development and Software Development Technology &#187; Software Development</title>
	<atom:link href="http://www.shamly.com/category/software-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shamly.com</link>
	<description></description>
	<lastBuildDate>Sat, 19 Mar 2011 08:22:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Where is php.ini located in linux or windows server?</title>
		<link>http://www.shamly.com/software-development/where-is-php-ini-located-in-linux-or-windows-server/</link>
		<comments>http://www.shamly.com/software-development/where-is-php-ini-located-in-linux-or-windows-server/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 10:53:32 +0000</pubDate>
		<dc:creator>Shamly</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[phpinfo]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.shamly.com/?p=508</guid>
		<description><![CDATA[The location of the php.ini file depends on the Linux distribution (windows distribution does not have a major impact) you are using (RHEL, Ubuntu, etc), PHP version and how it has been installed with the Apache web server. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.shamly.com/software-development/where-is-php-ini-located-in-linux-or-windows-server/">Where is php.ini located in linux or windows server?</a></span>]]></description>
		<wfw:commentRss>http://www.shamly.com/software-development/where-is-php-ini-located-in-linux-or-windows-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check if a process is running and execute a program in Linux using shell script</title>
		<link>http://www.shamly.com/software-development/check-for-running-process-and-execute-program-shell-script-linux/</link>
		<comments>http://www.shamly.com/software-development/check-for-running-process-and-execute-program-shell-script-linux/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 16:45:52 +0000</pubDate>
		<dc:creator>Shamly</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java program]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell script]]></category>

		<guid isPermaLink="false">http://www.shamly.com/?p=443</guid>
		<description><![CDATA[I always run linux applications in the background manually using the terminal during the development stage and it has helped me immensely as I could see all the messages that were printed on to the console. Though this is acceptable for a system that is under development, it is not suitable to run an executable program using a terminal in production environment. This tutorial will give you an understanding of how to check for a running processes and start the process if not running using a shell script in linux. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.shamly.com/software-development/check-for-running-process-and-execute-program-shell-script-linux/">Check if a process is running and execute a program in Linux using shell script</a></span>]]></description>
		<wfw:commentRss>http://www.shamly.com/software-development/check-for-running-process-and-execute-program-shell-script-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send Email using PHPMailer and Gmail</title>
		<link>http://www.shamly.com/software-development/send-email-with-phpmailer-gmail/</link>
		<comments>http://www.shamly.com/software-development/send-email-with-phpmailer-gmail/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 08:45:19 +0000</pubDate>
		<dc:creator>Shamly</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[phpmailer]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://www.shamly.com/?p=429</guid>
		<description><![CDATA[Recently I had to send e-mail messages using PHPMailer and the GMail SMTP server for one of my clients. Based on my experience I have written this tutorial explaining how-to send messages via SMTP using the PHPMailer script and your GMail account. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.shamly.com/software-development/send-email-with-phpmailer-gmail/">Send Email using PHPMailer and Gmail</a></span>]]></description>
		<wfw:commentRss>http://www.shamly.com/software-development/send-email-with-phpmailer-gmail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP 4 and MySQL 4 end of life announcement</title>
		<link>http://www.shamly.com/software-development/php-4-mysql-4-end-of-life-announcement/</link>
		<comments>http://www.shamly.com/software-development/php-4-mysql-4-end-of-life-announcement/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 08:56:16 +0000</pubDate>
		<dc:creator>Shamly</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[end of life]]></category>
		<category><![CDATA[mysql 4]]></category>
		<category><![CDATA[php 4]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.shamly.com/?p=356</guid>
		<description><![CDATA[WordPress has finally decided to move on to supporting PHP version 5 and dropping support for PHP version 4 since PHP 5 adds many new features and design changes that make developing robust, secure, feature-rich software faster and easier. This decision is in-line with many open-source projects such as Joomla and Drupal, who have already decided to move to PHP 5. Not only will WordPress drop support for PHP 4, but will also discontinue support for MySQL 4 as well. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.shamly.com/software-development/php-4-mysql-4-end-of-life-announcement/">PHP 4 and MySQL 4 end of life announcement</a></span>]]></description>
		<wfw:commentRss>http://www.shamly.com/software-development/php-4-mysql-4-end-of-life-announcement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is a Mashup</title>
		<link>http://www.shamly.com/software-development/mashup/</link>
		<comments>http://www.shamly.com/software-development/mashup/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 12:19:26 +0000</pubDate>
		<dc:creator>Shamly</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[mashups]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://www.shamly.com/?p=304</guid>
		<description><![CDATA[In Web development, a mashup is a Web page or application that uses and combines data, presentation or functionality from two or more sources to create new services. Mashups have gained popularity in the last few years. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.shamly.com/software-development/mashup/">What is a Mashup</a></span>]]></description>
		<wfw:commentRss>http://www.shamly.com/software-development/mashup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Newbies Guide To PHP Programming: Save Time And Money By Learning How To Master The Power of PHP Programming (Kindle Edition)</title>
		<link>http://www.shamly.com/software-development/the-newbies-guide-to-php-programming-save-time-and-money-by-learning-how-to-master-the-power-of-php-programming-kindle-edition/</link>
		<comments>http://www.shamly.com/software-development/the-newbies-guide-to-php-programming-save-time-and-money-by-learning-how-to-master-the-power-of-php-programming-kindle-edition/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 06:29:26 +0000</pubDate>
		<dc:creator>Shamly</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Master]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[Newbies]]></category>
		<category><![CDATA[Power]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Save]]></category>
		<category><![CDATA[Time]]></category>

		<guid isPermaLink="false">http://www.shamly.com/featured/the-newbies-guide-to-php-programming-save-time-and-money-by-learning-how-to-master-the-power-of-php-programming-kindle-edition/</guid>
		<description><![CDATA[<p></p> <p> You Can Learn PHP Programming even if you are a complete newbie to computer programming. If you have been wanting to teach yourself PHP programming but have been putting it off now is the time to act!This simple book complete with code example will provide you a helping hand on your journey <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.shamly.com/software-development/the-newbies-guide-to-php-programming-save-time-and-money-by-learning-how-to-master-the-power-of-php-programming-kindle-edition/">The Newbies Guide To PHP Programming: Save Time And Money By Learning How To Master The Power of PHP Programming (Kindle Edition)</a></span>]]></description>
		<wfw:commentRss>http://www.shamly.com/software-development/the-newbies-guide-to-php-programming-save-time-and-money-by-learning-how-to-master-the-power-of-php-programming-kindle-edition/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites</title>
		<link>http://www.shamly.com/software-development/learning-php-mysql-and-javascript-a-step-by-step-guide-to-creating-dynamic-websites-animal-guide-paperback/</link>
		<comments>http://www.shamly.com/software-development/learning-php-mysql-and-javascript-a-step-by-step-guide-to-creating-dynamic-websites-animal-guide-paperback/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 12:27:40 +0000</pubDate>
		<dc:creator>Shamly</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Animal]]></category>
		<category><![CDATA[Creating]]></category>
		<category><![CDATA[Dynamic]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[StepByStep]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.shamly.com/featured/learning-php-mysql-and-javascript-a-step-by-step-guide-to-creating-dynamic-websites-animal-guide-paperback/</guid>
		<description><![CDATA[<p></p> <p> If you know HTML, this guide will have you building interactive websites quickly. You&#8217;ll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an easy way to build modern websites <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.shamly.com/software-development/learning-php-mysql-and-javascript-a-step-by-step-guide-to-creating-dynamic-websites-animal-guide-paperback/">Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites</a></span>]]></description>
		<wfw:commentRss>http://www.shamly.com/software-development/learning-php-mysql-and-javascript-a-step-by-step-guide-to-creating-dynamic-websites-animal-guide-paperback/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Zend Framework 1.8 Web Application Development</title>
		<link>http://www.shamly.com/software-development/zend-framework-1-8-web-application-development/</link>
		<comments>http://www.shamly.com/software-development/zend-framework-1-8-web-application-development/#comments</comments>
		<pubDate>Wed, 26 May 2010 04:48:29 +0000</pubDate>
		<dc:creator>Shamly</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Paperback]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.shamly.com/general/zend-framework-1-8-web-application-development-paperback/</guid>
		<description><![CDATA[<p></p> <p>Design, develop, and deploy feature-rich PHP web applications with this MVC framework Create powerful web applications by leveraging the power of this Model-View-Controller-based frameworkLearn by doing &#8211; create a &#8220;real-life&#8221; storefront applicationCovers access control, performance optimization, and testingBest practices, as well as debugging and designing discussionIn Detail The Zend Framework has a flexible <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.shamly.com/software-development/zend-framework-1-8-web-application-development/">Zend Framework 1.8 Web Application Development</a></span>]]></description>
		<wfw:commentRss>http://www.shamly.com/software-development/zend-framework-1-8-web-application-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

