Add to Google

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

Pages: 1, 2, 3
free web hosting

Read Latest Entries..: (Post #28) by lightforce on Sep 27 2008, 09:54 PM. (Line Breaks Removed)
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... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > 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?

Reply

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.

 

 

 


Reply

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.

Reply

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!

Reply

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.

Reply

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;

Reply

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...

Reply

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.

Reply

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

Reply

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.

Reply

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.

Reply

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.

Reply

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.

Reply

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.

Reply

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.


Reply



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*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2, 3
Recent Queries:-
  1. desighn it - 366.97 hr back. (1)
  2. google chrone market share - 393.71 hr back. (1)
  3. how to desighn a room - 429.85 hr back. (1)
  4. desighn a room - 432.42 hr back. (1)
  5. best way to keep things aligned across browsers - 551.57 hr back. (1)
  6. removing cutenews footer - 569.82 hr back. (1)
  7. cutenews footer - 626.47 hr back. (1)
  8. best browser frames design - 656.40 hr back. (1)
  9. desighn cool text.com - 672.07 hr back. (1)
  10. desighn your room online - 720.54 hr back. (1)
  11. remove cutenews footer - 265.67 hr back. (2)
  12. histats not working properly - 764.12 hr back. (2)
  13. website browser looks best with - 794.76 hr back. (1)
  14. desighn your room - 241.23 hr back. (4)
Similar Topics

Keywords : browser desighn site statement

  1. 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...
  2. Transfering A Joomla Site - How do I make sure I don't get errors? (0)
  3. 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?...
  4. 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)...
  5. 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...
  6. 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 ...
  7. Building A Forum Under Another Web Site? - (7)
    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) (18)
    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. 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"...
  10. 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" />...
  11. 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...
  12. A Small Html Problem - How to display foreign characters correctly when designing a site. (4)
    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...
  13. 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...
  14. 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 ...
  15. 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. ...
  16. 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...
  17. 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 seri...
  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. 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....
  20. 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....
  21. 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'...
  22. 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. ^-^...
  23. Help With Adding Php Forums On My Site - (3)
    Hey guys! I am kinda new to the whole PHP scene and I am struggling to figure out how to add
    some simple forums to my site. Being that wonderful TRAP17 has free PHP support, I was wondering if
    anyone could send some help my way on how to go about doing this. Thanks in advance!...
  24. Creating A Site For Web Design/development. - (4)
    Hey I've been thinking about starting my own website for website design/development. I can think
    of many different ways I could do this but I'm looking for the fastest, most simple, and most
    effective way of programing it. So let me explain what I want to do with this site. First off I
    will be selling websites, both custom and template. I need to know the best way for people to pay
    for them. I don't know if I should use pay pal or what. I don't have any expirience in that
    area. I also want to try to buy a server and host websites myself. Now I know how ...
  25. Check Out This Site I Made - The site belongs to CSI-DCE and was developed using Flash (12)
    What do you think about this site? I made it for computer society of india dce branch. There are
    some adjustments to be done (font size etc.) but otherwise I think it looks great. This was also the
    first time I integrated php in a flash page (for registeration). URL: www.csi.dce.edu...
  26. Integrate Forum To My Site - (2)
    Hello all Can someone help me to integrate forum to my site the forum is located here
    http://www.koddinn.com/spjallid and the site here http://www.koddinn.com ...
  27. Need Help With Site - IFrame help (5)
    Guys i have almost completed everything for my site thanks to people that gave nice tutorials and
    nice things but i seemed to have encountered a problem. My site http://www.gfxwarriors.us.to is
    not working nicely as i hoped. When you enter it all the links in the menu bar have been directed
    nicely using dreamweaver. The problem is when you click on them they open all by themselves and not
    in their designated iframe. Please help me and check this problem. I will be blessing you for the
    help....
  28. Ahhh! Problems With Joomla On Paying Client's Site - Help! - And my deadline was yesterday (17)
    Can someone, knowledgeable on Joomla! pleeeease help me asap! I uploaded Joomla and went
    through the install. Three red flags showed up, two of which I ignored because they come up on just
    about every site I do and don't affect the end product in any way but one of which was Safe
    Mode: ON. Even so I don't think that this is causing the problem. I continued with the
    installation and all seemed successful until I tried to view the site which was missing all images
    (not even a red x where they should be) and there seemed to be no css styling. I log into th...
  29. Adding Second Page Of Cutenews To My Site - How do I do this? (2)
    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...
  30. Need Help In Web Design Of Site - (23)
    Take a look at my site http://darran.trap17.com/about/ View it in Mozilla Firefox, it is fine.
    But view it in IE 7, you will notice the footer is making the site look disgusting. How can I solve
    this problem? Appparently, the footer starts after the post entry is ended, while in firefox, the
    footer starts after the end of the sidebar which is what I am trying to do. However I am not too
    sure how to do it in IE7. Can anyone advise me?...



Looking for browser, desighn, site, statement

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for browser, desighn, site, statement

*MORE FROM TRAP17.COM*
Web Design
For New Bie
its a
learnng
topic for
how to
design and
maintain a
web site
Transfering
A Joomla
Site How do
I make sure
I don't
get errors?
Where Is
There A Good
Site To
Learn Web
Html?
Scroll
Message On
Top Of Your
Browser..
Getting
Flash Images
On A Site
Drupal
Related
Auction site
Building A
Forum Under
Another Web
Site?
How To Make
A Website
(If
you're
trying to
drive people
away from
your site)
How To
Attract
Users To
Register On
A Site
Ideas For
New Fan Club
Site!
Free Site
Counter
Stats
A Small Html
Problem How
to display
foreign
characters
correctly
when
designing a
site.
Want To Open
Shopping
Portal In My
Site What i
do
My New Site
Template
Heres a new
template of
mine done in
photoshop
View Souce
Code do you
know this
site?
Please
Suggest Me
How To Do
....? My
First Web
Site ..... ?
Making Your
Site
Successful
No matter
what
it's
about!
Web Site
Design
Question
Need Help
With Site
Help Me With
My Site
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
Help With
Adding Php
Forums On My
Site
Creating A
Site For Web
Design/devel
opment.
Check Out
This Site I
Made The
site belongs
to CSI-DCE
and was
developed
using Flash
Integrate
Forum To My
Site
Need Help
With Site
IFrame help
Ahhh!
Problems
With Joomla
On Paying
Client's
Site -
Help!
And my
deadline was
yesterday
Adding
Second Page
Of Cutenews
To My Site
How do I do
this?
Need Help In
Web Design
Of Site
advertisement



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



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE