Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Firefox's Slickest Features

Firefox's Slickest Features

Scheduled Pinned Locked Moved The Lounge
question
57 Posts 17 Posters 6 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Chris Losinger

    Greasemonkey (or whatever in FF makes GM possible)

    image processing toolkits | batch image processing | blogging

    K Offline
    K Offline
    Kevin McFarlane
    wrote on last edited by
    #14

    I was thinking more of FF's features themselves rather than specific extensions.

    Kevin

    C 1 Reply Last reply
    0
    • 1 123 0

      Shog9 wrote:

      We may be a bit stuck in our ways, but we're not stupid...

      It seems to me that there are some places where monopolies and rigid standards - even if flawed - are more beneficial than not; and vice-versa. You and I are able to communicate, right here and now, because we've both agreed to accept a seriously flawed but useful mechanism - English (you probably thought I was going to say "hierarchical forums"!). But it appears from observation that we, as a species, often accept uniformity when we should reject it, and reject it when it would help. So perhaps we're not as bright, as a species, as we think...

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #15

      The Grand Negus wrote:

      a seriously flawed but useful mechanism - English

      And you wrote a compiler that uses this?? :wtf: Hmmm...

      Dave Kreskowiak Microsoft MVP - Visual Basic

      1 1 Reply Last reply
      0
      • K Kevin McFarlane

        Apart from the extension model as such... The Downloads and Add-ons Managers Automatic Updates implementation The Find window Display of page title (if present) in the address bar Anything else?

        Kevin

        M Offline
        M Offline
        Member 96
        wrote on last edited by
        #16

        I think the downloads and add-ons are particularly slick for Firefox, aside from that it has little to offer that is much different than Opera or IE.

        K 1 Reply Last reply
        0
        • S Shog9 0

          The Grand Negus wrote:

          But it appears from observation that we, as a species, often accept uniformity when we should reject it, and reject it when it would help.

          Inertia... Ah, how many times i've missed a turn while driving, because i didn't see it in time to slow down for it. :)

          ---- Scripts i’ve known... CPhog 1.8.2 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums

          1 Offline
          1 Offline
          123 0
          wrote on last edited by
          #17

          Shog9 wrote:

          Ah, how many times i've missed a turn while driving, because i didn't see it in time to slow down for it.

          I tend to sit at stop signs waiting for them to turn green.

          R 1 Reply Last reply
          0
          • D Dave Kreskowiak

            The Grand Negus wrote:

            a seriously flawed but useful mechanism - English

            And you wrote a compiler that uses this?? :wtf: Hmmm...

            Dave Kreskowiak Microsoft MVP - Visual Basic

            1 Offline
            1 Offline
            123 0
            wrote on last edited by
            #18

            Dave Kreskowiak wrote:

            And you wrote a compiler that uses this??

            Yep. And we wrote it for Intel processors and Microsoft operating systems for the very same reason: ubiquitousness. None of these three would not be our first choice in an ideal world. But we do have plans to make the latter two go away (at least for us); I think we're stuck, however, with English for some time yet...

            R D E 3 Replies Last reply
            0
            • 1 123 0

              Shog9 wrote:

              Ah, how many times i've missed a turn while driving, because i didn't see it in time to slow down for it.

              I tend to sit at stop signs waiting for them to turn green.

              R Offline
              R Offline
              RoswellNX
              wrote on last edited by
              #19

              The Grand Negus wrote:

              I tend to sit at stop signs waiting for them to turn green.

              :wtf: Aren't these[^] things actually static by nature?:~ Roswell

              "Angelinos -- excuse me. There will be civility today."
              Antonio VillaRaigosa
              City Mayor, Los Angeles, CA

              1 1 Reply Last reply
              0
              • 1 123 0

                Dave Kreskowiak wrote:

                And you wrote a compiler that uses this??

                Yep. And we wrote it for Intel processors and Microsoft operating systems for the very same reason: ubiquitousness. None of these three would not be our first choice in an ideal world. But we do have plans to make the latter two go away (at least for us); I think we're stuck, however, with English for some time yet...

                R Offline
                R Offline
                RoswellNX
                wrote on last edited by
                #20

                Sir, what are you smoking? Roswell:wtf: P.S. Well, maybe you do have a point there...perhaps a fragmented german compiler will be a bit more popular than plain english;P

                "Angelinos -- excuse me. There will be civility today."
                Antonio VillaRaigosa
                City Mayor, Los Angeles, CA

                1 1 Reply Last reply
                0
                • K Kevin McFarlane

                  Apart from the extension model as such... The Downloads and Add-ons Managers Automatic Updates implementation The Find window Display of page title (if present) in the address bar Anything else?

                  Kevin

                  C Offline
                  C Offline
                  Chris Cole
                  wrote on last edited by
                  #21

                  A lot of the stuff I'm finding in FF is under the hood and more for app developers. Let's see... * E4X (ECMA-357) * Native HTML Canvas support * Native SVG * Native XML DOM processing (not some multi-version ActiveX joke). Look at Mozilla Developer Central for more. Not to mention it's a better laid-out general reference area than what Microsoft provides for IE in MSDN. Then there's IE's (in)ability to pinpoint script errors when you have linked script files. It finds the proper line number, but thinks all code is in the main file, so you can't debug it. * Ability to print things that are legible more than 50% of the time... Oh, and type about:config in the address bar of FF for some other neat stuff. The only way I find to make a (reasonably) cross-browser app is to code in FF, then go back into IE and see what they implemented differently and fix it. If you go the other way you'll become trapping in IE's one-off "features".

                  ---------------------- Chris Cole

                  R 1 Reply Last reply
                  0
                  • R RoswellNX

                    The Grand Negus wrote:

                    I tend to sit at stop signs waiting for them to turn green.

                    :wtf: Aren't these[^] things actually static by nature?:~ Roswell

                    "Angelinos -- excuse me. There will be civility today."
                    Antonio VillaRaigosa
                    City Mayor, Los Angeles, CA

                    1 Offline
                    1 Offline
                    123 0
                    wrote on last edited by
                    #22

                    RoswellNX wrote:

                    Aren't these[^] things actually static by nature?

                    Of course they are. I'm an absent-minded driver, often thinking of something else. Over the years I've acquired the "safe" habits of say, driving off the road onto the shoulder (rather than across the center line), and stopping at almost anything that's red. So I stop at a stop sign and go on thinking, while my subconscious driver waits for something green to appear in my peripheral vision. Of course, nothing does. But the subconscious also responds to honking horns and to the urgings of my loving and attentive wife, so it all works out. Especially when I simply let my loving and attentive wife drive.

                    PJ ArendsP 1 Reply Last reply
                    0
                    • R RoswellNX

                      Sir, what are you smoking? Roswell:wtf: P.S. Well, maybe you do have a point there...perhaps a fragmented german compiler will be a bit more popular than plain english;P

                      "Angelinos -- excuse me. There will be civility today."
                      Antonio VillaRaigosa
                      City Mayor, Los Angeles, CA

                      1 Offline
                      1 Offline
                      123 0
                      wrote on last edited by
                      #23

                      RoswellNX wrote:

                      Sir, what are you smoking?

                      I'm not sure I understand what you're saying. If you'd like a response, please clarify. Thanks.

                      R E 2 Replies Last reply
                      0
                      • C Chris Cole

                        A lot of the stuff I'm finding in FF is under the hood and more for app developers. Let's see... * E4X (ECMA-357) * Native HTML Canvas support * Native SVG * Native XML DOM processing (not some multi-version ActiveX joke). Look at Mozilla Developer Central for more. Not to mention it's a better laid-out general reference area than what Microsoft provides for IE in MSDN. Then there's IE's (in)ability to pinpoint script errors when you have linked script files. It finds the proper line number, but thinks all code is in the main file, so you can't debug it. * Ability to print things that are legible more than 50% of the time... Oh, and type about:config in the address bar of FF for some other neat stuff. The only way I find to make a (reasonably) cross-browser app is to code in FF, then go back into IE and see what they implemented differently and fix it. If you go the other way you'll become trapping in IE's one-off "features".

                        ---------------------- Chris Cole

                        R Offline
                        R Offline
                        RoswellNX
                        wrote on last edited by
                        #24

                        Chris Cole wrote:

                        The only way I find to make a (reasonably) cross-browser app is to code in FF, then go back into IE and see what they implemented differently and fix it. If you go the other way you'll become trapping in IE's one-off "features".

                        Not just web apps. Even the general stuff like CSS. I test everything in FF and once in a while peek at how IE renders it to know if i'll need to use a workaround for this or that, depending on what "feature" comes up. Roswell

                        "Angelinos -- excuse me. There will be civility today."
                        Antonio VillaRaigosa
                        City Mayor, Los Angeles, CA

                        1 Reply Last reply
                        0
                        • 1 123 0

                          RoswellNX wrote:

                          Sir, what are you smoking?

                          I'm not sure I understand what you're saying. If you'd like a response, please clarify. Thanks.

                          R Offline
                          R Offline
                          RoswellNX
                          wrote on last edited by
                          #25

                          The Grand Negus wrote:

                          I'm not sure I understand what you're saying. If you'd like a response, please clarify. Thanks.

                          Doesn't compile?;P I'm simply saying that you appear to live in a somewhat surreal universe, presumably caused by drugs/medications, since nothing else can produce quite the same effect on your conscious mind. Perhaps i should ask "what are you taking?", for a broader scope of answers, since "taking" can mean more than one mode of administering medication, including but not limited to orally(ingestion), by injection, topically, through inhalation, or anally, though the last method has only a limited use. Roswell

                          "Angelinos -- excuse me. There will be civility today."
                          Antonio VillaRaigosa
                          City Mayor, Los Angeles, CA

                          1 1 Reply Last reply
                          0
                          • R RoswellNX

                            The Grand Negus wrote:

                            I'm not sure I understand what you're saying. If you'd like a response, please clarify. Thanks.

                            Doesn't compile?;P I'm simply saying that you appear to live in a somewhat surreal universe, presumably caused by drugs/medications, since nothing else can produce quite the same effect on your conscious mind. Perhaps i should ask "what are you taking?", for a broader scope of answers, since "taking" can mean more than one mode of administering medication, including but not limited to orally(ingestion), by injection, topically, through inhalation, or anally, though the last method has only a limited use. Roswell

                            "Angelinos -- excuse me. There will be civility today."
                            Antonio VillaRaigosa
                            City Mayor, Los Angeles, CA

                            1 Offline
                            1 Offline
                            123 0
                            wrote on last edited by
                            #26

                            RoswellNX wrote:

                            I'm simply saying that you appear to live in a somewhat surreal universe

                            The only drug I'm addicted to is caffeine. But which part of "my" universe appears surreal to you? Perhaps I can clarify...

                            1 Reply Last reply
                            0
                            • 1 123 0

                              RoswellNX wrote:

                              Aren't these[^] things actually static by nature?

                              Of course they are. I'm an absent-minded driver, often thinking of something else. Over the years I've acquired the "safe" habits of say, driving off the road onto the shoulder (rather than across the center line), and stopping at almost anything that's red. So I stop at a stop sign and go on thinking, while my subconscious driver waits for something green to appear in my peripheral vision. Of course, nothing does. But the subconscious also responds to honking horns and to the urgings of my loving and attentive wife, so it all works out. Especially when I simply let my loving and attentive wife drive.

                              PJ ArendsP Offline
                              PJ ArendsP Offline
                              PJ Arends
                              wrote on last edited by
                              #27

                              The Grand Negus wrote:

                              Especially when I simply let my loving and attentive wife drive.

                              Sounds like a good idea, safer for all involved.


                              You may be right
                              I may be crazy
                              -- Billy Joel --

                              Within you lies the power for good, use it!!!

                              Within you lies the power for good; Use it!

                              1 Reply Last reply
                              0
                              • K Kevin McFarlane

                                I was thinking more of FF's features themselves rather than specific extensions.

                                Kevin

                                C Offline
                                C Offline
                                Chris Losinger
                                wrote on last edited by
                                #28

                                that's why i included the stuff in parens

                                image processing toolkits | batch image processing | blogging

                                1 Reply Last reply
                                0
                                • 1 123 0

                                  Dave Kreskowiak wrote:

                                  And you wrote a compiler that uses this??

                                  Yep. And we wrote it for Intel processors and Microsoft operating systems for the very same reason: ubiquitousness. None of these three would not be our first choice in an ideal world. But we do have plans to make the latter two go away (at least for us); I think we're stuck, however, with English for some time yet...

                                  D Offline
                                  D Offline
                                  Dave Kreskowiak
                                  wrote on last edited by
                                  #29

                                  The Grand Negus wrote:

                                  I think we're stuck, however, with English for some time yet...

                                  Well, it sucks to be you. The rest of us will move on with more advanced languages and techniques in the mean time...

                                  Dave Kreskowiak Microsoft MVP - Visual Basic

                                  1 1 Reply Last reply
                                  0
                                  • S Shog9 0

                                    The Grand Negus wrote:

                                    Shouldn't we all be using Internet Explorer?

                                    We may be a bit stuck in our ways, but we're not stupid... :rolleyes:

                                    ---- Scripts i’ve known... CPhog 1.8.2 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums

                                    E Offline
                                    E Offline
                                    El Corazon
                                    wrote on last edited by
                                    #30

                                    Shog9 wrote:

                                    but we're not stupid...

                                    he keeps hoping... that is why he is here for business....

                                    _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                    1 1 Reply Last reply
                                    0
                                    • D Dave Kreskowiak

                                      The Grand Negus wrote:

                                      I think we're stuck, however, with English for some time yet...

                                      Well, it sucks to be you. The rest of us will move on with more advanced languages and techniques in the mean time...

                                      Dave Kreskowiak Microsoft MVP - Visual Basic

                                      1 Offline
                                      1 Offline
                                      123 0
                                      wrote on last edited by
                                      #31

                                      Dave Kreskowiak wrote:

                                      The rest of us will move on with more advanced languages and techniques in the mean time...

                                      You mean that sometime in the near future you won't be saying things like, "The rest of us will move on with more advanced languages and techniques in the mean time..."?

                                      1 Reply Last reply
                                      0
                                      • E El Corazon

                                        Shog9 wrote:

                                        but we're not stupid...

                                        he keeps hoping... that is why he is here for business....

                                        _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                        1 Offline
                                        1 Offline
                                        123 0
                                        wrote on last edited by
                                        #32

                                        I'd be curious to know if you've ever read any of David Berlinski's stuff and, if you have, what you think of it.

                                        E 1 Reply Last reply
                                        0
                                        • 1 123 0

                                          Dave Kreskowiak wrote:

                                          And you wrote a compiler that uses this??

                                          Yep. And we wrote it for Intel processors and Microsoft operating systems for the very same reason: ubiquitousness. None of these three would not be our first choice in an ideal world. But we do have plans to make the latter two go away (at least for us); I think we're stuck, however, with English for some time yet...

                                          E Offline
                                          E Offline
                                          El Corazon
                                          wrote on last edited by
                                          #33

                                          The Grand Negus wrote:

                                          I think we're stuck, however, with English for some time yet...

                                          Is that Australian English, Australian Aboriginal English, Queen's English, American English (formal or informal, they are different being college level and 6th grade respectively)? Southern Drawl? Texas Drawl? Great Lakes? Middle English? Early Middle English? African American Vernacular English? Pacific Northwest English? Utah English? Hawaiian English? Navajo English? New Orleans English? New Mexico English? Indian English? Do you have an adaption for King James? Shakespeare? You do realize that the improper use could provide a misunderstanding to the compiler that would create a bug. Therefore you should have a proper variation for all these and many more variations of the English language world-wide to prevent such bugs. Or warn the user that regional variations in English have thus been removed from historical reference and only the American informal (aka elementary school education) is accepted and all other countries can sod off.

                                          _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

                                          R 1 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups