hello@todaycreative.co.uk
Studio: +44 (0)20 7738 7380
Latest
Categories
- Architecture (9)
- Art (56)
- Branding (18)
- Design (65)
- General (174)
- Interactive (32)
- Interesting (71)
- Photography (20)
- Print (14)
- Technical (30)
- Typography (22)
- Uncategorized (10)
- Web Development (15)
Archives
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- January 2012
- December 2011
- November 2011
- September 2011
- August 2011
- July 2011
- February 2011
- January 2011
- December 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- June 2007
- May 2007
- March 2007
- February 2007
Lego hip hop album cover, amazing idea. Well done Nick Hanekom & Glen Manucdoc, these album covers are about as close as you could get to the real thing. If you happen to stumble across our humble blog please please do Del the Funky Homosapien – I wish my brother was here.


I stumbled across Genevieve Gauckler’s website the other day, and was like “oh thats the illustration for that”, “and that”. It’s nice discoveing a body of work so diverse in subject, medium & style yet so consistent in those little ways you hardly pick up on.
Lightning effects are attractive elements in graphical design and sometimes even needed to express a meaning or carry a certain message or mood.
psdfan set up a collection of tutorials for some outstanding ones in a 3 part series. A potent provision
of new skills and inspiration definitely worth a look.
Here are the links to all article parts:
Part 1
Part 2
Part 3
A fully functioning browser based audio production tool. Or as I like to call it ‘something to make horrible noises with’ Hobnox’s audiotool is amazing you can play about with switches and knobs till your finger bleeds. But without some serious knowledge of audio production and/or time I suggest you stick to the defaults. Still defiantly worth a go!
Comic Batman reaches the end of road after 69 years. Read all about it…
Adobe just released a Beta of their new Labs project called Durango. Durango is a Framework to build AIR applications that can provide reusable components. Adobes goal with Durango is a “new way to share code and drive viral adoption of new components and services”. Durango addresses end users without the need to have any programming knowledge as well as developers to mashup applications by simply dragging components from one Durango application to another at runtime. These components can be visual UI elements or pure data services. Once a Durango application gets a component dropped in, the framework tries to automatically hook it in into its own application logic. Components simply accept inputs and produce an output. Durango components can share their information via conventional Flex Data Binding.
Properties on Durango components that may be connected are marked using the known metadata tags.
[as]
[AutoConnect(sink,source)] //can connect as both as inputand output
public override function set htmlText (val : String):void {
super.htmlText = val;
}
public override function get htmlText () : String {
return super.htmlText;
}
[/as]
Properties may be tagged as data sources, destinations, or both. When new components are added to an application, Durango makes as many connections to it as possible from among the available unbound component properties already in the application. Connections are made whenever values can be converted to the available type, or can be constrained to match property names.
Durango gives also the possibility to manually inspect and alter the way it`s components actually hook in by disabling or reassigning them or modifying descriptors as in the case of web service reuse / publish.Durango also announces a rapid application development approach by mashing up protoypes that can be incorporated into Flex Builder projects.
Follow this link for further information.