Archive for the ‘Website Addons’ Category
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
Tags: add to favorites, bookmark, firefox, internet explorer, mozilla, netscape, safari
Posted in Blogger, Javascript, Joomla, Video Sharing Community, Website Addons, Wordpress, Zen Cart | No Comments »
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
Posted in Content Management System, Joomla, Website Addons | No Comments »
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
Tags: Form, Javascript, option, select, submit();, tutorial
Posted in Creloaded, Ecommerce, Form, Javascript, Joomla, Virtuemart, Website Addons | 2 Comments »
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
Tags: checkout, integration, Joomla, payment gateway, paypal, tutorial, Virtuemart
Posted in Ecommerce, Joomla, Virtuemart, Website Addons | 1 Comment »
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
Tags: API key, blog commenting, comment form, comment spam, cpanel, phpmyadmin, plugins, Plugins Management, reCAPTCHA, spam, widget, Wordpress, wordpress plugin, wp
Posted in Website Addons, Wordpress | No Comments »
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
Tags: Blogger, blogger templates, blogspot templates, images, Lightbox, ligthhbox integration, multibox, multibox version 1.3.1, phatfusion, photoblog, templates, tweak, Website Addons
Posted in Blogger, Javascript, Lightbox, Website Addons | 4 Comments »
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
Tags: Blogger, blogger templates, blogspot templates, Lightbox, ligthbox integration, photbucket, photoblog, photobucket and blogger, tweak, Website Addons
Posted in Blogger, Javascript, Lightbox, Website Addons | 33 Comments »