Monthly Archives: June 2012

That’s a dirty computer!

I’ve blown some dust out of computers, but nothing like this.

Posted in Computers & Internet | Tagged , | Leave a comment

Ubuntu, OSX, and Samba

A few months ago I setup an Oracle VirtualBox on my main computer to act as a web server to develop against without needing a separate machine. Took until yesterday to figure out how to get the bridged networking option … Continue reading

Posted in Computers & Internet | Tagged , , , | Leave a comment

Weekly Tweets for 2012-06-23

Nice add in @Netbeans 7.2 – Search in single project even when multiple projects are open instead of all open. Always been on my wish list. #

Posted in Tweets | Leave a comment

Margins around MathJax equations in WordPress

Love the MathJax plugin for WordPress. Makes it really easy to insert equations, assuming you’re somewhat familiar with Latex formatting. Problem is, there is always no space below the equation. I’ve been just hitting enter a couple of times after … Continue reading

Posted in WordPress | Tagged , , , | Leave a comment

Trouble with textarea in TinyMCE Editor

Came across an issue where the TinyMCE editor inside WordPress was stripping out <textarea> tags as I switched between the HTML and Visual editors, and the page I was working on needed a textarea. After digging through Google I came … Continue reading

Posted in WordPress | Tagged , , , | 2 Comments

Alan Turing Google Doodle

Very cool. Alan Turing got his own Google Doodle for a 100th birthday present.

Posted in Computer Science | Leave a comment

Plain Text Custom Post Type

Just uploaded a plugin to the WordPress SVN that creates a plain text custom post type. It’s a post that has absolutely no formatting, and even strips out the WordPress theme leaving just the text. What’s the point? I’m playing … Continue reading

Posted in WordPress | Tagged , , | Leave a comment

A couple of new WordPress plugins

Had some free time this week and kicked out a couple new WordPress plugins for another site I’m working on. Plain Text Custom Post Type adds a new custom post type to WordPress that outputs as just plain text. What … Continue reading

Posted in WordPress | Tagged , , , | 1 Comment

Plugins for inserting JS and CSS into posts

Just finished up a WordPress plugin that allows for arbitrary JavaScript and CSS to be included in the head section of posts. I needed to come up with some small project to put together and I needed this for a … Continue reading

Posted in WordPress | Tagged , , | 57 Comments

Get WordPress posts with one of two meta key values

Been working on a project for the past couple of days, and spent a bit of time this morning trying to get WordPress to do something. As usual, WordPress came through. Just took me knowing what to enter. What I’m … Continue reading

Posted in WordPress | Tagged , , | Leave a comment