Image Rollovers and CMS

This is a discussion on "Image Rollovers and CMS" within the JavaScript Forum section. This forum, and the thread "Image Rollovers and CMS are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 24th, 2007, 00:09
New Member
Join Date: Oct 2007
Location: Atlanta, GA
Age: 27
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Question Image Rollovers and CMS

Hi everyone, I have a question about a particular page in a site I'm developing. See the image below to help understand what I'm trying to do.
  1. Original state is a face in a circle. On mouse-over I would like it to change to the red dot w/name.
  2. When clicked, I would like the face to show up in the large red circle to the right. Would also like the red dot w/name to stay active over the face that was clicked.
  3. I would like to implement a CMS to enable the client to update/edit the page with new pictures and names while preserving the above functionality for each new image.
If I had to do any of these things separately, I'd be reasonably cool with it, but I don't know of a way to do all 3. I'm thinking AJAX may need to be involved. Does anyone know of a solution that would solve all 3 of my problems?




Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 24th, 2007, 13:34
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Rollovers and CMS

I'll move this to the JS forum as I'm thinking AJAX as well but I don't know anything about it ... we have a few JS/Ajax peeps on here so ... I'll let them help you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 24th, 2007, 19:13
New Member
Join Date: Oct 2007
Location: Atlanta, GA
Age: 27
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Rollovers and CMS

Thanks Karinne.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Oct 24th, 2007, 20:32
Highly Reputable Member
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Rollovers and CMS

OK, you'll have to separate this project into two parts:
1) the mouseovers / clicks / image changes. This part shouldn't be that hard. Just google for "javascript mouseover image changes." There are hundreds of tutorials out there...

2) the CMS. This will be a bit more complicated. You're going to need to use a server-side language like ASP of PHP and you'll also probably need a database. I'd suggest opening a new thread in the ASP or PHP forum if you have more questions about this aspect.

Good Luck, feel free to keep askin' and we'll do our best to help out...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Oct 24th, 2007, 20:59
New Member
Join Date: Oct 2007
Location: Atlanta, GA
Age: 27
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Rollovers and CMS

Thanks c010depunkk. I'm comfortable with part 1 (JS mouseovers, etc.). For part 2 (CMS), in your opinion, is there an open source CMS that would work well for that, or will it be easier/better to do a custom PHP/database solution?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Oct 25th, 2007, 06:26
Up'n'Coming Member
Join Date: Jun 2007
Location: Germany
Age: 23
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Rollovers and CMS

If you just want to add the "add new image" "remove image" funtions, i would do a little admin script by myself. The normal CMS System are always complete website solutions, so you need to implement the whole site into the CMS.

An alternative would be a simple gallery script, which will add the complete gallery funtionality to the website, including administration. c010depunkk has used one of these lately, maybe he can post it here? ^^
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Oct 25th, 2007, 06:39
Highly Reputable Member
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Rollovers and CMS

Quote:
Originally Posted by Raid View Post
Thanks c010depunkk. I'm comfortable with part 1 (JS mouseovers, etc.). For part 2 (CMS), in your opinion, is there an open source CMS that would work well for that, or will it be easier/better to do a custom PHP/database solution?
There's plenty of free CMS's: Wordpress, Joomla, Typo3.... just google.

Quote:
Originally Posted by Lucleonhart View Post
An alternative would be a simple gallery script, which will add the complete gallery funtionality to the website, including administration. c010depunkk has used one of these lately, maybe he can post it here? ^^
Nope, sorry. I coded a mod for ESPG 2.0 so that it's file structure based, but with DB description support, but at the moment it's one huge construction site....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Oct 25th, 2007, 06:47
New Member
Join Date: Oct 2007
Location: Atlanta, GA
Age: 27
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Rollovers and CMS

I know of several full featured CMSs - Joomla, etc. I guess I'm asking if anyone knows of a simple CMS that I could implement for this task.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Oct 25th, 2007, 07:50
Highly Reputable Member
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Image Rollovers and CMS

Textpattern is pretty simple and easy to integrate.
There's also Wordpress which is more of a blogging tool.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink Rollovers crackafaza Web Page Design 3 Aug 24th, 2007 11:43
Image Rollovers DDock3287 JavaScript Forum 14 Aug 16th, 2007 18:57
Image Rollovers DDock3287 Web Page Design 12 Aug 14th, 2007 21:23
faded rollovers benbramz Graphics and 3D 7 Aug 30th, 2005 15:28
ImageReady rollovers gwx03 Graphics and 3D 9 Jul 6th, 2004 07:48


All times are GMT. The time now is 11:16.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42