Nathan Pitmanhello, my name is
nathan pitman.

Source Code for my Fireworks Extensions Jul 29. 11

I will warn you, this ain’t going to be pretty but a few people have been asking. Feel free to tear these apart… do what you will with them… no license… no need to credit me… knock yourself out if you are that way inclined.

FireworksExtensionsSource.zip

I simply have no interest in writing extensions for Fireworks anymore… hopefully someone else might be able to pick these up and do something positive with them.

Hide template based content until a specified date in ExpressionEngine Jul 14. 11

Sometimes it’s desirable to hide content on your website from users a specified date. With ExpressionEngine we already have built in functionality to do this with weblog/channel entries. If you want to achieve a similar effect for blocks of template code then you can simply combine the conditional and date tags as follows:

{if {current_time format="%Y%m%d">= "20110717"}...{/if}

Initially I thought I might need a plug-in to achieve the desired result but it was great to discover I could do just what I wanted out of the box. :)

Update: As pointed out by Philip there are some issues with this approach so tread carefully people, I’ve only tested this concept in a scenario where the current date falls within the same month/year etc.

Update: As suggested by Philip I’ve updated the code sample above to reverse the date format to Ymd, this ‘should’ prevent any issues as Ymd will always increment whereas dmY will not.

Alternatives to Flash (for animation) are starting to float to the surface Jun 20. 11

As a one time evangelist of Flash it’s interesting to see new tools floating to the surface over the course of the past few months. As browsers become more capable of delivering animation and effects without the need for plug-ins like the Adobe Flash Player I think this market will become increasingly competitive.

I’ve not had a chance to sit down and look at any of these tools in earnest, indeed some of them are not even available to download yet but I thought it would be worth creating a brief list and adding to it as time goes by. For now at least here’s the current crop of HTML5/CSS3 animation tools which I’ve stumbled across:

It will be interesting to see how these applications develop over the coming months and whether any on them particular gain traction with the community as the ‘go to’ tool for online animation, just as Flash did back in it’s glory days. Let me know if you’ve seen a tool that I’ve missed and I’ll add it to the list! :)

Let devs prefix your ExpressionEngine variables with a custom value Mar 10. 11

I struck upon a wonderful little idea which I’ve implemented in a simple plug-in I’m writing for a project I’m currently working on.., add a ‘variable_prefix’ parameter to your plug-in or module… allow devs using your add on to opt to have variables prefixed with any value.

This is really useful if your add on might have variables which conflict with another add on or native ExpressionEngine variables. This could also allows a dev to nest once instance of your plug-in in another without having to resort to embeds, they simply specify a tag prefix for the outer tag pair.

The iPad as a family computer Feb 25. 11

We’ve had out family iPad for some time now and whilst it truly is a ‘magical’ device it still falls a little short of being the perfect family computer. For many the iPad is a ‘personal’ device but for others it serves as a ‘shared’ device. Ours is used by all members of the family and often found in the lounge on the coffee table, or in the kitchen, or in one of the kids bedrooms!

What the iPad (or more specifically iOS) really lacks is multi user accounts though. Both my wife and I use the iPad a fair bit – I’d love to be able to check my mail on it but that means giving 3 young children access to my work mail account (hmmm!). By the same token the girls hate having to wade through screen after screen of ‘boy games’ and well myself and my wife can’t both be signed into Facebook at the same time.

The iPad is a social device which lends itself naturally to being shared, here’s hoping Apple makes more of this in a future software update! :)

Page 3 of 86 pages « First  <  1 2 3 4 5 >  Last »