- ARCHIVE / TechLife
- AJAX in Lisp with JQuery
I was asked to give an example of lisp+ajax, so once I prepared it I thought it could be of help to other people too :-) First of all, I am not a professional lisper at all, just got to know it a little during the last two years. The code I’m presenting here might […]
- FlexBuilder and Flare
Got a headache by trying to use the flash version of Prefuse, which is called Flare, in the Flex2 builder environment (which I found out, you can get for free if you’re a student). Basically the tutorial works fine till you reach the most interesting point: adding the Flare libraries into the project. The library […]
- Love trippin’
No double meaning here – i just love getting on a train and finding myself in new places and situations all of a sudden. Rediscovering life. So i just got back from canada, kcap (i’m gonna write something about it soon) and i was trying to plan a trip with my brother for the next […]
- Subversion on OSX
Day one – part time job – semantic web services. Need to install SVN on me mac… I’ve bothered at least two people in kmi till i found this really useful tutorial here….. I’ve firstly tried to install it using DarwinPorts, but I was always getting the same error: michelepasin:~ michelepasin$ sudo port install subversion […]
- Lisp blog engine
I’ve been very happy to help out Cyrus Harmon debugging his Nuclblog package to make it work with lispworks too (he developed it using sbcl)… it took a dozen emails to understand each other – but the result was worth it! It’s a hunchentoot-based engine that you can easily modify and adapt to your needs…. […]
- MAMP – php development made REALLY easy
Basically, you go to the site, download 100megs of stuff, move it to your applications folder (of course, I’m talking about a mac) and run it. There you go: apache, php5, mysql running independently from any other implementation you have already installed. In less than 2 minutes! Even Marc Liyanage, who’s been distributing this sort […]
- AquaMacs 1.0
I read from Bill Clementson’s blog that AquaMacs Emacs 1.0 (is an Aqua-native build of the powerful Emacs text editor) has made its appearance during the last days – let’s see how many new users it will conquer!!!
- Lispdoc – Online Lisp Documentation Search
I read this inonPlanet Lisp: William Bland just keeps on improving lispdoc, his online Lisp documentation search utility. The utility has a lot of neat features: A search brings up links to both the CLHS and key CL books and also provides a usage example. Content is provided from Practical Common Lisp (PCL), Successful Lisp, […]
- NINES : SW faceted browser – by SpecLab
I tried it out last night, and the interface seems really rich and powerful. It’s NINES, a new digital scholarship tool that puts together SW and collaborative tagging in an application targeted and USABLE by anyone, I believe. Worth trying out.. N I N E S stands for a Networked Infrastructure for Nineteenth-century Electronic Scholarship, […]
- Jquery library gets me going
Following suggestions which turned out to be really good, I’ve found myself having a lot of fun with the JQuery library. It’s immensely easy to use, and beautiful to see its results. Plenty of tutorials around, and people developing widgets. Have a look at the interface elements, for example. Or at the cool fisheye menu..or […]