sites Site. Cite skite.

Consumate ligger that I am, I have scored a job managing sites.otago.ac.nz. Its a fascinating set of scripts to manage the production of an academic journal put out by the public knowledge project. I’m dead impressed with it as an academic printing press as toaster. Upgrading the original implementation I inherited as 2.1 to 2.2 was made a litle trickier by the bugs in the upgrade scripts, but a few days hacking round sorted me out.

The next step is to weld the university credit card gateway into it, but that’s more a social engineering thing between me and the people responsible with collecting subscriptions.

More news about eightranges.co.nz is coming up, as well as softbomb.com and delgirl.co.nz. They are longing for a makeover, and their manager has got a good, enthusiastic, new developer on their case.

ProjMan
WebDev

Comments (0)

Permalink

Progress….

I have compressed and uploaded about 20 shows for my friend Marvin: http:www.mojo.org/communityorchaos I took an image from a poster a mutual mate of ours (political pundit Chris Trotter) had made a nice banner. Its a bit gothic. It could make a nice model for other Hills AM shows, since the government neglected to fund a streaming service for us.

I used the magnificent LAME codec to compress the shows. After much faffing about I found the presets it has, and found lame -preset voice did the trick nicely.

I also finished off our fencing club site: http://www.salle.angelo.gen.nz, with an installation of gallery2 for photos. The boys are dead impressed for three or four hours work. Nice. Oh, and I fenced well enough for them to ask me to join, which was doubly nice. I must frame the certificate.

I’ve been welding gallery2 into the delgirl website as well, I think there is a nice lightweight skin for it I can use that will fit into the wordpress install I’m using for them.

On top of that I got a quick flash job for the Beeb, though a UK mate of mine. It was pretty simple though quite time consuming to get it looking good. It was converting a completely horizontal banner design into a sky scraper. I may even get money out of it!

WebDev

Comments (2)

Permalink

All the busses come at once.

I’ve been working hard studying for my degree (I got an A, thank you) and then had some time off chilling. About a week. Then all the stalled, forgotten projects I had milling around decide to bite me at once! My uncle is in a fencing club whose webiste was fine, but I thought I’d give it a spruce up, Salle Angelo. Then my friend Marvin at Hills AM catches up with me, and I had promised to podcast his shows. The work has begin on www.mojo.org/communityorchaos.

The photos for my step-sister’s site (more later) have finally arrived, so I’ll have to haul ass and get something together on that as well. That will be a nice corporate site, I reckon. Golf.

Oh, and the ITS website is deteriorating - not badly, just needs a real spruce up - but with hundreds of pages, content managed by a half dozen people it needs a CMS. Just which one? Ahh: university politics…

Luckily I’ve got a few days off this week. That will work well, though I have to set up my workspace a bit better!

ProjMan
WebDev

Comments (2)

Permalink

Tinkering.

I’m having one of those days where everything I do is made just that little harder by having to upgrade each bit of software I’m using, or the font works on the mac but not the PC or my wireless router falls off the network during an upload. 4 hours to do 2 1/2 hours work. Sigh.

Well, at least its pretty work on http://www.davidelliot.org. The image below is for one of the books he illustrated, the Great Tree of Avalon, and it was pretty humbling seeing it in _every_ Barnes and Noble and Borders I went into in the US. The work today was mostly tidying, and securing up directory index access using an .htaccess file.
Shadows on the Stars

WebDev

Comments Off

Permalink

Otago ITS Departmental Website

Information Technology Services look after all the computers, lecture theatres, network, telephones, printery and a myriad of other operational details at the University of Otago.

Their website had stalled since its first incarnation back in the late 90’s and one of my first jobs was to get it in some sort of shape.  Many, many meetings later I had a navigational structure based on services, not the byzantine organizational structure ITS adopts, as well as a nice design done by the University Web Office.   The final icing was a notices page built by one of my colleagues, Geoff Hughes.

It took a year to implement after 4 or 5 years of lying stale, and it gets a lot of traffic from the local IT people as the first place to go when there are general network or IT problems.  I manage about 4 or 5 separate editors looking after different parts of the site on a few hundred pages, using Mint as a back-end logging program as the Universities logging efforts are nto really up to commercial scratch.

