Reply Thread Tools Search this Thread
Old 22-04-2008, 17:28   #1 (permalink)
emil
dt immigrant
 
Join Date: Nov 2004
Posts: 10,838
What you workin' on? Post images, please

Screenshots, please

Header graphic and website...
Attached Thumbnails
what-you-workin-post-images-please-picture-1.png  
  Reply With Quote
Old 22-04-2008, 17:32   #2 (permalink)
sub
Cream of DT
 
Join Date: Jul 2005
Posts: 12,200
Send a message via MSN to sub Send a message via Skype™ to sub
Logo and website template for a company that sell Doll's houses.
Attached Thumbnails
what-you-workin-post-images-please-temp.jpg  
  Reply With Quote
Old 22-04-2008, 17:35   #3 (permalink)
Larixk
Senior Member
 
Larixk's Avatar
 
Join Date: Sep 2006
Location: Utrecht, Netherlands
Posts: 1,501
cd-cover
Attached Thumbnails
what-you-workin-post-images-please-screen.png  
__________________
  Reply With Quote
Old 22-04-2008, 18:02   #4 (permalink)
nini
incomputable
 
nini's Avatar
 
Join Date: Apr 2007
Location: Marylebone
Posts: 847
what-you-workin-post-images-please-microsite-2.jpg

A microsite concept
__________________
  Reply With Quote
Old 22-04-2008, 18:06   #5 (permalink)
steveb
La force silencieuse
 
steveb's Avatar
 
Join Date: Aug 2005
Location: Финляндия
Posts: 17,283
My website's update.

__________________
I've been to France twice on a hovercraft, so your argument is invalid.
  Reply With Quote
Old 22-04-2008, 22:01   #6 (permalink)
Samione
Senior Member
 
Join Date: Dec 2007
Posts: 1,150


Quick meteor render from an animation i'm workin' on called the evolution of colour.
  Reply With Quote
Old 22-04-2008, 22:26   #7 (permalink)
.sleep
Senior Member
 
.sleep's Avatar
 
Join Date: Mar 2007
Location: california
Posts: 652
Send a message via AIM to .sleep

making an all-flash site SEO friendly...
ridiculousness...
________
Novana Residence Condo Pattaya

Last edited by .sleep : 07-09-2011 at 17:26.
  Reply With Quote
Old 22-04-2008, 22:40   #8 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,334
I'm under NDA about official projects.

I did do some fancy-pants jQuery stuff this morning. I can share that!

Code:
// Password Field Default Value // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // This function will create a dummy text field // to display a default value in plain text for // the password field, which normally cannot have // a default value. Degrades gracefully. var passID = $(":password").attr("id"); var defaultTxt = "Enter your password."; $("#"+passID).after('<input type="text" value="'+defaultTxt+'" id="passwordDummy" />'); $("#"+passID).hide(); $("label[for='"+passID+"']").attr("for","passwordDummy"); $("#passwordDummy").focus(function(){ $(this).hide(); $("#"+passID).show().focus(); $("label[for='passwordDummy']").attr("for",passID); }); $("#"+passID).blur(function(){ if($(this).val() == ""){ $("#"+passID).hide(); $("#passwordDummy").show(); $("label[for='"+passID+"']").attr("for","passwordDummy"); } }); // Text Field Defaults // ~~~~~~~~~~~~~~~~~~~ // We establish a selector for text fields so that // the dummy password field doesn't get affected by // these functions. This variable is provided so // that you can use whatever structure you desire. // This example assumes inputs of type="text" are // also given class="text". var textSelector = ".text:text"; var textFields = new Array(); $(textSelector).each(function(i){ textFields.push([$(this).attr("id"),$(this).val()]); }); $(textSelector).focus(function(){ for(i=0;i<textFields.length;i++){ if($(this).attr("id") == textFields[i][0] && $(this).val() == textFields[i][1]){ $(this).val(""); } } }); $(textSelector).blur(function(){ for(i=0;i<textFields.length;i++){ if($(this).attr("id") == textFields[i][0] && $(this).val() == ""){ $(this).val(textFields[i][1]); } } });
The first one is of questionable usability goodness.
  Reply With Quote
