Very handy Firefox extensions

November 14th, 2006

Dunno how I missed these for so long, but Sepiroth has some very handy extensions available from his site…

FlashTracer (like ‘afterthought’ in your browser)
GetVideo (easily download Google & YouTube videos)
Flash Switcher (bit like Kewbee’s plugin switcher)
ActionScript 3.0 Reference (… in firefox’s search)

Go grab ‘em now from his site.

Flash9 for Linux DOES go fullscreen…

November 1st, 2006

…ok, well the standalone player anyway. I’d got the impression from the release notes that the new Flash beta simply couldn’t do fullscreen on Linux, but I was reading it wrong. The browser plugin can’t, but the standalone goes fullscreen just fine, shouldn’t be hard to get this working for the final release…sweet.

Hadn’t had time to look at it before, but the standalone player even includes a few extras I don’t remember from widows, a URL entry field and a Bookmarks menu…

playing an swf directly from a bookmarked URL

Must say it’s a lot nicer than I had expected, it even has a working ‘create projector’ option to make standalone binaries, although they’re not all that svelt at around 6mb for the base package…

swf & resulting 'projector' file

FDT - Templates are your friend!

July 22nd, 2006

Jason Nussbaum suggests on his blog the use of a standard naming convention in all your get and set functions to save you a few seconds thinking time. This is all good, but how about taking it one step further by ensuring you always use standard names while also saving some typing? If you’re using FDT I just might be able to help…

A nifty feature of FDT that not many people seem to know about is Templates. Templates allow you to easily insert and customise chunks of code, anything from one line to whole classes, in a few keystrokes. Being a lazy git at heart I have a lot of love for this feature, and use it often. The best thing is you can also easily make your own Templates to automate your regular tasks, and in this post I’ll show you to add a simple Template to write a pair of ‘get’ & ’set’ data access functions in a record time…

Read the rest of this entry »