Tag: wordpress. metablog

  • Make contributing to open source projects easy for your colleagues.

    Make contributing to open source projects easy for your colleagues.

    I encourage everyone to contribute to open source projects in every company I work. If you are a developer, I am sure you know how to do that already, but what about the rest of the people who can contribute with the same impact? There is one interesting idea I am trying right now: The…

  • WRT: How to post to your WordPress using Ajax (+code)

    I just finished my “share2” WRT (Web Runtime Toolkit) widget. It allows me to post quick messages to my WordpPress blog or to any blog that uses MetaWeblog API. Here are some key parts from the script: Ajax function that sends the requests and gets the result function ajExec(url, param, callback, isXML) { var req…