Jump to content

Kevin W

Members
  • Posts

    1,329
  • Joined

  • Last visited

Everything posted by Kevin W

  1. Something is off here, and I have gone through the entire thread. If you want, as a few others here do, simply update your season total in this thread if you don't know event dates. (FYI...the only difference doing it this way, is your storm/event totals will not show up)
  2. I have updated everything I found that wasn't. If I missed anything, please let me know.
  3. Does this mean you want to be added? If so, that 40.25” on 12/17...was that from one event, or was that your season total to that point?
  4. Does this mean you want to be added? That's what this thread is for, but you have never mentioned whether or not you want to be added, and to keep up with it.
  5. That is sweet! I see I have some catching up to do here, and I will as soon as I can. I notice some posts in here, but I'm not sure to add them (as actual members on the list) or not. Last time I checked, there were some new names, and even totals for one storm, not the season. I'll go back and look at it all again when I update everything else, but it was getting confusing at first glance.
  6. I'm in Attleboro. I just went out and measured 6".
  7. I have added Sandwich to the locations list.
  8. I noted this. The table plugin I use has many options for data filtering, presentation and exporting, so I'll look into this when I get some time. Are there any specific ways you want last year's data shown?
  9. You chose the wrong season from the dropdown. I fixed it for you, and also added this season as the default choice for new entries.
  10. I just logged in under your name, and it works for me. Make sure you are logged in, then go here. You have run into this before.
  11. Hi guys. I'm hearing some spots in New Hampshire are getting snow. If you were in this last season, you should be good to go. If not, you'll need to contact me for a username and password. Kevin New England Snow
  12. Thanks man. Everything seems to be just fine. It was painless.
  13. FYI, I moved the snow portion of my site to its own directory, something I've been needing to do for a long time. Here is the new address: New England Snow
  14. Sort this page (descending) and you will see some very small amounts.
  15. Thanks for clearing that up. I thought something was wrong.
  16. Not a problem doing it. Logging in does give you much more control over your own records. It's not just Dave who adds details to events. Several people now do it and I think it's great. Filtering, sorting, and searching, is much better now, than it was in the past.
  17. I'm kind of wondering why you are not seeing the " suffix in the amount field. What page is this screenshot from?
  18. For those who have been wanting ranks for the totals, I have been trying like crazy to find a way make it happen. Today, I found a way, but at the moment, it only works behind the scenes, not on the front end. I have contacted the vendor for the plugin I use for these tables and I'm waiting for a reply. Based on what I can tell, it doesn't look too promising, unless they can do some sort of magic for me.
  19. You must mean 12/06. I didn't see that posted anywhere, but I'll get that in there.
  20. Unless we're missing something, I've got you at 22.1"
  21. If there are any SQL wizards here, the following is the query that gets the result for the home page table: SELECT user_names.user_name,city.city,state.state,SUM(events_full.amount) AS total FROM user_names,city,state,events_full WHERE user_names.user_id=events_full.user_id AND city.city_id=events_full.city_id AND state.state_id=events_full.state_id AND events_full.season_id=13 AND amount > 0 Group By user_names.user_name
  22. I thought of that, and I'm sure it can be done, but it's not something I know how to do off the top of my head. I would love to know how, so I'm going to look into it.
×
×
  • Create New...