« July 2008 | Main | September 2008 »

August 31, 2008

Mondeca Ontology Software

Mondeca ITM, ontology management, ontology software, ontology editor, SKOS, OWL, RDF, - Mondeca

Posted by pj at 09:21 AM | Comments (0)

August 30, 2008

Woodpigeon

MySpace.com - woodpigeon - calgary, CA - Indie / Alternative / Pop - www.myspace.com/woodpigeon

Posted by pj at 10:50 PM | Comments (0)

August 28, 2008

Ride the Alps

Ride The Alps :: The Mountain Bike Specialist

Posted by pj at 10:00 PM | Comments (0)

August 26, 2008

Flickr Developer Blog

Code: Flickr Developer Blog - API Responses as Feeds

Posted by pj at 09:02 AM | Comments (0)

August 22, 2008

Problems with pound signs with Apache serving UTF-8

Put the following in the header:

<? header("Content-Type: text/html; charset=ISO-8859-1"); ?>

Posted by pj at 11:57 AM | Comments (0)

Rainer Ptacek

YouTube - Rainer Ptacek - Life Is Fine - on Jools Holland in 1993

Posted by pj at 10:44 AM | Comments (0)

August 20, 2008

Attempting to install PHP YAZ

# There's no PECL
yum install php-pecl-apc
# Cool but there's no phpize
yum -y install php-devel
# Cool so now let's try YAZ
/usr/bin/pecl install yaz
# Hmm but there's no YAZ
links http://ftp.indexdata.dk/pub/yaz/yaz-3.0.34.tar.gz
# Builds it
untar | ./configure | make | make install
# Try again 
/usr/bin/pecl install yaz
# Path to YAZ
/usr/local/bin
# Edit /etc/php.ini add in the extension=yaz.so line

Posted by pj at 03:44 PM | Comments (0)

August 18, 2008

A JS function to stop access to external links

Cumbria BBC
<script type="text/javascript">
function is_external(url){

if(url.indexOf('cumbria.ac.uk') > -1){ return true; }

else{ alert("Sorry! You can't access external links from here."); return false; }
}
</script>

<p>
<a href="http://www.cumbria.ac.uk" onclick="return is_external(this.href + '')">Cumbria</a>
 <a href="http://www.bbc.co.uk" onclick="return is_external(this.href + '')">BBC</a>
</p>

Posted by pj at 10:30 AM | Comments (0)

August 07, 2008

Bloody Apple crappy syslogd nearly fried my new poota

Temp got up to about 80 ° :(

launchctl stop com.apple.syslogd; 
rm /var/log/asl.db; 
rm /var/log/system.log;
launchctl start com.apple.syslogd

And in /System/Library/LaunchDaemons/com.apple.syslogd.plist :

<string>/usr/sbin/syslogd</string> <string>-c</string> <string>0</string>

Posted by pj at 03:14 PM | Comments (0)

August 06, 2008

iPhone Atlas

iPhone Atlas - iPhone guides, help, applications, news and more, updated daily.

Posted by pj at 07:16 PM | Comments (0)

Git Book

The Pragmatic Bookshelf | Pragmatic Version Control Using Git

Posted by pj at 04:49 PM | Comments (0)

Git version control software documentation

Git - Fast Version Control System

Posted by pj at 04:32 PM | Comments (0)

August 05, 2008

MCPA Mechanical License Request Form

MPCA Mechanical License Request

Posted by pj at 10:40 PM | Comments (0)

COPAC Z39.50 targets

Copac SRU Interface

Posted by pj at 03:30 PM | Comments (0)

Rock Shox Tora Fork Oil Leak Issue

Heads up for Rockshox owners with newer forks - Dirt Rag Forums

05-13-2008, 07:55 PM

http://www.dirtragmag.com/forums/showthread.php?t=17308

I'm not sure if this has been posted previously but I figure its important. There is a problem with the damper leg of newer RS forks with external rebound adjust. Apparently, the O ring that is used as a seal on the bottom of that leg is defective resulting in oil leaking out through the adjuster knob. Currently its showing up mostly on the Tora's and Dart's but it's possible that the problem extends throughout the line. If you own one of these forks, check the damper adjust for any sign of leakage. If you have a leak take it to your shop and have it sent away for repair. You or the shop will have to pay for shipping but the repair should be covered by the distributer. As far as I know, Sram has not issued a recall as of yet, and is having the distributers deal with it on a case by case basis. The problem is not restricted to a couple of bike lines, it is anything that is speccing the forks. The shop I work for currently has about 20 bikes from 2 different lines sitting with the fork stripped off and out for repair.

Posted by pj at 10:19 AM | Comments (0)

August 04, 2008

Karen A. Coombs' Web API code

Karen A. Coombs' Web API code:

http://www.librarywebchic.net/presentations/ala2008/worldcat_search.txt

Posted by pj at 12:50 PM | Comments (0)

Library Web Chic

Library Web Chic WorldCat Wordpress Widget

Posted by pj at 12:49 PM | Comments (0)

WorldCat Developer Site

Main Page - WorldCat Developers' Network

Posted by pj at 12:40 PM | Comments (0)

WorldCat Union Catalogue

WorldCat Affiliate Tools [WorldCat.org]

Posted by pj at 12:11 PM | Comments (0)

August 02, 2008

Transparent PNGs in IE 6

24 ways: Transparent PNGs in Internet Explorer 6

Posted by pj at 04:45 PM | Comments (0)