I recently (recently as in about an hour ago) discovered a way to use Notepad++, my text editor of choice on Windows, to process Markdown files into html without having to jump into DOS and run do it from the command line. I’ve been trying to keep my notes in Markdown for awhile now because …
Category Archives: Programming
php Markdown
Introduction PHP Markdown is a port to PHP of the Markdown program written by John Gruber.
Markdown (plain text to html)
INTRODUCTION Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
Function to dynamically resize images using jQuery
UPDATE: I have created a jQuery plugin that dynamically resizes the images. It is faster and is optimized better (minified).
Mobiscroll
A wheel scroller user control optimized for touchscreens to easily enter date and/or time. The control can easily be customized to support any custom values and can even be used as an intuitive alternative to the native select control (dropdown list). It is designed to be used on touch devices as an alternative to the …
APC: get a key’s expiration time
It’s always surprising to me, but APC is still the best kept secret.