Archive

Posts Tagged ‘add image’

Add Image Galllery To Website

February 9th, 2012 Comments off

Need a developer to add an image gallery to my website

Add Image Galllery To Website

January 17th, 2012 Comments off

Need a developer to add an image gallery to my website

Cms Add-image Upload Resizing

July 30th, 2009 Comments off

have existing cms for database of products, the image upload piece does not re size the images I need it to re size all new uploaded images to 240px wide and make the file size web compliant not HUGE

see:
http://www.crossingsfrenchfood.com/products_featured.php
imags should come in looking like these:http://www.crossingsfrenchfood.com/products_all.php

I need this Fixed NOW!!!!!

Add Image Option On My Script

July 24th, 2009 Comments off

Hi,
I have a BlogSystem from netartmedia… You can see the demo and features of this blog system here: http://www.netartmedia.net/blogsystem/demo.html

This system have already album extension but it looks very difficult for users to 1. Create album 2. Upload their photos.
I would like to make it more simple for use. This would bee like this:
User will be able to add images from hes computer at the “add articles” window.

Zencart – Add Image To Menu Bo

June 10th, 2009 Comments off

The left side menu box on www.prestonribbons.com developed on Zencart 3.8 needs to be modified to display an image at the top of the box. Immediate ccess to Zencart admin will be provided upon acceptance of bid. Only experienced Zencart programmers please.

Add Image Fade 2 Simple Script

April 13th, 2009 Comments off

Hello I have a very easy javascript script that I would like customized. The script currently allows you to have a background image in a div rotate. I would like to add a fade between the rotation of pictures currently it just changes. I would like to modify the current script but if you have another script that is as easy to implement I would be open.

you can view the script in action here –
http://lilryan.net/regency/index.php

here is the script in its current form
<!–
<script type=”text/javascript”>
// Background image slide show
// http://www.willmaster.com/
// Copyright 2008 Bontrager Connection, LLC

var imageArray = new Array(); // leave as is.

// Specify number of milliseconds between image switches.
var switchMilliseconds = 6000;

// Specify the id of the div or other HTML tag with the
// background image to switch.

var divID = ‘mainCTA’;

// To add more images, continue the pattern below.

imageArray[0] = ‘imgs/indexCTA.gif’;
imageArray[1] = ‘imgs/indexCTApostAboutUs.gif’;
imageArray[2] = ‘imgs/indexCTA3.gif’;

// No further customization needed in this JavaScript

function publishPicture(i) {
document.getElementById(divID).style.background = ‘url(“‘+imageArray[i]+’”)’;
i++;
if( i > (imageArray.length – 1) ) { i = 0; }
setTimeout(‘publishPicture(‘+i+’)',switchMilliseconds);
}
publishPicture(0);
</script>

–>

The script currently allows me to set the time between picture changes in the new script I need to be able to change the duration of the fade between the picture in the same way I can change the time between picture changes.

This should be a very easy Fast and straight forward project for anyone with javascript experience please bid fairly.

Thank you

Bear