Tag Archives: Development

Python Web Crawler/Spider

You’d think there’d be one wouldn’t you? I’m trying to write/hack a reliable web crawler together in python. I’m really surprised that there isn’t a wonderful threadpool version or 10 for me to try out… but it doesn’t seem that … Continue reading

Tagged | 1 Comment

A Python IDE

I don’t want a python IDE that also does Java, Ruby, C++ and makes the tea. I want a Mac-friendly tool (so I can drag and drop files) that does syntax-colouring, that I can debug with without using “print” statements, … Continue reading

Tagged | 1 Comment

MoinMoin/InstallDocs

I have an ambition to create a proper bliki, a blend of a blog and a wiki. There isn’t one out there and it really surprises me. I’d quite like to use MoinMoin (because it’s python-based) but look at this … Continue reading

Tagged | Leave a comment

They don’t make coffee…

..which is a shame, but they do make itools, a collection of what look like really useful python functions.

Tagged | Leave a comment

Alahup!, the agile web development CMS

Had a go with alahup!, the agile web development CMS, the screen grabs of which look great. I found the interface to be difficult to work with, partly because on my MacIntel it was so slow.

Tagged | Leave a comment

Scratch Research

Richard pointed to Scratch Research, a visual and educational programming environment…. which looks really cool (like lots of things written in Squeak) but I can’t see how to download it. Go watch the video, then maybe make your own guitar … Continue reading

Tagged , , | 1 Comment

AppleScript base64 and XMLRPC newMediaObject

Now this IS a long shot. I don’t supposed anyone out there can answer me this… I’m using AppleScript to talk to WordPress with XMLRPC using the metaweblog.newMediaObject call…. I created a AS function like this… on encodeAsBase64(theFilePath) set thePath … Continue reading

Tagged | 1 Comment

Drupal Woes

OK, maybe not woes but issues. Can anyone out there (Sam? Jonathan?) give me a small bit of code that displays an author’s image and displays it, either on a node or a comment and tell me where to stick … Continue reading

Tagged | Leave a comment

Yahoo! UI Library

Robin sent me this, which looks great… TheYahoo! UI Library is a collection of Javascript and DHTML component to make making interactive web pages easier.

Tagged | Leave a comment

GPS on MacOS X (or Why Blogs are Rubbish)

I’ve started a blog about GPS on MacOS X, not to teach or share expertise or show off or anything. This blog is to share my confusion and ignorance. There are a few blogs out there about mapping but I … Continue reading

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

More tips…

Dont expose your unique id’s to the outside world (php?id=1 etc.) people can scrape through everything very easily. This is why del.icio.us uses MD5 hashes of links instead. Giving everything a unique ID in the database is a scaling problem … Continue reading

Tagged | Leave a comment

Please Teach me Web Frameworks for Python!

Guido, the guy that wrote Python, says Please Teach me Web Frameworks for Python!, which is interesting, because I don’t think there is a best one. Having played with most of them, they all kinda suck for some reason.

Tagged | Leave a comment