Great work! I may be using this in what I hope will become a decently high profile service. However, since there will be many uses (hopefully 100k+ per day) I won't be wanting to pass along the whole 17k each time. So I will probably see if I can chop it into 2 parts. The first will be the most 4 or 5 common browsers that 99% of people are using, and then failing that, resort to grabbing the rest. Perhaps you'll want to consider your own more "resource friendly" version?
Awesome work! So glad I found your project!
-Nuttzy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Broke it up into 3 parts: brwsniff-common.js, brwsniff-rare-browser.js, and brwsniff-rare-os.js. So most people will now only be downloading the 5k common file. Then the rare-browser file is 8k and the rare OS is 4k. I also removed the flash portion since I don't need it.
Thanks again!
-Nuttzy
p.s. I'll be using this to do some browser specific formating in project at http://www.spellingcow.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Great work! I may be using this in what I hope will become a decently high profile service. However, since there will be many uses (hopefully 100k+ per day) I won't be wanting to pass along the whole 17k each time. So I will probably see if I can chop it into 2 parts. The first will be the most 4 or 5 common browsers that 99% of people are using, and then failing that, resort to grabbing the rest. Perhaps you'll want to consider your own more "resource friendly" version?
Awesome work! So glad I found your project!
-Nuttzy
Broke it up into 3 parts: brwsniff-common.js, brwsniff-rare-browser.js, and brwsniff-rare-os.js. So most people will now only be downloading the 5k common file. Then the rare-browser file is 8k and the rare OS is 4k. I also removed the flash portion since I don't need it.
Thanks again!
-Nuttzy
p.s. I'll be using this to do some browser specific formating in project at http://www.spellingcow.com
(I'm the author)
Thank you. Yep. you are right: jsbrwsniff is getting bigger and bigger. I will try to split it into 3 or 4 parts. Any help is welcomed.