Blog infrastructure updated
Friday, June 24th, 2011 Posted in Web design | 1 Comment »I'm almost finished with a round of updates to the infrastructure of this site. I upgraded Wordpress and changed my hosting from a friend's virtual server to Linux hosting with GoDaddy.com. The price is right and so far the ...
How to put formatted, highlighted code in a WordPress post
Saturday, January 17th, 2009 Posted in Software development, Web design | No Comments »I found two complementary plugins that enable me to put highlighted formatted code in a Wordpress page or post. Here's an example of what they do: [sourcecode language="python"] # Plot flux at continuum boundary pylab.figure() pylab.hold(True) pylab.plot(nd_times, Jl_BD, 'b-', label="Flux from BD simulation") pylab.plot(nd_times, Jl_BD+Jl_BD_std, 'b.', ...