<?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>Web Style Press, Best Practices from all the Web, Build Better Websites &#187; Forms</title>
	<atom:link href="http://www.webstylepress.com/category/forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstylepress.com</link>
	<description>Web VS Style</description>
	<lastBuildDate>Mon, 26 Dec 2011 10:35:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Mail To Friend &#8211; Gmail Compose Email link &#8211; Safe Recommend</title>
		<link>http://www.webstylepress.com/mail-to-friend-gmail-compose-email-link-safe-recommend/</link>
		<comments>http://www.webstylepress.com/mail-to-friend-gmail-compose-email-link-safe-recommend/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 22:01:46 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=96</guid>
		<description><![CDATA[Do not use forms in websites or blogs unless you know these are safe from vulnerability. But it is always useful to have a Recommend This Page To a Friend link so that your visitors can refer your pages to their friend. Here is a way to provide your visitors facility to email your posts [...]<p><a href="http://www.webstylepress.com/mail-to-friend-gmail-compose-email-link-safe-recommend/">Mail To Friend &#8211; Gmail Compose Email link &#8211; Safe Recommend</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Do not use forms in websites or blogs unless you know these are safe from <a rel="nofollow" target="_blank" href="http://www.techmynd.com/tag/xss/">vulnerability</a>. But it is always useful to have a <strong>Recommend This Page To a Friend</strong> link so that your visitors can refer your pages to their friend. Here is a way to provide your visitors facility to email your posts or pages to their friends in a safe way:</p>
<p><span id="more-96"></span></p>
<p><strong>Blog Mail To Via Gmail, Link Structure</strong></p>
<p>This script will take URL of post and title of post and bring you to Gmail compose page putting there title as subject and URL in body.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;https://mail.google.com/mail/?fs=1&amp;view=cm&amp;shva=1&amp;su=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;body=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; target=&quot;_blank&quot;&gt;Email To A Friend&lt;/a&gt;</pre></div></div>

<p><strong>Website Mail To Via Gmail, Link Structure</strong></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">https://mail.google.com/mail/?fs=1&amp;view=cm&amp;shva=1&amp;su=Your page title here&amp;body=mail body if any here</pre></div></div>

<p><a href="http://www.webstylepress.com/mail-to-friend-gmail-compose-email-link-safe-recommend/">Mail To Friend &#8211; Gmail Compose Email link &#8211; Safe Recommend</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/email-riddler-secure-email-link/" title="Email Riddler &#8211; Secure Email Link">Email Riddler &#8211; Secure Email Link</a></li><li><a href="http://www.webstylepress.com/code-hider-tool-lock-webpage-code/" title="Code Hider Tool &#8211; Lock Webpage Code">Code Hider Tool &#8211; Lock Webpage Code</a></li><li><a href="http://www.webstylepress.com/flash-and-php-form-submission-send-email-via-flash-and-php/" title="Flash and PHP &#8211; Form Submission &#8211; Send Email Via Flash and PHP">Flash and PHP &#8211; Form Submission &#8211; Send Email Via Flash and PHP</a></li><li><a href="http://www.webstylepress.com/email-link-customization/" title="Email Link Customization">Email Link Customization</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/mail-to-friend-gmail-compose-email-link-safe-recommend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Markitup &#8211; Universal Markup Editor &#8211; Rich Text Editor</title>
		<link>http://www.webstylepress.com/markitup-universal-markup-editor/</link>
		<comments>http://www.webstylepress.com/markitup-universal-markup-editor/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 22:38:56 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Editors]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[textarea]]></category>
		<category><![CDATA[web editors]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=92</guid>
		<description><![CDATA[markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any TextArea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented. markItUp! is a very lightweight, customizable and flexible engine made to meet the developer&#8217;s needs in their CMSes, [...]<p><a href="http://www.webstylepress.com/markitup-universal-markup-editor/">Markitup &#8211; Universal Markup Editor &#8211; Rich Text Editor</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-93" title="markitup1" src="http://www.webstylepress.com/wp-content/uploads/2008/09/markitup1.jpg" alt="" width="450" height="112" /></p>
<p>markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any TextArea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented.</p>
<p><span id="more-92"></span></p>
<p>markItUp! is a very lightweight, customizable and flexible engine made to meet the developer&#8217;s needs in their CMSes, blogs, forums or websites. MarkItUp! is not a WYSIWYG editor.</p>
<p><img class="alignnone size-full wp-image-94" title="markitup2" src="http://www.webstylepress.com/wp-content/uploads/2008/09/markitup2.jpg" alt="" width="450" height="70" /></p>
<ul>
<li>Fast and unobtrusive integration</li>
<li>Support for keyboard shortcuts</li>
<li>Toolbar and drop down menus</li>
<li>Fully customizable and scriptable</li>
<li>Editor&#8217;s features callable from any place</li>
<li>Ajax dynamic preview</li>
<li>Customizable Skins</li>
</ul>
<p><a rel="nofollow" target="_blank" href="http://markitup.jaysalvat.com/home/">Markitup Home</a></p>
<p><a href="http://www.webstylepress.com/markitup-universal-markup-editor/">Markitup &#8211; Universal Markup Editor &#8211; Rich Text Editor</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/advanced-notepad/" title="Advanced Notepad">Advanced Notepad</a></li><li><a href="http://www.webstylepress.com/jquery-fancy-date-picker/" title="jQuery Fancy Date Picker">jQuery Fancy Date Picker</a></li><li><a href="http://www.webstylepress.com/jquery-cheats-sheet/" title="jQuery Cheats Sheet">jQuery Cheats Sheet</a></li><li><a href="http://www.webstylepress.com/jquery-basic-hide-show-based-on-class/" title="Create jQuery Basic Hide Show Function">Create jQuery Basic Hide Show Function</a></li><li><a href="http://www.webstylepress.com/jquery-smooth-news-rotator/" title="Create jQuery Smooth News Rotator">Create jQuery Smooth News Rotator</a></li><li><a href="http://www.webstylepress.com/accessible-news-slider/" title="Accessible News Slider jQuery Plugin Download">Accessible News Slider jQuery Plugin Download</a></li><li><a href="http://www.webstylepress.com/astyle-visual-css-editor/" title="Astyle Visual CSS Editor">Astyle Visual CSS Editor</a></li><li><a href="http://www.webstylepress.com/lavalamp-navigation/" title="LavaLamp Navigation">LavaLamp Navigation</a></li><li><a href="http://www.webstylepress.com/jcarousel-lite-scroll/" title="jCarousel Lite Scroll &#8211; Fancy Scroll">jCarousel Lite Scroll &#8211; Fancy Scroll</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/markitup-universal-markup-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple and Powerful Form Validation</title>
		<link>http://www.webstylepress.com/simple-and-powerful-form-validation/</link>
		<comments>http://www.webstylepress.com/simple-and-powerful-form-validation/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 22:56:17 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=82</guid>
		<description><![CDATA[Standardize the way you create forms on the web. A clean css framework to build web forms based on semantic HTML that gives superior user experience. Uni-Form is an attempt to standardize form markup (xhtml) and css, &#8220;modularize&#8221; it, so even people with only basic knowledge of these technologies can get nice looking, well structured, [...]<p><a href="http://www.webstylepress.com/simple-and-powerful-form-validation/">Simple and Powerful Form Validation</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-83" title="uniform" src="http://www.webstylepress.com/wp-content/uploads/2008/09/uniform.jpg" alt="" width="400" height="82" /></p>
<p>Standardize the way you create forms on the web. A clean css framework to build web forms based on semantic HTML that gives superior user experience. Uni-Form is an attempt to standardize form markup (xhtml) and css, &#8220;modularize&#8221; it, so even people with only basic knowledge of these technologies can get nice looking, well structured, highly customizable, semantic, accessible and usable forms.</p>
<p><span id="more-82"></span></p>
<p><a href="http://www.webstylepress.com/wp-content/uploads/2008/09/uniform-example.rar">Download Example of Uniform</a></p>
<p><strong>Download, Updates, Customizations</strong></p>
<p><a rel="nofollow" target="_blank" href="http://www.sprawsm.com/uni-form/">Uniform Homepage</a></p>
<p><a href="http://www.webstylepress.com/simple-and-powerful-form-validation/">Simple and Powerful Form Validation</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/multiple-file-upload-with-mootools/" title="Multiple File Upload With Mootools">Multiple File Upload With Mootools</a></li><li><a href="http://www.webstylepress.com/w3c-validation-tips/" title="W3C Validation Tips and Best Practices">W3C Validation Tips and Best Practices</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/simple-and-powerful-form-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

