Skip Forward in Time Skip to Page #1 Skip to Page #2 Skip to Page #3 Skip to Page #4 Skip to Page #5 Skip to Page #6 Skip to Page #7 Skip to Page #8 Skip to Page #9 Skip to Page #10 Skip to Page #11 Skip to Page #12 Skip to Page #13 Skip to Page #14 Skip to Page #15 Skip to Page #16 Skip to Page #17 Skip to Page #18 Skip to Page #19 Skip to Page #20 Skip to Page #21 Skip to Page #22 Skip to Page #23 Skip Back in Time


24
Nov
 
  #05
tags: Video, Photography, Edinburgh, Youtube, Time-Lapse
[posted @ 18:53 on Sat Nov 24, 2007]
 
Another photo / video technique is that of a time-lapse photo, where multiples photos are taken with a time interval and then played back one after the other as a slideshow.

Although this is an increasingly popular techniqe, the results aren't always very impressive. In the following video however, all things blend together nicely to make an inspiring video about Edinburgh (called 'Koya Moments'):





 
 

24
Nov
 
  #04
tags: Scripting, Scripts, Image Design, Web Design, JavaScript
[posted @ 13:37 on Sat Nov 24, 2007]
 
This is a little JavaScript tutorial exmplaining a simple technique to allow image rollovers with a fade effect. This works by creating two images, the main image (see 'IMAGE' in script) and a rollover image (see 'IMAGE_OVER in script).

The script then fades between these images using a dark colour fader:



You can download the image rollover script here.

Either save this and link to it on your ftp server, or replace SOURCE with
http://www.beatsdesign.co.uk/Scripts/JSFX_FadingRollovers.js

The first code block below should go into the <head> section of your html document. In this instance, we are only applying this to one image, so this needs to be given a NAME (when using multiple images, just make different names for each). Then replace 'IMAGE_OVER' with your rollover image source:


 <script language=JavaScript SRC="SOURCE" type="text/
  javascript">
</script>
<script language="JavaScript">
FadeInStep=10;
FadeOutStep=5;
JSFX.Rollover("NAME", "IMAGE_OVER");
</script>
 

Then, create a table within the <body> section of your html document. The important concept here is that the main image ('IMAGE') must be the background of the table cell it is in - and therefore the cable cell has to be the same size of the image.

The script below shows a table set up with one cell. For multiple images, repeat <tr> (new row) and <td> (new column) tags where necessary.

Make sure the 'NAME' is the same as for the rollover image set up earlier:


 <table cellspacing="0" cellpadding="0" border="0">
  <tr>
   <td background="Images/IMAGE">
<A HREF="TARGET" target="_bottom"
onMouseOver="JSFX.fadeIn('NAME')"
onMouseOut="JSFX.fadeOut('NAME')">
<img name="NAME" class="imgFader"
src="IMAGE" height="HEIGHT"
width="WIDTH" border="0">
</A>
</td>
</tr> </table>

That's it! Please remember to replace all the references in the above code ('NAME', 'IMAGE', 'IMAGE_OVER', 'SOURCE') with the relevant data, as described above.



 
 

23
Nov
 
  #03
tags: Image, Joshua Davis, Apple, Apple Pro, Scripting
[posted @ 11:13 on Fri Nov 23, 2007]
 
I recently stumbled across a guy who makes images via scripting languages - creating random computer-generated images from organic input forms and symbols.

These techniques have only recently been easily implemented via graphics programs. As he states:

"I was already pretty comfortable with languages like Perl and Python and JavaScript and DHTML, so suddenly I had this combination of vector-based design tool and programming environment. And everything fell into place."

Click here to read his profile on Apple Pro.




 
 

22
Nov
 
  #02
tags: Flickr, Photography, HDR, Calton Hill, Edinburgh
[posted @ 00:06 on Thu Nov 22, 2007]
 
I've been considering new photography techniques recently and it made me wonder whether a photo should be a representation of a view or a monent...I was looking at image of Calton Hill (Edinburgh) on Flickr and some of the photos look amazing - but sometimes seem to suggest a landscape you wouldn't witness directly.

Maybe it doesn't matter if a photo looks slightly unrealistic if it conjures up the image of what the environment feels like? Tricky one.

Anyway, here are a few examples of HDR - a technique that broadens the contrast range, allowing light and dark area to be visible in one shot:






But then again, a trusty night shot needs a long shutter speed, allowing more light and warmth to hit the shot - but in this case, I think it helps show the moment!




 
 

21
Nov
 
  #01
tags: Welcome, TV, Time Trumpet, Guba, Armando Iannucci
[posted @ 21:38 on Wed Nov 21, 2007]
 
Welcome to the Beats! Design Blog. To get things off to a nice, gentle start, here's a video of 'Time Trumpet' by Armando Iannucci:

There's a fantastic parody of those who take design too seriously using the TOTP2 intro sequence - see 05:29 on the video. More info on Armando Iannucci can be found here.

[please note that all videos are automatically archived and shown using the 'All Videos' link on the right panel of the blog]




Skip Forward in Time Skip to Page #1 Skip to Page #2 Skip to Page #3 Skip to Page #4 Skip to Page #5 Skip to Page #6 Skip to Page #7 Skip to Page #8 Skip to Page #9 Skip to Page #10 Skip to Page #11 Skip to Page #12 Skip to Page #13 Skip to Page #14 Skip to Page #15 Skip to Page #16 Skip to Page #17 Skip to Page #18 Skip to Page #19 Skip to Page #20 Skip to Page #21 Skip to Page #22 Skip to Page #23 Skip Back in Time