Category: Programming

  • Tcl/Tk Aqua

    Tcl/Tk is now to be available for OS X Aqua. Very good. MacOS X gets more and more interesting for the old school UNIX developers. macdevcenter.com has an article by Michael J. Norton on that topic.

  • Embedding PHP in MySQL

    myphp is an extension that allows MySQL to execute PHP code that is stored in the database tables.

  • How to Report Bugs Effectively

    This is a long document explaining how to report a bug. The beef is in a bullet list at the end, but it’s worth reading anyway.

  • Processing

    The Design By Numbers project from John Maeda seems to have a successor: Processing. »The Processing project was created to introduce a new audience to computer programming and to encourage the audience of hybrid artist/designer/programmers. It integrates a programming language, development environment, and teaching methodology into a unified structure for learning.« Unfortunatly it seesm to…

  • Beginning AppleScript Studio

    Cocoa Dev Central: »“I’ll walk you through some of the steps I’ve gone through to develop my current project: RemoteTunes. The application, when it’s done, will allow you to control iTunes on a remote computer. For now, let’s just let it control a local copy.”« [ranchero.com]

  • Flash Remoting for PHP

    »Flash remoting for PHP enables objects in PHP to become objects in actionscript, almost magically! AMF-PHP takes care of all the data-type conversions, serialization, and other client-server details. This provides a great way of connecting rich media clients with data and logic living on the server. While at the same time allowing designers to design…

  • AppleScript online language reference?

    Does anybody know a good online language reference for AppleScript? Im mean something like DocServer from UserLand? I wanted to write a very simple AppleScript – and I completly failed. I found a lot of examples – none of which really helped much. For instance: How can I encode a string into base64 in AppleScript?…

  • Flash managable Tree Browser

    This seems to be a very promising example of an editable outline in Flash. Does this thing read OPML? You can even move the headings around with the mouse.

  • Apache Ant 1.5.1

    »Apache Ant is a Java-based build tool, similar to make, but without Make’s wrinkles. It is required to build many Jakarta projects, and also to build Java support for PostgreSQL and other software distributions.«

  • Perl XML-RPC

    One of my students has created an XML-RPC library for Perl, that he claims is way faster than the three Perl implementations listed on xmlrpc.com that are all base on the same XML library (his doesn’t). Unfortunatly he seems to be too shy to release it to the public. I think he should get a…

  • UI Browser Preview and MacOS X GUI Scripting

    “Enter GUI scripting. The release of OS X 10.2 brought an advance in AppleScript civilization which I’m not sure most of us were prepared for.” [Studio Log]

  • GUI Scripting

    I wonder what fancy things people will do with the GUI scripting in AppleScript.