Author |
Topic |
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 07 November 2004 : 19:23:09
|
Just downloaded and installed firefox 1.0 - I love it, its quick.
However I noticed it dosnt seem to pay attention to CSS as far as the links go... text-decoration: none (to remove the underline from a link) dosnt work. All links are underlined no matter what, is there somewhere I can change this? - nevermind I'm a moron
Also, when installing, I checked Dev tools, because I figured something might come in handy.... only I dont know what was included in that, as I havnt seen anything in the form of a developer tool... other than the highlighted source code. |
-Stim |
Edited by - Da_Stimulator on 07 November 2004 19:29:24 |
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 07 November 2004 : 21:18:47
|
my experience with FireFox and Opera is that they are very fast... however, I believe it is due to the caching setting which as a programmer will drive you nuts sometimes because you will make a change in your code and it will not reflect unless you do a super-refresh. I don't like that, so I always turn caching off in all my browsers.
as for development tools... I highly recommend this one for FireFox:
http://www.chrispederick.com/work/firefox/webdeveloper/features/ |
|
Edited by - dayve on 07 November 2004 21:20:23 |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 08 November 2004 : 11:43:14
|
Hmm, dayve, I program with firefox all the while. Only thing I need to do to see my changes is press F5 or the Reload toolbar. Only caching I have seen firefox do, is when the admin on a forum changed the new posts icons on the forum. I didn't see the new images until i did a hard-refresh. But haven't seen any caching of pages.
The Devopment tools I believe is the DOM Inspector and probably the Javascript Console (which comes in very handy when working with Javascript). The DOM Inspector is also very excellent. You can narrow down your html tags, select it and firefox will highlight the contents of that tag. Very cool. But I haven't used the rest of it's features. |
Support Snitz Forums
|
|
|
|
Topic |
|