Author Topic: Help!  (Read 467 times)

Burke

  • |LMC| Inactive
  • ***
  • Posts: 104
Help!
« on: October 09, 2010, 08:01:08 PM »
My internet explorer is not responding crashing everytime i open it i can only post this from the steam community internet browser :( can anyone help me fix it?


Update: My brother fixed it so never mind this post can be deleted or well moved to archives
« Last Edit: October 09, 2010, 08:43:24 PM by Burke »

omniconsumer

  • |LMC| Leader
  • *******
  • Posts: 2419
  • There are black holes on my face.
Re: Help!
« Reply #1 on: October 09, 2010, 09:34:53 PM »
how did he fix it I wonder.

Burke

  • |LMC| Inactive
  • ***
  • Posts: 104
Re: Help!
« Reply #2 on: October 10, 2010, 01:11:01 AM »
stupid addon glitch or something

omniconsumer

  • |LMC| Leader
  • *******
  • Posts: 2419
  • There are black holes on my face.
Re: Help!
« Reply #3 on: October 10, 2010, 02:37:48 PM »
stupid addon glitch or something

ohhhhh. do you use firefox?  if you do, check out firefox personas to customize your browser gui.

Hurrr

  • |LMC| Senior Member
  • ****
  • Posts: 129
  • "Like 100 people are paying to be my friend, sooo"
Re: Help!
« Reply #4 on: October 10, 2010, 04:42:20 PM »
internet explorer

Well there's your problem.

ZenPhire

  • |LMC| Leader
  • *******
  • Posts: 5669
Re: Help!
« Reply #5 on: October 10, 2010, 05:43:07 PM »
internet explorer

Well there's your problem.

LOL AGREED!!! Get a real browser. I recommend Firefox or Dragon.

Evoke

  • (LMC) Friend
  • *******
  • Posts: 1482
  • piff logic.
    • http://winkzor.deviantart.com/
Re: Help!
« Reply #6 on: October 10, 2010, 11:49:19 PM »
internet explorer

Well there's your problem.

LOL AGREED!!! Get a real browser. I recommend Firefox or Dragon.

lol agreed! or chrome


I support indie games and music.
Do you?

Burke

  • |LMC| Inactive
  • ***
  • Posts: 104
Re: Help!
« Reply #7 on: October 11, 2010, 05:47:08 AM »
ugh fine ill see about it

omniconsumer

  • |LMC| Leader
  • *******
  • Posts: 2419
  • There are black holes on my face.
Re: Help!
« Reply #8 on: October 11, 2010, 02:24:45 PM »
I didn't know people still used internet explorer.  lol

Burke

  • |LMC| Inactive
  • ***
  • Posts: 104
Re: Help!
« Reply #9 on: October 11, 2010, 03:16:23 PM »
why is internet explorer so bad lol does not seem like it

ZenPhire

  • |LMC| Leader
  • *******
  • Posts: 5669
Re: Help!
« Reply #10 on: October 11, 2010, 04:42:06 PM »
why is internet explorer so bad lol does not seem like it

Only those that don't know better. It's the worst browser as far as standards compliance, it's the worst browser in terms of security and exploits. Plus I think it has horrid usability. I never use it unless some idiot using MS software made an "only works in IE" page. It's mostly a joke to web devs. I personally hate it. Always have since they starting pulling that kind of crap since ie3 with win95 (and before). If it weren't for gamedevs all using friggin dx and forcing gamers to use windows... I'd not even touch anything MS.

Burke

  • |LMC| Inactive
  • ***
  • Posts: 104
Re: Help!
« Reply #11 on: October 11, 2010, 05:01:21 PM »
k i went to firefox now :)

omniconsumer

  • |LMC| Leader
  • *******
  • Posts: 2419
  • There are black holes on my face.
Re: Help!
« Reply #12 on: October 11, 2010, 05:28:44 PM »
check out firefox personas, to customize your browser theme..I like it

Hurrr

  • |LMC| Senior Member
  • ****
  • Posts: 129
  • "Like 100 people are paying to be my friend, sooo"
Re: Help!
« Reply #13 on: October 11, 2010, 10:05:50 PM »
From a specific point of view, I like IE better.  Mainly just because I'm in a class right now teaching me how to work JS into webpages, and for some reason nothing I code is working in Chrome the same way I want it to work in IE.

For most of my browsing I still use Chrome because of how much more user-friendly it is, but the way it displays specific attributes of webpages sometimes looks a little off.

ZenPhire

  • |LMC| Leader
  • *******
  • Posts: 5669
Re: Help!
« Reply #14 on: October 12, 2010, 08:27:01 AM »
From a specific point of view, I like IE better.  Mainly just because I'm in a class right now teaching me how to work JS into webpages, and for some reason nothing I code is working in Chrome the same way I want it to work in IE.

For most of my browsing I still use Chrome because of how much more user-friendly it is, but the way it displays specific attributes of webpages sometimes looks a little off.

Actually, no... it's IE is off... IE's DOM implementation is terrible. I you want to learn Javascript, you should be working in Firefox, Chrome, or Opera (read: standards compliant browser). Don't be like those jackasses who only know how to develop in IE because they are too lazy to learn to do it the proper way. (Sorry if I offended anyone with that last comment =P)

Open up the code in one of the frameworks to learn more. jQuery, YUI, Prototype, Mootools, dojo and Closure are great frameworks, and you can use XUI for mobile dev.

For animations, check out scripty2, and processing.js

Don't be a tool! Instead, learn to use tools properly. =)

The best way I know how to do it is to code in standards, then hack it to work cross-browser.