Categories
Links

Mock Response

A super simple, but super useful, little [service that returns various HTTP status codes based the URL called][link]. Helpful tool for testing how your app responds to every HTTP status.

[link]: http://mock.isssues.com/ “Mock Response”

Categories
Links

Introducing Harp – the static web server with built-in preprocessing

[It slices, it dices, it generates static sites, it natively supports preprocessors like LESS and Stylus:][link]

>Imagine you were choosing between PNG or JPEG for an image you wanted to serve. You would simply pick the right format for that use case because web servers support either, you need only drop the file in. That is exactly what Harp does with modern web languages. Want to use Stylus? Just name your file with a .styl extension. Prefer LESS’ syntax? Just drop in the LESS source files and go to work. Or use a combination of both, Harp doesn’t care. Harp knows to compile and serve main.styl when main.css is requested, OR main.less if that file exists instead. It’s that simple.

That’s a hell of a pitch, and it’s only about 1/3 of the whole thing. Read the whole post.

[link]: http://sintaxi.com/introducing-harp “Introducing Harp – the static web server with built-in preprocessing”

Categories
Links

HTTP Client – Mac Tool for HTTP Debugging

[Found this useful today in my tracking down a problem with la petite url][link].

(via [Shawn Medero][shawn])

[link]: http://ditchnet.org/httpclient/ “HTTP Client – Mac Developer Tool for HTTP Debugging”
[shawn]: http://shawn.medero.net “Shawn Medero”