Skip to main content
I've had a busy few months, dealing with all manner of launches and revising of websites. So, apologies for the lack of blogging ... again!

Since my last visit, I've been discovering the wonders of PDF. Initially, I was using a free piece of software called PDF995. This is basically a printer driver, that creates generic PDF files from any bit of software that has a Print function. Now, I've got hold of a demo of Acrobat 6 Professional, and this really rocks! Some of my work requires being able to create PDFs of forms so users can download them. I can even convert webpages to PDF files, a task which proved essential recently, when I had to export a listing of shops from one of my sites. The webpage was specially formatted into shop categories, and then, using Acrobat, I simply put in the URL, and I had a nicely put together document version to send to the printers. So simple, yet so powerful.

I was invited to a local seminar for Macromedia Breeze. But I didn't fancy going to the Marriott in KL, the memory of what happened at the Jakarta Marriott puts me off going there. Breeze sounds like a potential solution to our company's problem of doing effective training materials.

My most recent headache has been to contend with transferring the eCosway website onto CD-ROM, so it can be used in presentations or training. However, most web crawling software simply falls over when it gets the merest whiff of Javascript encoded URL links, so I end up with an unusable copy of it. Our alternative is a manually put together site, which has basically been left to rot over two years. So I've been adding bits and pieces to it, removing stuff, adding stuff, rejigging stuff, ensuring that consistency is there, when the sessions require step-by-step instruction through something like a user's web account, so they can perform transactions, auction bids, and many other things.

I finally found a way of burning all 3 main sites onto DVD-R, without filenames getting truncated. This disc has the chargeandearn, partnermerchants and eCosway sites all on one disc. It's always a relief to put one of these discs to bed, but also a headache, because there's so much more to finish with the latter site. My staff are always busy trying to keep the live site going, it's horrible having to devote so much time and energy to this thing. Once this offline CD is finally up to date, I'm thinking of insisting that it only get updated every 6 months or so. 2 years plus is very bad!

Glad to see that Macromedia finally got their long awaited updater for Dreamweaver MX2004 - the bugs in their first release were giving me serious headaches. The update is a lot faster, and removes a lot of mysterious crashes, but the occasional complex cut and paste from MS Word to Dreamweaver results in a unceremonious exit to the desktop. Roll-on the next updater ;-)

Comments

Popular posts from this blog

Polymer Picker, and why 8-bit programming matters to me

Late last year, I released a BBC Micro game, Polymer Picker . Realising that 2022 marked the centenary of the BBC, as well as the 40th anniversary of the release of the BBC computer (which was designated as one of the BBC's 100 Objects ), I wanted to work on something that related to the BBC's mission of being able to 'educate, inform and entertain' . So what better way than to release a game for the BBC computer, that in a sense, fulfils those values? But, with video games being so widely available, and playable on all kinds of devices, why did I decide to create my own game for such a niche platform?  Video games are big business. They have been for a number of years. In May 2023, it was reported that Nintendo's latest edition of The Legend of Zelda sold in excess of 10 million copies in three days .  However, there remains sustained interest in video games from yesteryear. Children who grew up in the 8-bit computer revolution are now into their 40s and 50s, and

Using Beebasm for BBC Basic games programming (Mac & Windows)

In August 2021, I released Androidz Redux , a remastered version of my 1994 game Androidz . This process started a year ago, with a couple of days spent playing around with the original code, far away from a real BBC computer. The original game was published in a magazine called Acorn Computing, and has been available to play online for a number of years now. Because I wrote the game on an actual BBC Micro, I used what tools I had at the time, namely some graph paper to create the graphics, and the computer itself to do the actual coding. This is a world away from the tools we now have at our disposal. Fully rounded IDE's such as Visual Studio Code (my current favourite) make it an awful lot easier to program games. Even editors such as Notepad++ offers some ability to edit BBC Basic code. One of the difficulties with editing old games on modern systems is ensuring that you are able to ensure that the BASIC code is properly tokenised before running on an emulator/system, and indee

Rough guide to building UK election maps for D3.js

During my time at CITY A.M. I helped to build an interactive British General Election Map . This blog outlines how I created it. Let's see the map then Here's a simplified version of the map, hosted at Codepen. See the Pen D3 Election Map by Stephen Scott ( @sassquad ) on CodePen . Here, the map looks rather small, as it has been resized to fit the page. You can use your mouse wheel (or double-click/double-tap) to zoom in or out of the map, and click constituencies to view more detailed results on the left hand side. Each constituency is coloured according to party livery. This blog post gives a very general guide as to how that map was created. I'll be adding further detail about the creation of the map in subsequent posts. Acknowledgements This project was the work of several people, in addition to myself. Here are the other former colleagues who collectively made the election map possible: Michael King (back end programming of data capture system) Bill