Webmaster Forum


Go Back   Webmaster Forum > Web Development > Graphic Design Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Graphic Design Forum Be creative. Be original. Show us what you got. Constructive criticism only

   

Reply
 
LinkBack Thread Tools Display Modes
Old 04-20-2005, 07:53 PM   #21 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,183
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
drawing it fills u with a lot more pride, i reckon.

i dunno what an office has to do with robots though lol.
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-20-2005, 08:24 PM   #22 (permalink)
Inactive
 
Ricoool's Avatar
 
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 1,256
iTrader: 0 / 0%
Latest Blog:
None

Ricoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to behold
Send a message via Skype™ to Ricoool
Quote:
Originally Posted by DaveyBoy
drawing it fills u with a lot more pride, i reckon.

i dunno what an office has to do with robots though lol.
I know but he is using image composer, you cant really do that much with it.

Yeah, I would take a picture of the arena and use that, or make a collage of the elements in the arena
Ricoool is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-20-2005, 08:44 PM   #23 (permalink)
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,183
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
yeah it looks pretty unprofessional but then it's always going to with pixelated lines etc.

Trying to think of some things you can do for a layout alternative, will have a think hehe.
DaveyBoy is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-20-2005, 11:36 PM   #24 (permalink)
Inactive
 
Ricoool's Avatar
 
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 1,256
iTrader: 0 / 0%
Latest Blog:
None

Ricoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to beholdRicoool is a splendid one to behold
Send a message via Skype™ to Ricoool
picture from a garage would work
Ricoool is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-21-2005, 10:33 AM   #25 (permalink)
Contributing Member
 
Jason's Avatar
 
Join Date: 05-17-04
Location: London, United Kingdom
Posts: 1,200
iTrader: 0 / 0%
Latest Blog:
None

Jason is just really niceJason is just really niceJason is just really niceJason is just really niceJason is just really niceJason is just really niceJason is just really niceJason is just really niceJason is just really niceJason is just really niceJason is just really nice
Send a message via MSN to Jason
Thanks for the thoughts, I was actually going for a workshop look, as opposed to an office. I am working on improving it though!
Jason is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-21-2005, 02:04 PM   #26 (permalink)
v7n Mentor
 
imaginemn's Avatar
 
Join Date: 02-18-04
Location: Minneapolis, Minnesota
Posts: 1,946
iTrader: 0 / 0%
Latest Blog:
None

imaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to allimaginemn is a name known to all
Send a message via MSN to imaginemn Send a message via Yahoo to imaginemn Send a message via Skype™ to imaginemn
You could always create different images for different resolutions and load the appropriate image based on user's resolution settings.

Something like this.

Code:
<SCRIPT LANGUAGE="JavaScript1.2"> if (screen.height >= 768 && screen.width >= 1024) { document.write('<body background="background1024.jpg">'); } else { if (screen.height == 600 && screen.width == 800) { document.write('<body background="background800.jpg">'); } else { document.write('<body background="background.jpg">'); } } </script>
Probably not the best way to handle it but it will work.

imaginemn
__________________
Need a project done? - Set Your Own Price!
Imagine Creative Services
- Design : Marketing : Multimedia : More
imaginemn is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Graphic Design Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
I need help extracting background... SFC Graphic Design Forum 17 11-16-2004 08:07 PM
Trying to Extract Background SFC Graphic Design Forum 8 11-11-2004 01:54 AM
Need help with still background.... LisaNYC Web Design Lobby 21 10-05-2004 10:46 AM
My background kwvarga Graphic Design Forum 20 03-13-2004 10:10 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 12:26 PM.
© Copyright 2008 V7 Inc