Old 23-04-2008, 00:03   #9 (permalink)
brooks
Senior Member
 
brooks's Avatar
 
Join Date: Aug 2006
Posts: 1,396
emil, you never cease to make me envious. looking good sub too.

as for me; Lincoln Freshers' was the last thing I did, just a bit of coursework as a 'learning resource for freshers', tutor was gobsmacked said it was one of the best pieces of work she's seen ( this uni has low standards ), said she wanted to give it top marks but I handed it in late and could only get 40%, haha bollocks!
  Reply With Quote
Old 23-04-2008, 00:15   #10 (permalink)
drik
techno drik
 
drik's Avatar
 
Join Date: Jan 2008
Location: Netherlands
Posts: 2,710
Working on an identity...
Attached Thumbnails
what-you-workin-post-images-please-atm.jpg  
  Reply With Quote
Old 23-04-2008, 00:28   #11 (permalink)
venturewise
Registered User
 
venturewise's Avatar
 
Join Date: Feb 2008
Location: NYC
Posts: 61
making a cute flash animated header for an aquarium shop site I'm doing
Attached Thumbnails
what-you-workin-post-images-please-picture-2.jpg  
  Reply With Quote
Old 23-04-2008, 12:49   #12 (permalink)
Limbo
 
Join Date: Feb 2005
Posts: 15,603
PR site for UK Moto GP Rider James Toesland







Going to be fun getting this into CSS/flash!
  Reply With Quote
Old 23-04-2008, 13:15   #13 (permalink)
emil
dt immigrant
 
Join Date: Nov 2004
Posts: 10,838
That looks mint.
  Reply With Quote
Old 23-04-2008, 13:16   #14 (permalink)
Paddy
Vive la Pirate Bay
 
Paddy's Avatar
 
Join Date: May 2005
Location: Béal Feirste
Posts: 7,793
Bloody nice Limbo. Looking forward to seeing it in action.
__________________
  Reply With Quote
Old 23-04-2008, 13:25   #15 (permalink)
Limbo
 
Join Date: Feb 2005
Posts: 15,603
Thanks gents. Nice to have imaginative clients for a change.
  Reply With Quote
Old 23-04-2008, 13:27   #16 (permalink)
Pugsley
Life in Process
 
Pugsley's Avatar
 
Join Date: May 2007
Location: Caledonia
Posts: 6,532
Very very nice limbo. Only thing that bugs me, (i know this isn't crit time or anything but thought i'd throw it in) along the bottom where the sponsors names are. The white box to the right, will that have something in it? If not would it not look nicer having them filling the gap.
__________________
  Reply With Quote
Old 23-04-2008, 13:40   #17 (permalink)
Limbo
 
Join Date: Feb 2005
Posts: 15,603
Good point—they'll be tweaked to fit the grids increment widths.
  Reply With Quote
Old 23-04-2008, 14:22   #18 (permalink)
Pugsley
Life in Process
 
Pugsley's Avatar
 
Join Date: May 2007
Location: Caledonia
Posts: 6,532
cool. glad i didn't make myself look like a twat now.
__________________
  Reply With Quote
Old 23-04-2008, 14:27   #19 (permalink)
weldo
window wanky
 
weldo's Avatar
 
Join Date: Mar 2004
Location: Liverpool
Posts: 11,128
gift voucher site ..
Attached Thumbnails
what-you-workin-post-images-please-l2c.jpg  
__________________
  Reply With Quote
Old 23-04-2008, 14:39   #20 (permalink)
JonoMarshall
Senior Member
 
Join Date: Mar 2007
Posts: 1,133
A corporate sales brochure thing for the International sales team:



And a 50 page swatch of each country JCD are in (double-sided, drilled with USB dongle attached thingy).



Plus endless mock-ups and ideas for the Innovate team... pfff.

[edit] Changed image sizes from being stupidly big!
  Reply With Quote
Reply


Currently Active Users Viewing This Thread: 6 (2 members and 4 guests)
freevictoria, imagemodel
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive
vBulletin © 2000-2009 Jelsoft Enterprises Limited.
Search Engine Optimization by vBSEO 3.0.0 RC8