Website Babble Webmaster Forums  


Go Back   Website Babble Webmaster Forums > Creating a Website > Ideas, Topic Choice & Brainstorming (Before You Begin)

Your WB Notifications

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-02-2009, 10:48 AM
Junior Babbler
 
Join Date: Sep 2009
Posts: 5
doncrust has no reputation at Website Babble yet.
Question Is Flash important?

I have started with the site but I'll like to know if its important to use flash menu... if yes please where can I get material on that?

Thanks

Last edited by doncrust; 10-02-2009 at 11:01 AM.
Reply With Quote
  #2 (permalink)  
Old 10-02-2009, 11:11 AM
Master Babbler
 
Join Date: Sep 2009
Posts: 152
Coder is a reputable WB member and has over 100 reputation pointsCoder is a reputable WB member and has over 100 reputation points
Default

So you have a HTML site and you are thinking about using Adobe Flash for the navigation? It is certainly an option, but I wouldn't recommend it. Using Flash for critical site elements such as navigation can create a number of problems. Consider the following...
  • Accessibility - users without flash or those using specialist browsers may struggle to navigate your site.
  • Search engines - although search engines are getting better at understanding Flash, it's not something I would trust just yet.
  • Loading times - Flash files can get big quite quickly, especially if you use some high quality images. People on slow connections may have to wait just to get to the page they want. Also, since it is a separate hit on your server, if the file fails to load, there will be no menu.

Flash is great for site elements that are not critical to a good user experience. I would stick to standard HTML links for something as important as your main site navigation.
Reply With Quote
  #3 (permalink)  
Old 10-03-2009, 04:49 AM
Junior Babbler
 
Join Date: May 2009
Posts: 28
Talicy has a few positive reputation points
Default

Yes. Also, why use a flash menu when you have lovely javascript or even just plain HTML & CSS menus out there! You can certainly use them, but I personally wouldn't. I would stick to standard HTML links like Coder said and spice it up with some CSS. You'll be surprised what you can make with just two simple things.

Dreamweaver also creates flash buttons for your navigation - something I don't like.
Reply With Quote
  #4 (permalink)  
Old 10-08-2009, 10:29 AM
Dynamike's Avatar
Master Babbler
 
Join Date: Oct 2009
Location: Michigan
Posts: 434
Dynamike has no reputation at Website Babble yet.
Default

If you seriously want to use flash, I would recommend it partial on a HTML website. It can be made that way. I had to learn the hard way. My whole template was flash. Always remember, "Business before pleasure."
Reply With Quote
  #5 (permalink)  
Old 10-09-2009, 09:30 AM
Junior Babbler
 
Join Date: Sep 2009
Posts: 5
doncrust has no reputation at Website Babble yet.
Default

thanks Dynamike
Reply With Quote
  #6 (permalink)  
Old 10-09-2009, 10:36 AM
imwebmaster2's Avatar
Junior Babbler
 
Join Date: Oct 2009
Location: San Antonio, Texas
Posts: 26
imwebmaster2 has no reputation at Website Babble yet.
Default

Coder and Talicy have hit the nail on the head
on how to use flash conservatively and for the
non critical parts of your website...in addition
to emphasis on using clean HTML and CSS code.

I even take a step deeper with a navigation bar..

I will not even use background images for my nav
buttons...the search engines don't recognize alt text
as significant for graphic nav buttons...

My preference in Nav Bar Links boil down to a nice
text font...and if I can, I'll use Nav titles that match
my meta keywords and like Talicy emphasized, employ
clean CSS code the search engines can scan on arrival

A step further I may make the font bold and highlighted.

Consider naming these Nav Links exactly to meta keywords.

I've had compliments on how simple and easy these Nav
links created a clear uncluttered visual appearance and
user experience...it's not what I like,,,it's what pleases users.

Last edited by imwebmaster2; 10-09-2009 at 11:04 AM. Reason: sentence correction
Reply With Quote
  #7 (permalink)  
Old 10-09-2009, 03:59 PM
Master Babbler
 
Join Date: Jun 2009
Location: United Kingdom - 'Down South'
Posts: 226
ed7up is a reputable WB member and has over 100 reputation pointsed7up is a reputable WB member and has over 100 reputation points
Default

Great topic; I'm looking at adding some small (240x400) interactive flash content to some of my pages this month!
Reply With Quote
  #8 (permalink)  
Old 10-12-2009, 02:33 AM
Regular Babbler
 
Join Date: Sep 2009
Posts: 36
wzlc has no reputation at Website Babble yet.
Default

Yeah , flash is important ,people can see more information from the photos and make peopel more interesting.
Reply With Quote
  #9 (permalink)  
Old 10-19-2009, 04:46 AM
alpha7's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: North Carolina
Posts: 890
alpha7 has a rock solid WB reputation (over 300 points)alpha7 has a rock solid WB reputation (over 300 points)alpha7 has a rock solid WB reputation (over 300 points)alpha7 has a rock solid WB reputation (over 300 points)
Default

In the web browser market, I would venture to say that the larger part of the market can load flash very efficiently. While it is true you should build for as many users as possible, you will not be able to please everyone. My children have their own pc (2 gigs of RAM, running xp) that is 6 years old, and they play games on noggin.com, PlayHouseDisney.com, NickJr.com, etc. all day long.

Now that being said, css is the best way to go, but I don't think a flash nav is going to encumber the site the way most people think. Besides, some people know flash, but don't know css or javascript.

When you have separate flash elements, they can load faster than some image intensive headers, buttons, and backgrounds that are not sliced. often times flash buttons only use 1 image file that is shared between all buttons, further reducing the file size. You can make the buttons beautiful and still load fast.

