IE pisses me off

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Libertine
    sex dwarf
    • May 2002
    • 17860

    #1

    IE pisses me off

    Seriously, why the fuck can't MS just follow the bloody standards?
    /(bb|[^b]{2})/
  • LiveDose
    Show Yer Tits!
    • Feb 2002
    • 25792

    #2
    IE has been locking up my computer the last 3 days. So frustrating.

    Scammer Alert: acer19 acer [email protected] [email protected] Money stolen using PayPal

    Comment

    • fris
      Too lazy to set a custom title
      • Aug 2002
      • 55679

      #3
      developer speaking, ie sucks, but surfing I like it, i only use firefox if im checking out if its compatible, or i need to use a plugin
      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

      Comment

      • Libertine
        sex dwarf
        • May 2002
        • 17860

        #4
        Originally posted by fris
        developer speaking, ie sucks, but surfing I like it, i only use firefox if im checking out if its compatible, or i need to use a plugin
        I use FF for surfing, but don't mind using IE for that either.

        My current problem is with development, though. And even if I'll get it right eventually, that's several hours wasted because MS can't follow standards
        /(bb|[^b]{2})/

        Comment

        • Malicious Biz
          So Fucking Banned
          • Mar 2005
          • 4575

          #5
          http://www.blackweb20.com/2008/12/08...rowser-speaks/

          Use a real browser, honkey.

          Comment

          • Darkcrni
            Confirmed User
            • Jun 2007
            • 1704

            #6
            Why the fuck you are using Ie.
            If the Ie get fucked up for some reason( vir, troj) you have to reinstal your Win.
            Just stop using it, use FF or Opera at worst, not IE!!!

            Comment

            • fris
              Too lazy to set a custom title
              • Aug 2002
              • 55679

              #7
              ie8 isnt bad tho
              Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

              Comment

              • Libertine
                sex dwarf
                • May 2002
                • 17860

                #8
                Originally posted by Darkcrni
                Why the fuck you are using Ie.
                If the Ie get fucked up for some reason( vir, troj) you have to reinstal your Win.
                Just stop using it, use FF or Opera at worst, not IE!!!
                GTFO, surfer.

                (and yes, if you don't understand that websites I make have to work on IE, you're a surfer alright)
                /(bb|[^b]{2})/

                Comment

                • zabijaq
                  So Fucking Banned
                  • Jun 2006
                  • 956

                  #9
                  IE is 8958495 steps behind any browser in term of speed, interface and security.

                  Fook IE.

                  Comment

                  • ExLust
                    Confirmed User
                    • Aug 2008
                    • 3223

                    #10
                    I'm not using anymore IE.

                    BE A PARTNER

                    Comment

                    • SomeCreep
                      :glugglug
                      • Mar 2003
                      • 26118

                      #11
                      People still use IE? Dang.

                      Webair Hosting

                      I use and recommend Webair for hosting.

                      Comment

                      • Adultnet
                        Confirmed User
                        • Sep 2003
                        • 8713

                        #12
                        move to chrome


                        TrafficCashGold Paying Webmasters Since 1996!

                        Awesome Conversions! Fast Weekly Payments! Over 125 Tours!

                        Comment

                        • JamesK
                          hi
                          • Jun 2002
                          • 16731

                          #13
                          Yep, IE can be a pain in the ass when it comes to developing. I always work live in both FF and IE to reduce the damage.
                          M3Server - NATS Hosting

                          Comment

                          • Libertine
                            sex dwarf
                            • May 2002
                            • 17860

                            #14
                            Originally posted by JamesK
                            Yep, IE can be a pain in the ass when it comes to developing. I always work live in both FF and IE to reduce the damage.
                            That's what I do as well, but then, you can get what I call "the dance".

                            Your write some css, it works perfectly in FF, but in IE, whatever object you're trying to place is a few pixels to the side. So, you change your code, and now it looks good in IE, but in FF it has moved a few pixels. Etc.

                            It's pretty common with vertically aligned forms, in my experience. And you can usually solve it easily by using an exception for IE, but I hate doing that.
                            /(bb|[^b]{2})/

                            Comment

                            • Deej
                              I make pixels work
                              • Jun 2005
                              • 24386

                              #15
                              are you using strict settings? and eliminating all default margins and padding?

                              Deej's Designs n' What Not
                              Hit me up for Design, CSS & Photo Retouching


                              Icq#30096880

                              Comment

                              • Jon Clark - BANNED FOR LIFE
                                North Coast Pimp
                                • Dec 2005
                                • 9395

                                #16
                                ff all the way...

                                Comment

                                • Libertine
                                  sex dwarf
                                  • May 2002
                                  • 17860

                                  #17
                                  Originally posted by Deej
                                  are you using strict settings? and eliminating all default margins and padding?
                                  Of course.

                                  The thing that I ran into last night is actually a well-documented issue, with the only reliable fix being an exception for IE.
                                  /(bb|[^b]{2})/

                                  Comment

                                  • Deej
                                    I make pixels work
                                    • Jun 2005
                                    • 24386

                                    #18
                                    Originally posted by Libertine
                                    Of course.

                                    The thing that I ran into last night is actually a well-documented issue, with the only reliable fix being an exception for IE.
                                    mind sharing the issue?

                                    Deej's Designs n' What Not
                                    Hit me up for Design, CSS & Photo Retouching


                                    Icq#30096880

                                    Comment

                                    • JamesK
                                      hi
                                      • Jun 2002
                                      • 16731

                                      #19
                                      Originally posted by Libertine
                                      Of course.

                                      The thing that I ran into last night is actually a well-documented issue, with the only reliable fix being an exception for IE.
                                      I hear ya.

                                      In some cases it might be useful making an additional CSS file that's only read by IE. That's what I usually do when shit gets bad.

                                      http://css-tricks.com/how-to-create-...ly-stylesheet/
                                      M3Server - NATS Hosting

                                      Comment

                                      • Deej
                                        I make pixels work
                                        • Jun 2005
                                        • 24386

                                        #20
                                        Originally posted by JamesK
                                        I hear ya.

                                        In some cases it might be useful making an additional CSS file that's only read by IE. That's what I usually do when shit gets bad.

                                        http://css-tricks.com/how-to-create-...ly-stylesheet/
                                        FUckin A

                                        Deej's Designs n' What Not
                                        Hit me up for Design, CSS & Photo Retouching


                                        Icq#30096880

                                        Comment

                                        • Libertine
                                          sex dwarf
                                          • May 2002
                                          • 17860

                                          #21
                                          The issue I was having was related to the one described here:
                                          http://www.sohtanaka.com/web-design/...arch-form-css/
                                          /(bb|[^b]{2})/

                                          Comment

                                          • JamesK
                                            hi
                                            • Jun 2002
                                            • 16731

                                            #22
                                            Originally posted by Libertine
                                            The issue I was having was related to the one described here:
                                            http://www.sohtanaka.com/web-design/...arch-form-css/
                                            I had that exact same problem a few weeks ago
                                            M3Server - NATS Hosting

                                            Comment

                                            • Libertine
                                              sex dwarf
                                              • May 2002
                                              • 17860

                                              #23
                                              Originally posted by JamesK
                                              I hear ya.

                                              In some cases it might be useful making an additional CSS file that's only read by IE. That's what I usually do when shit gets bad.

                                              http://css-tricks.com/how-to-create-...ly-stylesheet/
                                              See, my OCD doesn't allow me to actually do that. Everything must work with one single valid stylesheet, or I will be frustrated
                                              /(bb|[^b]{2})/

                                              Comment

                                              • tranza
                                                ICQ: 197-556-237
                                                • Jun 2003
                                                • 57559

                                                #24
                                                I seriously have so many fucking problems with IE, MS could debug this and transform into a browser more flexible, and it crashes a lot here... Safari works better than this piece of shit!
                                                I'm just a newbie.

                                                Comment

                                                • Deej
                                                  I make pixels work
                                                  • Jun 2005
                                                  • 24386

                                                  #25
                                                  Originally posted by Libertine
                                                  The issue I was having was related to the one described here:
                                                  http://www.sohtanaka.com/web-design/...arch-form-css/
                                                  Originally posted by JamesK
                                                  I had that exact same problem a few weeks ago
                                                  Me fucking too... fuck that hurt my head for a couple hours too man...

                                                  found a way thoughhhhhh!!!!

                                                  Deej's Designs n' What Not
                                                  Hit me up for Design, CSS & Photo Retouching


                                                  Icq#30096880

                                                  Comment

                                                  • Allformyspace
                                                    Confirmed User
                                                    • Jul 2006
                                                    • 594

                                                    #26
                                                    Originally posted by fris
                                                    developer speaking, ie sucks, but surfing I like it, i only use firefox if im checking out if its compatible, or i need to use a plugin
                                                    same here
                                                    ICQ:477-732-268

                                                    Comment

                                                    • chelis
                                                      Confirmed User
                                                      • Jan 2006
                                                      • 620

                                                      #27
                                                      IE is a pain in the ass for developers!
                                                      It will never follow the standards, you just have to get used to it and code for different browsers. Sad but true.

                                                      Comment

                                                      • HomerSimpson
                                                        Too lazy to set a custom title
                                                        • Sep 2005
                                                        • 13826

                                                        #28
                                                        switch to FF and forget about IE...
                                                        I use it only to check my sites look...
                                                        Make a bank with Chaturbate - the best selling webcam program
                                                        Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

                                                        PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:

                                                        Comment

                                                        • Deej
                                                          I make pixels work
                                                          • Jun 2005
                                                          • 24386

                                                          #29
                                                          Originally posted by HomerSimpson
                                                          switch to FF and forget about IE...
                                                          I use it only to check my sites look...
                                                          I think he said he does use FF...

                                                          im sure hes just trying to make it compatible across all browsers... for surfers sake....

                                                          Its not about what WE prefer... its about making it available for ALL

                                                          Deej's Designs n' What Not
                                                          Hit me up for Design, CSS & Photo Retouching


                                                          Icq#30096880

                                                          Comment

                                                          • collegeboobies
                                                            So Fucking Banned
                                                            • Jul 2004
                                                            • 3644

                                                            #30
                                                            IE rocks

                                                            Comment

                                                            • JamesK
                                                              hi
                                                              • Jun 2002
                                                              • 16731

                                                              #31
                                                              Originally posted by HomerSimpson
                                                              switch to FF and forget about IE...
                                                              I use it only to check my sites look...
                                                              M3Server - NATS Hosting

                                                              Comment

                                                              • DiF0r
                                                                Confirmed User
                                                                • Apr 2007
                                                                • 1516

                                                                #32
                                                                I'm not a fan of IE and FF stops responding and runs in the processes.. I should try Chrome
                                                                Hardcore Porn - submit your freesites
                                                                MovieRoom - over 30 categories and SMART banners

                                                                AmateurMatch - WebCamClub - DateMatch - AsianAmateurMatch

                                                                GayAmateurMatch - LesbianAmateurMatch - EbonyAmateurMatch - BeeMatch - Romancer

                                                                Comment

                                                                • UFGators2007
                                                                  Confirmed User
                                                                  • Nov 2007
                                                                  • 1739

                                                                  #33
                                                                  Just go with FF.
                                                                  "I use the Google to pull up maps."

                                                                  Comment

                                                                  • Deej
                                                                    I make pixels work
                                                                    • Jun 2005
                                                                    • 24386

                                                                    #34
                                                                    Originally posted by UFGators2007
                                                                    Just go with FF.
                                                                    perfect solution, thanks

                                                                    Deej's Designs n' What Not
                                                                    Hit me up for Design, CSS & Photo Retouching


                                                                    Icq#30096880

                                                                    Comment

                                                                    • Spunky
                                                                      I need a beer
                                                                      • Jun 2002
                                                                      • 133986

                                                                      #35
                                                                      I'm trying FF as IE keeps crashing on here.Adobe flash problems

                                                                      Comment

                                                                      • Libertine
                                                                        sex dwarf
                                                                        • May 2002
                                                                        • 17860

                                                                        #36
                                                                        I am thoroughly shocked that so many people think that when I'm complaining about standards, I'm looking for something to browse with.

                                                                        Is GFY really *that* infested with surfers these days?
                                                                        /(bb|[^b]{2})/

                                                                        Comment

                                                                        • Deej
                                                                          I make pixels work
                                                                          • Jun 2005
                                                                          • 24386

                                                                          #37
                                                                          Originally posted by Libertine
                                                                          I am thoroughly shocked that so many people think that when I'm complaining about standards, I'm looking for something to browse with.

                                                                          Is GFY really *that* infested with surfers these days?
                                                                          Dude, would you just fucking use Firefox... Fuck IE>.. it sucks... right?

                                                                          Deej's Designs n' What Not
                                                                          Hit me up for Design, CSS & Photo Retouching


                                                                          Icq#30096880

                                                                          Comment

                                                                          • GeoBeo
                                                                            Confirmed User
                                                                            • Apr 2008
                                                                            • 130

                                                                            #38
                                                                            so dont use it.
                                                                            ░▓ Dedico.com | Fully Managed Dedicated Servers
                                                                            ▓░ Providing Enterprise Storage Solutions, 24/7 Support, Private Network
                                                                            ░▓ Dedicated To Your Success!
                                                                            ▓░ Upcoming Services: SolusVM VPS

                                                                            Comment

                                                                            • JamesK
                                                                              hi
                                                                              • Jun 2002
                                                                              • 16731

                                                                              #39
                                                                              Originally posted by GeoBeo
                                                                              so dont use it.
                                                                              M3Server - NATS Hosting

                                                                              Comment

                                                                              • Deej
                                                                                I make pixels work
                                                                                • Jun 2005
                                                                                • 24386

                                                                                #40
                                                                                This thread is double Picard worthy

                                                                                Deej's Designs n' What Not
                                                                                Hit me up for Design, CSS & Photo Retouching


                                                                                Icq#30096880

                                                                                Comment

                                                                                • JD
                                                                                  Too lazy to set a custom title
                                                                                  • Sep 2003
                                                                                  • 22651

                                                                                  #41
                                                                                  conditional stylesheets ftw

                                                                                  Comment

                                                                                  • Deej
                                                                                    I make pixels work
                                                                                    • Jun 2005
                                                                                    • 24386

                                                                                    #42
                                                                                    Originally posted by JD
                                                                                    conditional stylesheets ftw
                                                                                    no dude, its much simpler... just use FF - fucking duh yo

                                                                                    Deej's Designs n' What Not
                                                                                    Hit me up for Design, CSS & Photo Retouching


                                                                                    Icq#30096880

                                                                                    Comment

                                                                                    • JamesK
                                                                                      hi
                                                                                      • Jun 2002
                                                                                      • 16731

                                                                                      #43
                                                                                      Originally posted by Deej
                                                                                      This thread is double Picard worthy
                                                                                      Originally posted by Deej
                                                                                      no dude, its much simpler... just use FF - fucking duh yo
                                                                                      Word
                                                                                      M3Server - NATS Hosting

                                                                                      Comment

                                                                                      • bizarrejan
                                                                                        Confirmed User
                                                                                        • May 2006
                                                                                        • 1487

                                                                                        #44
                                                                                        Originally posted by Libertine
                                                                                        Seriously, why the fuck can't MS just follow the bloody standards?
                                                                                        cos they are MS

                                                                                        Comment

                                                                                        Working...