473,785 Members | 2,333 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Viewing in Different Browsers

Greetings everyone.

I'm new to the webdevelopment game and I developed my first site that looks
good in IE but crappy in Mozilla/Firefox.

Any advice on making my site browser to browser compatible?

All I know so far is HTML/CSS, so I won't fair well with Javascript solutions
or any other scripting language. I'm going to conquer those next.

Any advice would be appreciated. Thanks!

Nov 27 '07
16 2059
Andy Dingley <di*****@codesm iths.comwrites:
On 27 Nov, 16:34, Sherman Pendley <spamt...@dot-app.orgwrote:
>Andy Dingley <ding...@codesm iths.comwrites:
It's also well worth having a simple Unix server at home running
Apache, and that isn't the same PC as your Windows desktop. An old PC
will do, just install Ubuntu on it. Shouldn't cost more than a few
quid for a network cable and a hub.

If space and/or funds are limited, an instance of Linux running under
VirtualPC will suffice.

That takes memory though. I've an endless supply of old PCs that are
fit for nothing else than being a low-load non-production web server,
but I always find it hard to squeeze extra memory onto old
motherboards that require some weird format you can't find any more
and are running out of spare slots.
Certainly - I've done that too. I'm not disagreeing with that approach,
just pointing out that other options exist too. Horses for courses, and
all that. :-)

sherm--

--
WV News, Blogging, and Discussion: http://wv-www.com
Cocoa programming in Perl: http://camelbones.sourceforge.net
Nov 27 '07 #11
Andy Dingley wrote:
It's also well worth having a simple Unix server at home running
Apache, and that isn't the same PC as your Windows desktop. An old PC
will do, just install Ubuntu on it. Shouldn't cost more than a few
quid for a network cable and a hub.
I manage quite well with Apache under my Windows system.
http://swiftys.org.uk/ — I already had the swiftys.org.uk domain for my
"real" website, so I just pointed swiftys.org.uk at my desktop here at home.

The only drawback so far is that the Windows filesystem is
case-insensitive, so it leads me into sloppy ways not tolerated by
apache under Linux or AIX.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
Nov 28 '07 #12
On 28 Nov, 06:58, Steve Swift <Steve.J.Sw...@ gmail.comwrote:
I manage quite well with Apache under my Windows system.
Apache works pretty well under Windows these days, which certainly
wasn't the case not too long ago. However your hosting is still likely
to be Unix-based, so a bit of hands on knowledge gained at home with
no pressure is always going to come in handy.

For that matter, you still need shell access on a Windows box, so
install Cygwin (a Unix-like Bash-derived command-line shell that runs
under Windows, runs on the Windows filesystem, but makes it look
broadly like a Unix environment). This is a capable command-line shell
in the way that the Windows command prompt is still anything but! (How
do they ever get any work done at Redmond?) You'll also pick up enough
entry-level Unix command line experience to get by for most simple
tasks on your host.
Nov 28 '07 #13
Andy Dingley wrote:
>I manage quite well with Apache under my Windows system.

Apache works pretty well under Windows these days, which certainly
wasn't the case not too long ago. However your hosting is still likely
to be Unix-based, so a bit of hands on knowledge gained at home with
no pressure is always going to come in handy.

For that matter, you still need shell access on a Windows box, so
install Cygwin (a Unix-like Bash-derived command-line shell that runs
under Windows, runs on the Windows filesystem, but makes it look
broadly like a Unix environment). This is a capable command-line shell
in the way that the Windows command prompt is still anything but! (How
do they ever get any work done at Redmond?) You'll also pick up enough
entry-level Unix command line experience to get by for most simple
tasks on your host.
Hey...

Thanks guys for the advice on establishing a basic host on my PC. You are
right, if I plan to have my site work it would only make sense to setup some
inexpensive hosting program.

But, how much memory would I need for that? Right now I only have 2.58 Gigs
of RAM. Do I need to upgrade and if so how much?

--
Message posted via WebmasterKB.com
http://www.webmasterkb.com/Uwe/Forums.aspx/css/200711/1

Nov 29 '07 #14
In article <7bebcfc07171e@ uwe>,
"LayneMitch via WebmasterKB.com " <u39402@uwewrot e:
Andy Dingley wrote:
I manage quite well with Apache under my Windows system.
Apache works pretty well under Windows these days, which certainly
wasn't the case not too long ago. However your hosting is still likely
to be Unix-based, so a bit of hands on knowledge gained at home with
no pressure is always going to come in handy.

For that matter, you still need shell access on a Windows box, so
install Cygwin (a Unix-like Bash-derived command-line shell that runs
under Windows, runs on the Windows filesystem, but makes it look
broadly like a Unix environment). This is a capable command-line shell
in the way that the Windows command prompt is still anything but! (How
do they ever get any work done at Redmond?) You'll also pick up enough
entry-level Unix command line experience to get by for most simple
tasks on your host.