As for SEO, add all nav items to your footer as text links. The SE's have gotten very good at following flash links. Just remember to use text and NOT images on the buttons to help them out with the keywords. You should also make the keywords in the body of your pages text links to the pages that are linked to nav bar as well. There is always more than one way to get to main street. Do not use too many keywords though.

Flash is not evil. And when used sparingly with good SEO techniques, we can all help flash make the www a beautiful place.

But CSS is better.

And no I don't own stock in Adobe.
__________________
Alpha7
Web Hosting
Reply With Quote
  #10 (permalink)  
Old 10-19-2009, 07:56 AM
sequencehosting's Avatar
Ultimate Babbler
 
Join Date: Jun 2009
Location: Kent, England
Posts: 1,340
sequencehosting has a stellar WB reputation (over 400 points)sequencehosting has a stellar WB reputation (over 400 points)sequencehosting has a stellar WB reputation (over 400 points)sequencehosting has a stellar WB reputation (over 400 points)sequencehosting has a stellar WB reputation (over 400 points)
Default

I would certainly suggest CSS as your first choice, next javascript and lastly flash.

Everyone has rounded up the pro's and cons very well. All I will add is if you do choose a javascript or flash menu always add all your important links to the footer. Firstly it helps with SEO since search engines cannot read flash/javascript (currently). Also if the menu doesn't work for a visitor your leaving them a second option which will reduce the amount of visitors lost.
__________________
Professional Website Hosting - Now Hosting Over 75 Websites! >Testimonials<
Professional cPanel Web Hosting from $1/month!
Our Disk Space and Bandwidth Has Been Doubled! Learn More
WEBSITE BABBLE SPECIAL! FREE Domain! - FREE Wordpress Setup! - 24 Hour Support
Reply With Quote
  #11 (permalink)  
Old 10-19-2009, 11:46 AM
imwebmaster2's Avatar
Junior Babbler
 
Join Date: Oct 2009
Location: San Antonio, Texas
Posts: 26
imwebmaster2 has no reputation at Website Babble yet.
Default Test...Test...and retest

Where it appears many of us who have
contributed valid points in the use of
some more advanced SEO tactics, such as,
CSS, anchor text and keyword density....

I haven't seen anyone suggest testing ...

Just like we test and tweak for browsers
I always recommend testing loading speeds...
a prudent step in any web development...

As Apha7 mentioned, you can't please everyone

I say you better please the Search Engines too
and they aren't just everyone...
Reply With Quote
  #12 (permalink)  
Old 10-20-2009, 12:40 PM
Junior Babbler
 
Join Date: Oct 2009
Location: Gilbert, AZ
Posts: 22
ja029 has no reputation at Website Babble yet.
Default

Isn't it true that Google doesn't like javascript either?
Reply With Quote
  #13 (permalink)  
Old 10-20-2009, 01:01 PM
Dynamike's Avatar
Master Babbler
 
Join Date: Oct 2009
Location: Michigan
Posts: 434
Dynamike has no reputation at Website Babble yet.
Default

Quote:
Originally Posted by alpha7 View Post
But CSS is better.
Does CSS make certain objects move around like a flash site?
Reply With Quote
  #14 (permalink)  
Old 10-20-2009, 08:55 PM
alpha7's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: North Carolina
Posts: 890
alpha7 has a rock solid WB reputation (over 300 points)alpha7 has a rock solid WB reputation (over 300 points)alpha7 has a rock solid WB reputation (over 300 points)alpha7 has a rock solid WB reputation (over 300 points)
Default

Quote:
Originally Posted by ja029 View Post
Isn't it true that Google doesn't like javascript either?
I think one of the biggest problems with javascript is because of certain risks, some users may have it disabled in their browser. I don't think it is a large number of users though. It is more likely more savvy users who do it for a reason on an as needed basis.

Quote:
Originally Posted by imwebmaster2 View Post
Where it appears many of us who have
contributed valid points in the use of
some more advanced SEO tactics, such as,
CSS, anchor text and keyword density....

I haven't seen anyone suggest testing ...

Just like we test and tweak for browsers
I always recommend testing loading speeds...
a prudent step in any web development...

As Apha7 mentioned, you can't please everyone

I say you better please the Search Engines too
and they aren't just everyone...
Flash allows you to test the load speed of several different connections. But a simple nav button or bar is not going to be too heavy unless you add sound files, elaborate animations, or large/uncompressed images.

Quote:
Originally Posted by Dynamike View Post
Does CSS make certain objects move around like a flash site?
Advanced CSS can do some amazing things, but not like flash. I am not sure what the extent of CSS's abilities are. But it can do many rollover affects and give a nice crisp professional look and feel to your navigation designs. But if you want highly animated designs for entertainment purposes, then flash is what you want. I think the days of trying to impress your clients with lots of flash "just because" are gone. I think there should be a practical reason for what you use in your designs. For instance, before I learned about includes, I used flash to make my nav bar consistent across my designs as I added pages. All I had to do was update my flash file once. Depending on the project, I will still do that.
__________________
Alpha7
Web Hosting

Last edited by alpha7; 10-20-2009 at 08:58 PM. Reason: typo
Reply With Quote
Reply

Thread Tools
Display Modes

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




All times are GMT -6. The time now is 11:17 PM.


 Subscribe to RSS

WB Sponsors

flash chat

Home Jobs Online

Search Engine Marketing

Paid Surveys

Web Design Newcastle



 Subscribe to the Website Babble Feeds

2 Create a Website Homepage | 2 Create a Website Blog


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0