Archive for category: Web Development

Lightweight Web servers

December 15, 2011 | Web Development, Web Programming | By: Mark VandeWettering

Don’t you hate it when you see something that you want to investigate further, but then you can’t remember what the project is called? That’s what happened to me: I recently saw some cool little web server, implemented as a single C file, and that could either embed or be embedded in other applications. And […]

Q: Should blogs make font choices for you, or not?

August 25, 2011 | Blogging, Web Development, Web Programming | By: Mark VandeWettering

I’ve been making some minor tweeks to the excellent 1024 px WordPress theme that I started using a few weeks ago. I found a small issue with the CSS for images that are supposed to be center (a priority mistake meant it didn’t work) and I’ve made a few other minor tweaks. I finally got […]

The Broadcaster Project, revisited

May 18, 2011 | Tips and Tricks, Video, Web Development, Web Programming | By: Mark VandeWettering

One year ago today, I first published a link to The Broadcaster Project, a site which had several tips on using command line tools such as ffmpeg to assemble videos. I use a similar technique to do my more recent videos: I take the raw footage from the camera and resize it, denoise it, and […]

HOWTO make a simple HTTP server…

August 12, 2010 | Tips and Tricks, Web Development, Web Programming | By: Mark VandeWettering

It’s occasionally useful to have a basic HTTP running to serve the files in a directory. You might want to fetch some MP3 or movie files from one machine, or in my case, a PDF document that I’m hacking on my Linux box while ssh’ed in from my Windows laptop. In the past, I have […]

Revisiting TinyP2P

June 29, 2010 | Computer Science, Web Development, Web Programming | By: Mark VandeWettering

As I was driving in this morning, I entertained a train of thought that led me back to thinking about peer to peer networks. I recalled that I had seen a posting by Ed Felton some years ago about implementing a peer-to-peer networking scheme in a very few lines of Python. A few minutes of […]