On the Market… again (Hire me!) / / No Comments Sadly, I find myself in the same situation I did a few months ago. My time at Foxit has abruptly come to an end. While it didn’t work out, I am incredibly proud of what I was able to achieve in such short time. I’m a bit in shock now, but, I love my work, I love helping developers, and I can’t not work if my kids want to eat. (Rudely they tend to get hungry – like every single day.) As always, if you know me, and know of an opportunity, I’d love any introductions you can give. I got through this once, I can get through it again! Raymond Camden… more → Posted in: JavaScript Tagged with: Again, Hire, market
Earth’s Greatest Hits, Live! / / No Comments Most earthquake apps will show you a map with a bunch of dots. QuakeSound takes those red dots and turns them into sound. That’s right QuakeSound is an earthquake map that actually lets you listen to the planet rumble in near real time. QuakeSound takes data from the USGS Earthquake GeoJSON Feed and represents it in two ways: visually, on an interactive Leaflet.js map, and aurally, via Maps Mania… more → Posted in: Interactive Maps Tagged with: Earth’s, Greatest, hits, live
Adding Programming Language Detection with Built-in Chrome AI / / No Comments As I’ve been playing, and thinking, more and more about how to best add Chrome AI support to web apps, I came across an interesting use-case that I think could be helpful, and like in my previous examples, be completely ok if it didn’t actually work. When I write on the developer blog at Foxit, I make use of WordPress plugin for code samples. This editor has a place for you to both paste in your code, and select the language so the proper highlighter is used: This works well enough, but it gets a bit annoying to have to constantly keep selecting Python in the dropdown. Ideally the form would use the last language (simple enough via LocalStorage), but I was curious how well Chrome’s... more → Posted in: JavaScript Tagged with: Adding, Builtin, Chrome, Detection, Language, programming
URL Rewriting with BoxLang MiniServer / / No Comments BoxLang recently released it’s 1.4 version, and one of the cooler parts of that update was many improvements to MiniServer. MiniServer is a lightweight web server that makes it easy to spin up and test BoxLang web applications. Updates in the last version included automatic .env loading (which is coming soon to the boxlang CLI as well), websocket support, health checks, and more, but the one I care the most about is URL Rewriting support. Rewrite support is fairly simple. To turn it on, pass --rewrites when running boxlang-miniserver. This will use the file index.bxm for any request that doesn’t match a file (no matter what the extension). You can also specify a particular file as... more → Posted in: JavaScript Tagged with: BoxLang, MiniServer, Rewriting
The Trump Appeaser’s Map / / No Comments Donald Trump says he will meet Vladimir Putin next week. He also says that an end to the war must involve “some swapping of territories”.I thought it might be worth creating an Appeasers Map to visualize an area of land roughly the size of Crimea overlaid on top of the United States. You can drag the shape around to see which areas of the United States you would be most prepared to give to Maps Mania… more → Posted in: Interactive Maps Tagged with: Appeaser's, Trump
Links For You (8/9/25) / / No Comments Hello friends – another two weeks has gone by which means another links post to share. Sometimes, ok, pretty much every time, I’m shocked at how quickly I have to do these posts. It’s like I blink and half a month has flown by. In my last Links post I mentioned dealing with some frustrations, and they’ve gotten better, but I’m now dealing with the start of school which brings its own challenges. That being said – the family is happy and healthy, I’m employed, so I’ll take that as a win. Let’s get to the links! Why Women in Tech isn’t enough First up is pretty important post from Salma Alam-Naylor, "Why Woman in Tech isn’t... more → Posted in: JavaScript Tagged with: 8/9/25, links
Ocean Warming Stripes / / No Comments These Ocean Warming Stripes show the alarming extent to which average global sea surface temperatures have risen in the 21st Century, compared to the norm of annual global temperatures dating back to 1850. In the visualization, each year since 1850 is represented by a colored stripe. The color of each stripe is determined by the average global sea surface temperature. As you can see, there has Maps Mania… more → Posted in: Interactive Maps Tagged with: Ocean, Stripes, warming
Building a Comic Book Reader in BoxLang / / No Comments I’ve been a comic book reader for just about the same amount of time as I’ve been writing code. Any computer using comic book reader (and there’s probably quite a few) will know that electronic versions of comics let you read comics on your devices. These comics typically come in one of two formats, CBR and CBZ, which are literally just RAR and ZIP files, nothing more. Over the years, I’ve had fun building my own web-based readers for this format, with my last one from a bit over three years ago, "Reading Comic Books in the Jamstack". I thought it would be fun to tackle this in BoxLang and see what worked well and what proved difficult. I’ve got a complete... more → Posted in: JavaScript Tagged with: book, BoxLang, building, Comic, Reader