Sunday, December 20, 2009

Movin on Up...

I got some hosting so that the server for my app could be something a little more reliable than my old desktop computer sitting in my coat closet. And since I was paying for decent hosting, I figured I'd host a better blog there, too.

http://jebware.com/blog

Friday, November 13, 2009

The "November Nor'easter"

That's what the local news is calling it, at least. I went out yesterday and got some pictures. Keep in mind that I did this about five hours after high tide, so the water had already gone down a little bit from its morning peak.
These folks were trying to tow their minivan out of the water. I took this picture right after their rope snapped.
Police were blocking this street from both directions so that nobody would even try to get through. Which is probably good, because I saw people attempting some pretty stupid things.
Submerged cars. You'll notice this becomes a theme.
These people were out taking pictures with their dog; I saw one of their pictures later on the local news' website. I tried taking my dog along for this expedition, but she gave up after two blocks.
This vehicle wasn't abandoned yet, I think the owner was still sitting in it.
Probably wishing you hadn't parked your BMW on that particular block.
You want to know what's sad? So far these pictures aren't even tidal flooding. They're just areas that don't drain.
In the middle of this shot is Smith's Creek. On the left is a road, Mowbray Arch a.k.a. the Smith's Creek Annex. This is the only picture in this set with tidal flooding.
Remember that BMW? When I came back by a tow truck was fishing it out. I hear that the waiting list for tow trucks is getting pretty long.
"Neither rain, nor sleet, nor gloom of night". What you can't see in these pictures is that it was still raining hard. And the wind was blowing at 50 mph gusts.

Friday, August 21, 2009

Virginia Traffic 1.1.1 Release - Bugfix

Today I'm releasing an update (version 1.1.1) to the Virginia Traffic app which fixes a small bug that had been bothering me for a while. Here's a quick shot of what the bug looked like before:


As you can see, the incident list had moved up to obscure the dropdown and button at the top. Now here's what the screen is supposed to look like:

If you're not an Android developer, thanks for dropping by, and you can stop reading here. The bug is fixed, so please continue to enjoy Virginia Traffic. If you want to know the geeky details, keep going...


I have one big LinearLayout that encompasses the whole screen for the main Activity, and I had previous set the android:clipChildren property to false. Ooops. If you look at the documentation, this means that child objects aren't being limited to drawing within their bounds. So I had a ListView that was coloring outside the lines, so to speak. Every time I scrolled the ListView, I think it had some trouble syncing up between the exact position of the screen and due to some rendering issue was drawing outside of its boundaries in an attempt to have a smoother draw of the ListView. Setting android:clipChildren to true fixed the problem.

Friday, June 12, 2009

Virginia Traffic 1.1 Release

I've just uploaded a new release. Here are the major changes:
  • The application saves your region selection.
  • Refresh now works the way you would expect it to. You click refresh, it refreshes.

Sunday, May 17, 2009

Virginia Traffic 1.0.1 Bugfix Release

I just released an upgrade to the app.  Here are the two bugs that are fixed:
  • Sometimes in the list view, many of the incidents would be displayed twice each.
  • For certain incidents, the detailed description would be either incomplete or the wrong description.

Saturday, May 9, 2009

200 downloads in 24 hours

Wow, I'm completely surprised by the amount of downloads I've had in just one day since releasing the VA Traffic app.  Now I'm really encouraged to either (1) expand to more states or (2) make a clone of the app for the iPhone.

And at some point I'll have to move the server-side stuff to something a little more robust than my desktop.

Friday, May 8, 2009

Virginia Traffic 1.0 Release (Free!)


Ever been stuck in traffic, but the 511 voice prompts think that "The Midtown Tunnel" really means "Burke, Virginia"?  Been there.

Now, as long as you've got a data connection, you can view all current 511 traffic alerts, by region.  There's two main screens to the app.  First, there's the list of current alerts.  Use the dropdown at the top to select your region.  The refresh button is, I hope, self-explanatory.

If you click on of the events, you can see all of the details on it, including a more detailed description, as provided by the 511virginia.org website. Hit your back button to return to the main screen.

That's all for now.  It's no-frills, text only.  Here's the link to download it.

Feedback is welcome.  Enjoy!