Archive for category: Web Programming

Some example python code to fetch weather forecasts…

July 8, 2014 | My Projects, Python, Web Programming | By: Mark VandeWettering

Need to get some weather information? The website forecast.io has a nice web based service you can use up to one thousand times a day for free. I was thinking of using it for an automated sprinkler application, but just to test it, I wrote this simple chunk of python to try it out. To […]

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 […]

Lightbox JS

January 11, 2006 | Blogging, Web Programming | By: Mark VandeWettering

Here’s a useful little chunk of Javascript which can probably be put to good use on your website: Lightbox JS is a simple, unobtrusive script used to to overlay images on the current page. It’s a snap to setup and works on all modern browsers. It works quite well, and is also somewhat instructive. I […]

htaccess Cheatsheet

September 19, 2005 | Web Programming | By: Mark VandeWettering

My recent attempts to block hotlinking made me search for a few minutes to find the information contained on this handy htaccess cheatsheet. It’s got some good stuff in it.

Bye Bye, Freeloaders

August 31, 2005 | Blogging, General, Web Programming | By: Mark VandeWettering

I received an email a couple of days ago from someone who thoughtfully noted that someone was stealing bandwidth from my by hotlinking to images in my /images directory. Effectively these people use your webserver to serve images for their websites. It’s tacky: kind of like filling your pockets with napkins and packets of ketchup […]

Microsoft Virtual Earth is out…

July 25, 2005 | General, Web Programming | By: Mark VandeWettering

This is getting a lot of play everywhere, but Microsoft’s new mapping application, Virtual Earth is now live. In most respects, I find it very similar to Google’s offering, but the API seems a bit more refined, and it doesn’t have the problems associated with generating usage keys. You can find information about programming the […]

Google Video Search

June 27, 2005 | Link of the Day, Web Programming | By: Mark VandeWettering

Today Google released their own plugin for playing video on their Google Video Search page. Apparently it is based upon VLC, and you can get the source. Unfortunately, no love for Linux, FreeBSD or Mac OSX users yet.

Return of Design – Individual Color

June 20, 2005 | Blogging, Web Programming | By: Mark VandeWettering

I’m not color saavy savvy enough to actually design a good color scheme for websites. What I did years ago was come up with a particular blue (#336699) and just chose to use it as the predominant color for my website. I keep thinking that it would be nice to add some different colors, but […]

Google SiteRank Patent

June 16, 2005 | Intellectual Property, Web Programming | By: Mark VandeWettering

Slashdot mentioned that the Google SiteRank patent application was available, so here it is for your perusal.

AXS and WordPress Integration Plugin (2.1)

March 31, 2005 | Web Programming | By: Mark VandeWettering

AXS is a pretty nice little program that can gather many of the web usage statistics that are provided by statcounter.com, but without any limits. There is a new AXS and WordPress Integration Plugin that makes it very simple to add to your WordPress setup: basically just put the plugin where they all go, configure […]

Minimo on Pocket PC

February 23, 2005 | Web Programming | By: Mark VandeWettering

I had heard about the open source browser Minimo, but they just recently released their first trial build. You can download a sneak peak at this build here: http://www.meer.net/~dougt/minimo_ce/MinimoCE_0.002.zip. Keep in mind, it is basically the second build that I made that actually rendered a page successfully. When you check it out, remember I told […]