Graphic Design solutions that are worth their weight in gold for print, exhibits and the web.
  HOME       INTRODUCTION       PROFILE       PORTFOLIOS       CONTACT  

Now Accepting Major Credit Cards

Solution Graphics

LOGIN | REGISTER

     
 

Links to Other Free Scripts Sites

dynamicdrive.com

Visit www.dynamicdrive.com to download the original files for this Free Expandable Javascript Menu Script ddaccordion.js. DynamicDrive also has the files all zipped and ready for you to download. The choice is yours!

Sample of a Redirect Script

www.dynamicdrive.com Here is a LIVE sample of a redirect to an external Blog. My Novotech client manage their own M2M Blog at squarespace.com but wanted to "Redirect" anyone who entered http://www.novotech.com/blog to be redirected to the actual Blog at http://novotech.squarespace.com/

<script>

//Browser redirect Script- © Dynamic Drive (www.dynamicdrive.com)
//For full source code, 100's more DHTML scripts, and Terms Of Use,
//visit dynamicdrive.com

var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)

//if NS 6
if (browser_type=="Netscape"&&browser_version>=5)
window.location.replace("http://novotech.squarespace.com/")
//if IE 4+
else if (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)
window.location.replace("http://novotech.squarespace.com/")
//if NS4+
else if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("http://novotech.squarespace.com/")
//Default goto page (NOT NS 4+ and NOT IE 4+)
else
window.location="http://novotech.squarespace.com/"
</script>

imageloop.com

The slide show below was created on the www.imageloop.com web site. It is free to use. I thought I'd show it to you. I like it, but I do not like having to upload my files to their site. I also would like more control by having access to the code.

Your pictures and fotos in a slideshow on MySpace, eBay, Facebook or your website!view all pictures of this slideshow

translate.google.com

Google Translate Script is free at translate.google.com or Cut & Paste the DIV and Script below. Try it out and see what it does to the text on this page!

The DIV

<div id="google_translate_element"></div>

The DIV Placeholder needs to appear within the <body> of your web page.

The Script

<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

The <script> needs to appear within the <head> of your web page.

Result of the DIV

search.digitalpoint.com

Search Script is free at search.digitalpoint.com or Cut & Paste the DIV and Script below

The DIV

<div align="center">
<iframe style="width:375px; height:70px; margin:5px;" frameborder="0" allowtransparency="yes" scrolling="No" src="http://search.digitalpoint.com/iframe.php?site=www.guymercier.com&amp;b=1&amp;l=1"></iframe>
</div>

The DIV Placeholder needs to appear within the <body> of your web page.

Result of the DIV

It is unfortunate that the Google Logo is a GIF. As you can see their logo does not look good on my site. These unexpected surprises can affect the look of your site or the placement of the script on your web page.

Placed in a white table cell to correct the problem.

Color Scheme Chooser

WebsiteTips.com

This site will help you select color schemes for your site. The color schemer tool helps you choose color schemes for monochromatic, analogical, complimentary, split complementary, triadic, and double contrast. It's especially great for exploring color combinations easily and quickly. As you'll see, it automatically creates gorgeous color schemes to use for your Web projects or other projects. The HTML color codes are also provided within this color tool.

 
         
  Home | Site Map | Contact
Copyright © 2003-2010 GuyMercier.com, Inc. All rights reserved. | Last Updated: September 11, 2010
Return to Top of Page