Nov 21, 2009
Pages: 1, 2, 3

Best Browser To Desighn Your Site To - not much of a question but more like a statement

free web hosting

Read Latest Entries..: (Post #28) by lightforce on Sep 27 2008, 09:54 PM.
I have been web designing for some years and I can declare firefox to be the clear choice. Building on firefox is great because it closely follows the W3C (World Wide Web Consortium) guidlines (click to see what they are about). IE makes me angry often because it refuses to recognize web standards in many instances. While Firefox, Safari, and Opera are all better than IE at following the standards firefox is the best. Also, firefox has this really sweet add-on called Firebug. "Fireb...
read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > MODERATED AREA > The Internet > Web Design

Best Browser To Desighn Your Site To - not much of a question but more like a statement

etycto
well since i started web desighning i've always used internet explore (why?) well when i first tried FF2, i wasn't a "web-designer" then so i didn't care much about css and htlm stuff, i din't like it and one of the reason was beacause a couple of the sites i visited wasnt firefox compatible. but anyways recently i was desighning a site for this community. so like two weeks ago i downloaded FF3 for testing purposes. in IE the site looked great but what i found was that in firefox the site was horible, as bad as they could come. so since firefox was better with compatibility i decited to desighn it based on firefox standards and it looked great on both FireFox and internet explorer.

despite internet explore being more popular around the regular web surfers i think if you desighn your site towards firefox's standards it would work and look great on both IE and FF.

so anyways did any of you guys had the same experience before and do you agree with my logic?

Comment/Reply (w/o sign-up)

truefusion
Back when i first started learning HTML, the only browsers i knew of was Internet Explorer and Netscape. Netscape at that time wasn't as appealing as Internet Explorer, and turned me away from it because of that. But the web design class i took was all about Internet Explorer. One of the teachers was one that was certified by Microsoft, so that could have played a major role in what browser to design for. But even when that teacher retired and a new one came in, Internet Explorer was still dominant in the class room and there was no mention about any other browsers. It wasn't until after a couple of years later that i learned about other browsers. Memory here is a bit faint, but Opera pulled me in. For my websites i choose to design for Opera, because i feel less limited in Opera. Thanks to tests like the acid test, i can verify whether a display error is because of my code or the browser. It took Firefox 3 just to implement CSS features that Opera, when only Firefox 2 was out, already had. Opera also supports more HTML 5, from what i've seen, than Firefox. No need to include Internet Explorer in what kind of CSS features it supports, as it should be obvious. tongue.gif But even though Firefox 3 improved a lot in CSS support, it still doesn't render everything like one would expect it to. But there's one minor bug that was introduced in Opera 9.5 that deals with outlines (or borders) where it overlaps elements and makes things look ugly, where in Firefox it looks fine, and wasn't fixed with Opera 9.51. But in many cases, if not most, building for Opera will in turn make it look the same in Firefox.

 

 

 


Comment/Reply (w/o sign-up)

delivi
The best browser to begin web designing is Firefox.

I my practice, I begin my HTML & CSS coding for my new designs for Firefox, then once the coding is done I'll make some changes to the code, usually CSS to fix the things in IE 7. I then refer how the page looks in IE 7, Firefox 2, Firefox 3 and Safari. As for IE 6 I usually add a seperate CSS file that contains all the IE 6 specific CSS hacks and fixes for the bugs and include this CSS stylesheet with conditional comments.

Opera is also a great browser, but it is really pain when your web applications become more dependent on Javascript.

Comment/Reply (w/o sign-up)

i_speel_good
Some times Internet Explorer sites don't look good in Firefox. Make it for firefox and it looks fine for Internet Explorer. Double profit!

Comment/Reply (w/o sign-up)

Forbez
to be honest, it's best to make a website which works for all browsers, or at least the top 3 most popular browsers. I personally design my websites for Firefox as I know the majority of my visitors will be using firefox. But you should aim for designing a website which works for internet explorer and firefox. If it works for those two browsers majority of your codes will look perfectly fine in any other browsers. The simple coding will work across browsers but more complex coding such as javascript and a few css attributes will look different depending on browsers, so keep that in mind.

Comment/Reply (w/o sign-up)

Sica-GURU
safary is the best for css I guess, firefox and opera is doing good also.. but I don't like FF3 did not incorporated some things available even in IE..
in IE lot of things look or must be written different compared to other browsers.. but I will never neglect IE users;

Comment/Reply (w/o sign-up)

HFBlade2k8
If you want to tailor your site for multi-platforming, let me just mention:

NEVER EVER use .png formatted images!!!!

Internet Explorer fails dramatically, both at rendering them, and at displaying them in conjunction with jpgs and other types.

It also, for some unknown reason, likes to ignore transparencies, displaying the whole thing as white instead of the supposed transparent bkg...

Comment/Reply (w/o sign-up)

i_speel_good
QUOTE(HFBlade2k8 @ Jul 6 2008, 08:36 PM) *
If you want to tailor your site for multi-platforming, let me just mention:

NEVER EVER use .png formatted images!!!!

Internet Explorer fails dramatically, both at rendering them, and at displaying them in conjunction with jpgs and other types.

It also, for some unknown reason, likes to ignore transparencies, displaying the whole thing as white instead of the supposed transparent bkg...

Only in IE6... IE7 renders them properly, as far as I know.

Comment/Reply (w/o sign-up)

gisellebebegirl
i think firefox 3 is better to design websites, because in my opinion that one is a little more restrained as, what align codes etc work.. but yea i find it odd when you design beautiful websites in firefox and when you turn on the internet explorer, the same website looks like complete crap, and everything is not aligned/off

Comment/Reply (w/o sign-up)

Saint_Michael
To be honest it don't really matter what browser your using because its all about clean code and if have valid code it shouldn't matter how your website looks. Of course now that HTML 5 is coming out or rather the rough draft of the coding it should be interesting how every starts adapting to html 5. I recommend boning up on what HTML 5 and find out what to expect in the next couple of years.

http://www.w3.org/html/wg/html5/

http://www.w3.org/TR/html5-diff/

http://en.wikipedia.org/wiki/HTML_5

For now coding in firefox is the best way to go although I feel otherwise as I mentioned earlier; however, once IE8 comes out I bet it won't matter which browser you will code in. Since they are working on web standards finally and with word of Internet Explorer 8 Beta 2 showing good promise for its August release, I believe, the browser wars will become a bit more interesting.

Comment/Reply (w/o sign-up)

Latest Entries

lightforce
I have been web designing for some years and I can declare firefox to be the clear choice.
Building on firefox is great because it closely follows the W3C (World Wide Web Consortium) guidlines (click to see what they are about).

IE makes me angry often because it refuses to recognize web standards in many instances.
While Firefox, Safari, and Opera are all better than IE at following the standards firefox is the best.
Also, firefox has this really sweet add-on called Firebug.
"Firebug integrates with Firefox to put a wealth of development
tools at your fingertips while you browse. You can edit, debug,
and monitor CSS, HTML, and JavaScript live in any web page...
Firebug 1.2 requires Firefox 2 or 3."
Other firefox add-ons that aid web development include Tamper Data, iMacros for Firefox, Greasemonkey, and docked JS-Console.

The worst part about IE (especially when making a site backwards-compatible with version 6) is the CSS. It is practically a nightmare.
I have had to google many work-arounds and hacks to get sites to look the same across all common browsers.
Yah, Internet Explorer would be long gone if it was not integrated with the Windows OS.
Safari would likely die out as well if it was not connected to the Mac OS in favor of Firefox.

Comment/Reply (w/o sign-up)

gjaldon
Having read most of the posts on this thread, I agree with pedro-kun and suggest that you design for Firefox/Chrome instead of IE. IE is not such a great browser when compared to all the free open-source browsers such as FF/Chrome.

Comment/Reply (w/o sign-up)

kudmus
I don't know much about webdesigning but I would advise you guys to make sure your sites are IE compatible because most people use it. People like you and I know there is something like browser compatibility but there are so many people out there who don't even care to know how these things work. People of such a type will use use Windows default everything( default browser, default player, default editors) so most of these people will only use IE. Technically inclined people will understand why the site is rendered in a certain way and will forgive you for browser incompatibility. I think we all have to wait until FF grabs 50% market share before we start designing pages for it.

Comment/Reply (w/o sign-up)

pedro-kun
QUOTE(xpress @ Sep 19 2008, 09:48 AM) *
Coming to this browser war...I don't agree that IExplorer has lost. Most of the IE success is because
it is inbuilt in windows. Most people doesn't know much about computers and even how to install
a software etc..They are just end users....Not developers... And even if they know how to install
(Bcoz installation in windows is very easy) they may be too busy or too lazy to install a third party software.
If they want to use Internet in windows they open IE and start browsing. Thats all.
They won't care whether it is best browser or not. This is the reason for Internet Explorer success.

So as long as Windows(or Microsoft) dominates the Operating System market Internet Explorer definitely
dominates all browsers. And Microsoft's plans to develop latest versions of its browser definitely keep
its share in browser market.

Well, yeah, IE does dominate the market... But that doesn't mean it is not a lost cause. The browser itself is pure trash, when compared to modern browsers which are actually free. Also, IE cripples the web. You said you design webpages focusing on the xhtml rather than the looks... Well, if IE didn't exist at all, you wouldn't have to worry about such problems because most browsers support most standards in a decent way. Then you could use some more of what is the real power of the web, without worrying over hacks and stuff..

Concluding, IE is a crappy browser. Of course, many people still use it (and will, for a long time), but that's just because they're ignorant on the tech side of the program. It's not their fault, though... however, IE is indeed destroying the web.

Comment/Reply (w/o sign-up)

xpress
When desinging a page I usually concentrate on code rather than the browser. I am using
XHTML. I don't use much graphics and avoid cutting edge features like flash, dynamic html etc..
They are some of the reasons for browser incompatibity problesm. I like to avoid them.
So, my page will work same on almost all browsers as no overhead of these graphics problem.

Also I want my webpage very small in size, sothat it will load very fast in client machine, and
uses less bandwidth also.

Coming to this browser war...I don't agree that IExplorer has lost. Most of the IE success is because
it is inbuilt in windows. Most people doesn't know much about computers and even how to install
a software etc..They are just end users....Not developers... And even if they know how to install
(Bcoz installation in windows is very easy) they may be too busy or too lazy to install a third party software.
If they want to use Internet in windows they open IE and start browsing. Thats all.
They won't care whether it is best browser or not. This is the reason for Internet Explorer success.

So as long as Windows(or Microsoft) dominates the Operating System market Internet Explorer definitely
dominates all browsers. And Microsoft's plans to develop latest versions of its browser definitely keep
its share in browser market.


Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3
Similar Topics

Keywords : browser, desighn, site, statement

  1. Help With My Site
    had a idea and don't have a clue if it can be done (6)
  2. Designing An Online Community Center Site
    (4)
    Main Site Sections => Forums, Gallery, Free Web Portal Access, Site Information/Contact Info, Free
    Downloads Directory/Infobase. Desired Site Elements => Localized Site Search Engine/Bar, Login/Sign
    Up, Automated Feeds/Section Updates, Dynamic Page Generation/linking. Preferred Code Languages=>
    C++, PHP, ColdFusion, Javascript. Website Type: Dynamic Database-Driven. Specs: Windows XP
    x86(win32) OS w/ .NET Framework; SeaMonkey, FireFox, and IE7 Browsers currently installed. If
    anyone can give me any info about how best to go about this project, it would really help. ....
  3. How To Add The Flash In Our Website ?
    Animated image in website make the site atractive, but take more time (4)
    Animation in this world: We see in most of the website that company icon, logos, memorandom,
    Advertisement, smily,even todat Button etc. in the website are animated in a sequencial manner so
    any body who see this get impressed, even so many time i also get impressed and want to give thanks
    that one who creates this logic a fantastic idea, adobe website we read some articles, i want a
    proper process or command from starting to end till image(how many types of image) animated in my
    website. what software, hardware, required to do complete this task. any idea, tutorial, not....
  4. Transfering A Joomla Site
    How do I make sure I don't get errors? (0)
    I was designing my Joomla powered site on a laptop and the XAMPP folder was on drive D. I zipped
    this folder and stored it somewhere before unistalling XAMPP and deleting everything. I installed
    Joomla on another machine but this time XAMPP is in C:\ . After replacing the contents of the
    \htdocs\ with the saved ones I can't access any page. All I'm getting now is: QUOTE
    Warning : require_once(D:/xampp/htdocs/site/includes/joomla.php) : failed to open stream: No such
    file or directory in C:\xampp\htdocs\site\administrator\index2.php on line 31 Fat....
  5. Web Design For New Bie
    its a learnng topic for how to design and maintain a web site (18)
    Hi, i had started a new topic, coz i would like to learn - how to start a new web site and manage
    it, how ever i am good at desktop programming....
  6. Scroll Message On Top Of Your Browser..
    (3)
    Hello everyone, Some day I saw when I open one site to be at the top browser runs message.Can let
    someone help you about this, perhaps need some code would add.I need that I have on my future
    site.When again find one site that you notification look ... Thanks in advance, I ask for help...
    /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> (sorry for bad
    english)....
  7. Building A Forum Under Another Web Site?
    (8)
    Hello, Im going to set up a simple website to use with my buddies. A main page where I can update
    from time to time and a forum are all I need. I know WYSIWYG builders, ftp uploaders and forum
    moderating. Im thinking of using phpBB since it's free and seems simple and reliable, right?
    My question is can I build the forum on my local computer then upload to hosting service? The
    readme.txt recomends to install online in host machine. And this is what I need to do, right?
    -build an index.html with WYSIWYG, upload it to main folder of host. -create a folder in the....
  8. How To Make A Website
    (If you're trying to drive people away from your site) (30)
    Alright so there are many topics out there of how to make a website that everyone will love and want
    to go to, but I can't seem to find any about how to make a website that people will hate and try
    to run away from, so here are some pointers for those who are trying to make the worst website:
    Step one: COLORS Be sure to use a vivid and bright background color, and a non-noticeable text
    color. Nothing wakes people wake up more than a florescent yellow background with white text. Make
    people work to try to read your website. After all, you have some great content....
  9. Ideas For New Fan Club Site!
    (5)
    Well, I'm working in a fan club site, this is like our 5° site because every host in which
    we've been in always change something and the site stops working. The site is a Black Eyed Peas
    fan club site, it already has profiles (with gallery and comments box) for each
    user,forum,chat,videos,gallery,lyrics,downloads,bios of the members of the BEP, but I think that the
    site need something else. Please gimme some ideas to make this site the best! /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />....
  10. Where Is There A Good Site To Learn Web Html?
    (20)
    im a noob when it comes to web html to design web sites, can some one tell me where to find a good
    website that has good tutorials on how to use web html?....
  11. Want To Open Shopping Portal In My Site
    What i do (2)
    I want to open a shopping portal in my site which will do the following: take the information from
    the visitor what good they want to sell then directly post it on my site What script i choose that
    will suit the website of mine could any body tell me....
  12. My New Site Template
    Heres a new template of mine done in photoshop (3)
    This is my new template I'm going to be using for my new site. It took me 3 days to do. I spend
    day 1 drawing it up sorry I cannot upload my draft sketch as my scanner is not working. The next 2
    days I spent drawing it up in photoshop. The colours are kinda generic I know but thats my style. I
    cant seem to create anything other then grey toned things. I think adding some decay onto the panels
    will give it some depth something my style of drawing lacks. The panels - I like as many panels as
    I can so I went with the 3 column layout and extra 2 side header panels for ....
  13. Free Site Counter Stats
    (7)
    hi frnds everyone want to keep an eye on their site traffic. histats is a really great one i found
    with gives site stats for free. it have many amazing features. visit www.histats.com i am
    sure u will like it... this is my first post so excuse me if my post have any mistakes....
  14. How To Attract Users To Register On A Site
    (13)
    :rolleyes:Use great graphics an good color which attracts the users/views eyes an capturers there
    attention which cuases them to view your website if its good enought they'll register. Also use
    good images, links an have blogs an forums also start a referring website such as like this: Visit
    this site and know all the info about the CHITWAN http://hamrochitwan.com Some thing like that
    would get more users depending on if the items in your shop are GOOD maybe like moderator for a week
    costing 100 referals or somethink. /blink.gif" style="vertical-align:middle"....
  15. A Small Html Problem
    How to display foreign characters correctly when designing a site. (5)
    I was wondering how I could solve a small problem. I was told that some people see accented and
    umlauted letters (such as " é " and " ë ") as question marks (" ? ") on my website. I come across
    the same thing sometimes when looking at websites which use non-English characters. Funnily enough,
    the other day, I looked at a site and the apostrophy ( ' ) was also shown as a question mark.
    That is a very common character usually, I would think. I thought it had something to do with the
    character encoding settings, and let me also mention I use Mozilla Firefox as my brows....
  16. Help Me With My Site
    (5)
    Hey guys, Im have a gta type of site, and need some help with it. I am using HTML, and am using a
    pretty basic template, and cutenews. My banner looks funky, and I do not know how to put
    information on the left hand side, even though my right hand site has links and stuff. The link is
    gta-source.net/index.php make sure you go to that link or it'll redirect to the forums. So
    please if anybody can help me I would appreciate it.....
  17. Need Help With Site
    (3)
    Hi. I need some help with this website that I am going to make I am making it somewhere else but I
    am going to use my Trap17 hosting service as the media so if there was a game on my website I would
    put a link and it would link back to here and would show a black background and the media game, or
    video. Could anyone tell me how I would do that? Only the background code. But even before that I
    need to uninstall Joomla. Let me say first that I have not idea how to find my way through Traps
    control panel? Thanks in advance.....
  18. Web Site Design Question
    (10)
    Well thanks to Trap17 my web site is up and running again. I have most everything put back, just
    need to do a fair amount of fine tuning. I have questions on a couple topics before I do much more
    on it. Which is best for links on your site that leave your web site, to have them open in a new
    browser window or just go direct to the site? I heard somewhere that they should open in a new
    window, as you don't want people to leave your site, but do you all find the new windows to be
    annoying? And which looks best, text that scrolls and the background doesn't m....
  19. Getting Flash Images On A Site
    (1)
    well, i don' t have a site yet, but about 6 months ago i made a template, with flash buttons and
    all, with sound and everything i was so proud so i tryed to put em on there with a special code u
    needet or something ,so i did, but i got blank images,, i even tryed uploading it on the site it
    didn't work, so i asked around they said u can' t install them on a cpanel, u need ftp, so i
    downloadet the program needet and i got stuck there, so basicly how do u do that,and could some1
    help me out how to get it working on a cpanel....
  20. Drupal Related
    Auction site (1)
    Hi, I've been trying to look for ways to run an auction site thats easy to set up and I saw
    drupal... Is there a way to run an auction site using drupal?? If anyone of you know how to do it
    plzz help me! I've tried to look through google but not getting any help! I want to make an
    auction site which will be able to take few types of product posted by the users and let other users
    log in to bid for the price! Is there a way to do so?? And if anyone of you know an easier way to
    go about doing it please help me! even if its not drupal but something and works!! Tha....
  21. Adding Second Page Of Cutenews To My Site
    How do I do this? (3)
    I'm using Cutenews on my website. I forgot to mention in my last post on this topic that
    Cutenews is news system that can be integrated into an existing website and can function like a
    blog. Well, I recently integrated cutenews into an existing site, and I'm wondering how I get
    the older news to show up on another page. For example, I'm using cutenews on my main index
    page. At the bottom of the page I'd like to put a link that says, "old news," and have that page
    open up into a new page of my older news/blogs that people can still post comments on. What....
  22. Integrate Blog Into Existing Site?
    What's the Simplest Route? (11)
    I'd like to integrate a very simple blog-type feature that will only show up my site's home
    page. I want the blog section to look like the rest of the site. Here's my site if it helps:
    vbritton's site The site has three columns, and in the center column, I want to put simple
    blog entries. I want to keep the other two columns open for other stuff so it doesn't look like
    a blog site. It would also be nice to have an rss feed. I know some html. I don't know php or
    sql, but I'm guessing I might have to learn if I want to do this right. I'....
  23. Poll: Should I Use Frame Or No Frames For My Site?
    I know the design I want, just not sure which way to do it (10)
    I got lucky - while making sure I knew what I was talking about, I found a page that explains frames
    AND demonstrates the design I'm thinking about. ^-^
    http://www.highdots.com/css-editor/html_tu...ames/frame.html The page shows what I mean about
    "mock" frames - using tables (I'm assuming?) to arrange the title and the menu, but scrolls with
    the rest of the text. I have no idea how else to describe it. ^-^ The first poll is just to see if
    a trend I've noticed actually exists, or I'm just crazy. ^-^....
  24. View Souce Code
    do you know this site? (8)
    I have seen this site before.The site is simple.there are a box that you can put a url link then
    press enter you can see the code of the page (see everything include meta,comment...),even it is
    written in php,asp... If anyone know this site,please let me know(I have format my computer,so I
    lost it).thank you. ....
  25. Making Your Site Successful
    No matter what it's about! (9)
    I started writing an article about this for an article site I had just joined. It was done! I wrote
    so much! I was so thrilled! I hit "Submit!" And as it turned out, it had timed out and the entire
    page reset. My face was probably priceless but so was my utter rage. So I've been careful about
    what I write since then. I have a Notepad document open as I type. And then I make several threats
    and continue writing. But back to the point. Hosting This one's simple. Dear god, if you ask
    me questions about this, I will scream very loudly. But seriously, if Trap17....
  26. Please Suggest Me How To Do ....?
    My First Web Site ..... ? (11)
    Hi buddies . I just got free Web Hosting by Trap 17 , it is a real great pleasure for me. Now there
    are several problems in my mind regarding to CREAT my own FIRST website. * Which software should
    i use for building my website ? * I want to know how to show the IP of the visitor on the welcome
    page of my site? * I want to place e-messenger on my site , how to place it ? * I want to create
    different flash and java effects on my site how to create them? As in my earlier post i told that i
    just start using computer so please help me to solve my problems described a....
  27. Fast Site Indexing By Blogging?
    (8)
    I've heard many people use blogging for the fast indexing, and even there is software like
    blogging equalizer that allows you to index your site and all pages in couple of hours. What I need
    is a VERY detailed process of creating blog and how to get your site indexed fast. Please share
    your experience and knowledge!....
  28. "un-supported Browser" Message
    Site won't let me in because of it. (5)
    Boy, this is a new one for me. I know enough about the Web to know that it is possible to detect the
    Browser which is being used to call a page, and I know that there are differences between Browsers.
    I also don't think this is right, but has anyone else ever seen the situation I am about to
    describe? Cruising the Net. Click on a link. The Browser does its thing and an error message pops
    up to say "Sorry, your browser is no longer supported by Micro$oft, so you can't view this
    page. " Now, I could understand if it was a Micro$oft site or a techy style page, bu....
  29. How Can I Make My Site Load And Work Faster?
    (21)
    i just wanted to know some extra tricks and tips i can use to make my site work great, being fast,
    and work well on all browsers. i think this will also help a lot more people and not just me. so
    lets start a list of things we can do to make our site work better, faster. start your commenting.....
  30. Help With My Site
    (5)
    I would like to put a forums onto my site and I have no idea how to. Please tell me how to create
    one. Thanks!....

    1. Looking for browser, desighn, site, statement
Similar
Help With My Site - had a idea and don't have a clue if it can be done
Designing An Online Community Center Site
How To Add The Flash In Our Website ? - Animated image in website make the site atractive, but take more time
Transfering A Joomla Site - How do I make sure I don't get errors?
Web Design For New Bie - its a learnng topic for how to design and maintain a web site
Scroll Message On Top Of Your Browser..
Building A Forum Under Another Web Site?
How To Make A Website - (If you're trying to drive people away from your site)
Ideas For New Fan Club Site!
Where Is There A Good Site To Learn Web Html?
Want To Open Shopping Portal In My Site - What i do
My New Site Template - Heres a new template of mine done in photoshop
Free Site Counter Stats
How To Attract Users To Register On A Site
A Small Html Problem - How to display foreign characters correctly when designing a site.
Help Me With My Site
Need Help With Site
Web Site Design Question
Getting Flash Images On A Site
Drupal Related - Auction site
Adding Second Page Of Cutenews To My Site - How do I do this?
Integrate Blog Into Existing Site? - What's the Simplest Route?
Poll: Should I Use Frame Or No Frames For My Site? - I know the design I want, just not sure which way to do it
View Souce Code - do you know this site?
Making Your Site Successful - No matter what it's about!
Please Suggest Me How To Do ....? - My First Web Site ..... ?
Fast Site Indexing By Blogging?
"un-supported Browser" Message - Site won't let me in because of it.
How Can I Make My Site Load And Work Faster?
Help With My Site

Searching Video's for browser, desighn, site, statement
See Also,
advertisement


Best Browser To Desighn Your Site To - not much of a question but more like a statement

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com