Archive for the ‘Website Addons’ Category

Email confirmation sent after Paypal payment has been completed + itemized the product

Thursday, July 15th, 2010

Problem: Email confirmation sent after Paypal payment has been completed + itemized the product
The problem above was requested of my Canadian clients for their site . I used the virtuemart patch here but it took me a long time to figure out and i encountered a lot of errors. What I did [...]

>>read more

How to add a bookmark code in your high traffic website

Tuesday, August 18th, 2009

Here’s how to add a bookmark code in your high traffic website:
1. Place the following script into your section in the page you need to use it:
<script type="text/javascript">
function bookmark_us(url, title){
if (window.sidebar) // firefox
window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
var elem = document.createElement(’a’);
elem.setAttribute(’href’,url);
elem.setAttribute(’title’,title);
[...]

>>read more

How to sort your even list order in Eventlist

Tuesday, February 10th, 2009

The tutorials explains how to sort date to descending on your event list displaying in EventList joomla page. Evenlist is a free extention in joomla that offers a lot features and possibilities which makes your work easier, like the Venue database, Frontend editing with more than the three Joomla! access levels, Picture resizing and much [...]

>>read more

Change form action based on 2 select option

Monday, February 9th, 2009

The tutorial explains on how to change form action based on the 2 select option. The use of this code is for loading different pages using the submit function of the javascript (this.form.submit();) when one of the select option changes its value ( onchange=”changeAction(this.form,this.name);”). In the example below, the first select named range will load [...]

>>read more

VM Paypal Integration in virtuemart (itemize + shipping)

Friday, December 19th, 2008

When someone goes to checkout in PayPal like any other payment checkout it would be great to have each product listed item by item and the shipping rate. By using this VM Paypal Integration product in Virtuemart its allow you to do them both. For all those who are interested email me at arni@virtuosomaster.com [...]

>>read more

Wordpress Captcha (anti spam)

Wednesday, November 12th, 2008

I’ve gotten around 9,000 + spam comments since September to October 2008. It was becoming such a pain to delete them using phpmyadmin tool in my cpanel until i implemented reCAPTCHA WordPress Plugin. It seems to be working pretty well so far. Please let me know if you have any issues.
Here is the easy way [...]

>>read more

Multibox Integration in Blogger Template

Saturday, October 18th, 2008

I already tried adding lightbox 2.04 in a blogger and it works perfect to my blog. Now i tried another type of lightbox and it is called multibox created by phatfusion and the latest version now is multibox version 1.3.1. This lightbox supports images, flash, video, mp3s, html.

>>read more

Lightbox v2.04 Integration with Blogger Template

Friday, August 3rd, 2007

I’m using free Blogger account and i was trying to post my edited photo that i created a year ago. And i was looking for a good lightbox to add in my Blogger Template. Here is how I create a simple Photolog using Blogger.com, Photobucket.com and Lightbox v2.04. I was using photobucket.com image for some [...]

>>read more