Topic: Online Map Gen
I'm sort of working on an online map generator.
The only problem I have so far is that it's completely incompatible with internet explorer.
But it's not my fault. Through my adventures I've learned that IE is a HORRIBLE HORRIBLE HORRIBLE program and anybody who uses it primarily is fully pittied by me. SWITCH TO FIREFOX OR CHROME OR BE DOOMED TO FAIL IN LIFE AS IE HAS! ![]()
Because IE has problems with (honestly) anything relating to a browser it's unable to handle the 4,000-20,000 systems that must be shown in order to create a fully operational online map generator. But fortunately Mozilla Firefox and Google Chrome are FULLY capable of these feets. I'm just warning people ahead of time so that hopefully people will open their minds and start using OPEN SOURCE programs that are FREE and FAST. That way if/when I do create this online map gen people wont have to begin to learn how to use firefox/chrome normally before using my program, they'll already understand how it works ![]()
Believe me people, I've tried everything to make IE run my program faster. I've literally gone 10,000,000 miles out of my way to optimize and restructure how the program works. But IE just can't handle it. IE is just.. completely worthless
SO SWITCH NOW OR BE LEFT IN THE DUST OF THE PIONEERS OF THE FUTURE!
Wanna see some examples?
Here is the original one: http://icsim.99k.org/map/index.php
It uses tables to display the systems. You can use the scrollbars to move the map.
Here is the current one: http://icsim.99k.org/map/index2.php
It's an 80x80 map with 4x4 sector scheme.
I removed the tables to reduce the # of elements the program had to deal with. I replaced it by using absolutely positioned divs for each system.
The efficiency improved quite a bit. This will be the code that I'll likely stick with. It's like 99.99% optimized.
Comments appreciated! Feel free to send me ideas also.