-
Posts
4,514 -
Joined
-
Last visited
Everything posted by CoasterFanatic
-
I will only tell the story once, so you will have to refer to the "original" Juggalo thread. http://www.themeparkreview.com/forum/viewtopic.php?t=1033&highlight=icp
-
This thread is starting to get real good. // grabs popcorn
-
DivX Create - free today only
CoasterFanatic replied to davidmorton's topic in Random, Random, Random
^ The copy is one thing. The serial number is the tough one. -
I do the videos on my site as 300kps WMV and I have never had one problem or question. With Windows Media Installed, it works great on both Mac and PC. Lately, I have been toying with the idea of offering a DivX version as a download. The quality is killer! I would almost bet that if you offered the videos in Divx and Mpeg that you would have more downloads while also lowering your bandwidth usage. People with Divx would download the Divx versions for it's superior quality while others could always get the Mpeg version.
-
Europe Theme Park Finder
CoasterFanatic replied to verticalzero's topic in Theme Parks, Roller Coasters, & Donkeys!
I originally put that together for Robb, because he was looking for aerials of some of the parks. It is in no way a comprehensive map at all. It probably does have some mistakes, because I really have no clue where half those parks are For a better map, check out the US Park Finder: http://www.coasterfanatics.com/map.asp Warning: It takes a minute or two to load. Also. If anyone has any long/lat data for any of the non-us parks. I would love to see it. Most of these places I couldn't find if my life depended on it. -
DivX Create - free today only
CoasterFanatic replied to davidmorton's topic in Random, Random, Random
Today only! (Then I will be taking it down). View my Knoebels Opening day video in DivX. Let me know what you think and if I should offer some of videos in this format in the future. http://www.coasterfanatics.com/files/knoebelsopening.divx -
Punch her. // Well it worked for me in 1st Grade
-
http://cgi.ebay.com/Hitachi-Microdrive-6GB-Digital-Media-Hard-Disk-Drive_W0QQitemZ7549631155QQcategoryZ50519QQrdZ1QQcmdZViewItem
-
That's what I meant ..... dammit!
-
Photo TR: Hey! Check Out My Package
CoasterFanatic replied to PhishyBrewer's topic in Random, Random, Random
Let me guess. They sent you a bunch of free swag for promoting their products on TPR. To bad you will be at CP next weekend. I will be sitting at Camp RRC with a case of Victory Hop Devil! -
Besides Rob+Elissa who are the "Elders" of TPR?
CoasterFanatic replied to BelizeIt's topic in Random, Random, Random
You forgot SuperCrack. He is definately one of the "Elders" -
All times are based on British Mean. For example mine is +5 since I am five hours ahead of British Mean Time.
-
Radio documentary about american coasterculture?
CoasterFanatic replied to mischa's topic in Ask Alvey
Always willing to help, but unfortunately I will not be at any of those locations in October. If you need anything, feel free to contact me at tedcromwell@gmail.com. -
Still haven't met one that i would never ride again. Just crazy I guess. My crap list: Tomb Raider - PCW Top Gun - PCW Hurricane Cat 5 - Pavillion Villian - Geauga Lake Most of the other rough coasters I have experienced I just found to be funny. I remember riding T2 for the first time at SFKK, and my friend and I were in stitches by the end. We just laughed ourselves silly.
-
What Was the Last Beer You Drank?
CoasterFanatic replied to robbalvey's topic in Random, Random, Random
Wheat trumps grapes everytime in my book. Have a beer Soren! You have earned it. -
What Was the Last Beer You Drank?
CoasterFanatic replied to robbalvey's topic in Random, Random, Random
No Blue Moon for me please. I hate that swill -
Just to help out the "rsStart("z_longitude")" & "rsStart("z_latitude")" are built in another SQL statement. Basically it digs up your Zip Code out of the database and then finds the Long/Lat for it (Free database available from the US Census Bureau).
-
No problem. Always willing to give away my secrets. SELECT TOP 40 p.ID as park_id, p.p_logo, p.p_name, z.z_zipcode, z.z_city, z.z_state, ROUND((ACOS((SIN(" & rsStart("z_latitude") & "/57.2958) * SIN(z.z_latitude/57.2958)) + (COS(" & rsStart("z_latitude") & "/57.2958) * COS(z.z_latitude/57.2958) * COS(z.z_longitude/57.2958 - " & rsStart("z_longitude") & "/57.2958)))) * 3963, 1) AS distance from ZIPCODES z, PARKLIST p where sqrt(power(69.1*(z.z_latitude - " & rsStart("z_latitude") & "),2) + power(69.1*(z.z_longitude - " & rsStart("z_longitude") & ")*cos(z.z_latitude/57.3),2)) < 500 AND p.p_zip = z.z_zipcode and p.p_operating = 1 and p.p_active = 1 ORDER BY distance Always willing to help