21
Dec

Create A Gift Certificate Using Paypal

PayPal makes it easy to sell gift certificates on your website. You can sell gift certificates at no extra cost; the PayPal fees are exactly the same as a direct purchase.

PayPal will track all the gift certificates that are purchased as well as all the certificates that are redeemed. You’ll get an email each time someone buys a certificate or redeems a certificate.

It’s essentially a free sophisticated gift certificate system you can take advantage of through using PayPal.

Here’s how to create a gift certificate.

Step 1: Click on Merchant Services

Merchant services is where you manage all the services PayPal provides you as an online payment processor. Click on Manage Services to access the menu.

Continue reading “Create A Gift Certificate Using Paypal” »

21
Dec

How can we extract string ‘jqueryideas.com’ from a string ‘http://info@jqueryideas.com’ using regular expression of PHP?

<?php preg_match("/^http:\/\/.+@(.+)$/","http://info@abc.com",$found); ?>
<?php echo $found[1]; ?>
7
Dec

fixing Jquery and mootools conflict

Sometimes you need to use more than one javascript library for extended functionality. Two most popular libraries are mootools and jquery. They conflict because mootools is a prototype and jquery is not. But there is a simple technique to fix this. you can use them both without a conflict.

You just need to take 2 precautions.
Continue reading “fixing Jquery and mootools conflict” »

© 2011-2012 jqueryideas.com - All rights reserved.