Categories
Tags
- aiglx
- ajax
- Apple Mail
- ati
- blogging
- C
- compiz
- cy7c68013a
- cypress
- design
- ebuild
- emerge
- extension
- finance
- fx2
- fx2lib
- gentoo
- git
- gmail
- image upload
- internet
- javascript
- linux
- money
- OS X
- performance
- plugins
- python
- rich text editor
- rte
- scalability
- scm
- source code
- source control
- sysadmin
- turbogears
- ui
- upgrade
- virtual python
- Web
- wordpress
- wp-cache
- xorg
- yui
- My Tweets
Category Archives: Programming
Creating Image Preview Tooltips with the YUI Overlay Widget
The Yahoo UI Library provides a nifty helper for creating tooltips. I started playing around with it when I wanted to add the same tooltip to a large number of elements on a page. What got me interested in this … Continue reading
Implementing the Apriori Data Mining Algorithm with JavaScript
I’ve been working on my thesis for a little too long. I’m hopefully about finished, but that is beside the point. Part of what I’ve been working on revolves around the Apriori Data Mining algorithm. If you know what Apriori … Continue reading
YUI Image Uploader Example with TurboGears
After completing the YUI Image Uploader, I received a lot of requests for a working example. I didn’t originally create a working example, because that requires server functionality that this server didn’t have. I’ve remedied the situation and have completed … Continue reading
Posted in Programming
Tagged ajax, image upload, javascript, python, rich text editor, rte, turbogears, yui
6 Comments
Similarity of texts: The Vector Space Model with Python
I’m working on a little task that compares the similarity of text documents. One of the most common methods of doing this is called the Vector Space Model. In short, you map words from the documents you want to compare … Continue reading
Posted in Programming
Tagged algorithms, comparison, cosine measure, python, similarity, text compare, vector space model
8 Comments
An Image Upload Extension for YUI Rich Text Editor
Before you begin: Read the updates at the bottom of the page. This post was written for an older version of the YUI library. I’ve had nothing but good things to say about the Yahoo User Interface tools. It seems … Continue reading
Posted in Programming
Tagged ajax, extension, image upload, javascript, rich text editor, rte, yui
135 Comments
Programming a client for the WHOIS protocol
I have a little task that involves programmatically determining whether DNS servers are set correctly for a domain. Since this project is written in Python, I first set out to see if there were any “whois” clients already available for … Continue reading