<?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>Ajax Scripts, PHP, Javascript, HTML &#38; CSS - Sevenscript.net</title>
	<atom:link href="http://www.sevenscript.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sevenscript.net</link>
	<description>Sevenscript.net has a growing collection of Web Scripts and useful PHP Scripts, jQuery, HTML and CSS code snippets which can be downloaded and simply put to use on your website.</description>
	<lastBuildDate>Wed, 04 May 2011 18:05:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ajax Powered MySQL Table Editor</title>
		<link>http://www.sevenscript.net/ajax-powered-mysql-table-editor/</link>
		<comments>http://www.sevenscript.net/ajax-powered-mysql-table-editor/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 12:36:56 +0000</pubDate>
		<dc:creator>Sevenscript</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP Scripts]]></category>

		<guid isPermaLink="false">http://www.sevenscript.net/?p=234</guid>
		<description><![CDATA[MyAjax Editor, is a powerful Ajax MySQL Table Editor. It’s main feature is it’s fast Web 2.0 Ajax inteface that allows you to update and maintain your data quickly and easily.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sevenscript.net%2Fajax-powered-mysql-table-editor%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sevenscript.net%2Fajax-powered-mysql-table-editor%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>MyAjax Editor, is a powerful Ajax MySQL Table Editor. It&#8217;s main feature is it&#8217;s fast Web 2.0 Ajax inteface that allows you to update and maintain your data quickly and easily.</p>
<p>It replicates the functionality of an Excel spreadsheet, allowing you to click from cell to cell to make changes. The Ajax search quickly narrows down the data that you are looking to view or make changes to. There are many configuration options for displaying your data, such as column highlighting or if you only want to only display certain fields. A full list of configuration options can be found below.</p>
<p>Rows can also be deleted, and inserted via quick and easy Ajax controls.</p>
<h2>Feature list</h2>
<ul>
<li>Fast inline data editing via Ajax</li>
<li>Quick Ajax Search</li>
<li>Ajax Sort, and Paginated results</li>
<li>Delete a row</li>
<li>Insert new rows</li>
<li>Lots of customizable options (List below)</li>
<li>Built on jQuery Javascript framework</li>
<li>Designed for PHP and MySQL (although can be used on other systems e.g. SQL Lite)</li>
<li>Ideal for LARGE amounts of MySQL data</li>
<li>Only loads and displays data that is required</li>
</ul>
<h2>Configuration Options</h2>
<ul>
<li>Show only select fields.</li>
<li>Custom CSS styles per column (e.g. Text colour, font size/weight, column highlighting, etc)</li>
<li>Number of results to show per page.</li>
<li>Specify which field Ajax Search should be performed on.</li>
<li>Which field to initially sort on.</li>
<li>Which direction to initially sort on (Ascending or Descending).</li>
<li>Define a fixed column width.</li>
</ul>
<h2>Demo</h2>
<p><a href="http://www.sevenscript.net/myajax_editor/index.html"><img src="http://www.sevenscript.net/wp-content/uploads/2010/03/Ajax-Demo.jpg" alt="Launch Demo" title="Ajax-Demo" class="aligncenter size-full wp-image-261" /></a></p>
<p>Demo &#8211; Changes are not commited to our databases for obvious spam related issues, refreshing the page will restore table data.</p>
<h2>Screenshots</h2>
<h4>One Click Editing:</h4>
<p><img src="http://www.sevenscript.net/wp-content/uploads/2010/03/Ajax-Edit-Cell-2.jpg" alt="" title="Ajax-Edit-Cell-2" class="aligncenter size-full wp-image-237" /></p>
<p>
<img src="http://www.sevenscript.net/wp-content/uploads/2010/03/Ajax-Edit-Cell-3.jpg" alt="" title="Ajax-Edit-Cell-3" class="aligncenter size-full wp-image-238" /></p>
<h4>Fast Ajax Search:</h4>
<p><img src="http://www.sevenscript.net/wp-content/uploads/2010/03/Ajax-Search.jpg" alt="" title="Ajax-Search" class="aligncenter size-full wp-image-242" /></p>
<h4>Ajax Pagination:</h4>
<p><img src="http://www.sevenscript.net/wp-content/uploads/2010/03/Ajax-Pagination.jpg" alt="" title="Ajax-Pagination" class="aligncenter size-full wp-image-241" /></p>
<h4>Ajax Column Sorting</h4>
<p><img src="http://www.sevenscript.net/wp-content/uploads/2010/03/Ajax-Sort.jpg" alt="" title="Ajax-Sort" class="aligncenter size-full wp-image-243" /></p>
<h4>Easily insert a new row:</h4>
<p><img src="http://www.sevenscript.net/wp-content/uploads/2010/03/Ajax-Insert.jpg" alt="" title="Ajax-Insert" class="aligncenter size-full wp-image-240" /></p>
<h4>Delete a row:</h4>
<p><img src="http://www.sevenscript.net/wp-content/uploads/2010/03/Ajax-Delete.jpg" alt="" title="Ajax-Delete" class="aligncenter size-full wp-image-236" /></p>
<h2>Requirements:</h2>
<ul>
<li>PHP</li>
<li>MySQL database</li>
</ul>
<p>&nbsp;</p>
<div class="download_box">
<div class="download_top">
<h1>Ajax Powered MySQL Table Editor</h1>
</p></div>
<div class="download_content">
<div class="content_left">
			<img src="/paypal/images/sevenscript_package_box.png" />
		</div>
<div class="content_right">
<ul class="download_stats">
<li><strong>Number of Downloads:</strong> 81</li>
<li><strong>Number of Files:</strong> 32</li>
<li><strong>Total File Size:</strong> 213kb</li>
<li><strong>Compatible Browsers:</strong> IE6, IE7, IE8, Firefox 2.5+, Opera, Safari</li>
</ul>
<div class="download_pricing">
<form id="currencyForm">
<div class="rowElem">
						<span class="download_price" id="spanPrice">$25</span></p>
<select id="select" name="select" onchange="javascript: changeCurrency('25');">
							<option value="">Change Currency&#8230;</option><br />
<option value="USD">USD &#8211; U.S. Dollars</option><br />
<option value="GBP">GBP &#8211; Pounds Sterling</option><br />
<option value="EUR">EUR &#8211; Euros</option><br />
<option value="AUD">AUD &#8211; Australian Dollars</option><br />
<option value="CAD">CAD &#8211; Canadian Dollars</option><br />
<option value="JPY">JPY &#8211; Yen</option><br />
<option value="NZD">NZD &#8211; New Zealand Dollar</option><br />
<option value="CHF">CHF &#8211; Swiss Franc</option><br />
<option value="HKD">HKD &#8211; Hong Kong Dollar</option><br />
<option value="SGD">SGD &#8211; Singapore Dollar</option><br />
<option value="SEK">SEK &#8211; Swedish Krona</option><br />
<option value="DKK">DKK &#8211; Danish Krone</option><br />
<option value="PLN">PLN &#8211; Polish Zloty</option><br />
<option value="NOK">NOK &#8211; Norwegian Krone</option><br />
<option value="HUF">HUF &#8211; Hungarian Forint</option><br />
<option value="CZK">CZK &#8211; Czech Koruna</option><br />
<option value="MXN">MXN &#8211; Mexican Peso</option><br />
<option value="BRL">BRL &#8211; Brazilian Real</option><br />
<option value="MYR">MYR &#8211; Malaysian Ringgits</option><br />
<option value="PHP">PHP &#8211; Philippine Pesos</option><br />
<option value="THB">THB &#8211; Thai Baht</option>						</select>
</p></div>
</p></form>
</p></div>
</p></div>
<div style="clear: both;"></div>
<div id="payment_box">
<div id="payment_left">
				<img src="/paypal/images/paypal_button.png" />
			</div>
<div id="payment_button">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="sales@sevenscript.net">
<input type="hidden" name="item_name" value="MyAjax Editor">
<input type="hidden" name="item_number" value="6">
<input type="hidden" name="amount" value="25.00">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="return" value="http://www.sevenscript.net/?page_id=128">
<input type="hidden" name="cancel_return" value="http://www.sevenscript.net">
<input type="hidden" name="notify_url" value="http://www.sevenscript.net/paypal/paypal.php">
<input type="image" src="/paypal/images/purchase_button.png" border="0" name="submit" alt="Make payments with PayPal - it’s fast, free and secure!">
				<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
				</form>
</p></div>
<div style="clear: both;"></div>
</p></div>
</p></div>
<div class="download_bottom">
	</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sevenscript.net/ajax-powered-mysql-table-editor/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Built &#8211; A simple and modern website template.</title>
		<link>http://www.sevenscript.net/built-a-simple-and-modern-website-template/</link>
		<comments>http://www.sevenscript.net/built-a-simple-and-modern-website-template/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 10:09:46 +0000</pubDate>
		<dc:creator>Sevenscript</dc:creator>
				<category><![CDATA[Website Templates]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[php contact form]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.sevenscript.net/?p=173</guid>
		<description><![CDATA[Built is a clean Web 2.0 style template for portfolio and business company websites.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sevenscript.net%2Fbuilt-a-simple-and-modern-website-template%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sevenscript.net%2Fbuilt-a-simple-and-modern-website-template%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Built is a clean web 2.0 style template for portfolio and business company websites. It can be used straight out of the box, just upload it to your web server. It has a <b>working</b> contact form, and sub-page template, it is also easy to customize with your own content, logo, and pictures.</p>
<h1>Features:</h1>
<ul>
<li>Easily customize with your own content</li>
<li>Clean and modern looking</li>
<li>Working PHP Contact Form</li>
<li>Included sub-page template</li>
<li>Looks good in all modern browsers including Internet Explorer, Firefox, Safari, and Opera</li>
<li>Works well with Smartphones such as the iPhone or Blackberry</li>
<li>Solid Code Framework</li>
</ul>
<h1>Screenshots</h1>
<p>(Click thumbnails to view full size)</p>
<h2>Homepage</h2>
<p><a href="http://www.sevenscript.net/wp-content/uploads/2010/02/Built-Website-Template-by-Sevenscript.net_1266080114316.jpg" title="Built: Homepage Preview" rel="lightbox"><img src="http://www.sevenscript.net/wp-content/uploads/2010/02/Built-Website-Template-by-Sevenscript.net_1266080114316_thumb.jpg" alt="Built Website Template by Sevenscript.net Homepage Thumbnail" title="Built Website Template by Sevenscript.net Homepage Thumbnail" width="654" height="699" class="size-full wp-image-175" /></a></p>
<h2>Sub-page Template</h2>
<p><a href="http://www.sevenscript.net/wp-content/uploads/2010/02/Built-Website-Template-by-Sevenscript.net_1266080123706.jpg" title="Built: Sub-page preview" rel="lightbox"><img src="http://www.sevenscript.net/wp-content/uploads/2010/02/Built-Website-Template-by-Sevenscript.net_1266080123706_thumb.jpg" alt="Built Website Template by Sevenscript.net Sub-page Thumbnail" title="Built Website Template by Sevenscript.net Sub-page Thumbnail" width="654" height="659" class="size-full wp-image-176" /></a></p>
<h2>Contact page Template</h2>
<p><a href="http://www.sevenscript.net/wp-content/uploads/2010/02/Built-Website-Template-by-Sevenscript.net_1266080130099.jpg" title="Built: Contact Page Preview" rel="lightbox"><img src="http://www.sevenscript.net/wp-content/uploads/2010/02/Built-Website-Template-by-Sevenscript.net_1266080130099_thumb.jpg" alt="Built Website Template by Sevenscript.net Contact Page Thumbnail" title="Built Website Template by Sevenscript.net Contact Page Thumbnail" width="654" height="692" class="size-full wp-image-177" /></a></p>
<h2>Contact Form Field Validation and Success</h2>
<p><a href="http://www.sevenscript.net/wp-content/uploads/2010/02/contact_form_1.jpg" title="Built: Contact Page Field Validation" rel="lightbox"><img src="http://www.sevenscript.net/wp-content/uploads/2010/02/contact_form_1.jpg" width="300px" style="float: left; margin: 15px;" alt="Image Title" /></a></p>
<p><a href="http://www.sevenscript.net/wp-content/uploads/2010/02/contact_form_2.jpg" title="Built: Contact Page Field Success" rel="lightbox"><img src="http://www.sevenscript.net/wp-content/uploads/2010/02/contact_form_2.jpg" width="300px" style="float: left; margin: 15px;" alt="Image Title" /></a></p>
<div style="clear: left;"></div>
<p>&nbsp;</p>
<div class="download_box">
<div class="download_top">
<h1>Built &#8211; A simple and modern website template.</h1>
</p></div>
<div class="download_content">
<div class="content_left">
			<img src="/paypal/images/sevenscript_package_box.png" />
		</div>
<div class="content_right">
<ul class="download_stats">
<li><strong>Number of Downloads:</strong> 43</li>
<li><strong>Number of Files:</strong> 30</li>
<li><strong>Total File Size:</strong> 247kb</li>
<li><strong>Compatible Browsers:</strong> IE6, IE7, IE8, Firefox 2.5+, Opera, Safari</li>
</ul>
<div class="download_pricing">
<form id="currencyForm">
<div class="rowElem">
						<span class="download_price" id="spanPrice">$25</span></p>
<select id="select" name="select" onchange="javascript: changeCurrency('25');">
							<option value="">Change Currency&#8230;</option><br />
<option value="USD">USD &#8211; U.S. Dollars</option><br />
<option value="GBP">GBP &#8211; Pounds Sterling</option><br />
<option value="EUR">EUR &#8211; Euros</option><br />
<option value="AUD">AUD &#8211; Australian Dollars</option><br />
<option value="CAD">CAD &#8211; Canadian Dollars</option><br />
<option value="JPY">JPY &#8211; Yen</option><br />
<option value="NZD">NZD &#8211; New Zealand Dollar</option><br />
<option value="CHF">CHF &#8211; Swiss Franc</option><br />
<option value="HKD">HKD &#8211; Hong Kong Dollar</option><br />
<option value="SGD">SGD &#8211; Singapore Dollar</option><br />
<option value="SEK">SEK &#8211; Swedish Krona</option><br />
<option value="DKK">DKK &#8211; Danish Krone</option><br />
<option value="PLN">PLN &#8211; Polish Zloty</option><br />
<option value="NOK">NOK &#8211; Norwegian Krone</option><br />
<option value="HUF">HUF &#8211; Hungarian Forint</option><br />
<option value="CZK">CZK &#8211; Czech Koruna</option><br />
<option value="MXN">MXN &#8211; Mexican Peso</option><br />
<option value="BRL">BRL &#8211; Brazilian Real</option><br />
<option value="MYR">MYR &#8211; Malaysian Ringgits</option><br />
<option value="PHP">PHP &#8211; Philippine Pesos</option><br />
<option value="THB">THB &#8211; Thai Baht</option>						</select>
</p></div>
</p></form>
</p></div>
</p></div>
<div style="clear: both;"></div>
<div id="payment_box">
<div id="payment_left">
				<img src="/paypal/images/paypal_button.png" />
			</div>
<div id="payment_button">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="sales@sevenscript.net">
<input type="hidden" name="item_name" value="Built Website Template">
<input type="hidden" name="item_number" value="5">
<input type="hidden" name="amount" value="25.00">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="return" value="http://www.sevenscript.net/?page_id=128">
<input type="hidden" name="cancel_return" value="http://www.sevenscript.net">
<input type="hidden" name="notify_url" value="http://www.sevenscript.net/paypal/paypal.php">
<input type="image" src="/paypal/images/purchase_button.png" border="0" name="submit" alt="Make payments with PayPal - it’s fast, free and secure!">
				<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
				</form>
</p></div>
<div style="clear: both;"></div>
</p></div>
</p></div>
<div class="download_bottom">
	</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sevenscript.net/built-a-simple-and-modern-website-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Star Rating Script &#8211; Rate Anything</title>
		<link>http://www.sevenscript.net/ajax-star-rating-script-rate-anything/</link>
		<comments>http://www.sevenscript.net/ajax-star-rating-script-rate-anything/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 15:51:06 +0000</pubDate>
		<dc:creator>Sevenscript</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rate anything]]></category>
		<category><![CDATA[star rating]]></category>

		<guid isPermaLink="false">http://www.sevenscript.net/?p=83</guid>
		<description><![CDATA[This script allows you to add simple star rating boxes to anything on your website. – Images, tables, lists, are a few of the possibilities you could add a star rating to.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sevenscript.net%2Fajax-star-rating-script-rate-anything%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sevenscript.net%2Fajax-star-rating-script-rate-anything%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This script allows you to add simple star rating boxes to anything on your website. &#8211; Images, tables, lists, are a few of the possibilities you could add a star rating to.</p>
<h3>Demos</h3>
<p>This demo shows a table with a rating for each row. One feature of this script is PNG transparency so it will look good on any coloured background.</p>
<table class="rating_table" cellspacing="0" cellpadding="0" align="center">
<tr>
<th>Book</th>
<th>Author</th>
<th width="350">Rating</th>
</tr>
<tr class="rating_odd">
<td>The Catcher in the Rye</td>
<td>J. D. Salinger</td>
<td>
<div id="rate_01" align="center"></div>
</td>
</tr>
<tr class="rating_even">
<td>Moby Dick</td>
<td>Herman Melville</td>
<td>
<div id="rate_02" align="center"></div>
</td>
</tr>
<tr class="rating_odd">
<td>Nineteen Eighty-Four</td>
<td>George Orwell</td>
<td>
<div id="rate_03" align="center"></div>
</td>
</tr>
<tr class="rating_even">
<td>To Kill a Mockingbird</td>
<td>Harper Lee</td>
<td>
<div id="rate_04" align="center"></div>
</td>
</tr>
</table>
<p>Images can have their own rating too:</p>
<div align="center">
<div class="img_class">
		<img src="http://www.sevenscript.net/rateanything/1.jpg" /></p>
<div id="rate_05" align="center"></div>
</p></div>
<div class="img_class">
		<img src="http://www.sevenscript.net/rateanything/2.jpg" /></p>
<div id="rate_06" align="center"></div>
</p></div>
</div>
<div style="clear: both;"></div>
<p>Applying a label to our star rating gives us a nice list we can use in this eBay-like user feedback rating example.</p>
<p>	<label class="rating_label" for="rate_07"><b>Item as described</b></label></p>
<div id="rate_07"></div>
<p>	<label class="rating_label" for="rate_08"><b>Communication</b></label></p>
<div id="rate_08"></div>
<p>	<label class="rating_label" for="rate_09"><b>Dispatch time</b></label></p>
<div id="rate_09"></div>
<p>	<label class="rating_label" for="rate_10"><b>Postage charges</b></label></p>
<div id="rate_10"></div>
<p>To include an Ajax Star Rating on your page with this script all you need is one line of code: </p>
<p><b>&lt;div id=&#8221;rate_01&#8243;&gt;&lt;/div&gt;</b></p>
<p>Including this script within div tags gives you the flexability of applying your own classes. For example, in the above example class=&#8221;img_class&#8221; is given to each image which properly styles our star rating to align nicely with our image.</p>
<p>The download includes Setup Instructions and demos of it in action.</p>
<h2>Features:</h2>
<ul>
<li>Uses jQuery for Ajax</li>
<li>PHP / MySQL for logging individual ratings</li>
<li>Disallows multiple ratings from the same person</li>
<li>Reports number of ratings and average user rating</li>
<li>Clean look and styling</li>
<li>Transparent background</li>
<li>Simple to use and setup</li>
<li>PSD of stars included (incase you want different coloured stars)</li>
</ul>
<p>&nbsp;</p>
<div class="download_box">
<div class="download_top">
<h1>Simple Ajax Star Rating Script</h1>
</p></div>
<div class="download_content">
<div class="content_left">
			<img src="/paypal/images/sevenscript_package_box.png" />
		</div>
<div class="content_right">
<ul class="download_stats">
<li><strong>Number of Downloads:</strong> 173</li>
<li><strong>Number of Files:</strong> 12</li>
<li><strong>Total File Size:</strong> 140kb</li>
<li><strong>Compatible Browsers:</strong> IE6, IE7, IE8, Firefox 2.5+, Opera, Safari</li>
</ul>
<div class="download_pricing">
<form id="currencyForm">
<div class="rowElem">
						<span class="download_price" id="spanPrice">$10</span></p>
<select id="select" name="select" onchange="javascript: changeCurrency('10');">
							<option value="">Change Currency&#8230;</option><br />
<option value="USD">USD &#8211; U.S. Dollars</option><br />
<option value="GBP">GBP &#8211; Pounds Sterling</option><br />
<option value="EUR">EUR &#8211; Euros</option><br />
<option value="AUD">AUD &#8211; Australian Dollars</option><br />
<option value="CAD">CAD &#8211; Canadian Dollars</option><br />
<option value="JPY">JPY &#8211; Yen</option><br />
<option value="NZD">NZD &#8211; New Zealand Dollar</option><br />
<option value="CHF">CHF &#8211; Swiss Franc</option><br />
<option value="HKD">HKD &#8211; Hong Kong Dollar</option><br />
<option value="SGD">SGD &#8211; Singapore Dollar</option><br />
<option value="SEK">SEK &#8211; Swedish Krona</option><br />
<option value="DKK">DKK &#8211; Danish Krone</option><br />
<option value="PLN">PLN &#8211; Polish Zloty</option><br />
<option value="NOK">NOK &#8211; Norwegian Krone</option><br />
<option value="HUF">HUF &#8211; Hungarian Forint</option><br />
<option value="CZK">CZK &#8211; Czech Koruna</option><br />
<option value="MXN">MXN &#8211; Mexican Peso</option><br />
<option value="BRL">BRL &#8211; Brazilian Real</option><br />
<option value="MYR">MYR &#8211; Malaysian Ringgits</option><br />
<option value="PHP">PHP &#8211; Philippine Pesos</option><br />
<option value="THB">THB &#8211; Thai Baht</option>						</select>
</p></div>
</p></form>
</p></div>
</p></div>
<div style="clear: both;"></div>
<div id="payment_box">
<div id="payment_left">
				<img src="/paypal/images/paypal_button.png" />
			</div>
<div id="payment_button">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="sales@sevenscript.net">
<input type="hidden" name="item_name" value="Rate Anything">
<input type="hidden" name="item_number" value="4">
<input type="hidden" name="amount" value="10.00">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="return" value="http://www.sevenscript.net/?page_id=128">
<input type="hidden" name="cancel_return" value="http://www.sevenscript.net">
<input type="hidden" name="notify_url" value="http://www.sevenscript.net/paypal/paypal.php">
<input type="image" src="/paypal/images/purchase_button.png" border="0" name="submit" alt="Make payments with PayPal - it’s fast, free and secure!">
				<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
				</form>
</p></div>
<div style="clear: both;"></div>
</p></div>
</p></div>
<div class="download_bottom">
	</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sevenscript.net/ajax-star-rating-script-rate-anything/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Simple PHP Contact Form (with Captcha)</title>
		<link>http://www.sevenscript.net/simple-php-contact-form-with-captcha/</link>
		<comments>http://www.sevenscript.net/simple-php-contact-form-with-captcha/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 09:38:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php contact form]]></category>

		<guid isPermaLink="false">http://www.sevenscript.net/?p=48</guid>
		<description><![CDATA[This is a very simple PHP contact form for your website. The form features a CAPTCHA security image to protect your email address's from spam.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sevenscript.net%2Fsimple-php-contact-form-with-captcha%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sevenscript.net%2Fsimple-php-contact-form-with-captcha%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This is a very simple PHP contact form for your website. Visitors can simply send emails using this contact form to an email address. Different recipient email address&#8217;s can be added to the subject dropdown with different subject names so they can be directed to the right department.</p>
<div align="center"><a href="http://www.sevenscript.net/simplephpcontact/contact.php"><img src="http://www.sevenscript.net/wp-content/uploads/2009/10/simplephpcontact_bigthumb.jpg" /></a></div>
<p>The form features a CAPTCHA security image to protect your email address&#8217;s from spam.</p>
<h2>Feature List:</h2>
<ul>
<li>Secure PHP contact form with CAPTCHA security image</li>
<li>Field validation</li>
<li>Error reporting</li>
<li>Email department selection</li>
<li>Easily add or remove fields</li>
</ul>
<p>&nbsp;</p>
<div class="download_box">
<div class="download_top">
<h1>Simple PHP Contact Form (with Captcha)</h1>
</p></div>
<div class="download_content">
<div class="content_left">
			<img src="/paypal/images/sevenscript_package_box.png" />
		</div>
<div class="content_right">
<ul class="download_stats">
<li><strong>Number of Downloads:</strong> 168</li>
<li><strong>Number of Files:</strong> 6</li>
<li><strong>Total File Size:</strong> 51.4kb</li>
<li><strong>Compatible Browsers:</strong> IE6, IE7, IE8, Firefox 2.5+, Opera, Safari</li>
</ul>
<div class="download_pricing">
<form id="currencyForm">
<div class="rowElem">
						<span class="download_price" id="spanPrice">$8</span></p>
<select id="select" name="select" onchange="javascript: changeCurrency('8');">
							<option value="">Change Currency&#8230;</option><br />
<option value="USD">USD &#8211; U.S. Dollars</option><br />
<option value="GBP">GBP &#8211; Pounds Sterling</option><br />
<option value="EUR">EUR &#8211; Euros</option><br />
<option value="AUD">AUD &#8211; Australian Dollars</option><br />
<option value="CAD">CAD &#8211; Canadian Dollars</option><br />
<option value="JPY">JPY &#8211; Yen</option><br />
<option value="NZD">NZD &#8211; New Zealand Dollar</option><br />
<option value="CHF">CHF &#8211; Swiss Franc</option><br />
<option value="HKD">HKD &#8211; Hong Kong Dollar</option><br />
<option value="SGD">SGD &#8211; Singapore Dollar</option><br />
<option value="SEK">SEK &#8211; Swedish Krona</option><br />
<option value="DKK">DKK &#8211; Danish Krone</option><br />
<option value="PLN">PLN &#8211; Polish Zloty</option><br />
<option value="NOK">NOK &#8211; Norwegian Krone</option><br />
<option value="HUF">HUF &#8211; Hungarian Forint</option><br />
<option value="CZK">CZK &#8211; Czech Koruna</option><br />
<option value="MXN">MXN &#8211; Mexican Peso</option><br />
<option value="BRL">BRL &#8211; Brazilian Real</option><br />
<option value="MYR">MYR &#8211; Malaysian Ringgits</option><br />
<option value="PHP">PHP &#8211; Philippine Pesos</option><br />
<option value="THB">THB &#8211; Thai Baht</option>						</select>
</p></div>
</p></form>
</p></div>
</p></div>
<div style="clear: both;"></div>
<div id="payment_box">
<div id="payment_left">
				<img src="/paypal/images/paypal_button.png" />
			</div>
<div id="payment_button">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="sales@sevenscript.net">
<input type="hidden" name="item_name" value="Simple PHP Contact Form">
<input type="hidden" name="item_number" value="3">
<input type="hidden" name="amount" value="8.00">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="return" value="http://www.sevenscript.net/?page_id=128">
<input type="hidden" name="cancel_return" value="http://www.sevenscript.net">
<input type="hidden" name="notify_url" value="http://www.sevenscript.net/paypal/paypal.php">
<input type="image" src="/paypal/images/purchase_button.png" border="0" name="submit" alt="Make payments with PayPal - it’s fast, free and secure!">
				<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
				</form>
</p></div>
<div style="clear: both;"></div>
</p></div>
</p></div>
<div class="download_bottom">
	</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sevenscript.net/simple-php-contact-form-with-captcha/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Ajax Powered MySQL Table Viewer</title>
		<link>http://www.sevenscript.net/ajax-powered-mysql-table-viewer/</link>
		<comments>http://www.sevenscript.net/ajax-powered-mysql-table-viewer/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 09:50:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[table viewer]]></category>

		<guid isPermaLink="false">http://www.sevenscript.net/?p=8</guid>
		<description><![CDATA[MyAjax is a MySQL Ajax Table viewer which allows for sorting, searching, and viewing of large amounts of MySQL table data in a quick and easy to use Ajax web interface.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sevenscript.net%2Fajax-powered-mysql-table-viewer%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sevenscript.net%2Fajax-powered-mysql-table-viewer%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>MyAjax is a MySQL Ajax Table viewer which allows for sorting, searching, and viewing of large amounts of MySQL table data in a quick and easy to use Ajax web interface. MyAjax features <b>Ajax Sortable Columns</b>, <b>Ajax Search</b>, and <b>Ajax Paginated Results</b>. Uses jQuery for Ajax calls and Javascript functions. Config file includes customisation variables to set which fields to display and their default sort order, which field to search on, results per page and more. <a href="http://www.sevenscript.net/myajax/index.html">Click to view MyAjax Demo</a>.</p>
<p></p>
<div align="center"><a href ="http://www.sevenscript.net/myajax/index.html"><img src="http://www.sevenscript.net/wp-content/uploads/2009/09/myajax_ajax_table.jpg" /></a></div>
<p></p>
<h2>MyAjax Feature List:</h2>
<ul>
<li>Uses jQuery.</li>
<li>Ideal for large amounts of MySQL data.</li>
<li>Easily browse a SQL database via Ajax.</li>
<li>Only loads data that is required.</li>
<li>Ajax search.</li>
<li>Paginated results.</li>
<li>Set how many results to view per page.</li>
<li>Ajax sortable columns.</li>
<li>Specify which SQL fields to display</li>
<li>Specify which database field Ajax search is performed on.</li>
<li>Fluid table width and clean styling.</li>
</ul>
<h2>MyAjax Uses:</h2>
<ul>
<li>Simply browsing a MySQL table</li>
<li>Allowing customers to easily search and browse a product list</li>
<li>Maintain staff lists and directories</li>
<li>Quickly search a databases contents</li>
</ul>
<p></p>
<p>The download includes demo code and instructions of how to set this up on your website. config.php is all you need to edit to have it up and running within 5 minutes of downloading.</p>
<div class="download_box">
<div class="download_top">
<h1>Ajax Powered MySQL Table Viewer</h1>
</p></div>
<div class="download_content">
<div class="content_left">
			<img src="/paypal/images/sevenscript_package_box.png" />
		</div>
<div class="content_right">
<ul class="download_stats">
<li><strong>Number of Downloads:</strong> 137</li>
<li><strong>Number of Files:</strong> 14</li>
<li><strong>Total File Size:</strong> 31.2kb</li>
<li><strong>Compatible Browsers:</strong> IE6, IE7, IE8, Firefox 2.5+, Opera, Safari</li>
</ul>
<div class="download_pricing">
<form id="currencyForm">
<div class="rowElem">
						<span class="download_price" id="spanPrice">$15</span></p>
<select id="select" name="select" onchange="javascript: changeCurrency('15');">
							<option value="">Change Currency&#8230;</option><br />
<option value="USD">USD &#8211; U.S. Dollars</option><br />
<option value="GBP">GBP &#8211; Pounds Sterling</option><br />
<option value="EUR">EUR &#8211; Euros</option><br />
<option value="AUD">AUD &#8211; Australian Dollars</option><br />
<option value="CAD">CAD &#8211; Canadian Dollars</option><br />
<option value="JPY">JPY &#8211; Yen</option><br />
<option value="NZD">NZD &#8211; New Zealand Dollar</option><br />
<option value="CHF">CHF &#8211; Swiss Franc</option><br />
<option value="HKD">HKD &#8211; Hong Kong Dollar</option><br />
<option value="SGD">SGD &#8211; Singapore Dollar</option><br />
<option value="SEK">SEK &#8211; Swedish Krona</option><br />
<option value="DKK">DKK &#8211; Danish Krone</option><br />
<option value="PLN">PLN &#8211; Polish Zloty</option><br />
<option value="NOK">NOK &#8211; Norwegian Krone</option><br />
<option value="HUF">HUF &#8211; Hungarian Forint</option><br />
<option value="CZK">CZK &#8211; Czech Koruna</option><br />
<option value="MXN">MXN &#8211; Mexican Peso</option><br />
<option value="BRL">BRL &#8211; Brazilian Real</option><br />
<option value="MYR">MYR &#8211; Malaysian Ringgits</option><br />
<option value="PHP">PHP &#8211; Philippine Pesos</option><br />
<option value="THB">THB &#8211; Thai Baht</option>						</select>
</p></div>
</p></form>
</p></div>
</p></div>
<div style="clear: both;"></div>
<div id="payment_box">
<div id="payment_left">
				<img src="/paypal/images/paypal_button.png" />
			</div>
<div id="payment_button">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="sales@sevenscript.net">
<input type="hidden" name="item_name" value="MyAjax">
<input type="hidden" name="item_number" value="2">
<input type="hidden" name="amount" value="15.00">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="rm" value="2">
<input type="hidden" name="return" value="http://www.sevenscript.net/?page_id=128">
<input type="hidden" name="cancel_return" value="http://www.sevenscript.net">
<input type="hidden" name="notify_url" value="http://www.sevenscript.net/paypal/paypal.php">
<input type="image" src="/paypal/images/purchase_button.png" border="0" name="submit" alt="Make payments with PayPal - it’s fast, free and secure!">
				<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
				</form>
</p></div>
<div style="clear: both;"></div>
</p></div>
</p></div>
<div class="download_bottom">
	</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sevenscript.net/ajax-powered-mysql-table-viewer/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
	</channel>
</rss>

