Category: Programming
-
Top ten truly obscure but useful Java projects
In response to the top ten obscure java projects list someone (who does not have an about page) replies with an obscure but useful list. I like this a lot – there aree so many gems hidden on the net that deserve more attention.
-
Bootstrapping with Tinderbox and Zope
I am bootstrapping: The start page of my weblog now renders through a homemade skinning system based on Zope and Page Templates. This means I do not design this pages with the template files Tinderbox uses for the HTML export. For example here is the template of the current start page: There is still a…
-
Ruby on rails
It is actually the first time that I blog about Ruby. I had a look at Ruby on Rails – a web application framework based on the Ruby scripting language. Ruby appears to be a very well designed scripting language (see here) for anyone who loves “quick but not dirty” programming. Ruby is very successful…
-
Frontier Kernel will become open source
Dave Winer —former president of UserLand— convinced UserLand to release the Frontier kernel as open source. Manila, Radio and all web applications built upon that kernel will remain commercial software. I really hope this will turn out to be a smart move for UserLand. I am using Frontier since 1996 and I have learned a…
-
Creating and Consuming Web Services With PHP
Creating and Consuming Web Services With PHP: Find out how to create XML-RPC, SOAP and REST web services using PHP, the most popular scripting language for web applications. [via Der Schockwellenreiter]
-
SOAP in Python
Here is a good place to start learning about SOAP in Python (written by Mike Olson, Scott Archer and Uche Ogbuji). There are five Parts: Part 1, Part 2, Part 3, Part 4, Part 5 [via Daily Python-URL]
-
When Pythons Attack
Mark Lutz: In this article, I will chronicle some of the most common mistakes made by both new and veteran Python programmers, to help you avoid them in your own work. [via Zope Newbies>]
-
RSS-Aggregator with Twisted
Valentino Volonghi: This is a fully featured RSS aggregator with parsing included. It’s scalable to very high numbers of feeds and can be used in multi-client environment through web using Twisted with a little code on top of Nevow, or can easily be integrated inside every app which uses some of the toolkits supported by…
-
Enhancing HTML with CSS+JavaScript
John Ford does some interesting things on his website with CSS and JavaScript. Look at the “Show” feature on the left and the “Related” link in the top right corner (there is also a funny contact page).
-
Twisted based Weblog system
Alan Green works on a Twisted based weblog system (see here for Twisted). Besides Twisted he uses SQLite (and PySQLite) to store the data. In an earlier post Alan also explains the reasons for Twisted. There I found also a very interesting link to Ian Bicking’s Website Framework Shootout.
-
New version of wxPython released
wxPython 2.5.1.5 is out. And there is also an Installer for Panther. [via schockwellenreiter]
-
Tinderbox to database publishing?
Right now I set up this weblog to be rendered on my laptop and upstreamed to the server with normal HTML pages. This somehow put the burden of organizing the site on Tinderbox. But somehow I get interested in the idea to let the server care for the public face of my content and rather…
-
PyObjC
“I tried out PyObj-C last night. PyObjC is a language binding/module that lets you use Python with Cocoa – somewhat like how AppleScript Studio lets you use AppleScript to write your Cocoa program.Except PyObjC makes AppleScript Studio look like Apple took the worst bits of VisualBasic, layed a verbose language on top of it, and…
-
New embed-Macro version
I just added support for Shockwave to the Manila embed() macro. Get it here as Stuffit or ZIP file.
-
Anybody heard about ‘Erlang’ before?
I just did. And it does even support XML-RPC.
-
Two new handy scripts for Frontier
I added two handy scripts for Frontier in the “Other Scripts” section on my development page: the first script globally changes an e-mail address in all Manila sites of a GDB. The second script exports Manila news items as MySQL dump.