100% Actually Free Web Graphics

 

yes, really

Annoyed by 'free' things that aren't? Me too. So, I'm giving you all the graphics, symbols, icons, web banners, backgrounds and animations that I've made over the years, 100% actually free for personal or business use (just not for inclusion in other collections without permission). Enjoy!

Web Graphics

Alchemy Symbols
Animations
Arrows

Backgrounds

Bullets, Balls & Stars
Buttons - Animated
Buttons - Oval
Buttons - Rectangular
Hazard & Roadsigns

 

 

CSS Tips

Page Backgrounds
Boxes w/ Rounded Corners
ZenCart Configuration

Dreamweaver Tips

 

Utilities

 

Off-Site Resources

 

JavaScript Random Image Display

 

Small but useful random image display generator.

There are many javascript sites out there with multiple variations on the theme of 'random images' but this one I have found to be simple to modify and use.

 

<script language="JavaScript" type="text/JavaScript">
< !--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

var currentdate = 0
var core = 0

function StringArray (n) {
this.length = n;
for (var i =1; i <= n; i++) {
this[i] = ' '
}
}
image = new StringArray(8)
image[0] = 'images/1.jpg'
image[1] = 'images/2.jpg'
image[2] = 'images/3.jpg'
image[3] = 'images/4.jpg'
image[4] = 'images/5.jpg'
image[5] = 'images/6.jpg'
image[6] = 'images/7.jpg'
image[7] = 'images/8.jpg'

var ran = 60/image.length

function ranimage() {
currentdate = new Date()
core = currentdate.getSeconds()
core = Math.floor(core/ran)
return(image[core])
}
document.write("<img src='" +ranimage()+ "'>")
//-->
</script>

 

 

 

Yes, I'll do custom requests -Talk to me, I rarely bite

What's New? - Shiny new things added irregularly

Google
 
Web www.hoxian.com