<?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>Archaic Software &#187; design tools</title>
	<atom:link href="http://archaicsoftware.com/tag/design-tools/feed" rel="self" type="application/rss+xml" />
	<link>http://archaicsoftware.com</link>
	<description>Software, Web, and Graphic Design</description>
	<lastBuildDate>Fri, 16 Apr 2010 21:50:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Simple HTML/PHP Form Mail</title>
		<link>http://archaicsoftware.com/products/code-snippets/simple-html-php-form-mail.html</link>
		<comments>http://archaicsoftware.com/products/code-snippets/simple-html-php-form-mail.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 18:00:51 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[design tools]]></category>
		<category><![CDATA[form mailer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://archaicsoftware.com/?p=367</guid>
		<description><![CDATA[This is a code snippet I designed while creating a website for one of my first clients. I have since used it on numerous occasions. Form Mailers have become more and more prominent with websites, especially business related websites.
I have tried very hard to find a php form mailer that is simple and works. However, [...]]]></description>
			<content:encoded><![CDATA[<p>This is a code snippet I designed while creating a website for one of my first clients. I have since used it on numerous occasions. Form Mailers have become more and more prominent with websites, especially business related websites.</p>
<p>I have tried very hard to find a php form mailer that is simple and works. However, I have yet to find a really good. Most of the form mail snippets on the web are complex. Although they pack great functionality, it is lost in a world of confusing, messy, and often unnecessary code.</p>
<p>This code snippet will gives users a way to easily integrate a mailer into your html or php based website. The visible fields are easily edited and variables can be added in a cinch. This snippet can be handle by anyone from a new php user to an advanced php developer. The form is easily customized to fit any need.</p>
<p>By default, the demo mailer, has a form with these options: name, company, email, phone, and comments. The required fields are marked with an &#8220;*&#8221;. For fields such as email and phone, the form checks to see if the inputted data matches a standard format. This helps protect against spam.</p>
<p>The only absolute change that must be made to the php form mailer, is the recipient email address. By default it is set to &#8220;youremail@yourdomain.com&#8221;, simply open up the &#8220;send-email.php&#8221; file and change the recipient email address.</p>
<p>You can find the download below. Also, please consider <a href="http://archaicsoftware.com/donate">donating to support development</a>. Thank You!</p>
<p><a class="downloadableItem" href="http://archaicsoftware.com/wp-content/plugins/download-monitor/download.php?id=15" title="Version1.0.1 downloaded 36 times" >Simple HTML/PHP Form Mailer (36)</a></p>
<p  class="related_post_title">Related Content</p><ul class="related_post"><li>December 19, 2009 -- <a href="http://archaicsoftware.com/products/software-products/iphone-applications/icolorpicker.html" title="iColorPicker">iColorPicker</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://archaicsoftware.com/products/code-snippets/simple-html-php-form-mail.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iColorPicker</title>
		<link>http://archaicsoftware.com/products/software-products/iphone-applications/icolorpicker.html</link>
		<comments>http://archaicsoftware.com/products/software-products/iphone-applications/icolorpicker.html#comments</comments>
		<pubDate>Sat, 19 Dec 2009 20:46:25 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[design tools]]></category>

		<guid isPermaLink="false">http://blog.contemporaryhtml.com/?p=104</guid>
		<description><![CDATA[iColorPicker is an application that was originally developed by Archaic Software for our own use. The purpose of this application is to aid web and graphic designers by allows them easy access to a color picker, color converter, and color pallete.
In a future release, iColorPicker will support all the major color schemes including RGB, RGBA, [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-top: 20px; margin-right: 25px; margin-bottom: 20px; margin-left: 25px; width: 520px; padding: 0px;">iColorPicker is an application that was originally developed by Archaic Software for our own use. The purpose of this application is to aid web and graphic designers by allows them easy access to a color picker, color converter, and color pallete.</p>
<p style="margin-top: 20px; margin-right: 25px; margin-bottom: 20px; margin-left: 25px; width: 520px; padding: 0px;">In a future release, iColorPicker will support all the major color schemes including RGB, RGBA, CMYK, HSV, HSL, YUV, YIC, HEX, and Grey Scale. The app will make it wasy to either input or pick a color and then convert the color to the format of your choice.</p>
<p style="margin-top: 20px; margin-right: 25px; margin-bottom: 20px; margin-left: 25px; width: 520px; padding: 0px;">It is an open source application and is free to modified and distrubuted under the GNU public lincense. iColorPicker is built on PhoneGap. It would be greatly appreciated if any code changes were submitted back to us via email to staff@archaicsoftware.com.</p>
<p  class="related_post_title">Related Content</p><ul class="related_post"><li>December 19, 2009 -- <a href="http://archaicsoftware.com/products/software-products/iphone-applications/yotricks-iphone-app.html" title="YoTricks iPhone App">YoTricks iPhone App</a></li><li>December 19, 2009 -- <a href="http://archaicsoftware.com/products/software-products/iphone-applications/imortgage-principle.html" title="iMortgage Principle">iMortgage Principle</a></li><li>December 19, 2009 -- <a href="http://archaicsoftware.com/products/software-products/iphone-applications/archaic-software-iphone-app.html" title="Archaic Software iPhone App">Archaic Software iPhone App</a></li><li>February 4, 2010 -- <a href="http://archaicsoftware.com/products/code-snippets/simple-html-php-form-mail.html" title="Simple HTML/PHP Form Mail">Simple HTML/PHP Form Mail</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://archaicsoftware.com/products/software-products/iphone-applications/icolorpicker.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
