Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignWeb Design Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 6th, 2012, 05:33 PM
rscott2 rscott2 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2012
Posts: 1 rscott2 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 m 43 sec
Reputation Power: 0
New Member - Question about how to a specific design...

I'm doing a website for my friend's guitar store. The concept is, he wants to have an amplifier and for the mesh of that amplifier to be the content part. We'd have a navigation bar at the the top consisting of knobs...as each link was clicked the mesh would fade or some other effect, and content would be seen. I'm just wondering how to get that result. Many have said jquery, but all i see is sliders where where there isn't any navigation, but arrows.

Any help would be great...
Here's a link to a large jpg i have at the site
algiersmusicpoint.com

Reply With Quote
  #2  
Old January 8th, 2012, 06:32 PM
Catacaustic's Avatar
Catacaustic Catacaustic is offline
Code Monkey V. 0.9
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Mar 2005
Location: A Land Down Under
Posts: 1,885 Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Weeks 4 Days 14 h 31 m 3 sec
Reputation Power: 1798
jQuery, or most of the other JavaScript frameworks out there, are the way to go for this. I would suggest that you forget about looking for a ready-built script to do this, as you will most likely not find something to do what you want it to. With ideas like this it's normally better to do it all yourself so you know how it works and you can make it do exactly what you want it to. Just read up on the different events that you will need ('click' is probably the biggest one) and then the effects like fadeIn and fadeOut.

I do have one suggestion though... I'd set up the navigation so that individual pages are loaded like normal rather then using a fade in/fade out system. I say this so that you will have separate pages for each area rather then just one big page for everything. This is important from an SEO point of view, and lets your site have it's content seen correctly rather then as just one big page.
Comments on this post
elkehinze agrees!

Reply With Quote
  #3  
Old January 13th, 2012, 11:21 AM
naynay447 naynay447 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2012
Posts: 38 naynay447 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 4 m 3 sec
Reputation Power: 2
Best way to get it is to put a narrow image that looks like the area of an amp BEHIND the knobs. Give it a thick black border, if you can't generate the thing just like it should be. That should go all the way across.
Then, have a repeat background that is a 300x300 (or something medium sized) image of mesh to get the area in front of the speakers just right.

as for the knobs...Place images absolutely positioned OVER the top image (being sure the top image is in a DIV which is positioned relatively) OR make the whole thing together.
IF you are not comfortable with JS, a CSS hover will do almost just as well.
REALLY like the idea, btw. best of luck with it.

Reply With Quote
  #4  
Old January 31st, 2012, 09:45 AM
LinuxOwner LinuxOwner is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2012
Location: New York
Posts: 11 LinuxOwner User rank is Corporal (100 - 500 Reputation Level)LinuxOwner User rank is Corporal (100 - 500 Reputation Level)LinuxOwner User rank is Corporal (100 - 500 Reputation Level)LinuxOwner User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 h 49 m 8 sec
Reputation Power: 0
I know this is kind of old, but I was reading the post, followed his link, and looked to see where the OP decided to go with the advice.

My $.o2 cents?

Put your CSS on an external CSS sheet and then just link over to it.

perhaps for each one of the pages which a user will click on, you can have PHP just grab the content and just "Switch" the content when the user clicks the corresponding page.

Good luck on your quest.

Reply With Quote
  #5  
Old January 31st, 2012, 01:12 PM
elkehinze's Avatar
elkehinze elkehinze is offline
The Queen of Typos
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Sep 2004
Location: San Clemente
Posts: 1,471 elkehinze User rank is First Lieutenant (10000 - 20000 Reputation Level)elkehinze User rank is First Lieutenant (10000 - 20000 Reputation Level)elkehinze User rank is First Lieutenant (10000 - 20000 Reputation Level)elkehinze User rank is First Lieutenant (10000 - 20000 Reputation Level)elkehinze User rank is First Lieutenant (10000 - 20000 Reputation Level)elkehinze User rank is First Lieutenant (10000 - 20000 Reputation Level)elkehinze User rank is First Lieutenant (10000 - 20000 Reputation Level)elkehinze User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 2 Weeks 1 Day 5 h 31 m 29 sec
Reputation Power: 189
Send a message via ICQ to elkehinze Send a message via AIM to elkehinze Send a message via MSN to elkehinze Send a message via Yahoo to elkehinze Send a message via Skype to elkehinze
Facebook
I'd also suggest optimizing the image of the amplifier, that file is HUGE and takes forever to download. People will not wait for it to load.

Size the image appropriately and then optimize it.

Some resources to help you understand PNG optimization.

Clevel PNG Optimization Techniques
Optimizing PNG for Web
5-Minute PNG Optimization

In addition, I would set the amp to be the background of the content area and then add the content information as text rather than have multiple images to display your text.

This will help with SEO and general load times as you will use only one image.

CSS Background

Reply With Quote
  #6  
Old January 31st, 2012, 09:51 PM
LinuxOwner LinuxOwner is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2012
Location: New York
Posts: 11 LinuxOwner User rank is Corporal (100 - 500 Reputation Level)LinuxOwner User rank is Corporal (100 - 500 Reputation Level)LinuxOwner User rank is Corporal (100 - 500 Reputation Level)LinuxOwner User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 h 49 m 8 sec
Reputation Power: 0
Quote:
In addition, I would set the amp to be the background of the content area and then add the content information as text rather than have multiple images to display your text


Ha. Sound advice! (pun?)

Be that as it may, that's where I was going with that when I mentioned the php switch. Figured he would have the amp appear on index.php and only the "content" (text) would switch when the tabs were clicked. nice. We are both on the same sheet of music, (pun again?LoL). Thanks for clarifying where I lacked on explaining to the OP.
Comments on this post
elkehinze agrees!

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > New Member - Question about how to a specific design...

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap