« 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
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
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)