Hey...

Thanks guys for the advice on establishing a basic host on my PC. You are
right, if I plan to have my site work it would only make sense to setup some
inexpensive hosting program.

But, how much memory would I need for that? Right now I only have 2.58 Gigs
of RAM. Do I need to upgrade and if so how much?
Gosh, 2.5 + Gb! I have a server run on a windows 2000 box, Apache
and the thing has less than 500MB of Ram. I don't think RAM is
something a home server on your working machine gobbles up for
most things you are likely to be wanting.

--
dorayme
Nov 29 '07 #15
On 29 Nov, 04:46, "LayneMitch via WebmasterKB.com " <u39402@uwewrot e:
But, how much memory would I need for that? Right now I only have 2.58 Gigs
of RAM. Do I need to upgrade and if so how much?
That's plenty to start running virtual machines in it.

My Windows desktop has 2GB in it and I use about 1.3GB tops. One of
the main memory hogs is TortoiseSVN (the version-control client). Only
if I fire up SQL Server on my desktop machine too do I statrt to use
1.9GB or so.
Nov 29 '07 #16
LayneMitch via WebmasterKB.com wrote:
But, how much memory would I need for that? Right now I only have 2.58 Gigs
of RAM. Do I need to upgrade and if so how much?
It depends on how much work your apache has to do, but if that is just
supporting a test site for your own use that is not much.

My apache is currently using less than 17Mb — it's very efficient.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
Nov 29 '07 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
10652
by: Lian | last post by:
Hi all, It is a newbie's question about html tag "img". The attributes "title" and "alt" for "img" seems having the same function. So what is the main difference between them? Can i use them at the same time and set different values? Thank you for suggestions!
0
1074
by: Mark | last post by:
We recently developed a .NET application in C#. It appears to work fine on a majority of browsers with subtle variation, with the exception of Explorer on a Mac. Now, I wish I could throw the Macs out the window, but I can't, so ... I'm aware of a posted bug that Microsoft is aware of (http://support.microsoft.com/default.aspx?scid=kb;en-us;818803) but this is related to client side validation, and a few other items that don't appear...
4
1197
by: Alex | last post by:
Sorry for the basic questions as I am just starting with ASP.Net development. 1. The pages show up fine in IE running on PCs, but not in Netscape or any other browser or even Apple-based IE. Any suggestions? 2. What is a good place to get some basic info on stylesheets. The pages show up in different sizes on different computers.
5
2735
by: IkBenHet | last post by:
Hello, I use this script to upload image files to a folder on a IIS6 server: ******************* START UPLOAD.ASPX FILE ********************** <%@ Page Language="VB" Debug="true" %>
6
1819
by: InfiniteVoid | last post by:
Hello on my page when viewed with IE the spacing between the text in the tables is close together. When I view my page in firefox the spacing between the text lines it very spaced out. Any way to fix this to make it look the same on both? Here is the page: http://wtv-zone.com/knockmedown/ Thank you for your time.
13
9633
by: Toby Newman | last post by:
I started learning XML on Monday. I have an XML file and have written an XSL file to render it to HTML for formatted viewing in a browser. I'd like to create a second alternative view of the same data. I am confused how: If the following line, which dictates which XSL file should be used to transform my XML document for me, is found *in the XML file itself* then how can you use more than one XSL to present multiple views of the same...
18
2126
by: Diogenes | last post by:
Several articles I read recently regarding the demise of Netscape Navigator stated that Firefox had managed to get a 16% market share and that IE still has over 80% of the eyeballs. Yet my statistics and those of others indicate a much higher % than that. For example http://www.w3schools.com/browsers/browsers_stats.asp
3
1992
by: Tom | last post by:
I have a PHP 4.4.7, MySql 5.0 and I.E. 7. My PHP queries the database and renders the info into html forms. Submitting the forms manipulates the data. Now, the problem is that the browsers are caching the dynamic pages. Once the data is updated, returning to the original viewing page shows the old data until you hit refresh. I know I can have my users adjust their internet file settings to "Check for newer versions of stored pages" to...
0
1429
by: Deceneu | last post by:
Hi everyone, this is my first post so please bear with me. I have the following situation: i have a local report that needs to have two "versions": one for viewing in the report viewer (with all elements: lines, borders, "labels", etc..) and another one for printing - it needs only the information from the dataset. I need this because i have a lot of "official" documents (medication prescriptions, sick leave etc...) so the user must see the...
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9489
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10357
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10162
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9959
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8988
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5396
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4063
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2893
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.