www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > HTML

    HTML Discussion and technical support for building, using and deploying HTML sites.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 11-06-2009, 01:13 PM
    srz srz is offline
    Registered User
     
    Join Date: Nov 2009
    Posts: 5
    Talking new web site/help re: format and resolution

    greetings, any and all. i am a new user and would be very grateful indeed for any help that anyone might offer.

    i'm starting a new business website: www.english2china.com/.

    my question is specific, at the moment, although any other comments would also be appreciated. As for the site itself, i 'put it together' myself using kompozer, however i've been told that the web pages do not appear correctly in other browsers/OS's.

    can anyone verify that there is an issue that i must resolve and perhaps let me know whether this is a CSS problem? i know nothing about this at all and it doesn't seem easy to 'pick it up' quickly without any prior skills (which admittedly i lack!).

    thanks in advance. sz
    Reply With Quote
      #2  
    Old 11-06-2009, 06:56 PM
    EasyTech's Avatar
    EasyTech EasyTech is offline
    Registered User
     
    Join Date: Jun 2009
    Location: Washington (State)
    Posts: 44
    I see a couple of issues really quick- blue text on a blue background is difficult to read. I see very, very tiny icons for... something ¿email? The general style is a large, forced-width table extending beyond the width of the window. Vertical scrolling is acceptable, but web page should never need to scroll horizontally.

    Now, as to the compatibility issues. I'm seeing a lot of <big> and <small> tags. I have no idea what these are, and many browsers probably don't know what to do with them either. <div align="left'> Well, what are you aligning? Are you aligning the contents inside the <div> or aligning the <div> wrt it's parent element? You need to be very exact when giving instructions to a browser, otherwise anything can happen. And from your post, anything -is- happening.

    I suggest a serious re-write of the website. Most wysiwyg editors are crap, and create more problems than they solve. There are a few good ones, I hear. I only write in raw code.

    Finally, you site should be validated (http://validator.w3.org/ ) This should make it work in all browsers.

    --Dave
    Reply With Quote
      #3  
    Old 11-07-2009, 01:33 AM
    srz srz is offline
    Registered User
     
    Join Date: Nov 2009
    Posts: 5
    thanks, dave

    much obliged for the preliminary comments. as you can easily note, i am a 'neophyte' and i don't pretend to know what i'm doing. but if it's possible to learn, i'd like to give it a try.

    the tiny 'email' links at the top left are from the top image...i don't know how to use .psd to remove these 3 'non-links'. The coloring of the links, i.e., blue on blue is one of the issues i'm trying to resolve...the link colors maybe appear differently in different browsers?

    my screen resolution is pretty wide and so i designed the page to this size. i am trying the validator you suggested. i will also try to remove the big/small tags. to be honest, i've been working with the wysiwyg rather than the code, but i will try to work that out asap.

    any other comments would be appreciated...from anybody. thanks in advance. the site being developed is: www.english2china.com/.
    Reply With Quote
      #4  
    Old 11-07-2009, 07:15 AM
    kiwibrit kiwibrit is offline
    Registered User
     
    Join Date: Jun 2005
    Location: United Kingdom
    Posts: 902
    Golden rule for web developers to test in a variety of browsers, so that you can see for yourself. IMV the latest versions of Firefox, Opera, Chrome, and Safari will usually be OK since users of them will probably be enthusiasts who will allow updates as they happen. IE is another matter. Some users will just stick to what came with their computer, others will be forced to stick to a version as low as IE6 because of corporate legacy software issues. Accordingly you need to test at least in IE6, IE7 and IE8. That can be a problem if you are just running one computer - but that can be got around with IE Tester.

    FWIW, in Firefox I would say your text layout could be improved, and, if you feel you must use tables, you should get rid of the rendering of the cell borders. Personally, I am with EasyTech: get your coding right, and then tidy up the look. If you can't do that, hire a professional to get your site up and running.
    Reply With Quote
      #5  
    Old 11-07-2009, 06:48 PM
    EasyTech's Avatar
    EasyTech EasyTech is offline
    Registered User
     
    Join Date: Jun 2009
    Location: Washington (State)
    Posts: 44
    Download the GIMP for cropping the picture. It's free, its as good Photoshop-2-3 versions behind. I've heard Square Space being advertised a lot. It's a new on-line wysisyg editor, free on a trial basis.

    Basically, if you your code is perfect, you don't need to do much for compatibility issue. (IE , especially 6 and below, don't always obey the rules though. I think their market share is small enough to not worry about it.) Where browsers really differ, is in handling bad code. In the past, people would deliberately write bad code because that is what made it work in IE.

    You mentioned that you have a large monitor, but your website is trying to sell a service. Don't make your customers get larger monitors. You have no control over their monitor's size, brightness, contrast, white balance, etc. If your web site looks good on an 800 by 600 monitor, that is safe. Some people will argue that 1024 by 728 is a small enough for today's market.

    --Dave
    Reply With Quote
      #6  
    Old 11-13-2009, 05:43 PM
    srz srz is offline
    Registered User
     
    Join Date: Nov 2009
    Posts: 5
    Talking thanks, fellas

    Very useful information and I wanted to thank you. I've abandoned IE as my everyday browser...i finally was sufficiently chastised by your advice to download firefox and of course i feel somewhat free. unfortunately, i have 2 online jobs that both require IE and windows to operate. emulation, etc. doesn't seem to work on these sites and i suppose they get their allotted kickbacks from the big M. But what do I know...

    I am also going to try out the site developer program you mentioned, dave. it does seem like just what i need. i have thrown together at least 15 not entirely functional websites in my life and i suppose like mickey rivers, the not very famous yankee outfielder once said: 'there comes a certain point in your life where you should concentrate on your strengths.'

    as for GIMP, i think i'll give it a miss. i have made a few template .psd sites, but they too alas proved unsparingly defective. much obliged again for the good guidance...very excellent site and feedback.
    Reply With Quote
      #7  
    Old 11-13-2009, 06:07 PM
    EasyTech's Avatar
    EasyTech EasyTech is offline
    Registered User
     
    Join Date: Jun 2009
    Location: Washington (State)
    Posts: 44
    Did you know that Safari can "mimic" different web browsers? If I want to watch "The Guild" on MSN video, I simply tell Safari to send the "Internet Explorer 8.0" user agent and it lets me watch it. If I don't falsify the user agent, I am politely informed that the video will not work. I'm sure Firefox can do that too with the right plug-in.

    Of course, Safari will still have problems with Active-X components, so this may not always be feasible.

    The best Solution for a developer, is to get a Mac. Install VirtualBox, and install Windows into that. With "Spaces" you can have 1 your various desktops devoted to Windows, and the rest for getting work done.

    --Dave
    Reply With Quote
      #8  
    Old 11-13-2009, 10:04 PM
    srz srz is offline
    Registered User
     
    Join Date: Nov 2009
    Posts: 5
    Wink thanks again!

    I have an MS in Online Teaching and Learning. I combine that with the standard 'old guy' thick as a brick syndrome. In fact, I studied the former in order to overcome the latter. I've done a damnably fine job in some regards, but as you all well know specialized skills require specialized training. Masters degrees are notoriously theoretical, and alas, I never went to the local junior college to actually learn anything useful.

    I mention this because I have 'tried' oh so many things. But I'm certainly not going to outsmart the code dudes at Blackboard or ETS. If you're interested in trying to access either of these without IE, I wish you better luck than I have had. I tried a few plug ins and I also tried Linux. Like I say, these 'big boys' are likely getting something back at the other end and both require windows and IE. I work for both of them so I know what I know...admittedly not a whole hell of a lot.

    I like squarespace...it might be worth $8 a month to have something so simple. I wonder if there are any disadvantages to having a blog web site...it seems easier to work with and I have seen online courses presented in this format that looked just swell...thanks again!

    Last edited by srz; 11-13-2009 at 10:06 PM. Reason: misspelling
    Reply With Quote
      #9  
    Old 11-14-2009, 09:00 PM
    srz srz is offline
    Registered User
     
    Join Date: Nov 2009
    Posts: 5
    follow up request for advice...thanks

    Hello, once again. I'm trying to straighten out the issues with my web site: www.english2china.com/.

    I have realized that I had might as well take this opportunity to try to work out the remaining code issues. I'm just trying to put together a simple site.

    I have 'narrowed' down the outline and the frames. I removed the big image at the top. I'm wondering if someone might be able to help me with two specific issues.

    In firefox, the title lettering (2 lines at top) align nicely, but in IE they're a little off. Is this a 'code' issue, i.e., is there any way that I can prevent the 2 browsers from rendering differently? Or, is there perhaps some sort of workaround for this issue. I don't suppose I'm the first one who has had this occur...

    Second, I'm definitely having some issues with the text link colors...and some other color issues that I'd like to change but I seem unable to do so through the normal means...

    Also, could anyone provide the 'second level' of advice, i.e., any comments about other issues with the home page of the site (the linked pages have not yet been adjusted...)

    Much obliged as always. If I can help the forum in any way, please let me know. Thanks! sz
    Reply With Quote
    Reply

    Bookmarks

    Tags
    browser, css, html


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    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

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 07:45 AM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.