Archive for the ‘Javascript’ 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 »
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 »
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 »
Sunday, September 28th, 2008
Ways in fixing PNG transparency in IE 6:
1. Use of the IE PNG fix created by this site http://www.twinhelix.com/css/iepngfix/. This script use css declaration, supports <IMG SRC=””> image elements and background PNG images.
>>read more
Tags: background PNG, blank.gif, CSS, ie6, iepngfix, iepngfix.js, image elements, internet explorer 6, png, transparency
Posted in CSS, Javascript | No Comments »
Thursday, September 18th, 2008
To enable you to place Javascript, PHP and CSS right in to your content! Not only in your articles, but also in sections, categories, modules, components, META tags, etc. Click the link below to visit the Joomla plugins.
>>read more
Tags: CSS, Javascript, joomla 1.5, modules, PHP, plugins, sourcerer
Posted in Javascript, Joomla | 1 Comment »
Wednesday, September 17th, 2008
If you’re having problem with mootools.js here is the fix.
Put the code below in your custom joomla template:
>>read more
Tags: conflict, Joomla, joomla 1.5, mootools.js, slideshow
Posted in Javascript, Joomla | No 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 »
Tuesday, February 27th, 2007
I found a good javascript to limit the character in a textarea and it is very cool because it has a character counter.
Here is the code:
put this between your <head>…. </head>:
>>read more
Tags: character counter, Form, input field, Javascript, javascript code, javascritp character limit, limit character, limit textarea, textarea, web form
Posted in Form, Javascript | No Comments »