bryan's blog

Wordpress and Webtools Integration

bryan's picture

This article documents a simple example using JSONP to aid integration of a Webtools service with a site powered by Wordpress.

Webtools is a skinnable service.  When we set up a Webtools skin to integrate with our site, we want to avoid as much as possible duplicating information from the main CMS in the Webtools skin.  Assets such as style sheets and images used in the theme can be loaded directly from the main site, but components of the page that are generated and maintained in the main CMS require a less direct technique.

Special Characters Quick Reference

bryan's picture

I've had a quick reference table for special characters around for years, and I refer to it pretty often. It includes the HTML entity name, numeric code, and keyboard shortcuts to type the characters on windows and mac, when available. I've posted it on ojctech.com, and hope others find it useful too.

ECMAScript Loops Cheatsheet

bryan's picture

Note to self:

  • for (var property:String in o:Object)
  • for each (var child:Object in o:Object)
  • for (var i:int in a:Array)
  • for each (var item:* in a:Array)

Project Site Login Changes

bryan's picture

37signals, The provider of our project management sites, is changing how you log in to their systems.