The next step will be to roll the whole thing into a CMS.  I wonder if WordPress will do it? :)

ITS Departmental Site

ProjMan
WebDev

Comments Off

Permalink

HelpDesk Internal Website

The HelpDesk is a busy service desk supporting 30,000 students and staff at the University of Otago. The staff there need to be able to communcate with each other very quickly and have uncluttered access to various web based resources.

This site has links to all the internal websites for changing passwords, checking services, and general administration. Included are two panes, one an RSS feed of internal service notices, the other a representation of recent jabber based chat in the HelpDesk chat room used to communicate internally. I specced the page out, made wireframes, and then supervised its construction. It also has a mediawiki wiki built into it as a knowledge base. it has been very well received.

ITS HelpDesk Internal Site

ProjMan
WebDev

Comments Off

Permalink

Southern Wine Journal

Southernwinejournal.com was a great idea, well implemented, but maybe just at the wrong time. My colleagues Richard W. and Callum M. worked together often in our day jobs, and I thought that we could make something together - a wine blog showcasing Richard’s wine knowlegdge and pithy writing.

We worked hard on it, and created a really great site. Then Richard needed to concentrate on his job, and So did Callum. So its on ice.

Callum taught me a lot about modern web techniques, introduced me to the joys of Blog software and how it can be gracefully subverted to your own ends. I hope I showed him a bit of code, and database design. He certainly did a fantastic job of doing the front end design. It looks classy in a sans-serif modern kinda way, but keeping with the style that wine based merchandising requires.

We talked and worked together a lot, learned a lot, and pizza did get eaten at the office, though I’m not normally one to work late ones.

Richard got us lots of great content to develop with, and I don’t think any of us is at all concerned that it was a waste of time: its ready to be resurrected at the very least.

WebDev

Comments Off

Permalink

davidelliot.org - v1.0

David has just published a new book: an illustrated version of Lewis Carroll’s Hunting of the Snark. Getting the images up is now a relatively simple task, given the batch processing features of Fireworks. I’m sure photoshop does the same, but I know Fireworks backwards and wrote the following code to insert watermarks into the images: always in the bottom right corner.

/* watermark code for fireworks anton.angelo@modernprojects.com 11/11/06 */

var dom =fw.getDocumentDOM(); //create a new object containing the current document object
var watermarkHeight = 27; // height of my watermark
var watermarkWidth = 138; // width of my watermark

// place the watermark relative to the size of the image its going on
var watermarkVert = dom.top + dom.height - watermarkHeight;
var watermarkHoriz = dom.left + dom.width - watermarkWidth;

// import the watermark using the importFile() method into the right place dom.importFile("file:///E|/anton/images/working/David%20Elliot/www_davidelliot_org_med_white_on_black.png", {left:watermarkHoriz, top:watermarkVert, right:watermarkHoriz, bottom:watermarkVert}, false);


Save the above as a .jsf file into your fireworks commands folders, and batch process away!

WebDev

Comments Off

Permalink

Hills AM - FM

I’ve been working at Hills AM: the local community access radio station for a while. I do some vanity broadcasting there with a show at 9am on a Tuesday morning playing some obscure pop music (and sometimes not so obscure).

They have asked me to manage acquiring an FM licence to go with their AM one after a recent government announcement that they were releasing some frequencies for community use. I kicked the project off yesterday with a bit of a brainstorm and a few conference calls to other community access station managers seeing if there were economies of scale to be achieved. There are at least two other NZ community access stations wanting to do the same thing.

We got most of the main areas of work captured;

  • Funding
  • Integration with current systems
  • Kit acquisition
  • Marketing
  • Legal work

I think with the current station staff we can build a WBS and farm out jobs quite nicely.

This looks like a good job for 2007.

ProjMan

Comments Off

Permalink

Davidelliot.org

Tidier. Much tidier. Aligned a lot of things with nasty tricks, but the html is still pretty basic, as is the css, which is the way I like it.

We didn’t get the right images for David’s new book, so I couldn’t add a new section for them.

WebDev

Comments Off

Permalink