Archive | November, 2007

Vector Magic

Vector Magic was recently introduced to me by Spreadshirt.  Essentially, it’s an online vector tracing tool, kinda like those bundled with packages like the Adobe suite or other design programs.  It relies on Flex, although I can’t quite figure out whether it’s Flex or the Vector Magic servers that are doing the heavy lifting – probably a bit of both.  I’m quite interested in this though, and their claims about the awesomeness of their service vs. others are certainly impressive.

Interface-wise it’s functional, pretty standard flex interfaces, which actually inspires confidence that the back-end programming must be pretty hot.  Sofar I’ve only tested this with simple and unimportant images, but it’s real strength is going to be in Vectorisation of things like corporate logos – I just haven’t given this a test yet.  But I’d certainly say that it’s worth a visit.

stanfordedu.jpg

Recent Posts Range Widget

‘Recent Posts Range’ is an expansion of the functionality offered by the built-in WordPress Widget, ‘Recent Posts’ and allows you to specifiy a starting index for your ‘Recent Posts’ display. Why would we need this? Well, when you have a few post summaries on your homepage, it seems futile to be displaying the same links again in the sidebar, wouldn’t you agree?

With this widget, you can display some more of your older posts, without cluttering things up too much. Heck, you could even use it with the standard ‘Recent Posts’ widget to get ‘Older posts’.

Download Recent Posts Range now!

Customizable widget Features:

  • WordPress 2.3 Compatable!
  • Name
  • Start index
  • Number of posts
  • Optional (on/off) Post date display
  • Optional (on/off) Post exerpt display

Doesn’t feature (i.e. I can’t figure it out) :

  • Post category / tag exclusions

Download Recent Posts Range now!

It’s funny where a caffeine-fuelled night will ends up.

Syncronising ScrollPane Components in ActionScript 2.

This is perhaps an unusual one – and one I haven’t seen anyone else make much fuss over, so here goes.

Using the standard Version 2 components (Flash MX2004+) I’ve been trying to link the movement of three components together. “No biggie” you’d think. You can after all, set listeners on the .scroll property of the component instance, and then use that to set the .scroll properties of the other instances. Well yes, that’s true – but looking closely at the movement of the ScrollPanes, you can see a slight lag in their movement. A bit of frantic scrolling can throw the whole thing out of place.
Read More…