LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Closed Thread
  Search this Thread
Old 07-28-2011, 07:07 AM   #1
fishyjoe
LQ Newbie
 
Registered: Jul 2011
Posts: 3

Rep: Reputation: Disabled
Web Programming For Linux Browsers


Hi, I've searched a bit about this but I need some interactive help with this, since I'm not really knowing much about Linux.
I've helped design a website, http://www.domain.ldt and I don't know how to verify if it will display properly for people who use Linux and thus Linux web browsers. I tried using a website that would create screenshots from various browsers but my attempt was a disaster. I can only verify for Firefox and IE windows version myself...

Is there compatibility issues I should be aware of, or will it generally display properly? Do any of you, for example, have problems with the way this website displays?

Any info or tips would be greatly appreciated.
Thanks for your time!

Last edited by Tinkster; 07-29-2011 at 09:19 PM. Reason: page taken off
 
Old 07-28-2011, 08:19 AM   #2
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
I find that Firefox on Linux behaves more or less the same as it does on Windows. I say "more or less" because there may be different fonts available on Linux and Windows. But then you have to design your site knowing that users will have different font/text size settings in their own browsers. I would expect Google Chrome to be the same on Linux and Windows too, it's the same rendering engine after all.
 
Old 07-28-2011, 08:42 AM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Tried your site in Seamonkey on Slackware 13.37 64 bit and it is working fine (besides that I don't understand the language).
 
Old 07-28-2011, 08:54 AM   #4
fishyjoe
LQ Newbie
 
Registered: Jul 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Andrew Benton View Post
I find that Firefox on Linux behaves more or less the same as it does on Windows. I say "more or less" because there may be different fonts available on Linux and Windows. But then you have to design your site knowing that users will have different font/text size settings in their own browsers. I would expect Google Chrome to be the same on Linux and Windows too, it's the same rendering engine after all.
Cool! The font on the website is Arial, so it's not like I'm using something exotic or anything... I think the thing I was worried most about was the Javascript/CSS drop-down menu. If Javascript is disabled or not working or whatever, it still works fine in CSS (of course doesn't work like a tree or show the collapse/expand buttons).

---------- Post added 07-28-11 at 04:54 PM ----------

Quote:
Originally Posted by TobiSGD View Post
Tried your site in Seamonkey on Slackware 13.37 64 bit and it is working fine (besides that I don't understand the language).
Thanks!
 
Old 07-28-2011, 09:04 AM   #5
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Your first step will / should be to use validators to check if your pages are compliant with the standards; do a search for 'w3c validation' or 'w3c validator' if you haven't validated yet.

Once that's sorted, you can start worrying about the different browsers. One trick might be to use a live version of some distros, connect to the net and use the browser that is supplied with the distro. The other one is to install a distro and install every possible browser that you can find.


PS You have 15 errors on the given page according to http://validator.w3.org/
 
1 members found this post helpful.
Old 07-29-2011, 03:43 AM   #6
fishyjoe
LQ Newbie
 
Registered: Jul 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Wim Sturkenboom View Post
Your first step will / should be to use validators to check if your pages are compliant with the standards; do a search for 'w3c validation' or 'w3c validator' if you haven't validated yet.

Once that's sorted, you can start worrying about the different browsers. One trick might be to use a live version of some distros, connect to the net and use the browser that is supplied with the distro. The other one is to install a distro and install every possible browser that you can find.


PS You have 15 errors on the given page according to http://validator.w3.org/
Hey, thanks a lot, I've heard of w3c before but didn't think to look for validators. Sounds like I have some errors to resolve. lol. Thanks again!
 
Old 07-29-2011, 08:40 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,345
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
It looked fine in Opera 11.50 on CentOS 5.6. Of course, I couldn't read the language either.

Opera is a good testing tool, because it's less tolerant of non-standard-compliant sites than most other browsers and is available for multiple platforms. If a site works in Opera, it's very likely to work with any other browser (except perhaps IE, because IE has a historical of being non-compliant). Opera also includes integrated developer tools (Opera Dragonfly) without users' having to install add-ons or extensions.

Of course, nothing beats loading the site in different browsers and putting it through its paces.
 
Old 07-29-2011, 09:21 PM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
I took the liberty to remove the link to your site; really, it's easy
enough to set-up a VM on your workstation, and test from there.
In fact, if you call yourself a web developer that's exactly what
you need to do / should have done to begin with.

I feel that the purpose of this thread is to get exposure for your
webpages for free, in other words: SPAM.

And with these words I'm closing this thread.


Cheers,
Tink

Last edited by Tinkster; 07-29-2011 at 09:23 PM.
 
  


Closed 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



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: 4 Secure Web Browsers for Linux and Everyone Else LXer Syndicated Linux News 0 11-01-2010 03:50 PM
LXer: Comparison Between Linux Web Browsers - Review of 5 Linux Browsers LXer Syndicated Linux News 0 05-17-2008 01:21 PM
Web Browsers for Linux lel800 Linux - Software 24 08-25-2004 10:04 PM
Linux Web Browsers...?? Kernel_Sanders Linux - Software 5 06-30-2003 07:17 PM
Linux Web Browsers...?? Kernel_Sanders Linux - Software 1 06-30-2003 03:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration