Creative Art is a web log where you find blog tips web design tips graphics art logo designs web layout free web tools and many more..
CAPTCHA control for handling form SPAM
Get link
Facebook
X
Pinterest
Email
Other Apps
-
captcha
Recently I used a free utility reCAPTCHA in my website contact form.
The commonly accepted approach of handling form SPAM is by using a
CAPTCHA control on your forms. reCAPTCHA helps prevent automated abuse
of your site
Below are step-by-step instructions for integrating reCAPTCHA in your CI app.
Create a reCAPTCHA account
Download the reCAPTCHA PHP library
Use the library in your project
To change the theme and other options, simply create a dictionary called RecaptchaOptions in a script-tag:
Absolutely, the reCAPTCHA website has detailed instructions for how to alter the look and feel of the reCAPTCHA form control.
http://www.google.com/recaptcha/whyrecaptcha
reative logo creative logo design logo design creative logo design ideas creative logo design portfolio creative logos hand awesome logos logo design inspiration
In this article we listed best chart libraries that you can use in your projects. Most of them are free for personal and commercial use. Jquery GraphUp Plugin “GraphUp is a very flexible and lightweight jQuery (v1.4+) plugin to spice up your data tables. It visualizes the values using color, bar charts and bubbles.” and only 4kB. Demo . jQuery Highcharts Highcharts is a really impressive jQuery Chart Library. In a few words Highcharts is compatible with most Browsers and even the iPhone; numerous chart types are supported; it is a dynamic plugin because you can add, remove and modify series, axes or points at any time after chart creation and you can load data from external files; tooltip labels are also supported which is great for detailed information in a point of a chart; zooming and last but not least all text labels can be rotated in any angle. Demo jqPlot jqPlot is a plotting and charting plugin for the jQuery. jqPlot produce...
Here, I will show you how you can get all shopping cart items and total in magento. Magento has a the feature to create rules in the Shopping Cart . fallow below steps. $items = Mage::getSingleton('checkout/session')->getQuote()->getAllItems(); foreach($items as $item) { echo 'Product ID: '.$item->getProductId().''; echo 'Product Name: '.$item->getName().''; echo 'Product Sku: '.$item->getSku().''; echo 'Product Quantity: '.$item->getQty().''; echo 'Product Price: '.$item->getPrice().''; if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): $_incl = $this->helper('checkout')->getPriceInclTax($item); echo 'Product Price: '. $this->helper('checkout')->formatPrice($_inc...
Comments