Programming
Digg enhancer greasemonkey script
Everytime I looked at Digg it bothered me that the boxes with the number of diggs in front of each news item overlaps with a the start of the text.
So I made a litte Greasemonkey script that move the text to the right. And at the same time it removes the upper limit of the […]
Read the full article.
Dynamic Drive
Dynamic Drive is a collection of cross-browser compatible DHTML & Javascripts in several categories like Dynamic Content, Form Effects, Games and Menus & Navigation. The scripts are free for personal and commercial use.
Read the full article.
U3
U3 lets you carry programs and personal preferences, launch software, and access all of your own data on any Windows XP or Windows 2000 PC from a USB stick.
Read the full article.
Harnessing the BackPack API - Part I
The article Harnessing the BackPack API takes a look at the BackPack API and puts it to use with C#. This first article covers how to set up a free BackPack account, grab the XML Token needed, and delve into connecting to the server to send commands and data back and forth. We’ll do this […]
Read the full article.
Putting the geo position in a Wordpress RSS feed
The last few days I’ve been looking at adding geographic information to articles on this website. For WordPress, the software this site is running on, I found the Geo plugin with which you can store geographic coordinates for an article. The plugin adds this information to the page of each article, but not in the […]
Read the full article.
PHP, caching and the flickr api
PHP, caching and the Flickr api is a simple example using PHP to access and cache requests to the Flickr API. This is the method used to create the flickr world map.
Read the full article.
odbms.org
odbms.org is a portal focusing on object database technology and the integration of object-oriented programming and databases.
Read the full article.
Practical PHP Programming
Paul Hudson wrote the book, that only exists online, Practical PHP Programming with the goal of making the task of learning PHP something fun that you do not have to worry about.
Read the full article.
Hacking maps with the Google Maps API
XML.com: Hacking Maps with the Google Maps API, an article that shows all steps involved in the process of developing a mapping application with Google Maps API.
Read the full article.
Building a barebones CMS
The article Building a Barebones Content Management System: An Introduction is the start of a tutorial that explains how to put a barebones CMS together with PHP and MySQL using three available APIs:
yaapi: a programming interface that makes displaying articles on your webpage easy.
patTemplate: a versatile templating engine that supports a wide range of features.
patUser: […]
Read the full article.