jozzhart's blog

Drupal Views to generate a XML Datasource for Flash menu

 That's right, it's all in the title.  OK, client wants a menu in the corporate font, so we need to use flash. 

Bit of a mission in the end, so thought I better post about it.  My first tempt (posted further down the page) was to generate an xml feed using views.  This didn't work as I wasn't able to use custom SQL to populate the view.

Mootools Fun

With the release of the much improved Mootools 1.2, here are some examples;

a very cool image browser

Getting Thunderbird/Sunbird up and going with google

Get thunderbird/sunbird working with google goodness.......

Zindus synchronises those contacts, while Provider synchronises that calendar!

UPDATE:

Other contact sync option, seems to work well too

http://gcontactsync.mozdev.org/index.html

Next snowboarding trip

Having a think about next snowboarding trip, here are two potential prospects;

http://www.gulmarg.org/
http://www.nisekoski.com.au/

Clean .svn directorys

Got a site full of .svn directories that you don't want.........

[code]
find . -type d -name ‘.svn’ -print0 | xargs -0 rm -rdf
[/code]

from
http://devnulled.com/content/2005/10/unix-command-to-remove-subversion-s...

Setting up Apache/PHP5 on os x leopard

Found this straight forward tutorial on getting apache/php5 running on the mac

http://foundationphp.com/tutorials/php_leopard.php

Show hidden files in finder on OS X

Quick one.....

I love the way OS X handles it's file system, but sometimes you might need to see what it considers to be a system files (such as website file .htaccess). Here's a quick way to do that from the terminal:

$ defaults write com.apple.finder AppleShowAllFiles TRUE
$ killall Finder

and to switch it back:

$ defaults write com.apple.finder AppleShowAllFiles FALSE
$ killall Finder

source:
http://www.youtube.com/watch?v=5rpo8Q3vOS0

Second blog test

This is a test to setup a second blog in drupal

Here we go again

Here we go again.............. a new site! This is the third major jozzhart.com undertaking. The original back in the day for the 02 World Tour. Second created 'round 05 for the South America trip. Now this one, sticking with the three year cycle, for the massive Europe summer ahead. LET'S GO!

Lost it

Ya, the hard drive is screwed, so I have lost the se-asia photos and pretty much all photos for my summer in Aus,.... :( Including the original of this one which I wanted to get blown up.........

{insert photo}

pooooooooooooooooooooooooooooooooooooooooo

Syndicate content