Jump to content

lm

Advanced Member
  • Posts

    273
  • Joined

  • Last visited

Posts posted by lm

  1. this is what forums for beginners in web design for:

    to answer the questions of people who are just start with web design.

    how do I link to my css

    Is just one of the standard questions they ask. Got bored? Move on, learn more. If you want challenge staying here in forum, be creative or look for inspiration elsewhere.

  2. It's important to validate your code - had you done so, you'd have found the mistakes.

    take it as a general rule while coding: once you wrote the code, validate HTML (helps to correct mistakes like missing closing tags and Doctype relevance) and CSS.

  3. have you got a link to your page to see what HTML was generated?

    In general, I don't believe generated code would be ever better than the one written manually so, once you got the the .swf file of your website, embed it using one of most common embedding methods. As for now, SWFobject is the most effective one.

    Also, from what you described is not clear how the .swf is built - is the header also in Flash and part of .swf the header image coded right into HTML?

  4. you need to go back to basics: watch or read a tutorial on Flash buttons (google "Flash button tutorials", and not only watch but create the actual button and assign it the actions getURL.

    Here is just one of many tutorials. It describes very basics. But make sure that you pick tutorial for your version of Flash so it would be easy for you to see where you are making the mistake in your script.

  5. aside of validation errors,

    Can you guys give me any tips that would improve the look of my site? Right now, I personally feel as though it does not have enough images on it, but images shouldn't be everything, either. I'm just saying it looks a little plain to me.

    Your present layout looks indeed quite not worked through.

    It is quite a challenge to create good dark background website.

    Might help if you look for some inspiration around the net: just google "dark background websites".

    Here is one of the examples.

    As you can see from the examples, texture, patterns, gradients are applied to almost each selector. Starting with the body selector: you can use some pattern, texture of gradient to define content box more clearly: especially if you deal with dark backgrounds ( instead of using thick white border).

    Of course it will be up to you to not to get overboard with effects and keep the content readable.

  6. Have you got the example page more.html ( from the zip file) working?

    If not, upload it ( together with more.css and .js ) files to some test directory and give us a link.

     

    In case you got the example page working, edit all content replacing all text to yours and see if it works for you.

    Now you are ready to add HTML to your working page.

    Make sure that Doctype of a test page is the same ( in the example it is

    Also dont forget to add links to css and .js files in the

    of a page.
  7. "More accessible seems CSS snippet but many JS lightboxes and accordions scripts also decently degrade if JS is off."

    What I meant is that using JS could cause some difficulties in accessibility ( if for example, JS is off, the content of lightbox will be unaccessible).

    Further, in some cases JS can make page content unreadable for search engines and screen readers.

    So when you choose lightbox, look for the accessible one, if possible, not only on how pretty they are.

    More reading about it:

    Creating accessible JS

    and as example of how to evaluate code snippet on usability/accessibility/degradability:

    http://mondaybynoon.com/2006/03/27/suckerfish-hoverlightbox/

  8. you can start with CSS "show me some more" snippet.

     

    And of course there are many JS based scripts:

    accordion type ( google "js accordions") where more of the content opens below the button on click and

    lightbox type (also JS - google "JS lightbox" ): extra content appear in the "lighbox" window.

     

    More accessible seems CSS snippet but many JS lightboxes and accordions scripts also decently degrade if JS is off.

  9. The best advice we can give you is: remove Flash intro page completely and have normal index.html/index.php page which has the actual content.

    Why? Flash intro, besides hurting your search engines rank, cause annoyance of visitors and has no actual content value ( you can surprise us if it has).

    When I clicked on your page link, I got a message that I need to installed some plugins (to watch your intro) "which potentially could harm my comp".

    If you have still feelings for the intro, convert it into a movie and let it play on a home page when visitor clicks the button Play.

  10. for most cases good embedded and/or linked to external sources slideshow will do the job because as mentioned above, videos take lots of time to load.

    I only see real necessity of embed videos for the websites in advertising to show off their skills in making those videos so they would want to have multiple movie player embedded. As far as I know now they want to have embedded movie players for HD quality videos (format .f4v).

    As for movie makers, if you are on PC, Windows Movie maker (free) will do the most of needed editing and learning curve - about 5-10 mins.

  11. why not to try grid layout if you want to get " numerous text boxes, each coloured differently".

     

    It becomes more and more popular now as an alternative to tables: CSS grid.

     

    If you google CSS grid, you'd get many sources and good documentation on it.

     

    I find Blueprint CSS quite easy to implement (could be daunting for beginner but the reward will be also the learning process of rather advanced CSS.

    The main advantages of CSS grid are good browsers support and neat outcome especially if you need multiple text boxes.

×
×
  • Create New...