Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Could You Help

  1. #1
    Join Date
    Nov 2008
    Posts
    13
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Could You Help

    Hi Guys

    A couple of questions that i am sure some of you geniuses can answer easily

    First is what is the best sizes screen to develop a website, i created a website thought i had done great then opened it up on a larger screen to find that my menu bar was all to pot.

    Second when i preview my website as i build it i use IE, is there a different browser that i should be using, ie a browser that i can preview the site that should work in mosat other browsers.

    Third, i fancy having a play around with some flash, maybe a flash intro. Is there any free software out there thats easy to understand

    Lastly, a friend of mine has a bar, on his TV in the bar he plays a 5 hour dvd of different funny clips etc, he now wants to edit that dvd so periodocilly he can advertise drink promotions etc. He has movie maker to edit a movie but can not open the dvd. Does he have to convert the dvd files to a different format to make it play in movie maker before he can edit the dvd

    Hope this makes sense and thank you in advance

    Dave

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    1. You mean screen resolution? I use 1280 by 1024, if you're worried about different sizes on different resolutions, use percentages instead of pixels.

    2. Yes, you should be using at least 3 browsers, I suggest 3 of these 4(or all 4): Internet Explorer, Firefox, Opera, Safari, that will give you the view from every popular rendering system.

    3. Flash is difficult and I don't think there's a free program like flash that is easy to understand.

    I don't know the answer to your friends problem, sorry.

    Hope this helps.
    Jeremy | jfein.net

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by djohno24 View Post
    First is what is the best sizes screen to develop a website, i created a website thought i had done great then opened it up on a larger screen to find that my menu bar was all to pot.
    As Nile mentioned, the best route is to create a flexible layout. This means using percentage sizes instead of absolute pixel values. So, you might specify that something would be 50% of the viewport instead of 400 pixels.

    If you'd like to use a fixed-width design instead - I'd suggest 960px as the optimal width. That's the current standard.

    Second when i preview my website as i build it i use IE, is there a different browser that i should be using, ie a browser that i can preview the site that should work in mosat other browsers.
    First, you shouldn't be using IE as your default browser. Use a modern browser to do your testing in. You can then go back and fix for IE's broken layout model. If you're on Windows, Firefox is your best bet. If you're on a Mac, Safari or Firefox are great.

    You should test in every browser you can get your hands on though - and on various operating systems. My testing suite includes IE6, IE7, IE8, Fx2, Fx3, Safari 3, Safari 4 Beta, Chrome, Opera 9 tested across Win XP, Win Vista, Mac OS X Leopard & Linux. We've also started to test some of our sites in various mobile browsers.

    Really, there are a lot more compatibility and accessibility concerns than testing in 3 browsers will reveal. If you're serious about reaching a wide ranging audience, you need to be thorough in your testing.

    Third, i fancy having a play around with some flash, maybe a flash intro. Is there any free software out there thats easy to understand
    Flash intros are passe. I can understand the urge to put one in, but it really has no utility. It's all flash (pardon the pun) and no value. Avoid it.

    As far as a free Flash software - there is none. There is some cheaper software than Adobe Flash that might suit you (SwishMax comes to mind). I've never used any of these so I can't comment on how good they are. Adobe Flash also comes with a 30 day trial to try out. That's the only true, full-featured Flash IDE.

    Lastly, a friend of mine has a bar, on his TV in the bar he plays a 5 hour dvd of different funny clips etc, he now wants to edit that dvd so periodocilly he can advertise drink promotions etc. He has movie maker to edit a movie but can not open the dvd. Does he have to convert the dvd files to a different format to make it play in movie maker before he can edit the dvd
    With Windows Movie Maker? I'd assume you'll need a Windows Media formatted file to be able to work with it in Windows Movie Maker. Any real video editing software should be able to handle the raw DVD files, though. I don't think WMM is suited for this task. You should tell your friend to find the right tool for the job.

    I've only done video editing on a Mac so I don't have any recommendations for Windows software.

  4. #4
    Join Date
    Nov 2008
    Posts
    13
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Medyman View Post
    As Nile mentioned, the best route is to create a flexible layout. This means using percentage sizes instead of absolute pixel values. So, you might specify that something would be 50% of the viewport instead of 400 pixels.
    .
    I am using a programe called serif to build my website which seems to only let me work in pixels, any suggestions?

  5. #5
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    as Medyman suggested, 960px is a pretty safe way to go if you're using pixels. I try to make sure that everything important is viewable in the first 800px of the page, however; a surprising number of people still have really small screens, and, personally, I really hate having to scroll side-to-side. Percentages are better, though.

    As far as web editor programs go, my suggestion is to learn more about the languages (html, css, js, php), dump the web editor, and write your code directly with something like Notepad++ (it highlights code, tags, etc. and makes it easy to follow). The quality of my coding skyrocketed after I decided to actually learn how to write it , and it's still improving.

  6. #6
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by djohno24 View Post
    I am using a programe called serif to build my website which seems to only let me work in pixels, any suggestions?
    '

    I agree with traq. Learn the languages and start hand coding. At the very least, use something more established. Any web editor that locks you into a pixel-based design isn't one I'd waste my time with.

  7. #7
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by Medyman View Post
    ... At the very least, use something more established.
    lol, as long as it's not made by microsoft

  8. #8
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by traq View Post
    lol, as long as it's not made by microsoft
    haha...that's always a given. MS should seriously just quit. Bill Gates is a personal hero of mine but the vision and people running MS now is just behind the times (to put it nicely).

  9. #9
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    First, you shouldn't be using IE as your default browser. Use a modern browser to do your testing in. You can then go back and fix for IE's broken layout model. If you're on Windows, Firefox is your best bet. If you're on a Mac, Safari or Firefox are great.

    You should test in every browser you can get your hands on though - and on various operating systems. My testing suite includes IE6, IE7, IE8, Fx2, Fx3, Safari 3, Safari 4 Beta, Chrome, Opera 9 tested across Win XP, Win Vista, Mac OS X Leopard & Linux. We've also started to test some of our sites in various mobile browsers.

    Really, there are a lot more compatibility and accessibility concerns than testing in 3 browsers will reveal. If you're serious about reaching a wide ranging audience, you need to be thorough in your testing.
    If you are limited as to the number of browsers you can fully test in, have a look at BrowserShots.org to get an idea of what your site would look like using different browsers on different systems.

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  10. #10
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    I would suggest that, first of all, you make sure your pages validate. If they don't, all sorts of crossbowser problems may occur.
    ===
    Arie Molendijk.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •