Extending Paths in Illustrator

This is one thing that always annoyed me after switching from Freehand to Illustrator. I just couldn’t work out how to extend a path — eg. you draw an open path, then want to come back and add some more on the end. In Freehand, you would just select the end point, then use the pen tool to keep drawing as usual, but in Illustrator this would just start a new path.

Method #1 — Add Anchor Points Tool

This is a pretty bad one. My first solution was to just use the Add Anchor Points Tool to add a bunch of points just before the end, and then drag them around to where I really wanted them to go! Not fun.

Method #2 — Join

My next idea was to just make a new path, then join the 2 together. It works, but you don’t get to see the bit in the middle until the end. This is especially annoying if you want to make it curvy.

Method #3 — The Pen Tool

This is the proper way, that I eventually found by accident, and then in the help files as well. It’s like what I was originally doing in Freehand, but slightly different. Instead of using the ‘Direct Selection Tool’ (white pointer) to select the end point, you use the regular Pen Tool to select the endpoint first, then you can keep drawing like usual!

Why didn’t I think of this earlier? Am I the only one that didn’t know this already?

15th October, 1582

The 15th of October in 1582 was a very special day. For fun, try typing it into iCal on your mac. (From the View menu select “Go To Date…”, and enter in 15/10/1582). If you’re in month view, you’ll find it’ll show you September, an no matter how hard you try, you won’t be able to find October of 1582! If you go to week view however, you’ll find October, but something will be wrong…

Missing Week 1582There’s 10 days missing!

I can’t really explain it all, but there’s a pretty interesting article on the Panic Blog that does it pretty well.

New Blog Theme for 2009

Well yes, it’s actually 2010 now, but it was supposed to be 2009.

Blog Theme 2009It finally matches my website! It still needs a bit of work, refining the style of the sidebar, (and maybe even adding some animation to it, like my old theme).

So much stuff has happened in the last year since I wrote a post. Sometime soon (maybe) I’ll write something about it…

Update: Oops… I forgot to update the copyright notice to 2010. To fix that, I replaced it with some PHP code to always display the current year, so I never have to remember again! echo date('Y');

Wollongong NYE 2009

Here’s my last photo for the year decade! It’s the 9:30pm fireworks at Wollongong harbour, as seen from Bulli tops, like my other steel works photo (my camera can zoom in a long way!).

Wollongong NYE

You can download a larger version:
Wollongong NYE 2009 (3.8MB)

It’s a panorama made up from a couple of 15 second exposures. The RAW files were batch processed in Photoshop, then stitched in Autostitch.

The HTML Doctype

If you’ve been following HTML 5, then you’ve seen the new doctype:

<!DOCTYPE HTML>

…compared to the old HTML 4.01 one…

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">

It starts out the same… but doesn’t have any of the version information. It’s also much easier to remember (has anyone memorised the old one?)

Is it time yet to use the HTML 5 Doctype?

(more…)

Upgrading Wordpress

In the last couple of days, I’ve upgraded 4 different Wordpress installations — across local and production servers, including 2 Wordpress µ. Local servers are ok to upgrade, production servers are a pain.

Everything went pretty smoothly, except this blog…

The FTP connection kept on failing, and not uploading all the files. Some files got half uploaded, and things just didn’t work out nicely. The whole process took forever, because of the huge number of files (it takes longer to upload a lot of small files than one big file). When I thought it was finished, I later found out that not all the wp-admin files got uploaded properly.

By then, I was really frustrated with the whole thing, so I just deleted all the wordpress files (except wp-content of course) to start all over again. I was going to just upload the whole archive file together, and un-compress it on the server, but uploading that failed half-way as well.

In the end, I just uploaded all the files almost one-by-one, which wasn’t fun (it was more like 5 at a time, because that turned out to be reliable as well). Maybe I should stop being such a cheapskate, and use a paid web host instead… with reliable FTP.

That’s not all…

Another issue I had was I found that if you tried to visit my blog during all this, you were served a page with a bunch of random Wordpress PHP code printed out. Imagine if it printed out your hard-coded database password or an API key or something similar. That could turn out badly. How should you upgrade websites securely? Maybe next time I will change the .htaccess file to block all requests and show an “upgrading…” page. Is there a better way of doing this?

Spraypaint Brushes Set 1

They’re finally here! You can download my first pack of photoshop brushes:

Spraypaint Brushes Set 1 (18 MB)

(Sorry — I don’t have a nice beautiful download button. I could make you wait longer, but I think it would be better if I just give you the brushes!)

UPDATE: You can now get them along with some other goodies from my stock resources page too.

Here’s a little demo picture. It’s not the nicest looking thing ever, but it demonstrates the kind of textures you can create with the brushes:

Spraypaint Photoshop Brushes (more…)

Coming Soon… Photoshop Brushes!

Today I was playing around with some black spray paint (don’t worry, I didn’t do anything bad). I painted some white paper so I can make some Photoshop brushes! Here’s a quick preview:

(more…)

3D Graphics in the Web Browser

Google has developed a new plugin to run 3D graphics in web browsers! It’s called O3D and the aim is that sometime it will be standards and built into all browsers.

Once you’ve installed it, you can run the demos, including a platform game!

03D Demos

Lego Star Wars

Almost a year after it was started, my Lego Star Wars stop-motion video is complete. I had actually finished the animation quite a while ago, it just needed a sound-track, which I finished on the weekend.

(more…)