Freelancers Forum Messages on Wednesday August 6th 2003
Re: FN-FORUM: dull photos, cool filter maybe??
date posted 6th August 2003 23:29
D,
got any samples we can see?
Are they product shots?
vav
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Databa...
FN-FORUM: Local rate ISP.... but not 0845
date posted 6th August 2003 23:17
Hi all,
Quick question... Does anyone know of an ISP (free if poss) that doesn't
use 0845?
I want to connect thru my mobile (on voda)... I get loads of free
minutes... but I don't think 0845/0800 c...
FN-FORUM: More font probs
date posted 6th August 2003 23:14
Does anyone know of an alternative for Skia, I believe this is a Mac only
font produced by apple and you cannot get it for Windows. (Correct me if I'm
wrong). Any ideas????
Best Regards
John...
Re: FN-FORUM: dull photos, cool filter maybe??
date posted 6th August 2003 23:11
Have you thought about recording your actions in PS? That way can perform a
load of changes with one click!
hth
----- Original Message -----
From: "Thomas Design" [EMAIL REMOVED]
To: [EMAIL REMOVED]...
Re: FN-FORUM: handwriting font
date posted 6th August 2003 23:10
Go to:
www.1001freefonts.com
Always been one of the best for free fonts for me, you will have to look
through the different letters and pages etc, some goo, some shite, just
takes a while to find th...
Re: FN-FORUM: handwriting font
date posted 6th August 2003 23:04
On the same front, I'm looking for real nice handwriting style, royalty-free
fonts in mac and pc format, some of these typeface designers are quite
delusive so if anyone knows of a good one for this s...
FN-FORUM: dull photos, cool filter maybe??
date posted 6th August 2003 23:02
Hi all, apart from the usual brightness, contrast, curves adjusting you can
do in PS to make a photo look better, has anyone got/know of a real nice
filter or add-on tool for Photoshop to brighten up...
Re: FN-FORUM: Permission based marketing? My a**e
date posted 6th August 2003 23:01
I'm just sick of emails of how 'you too can have bigger breasts', surely you
can't get bigger breasts by email, surely a more hands on approach would be
the most sensible way?
Best Regards
John...
Re: FN-FORUM: Permission based marketing? My a**e
date posted 6th August 2003 22:54
yep. get about four of these a week.......... always bounce 'em to
sender, but they never seem to go away!
*luke
On Tuesday, August 5, 2003, at 07:26 PM, Matt Edwards wrote:
> We at Asta Design...
RE: FN-FORUM: Permission based marketing? My a**e
date posted 6th August 2003 22:51
I wondered, at some point during the last week of delirium brought about
by the heat, if it's worth emailing the companies using the spammers, to
point out the error of their ways and why they are pot...
Re: FN-FORUM: handwriting font
date posted 6th August 2003 22:44
my favourite handwriting font is Ashley House - Mac based only i think.
it rocks - looks really realistic and is nice and chunky too :-)
On Wednesday, August 6, 2003, at 06:38 PM, Carla Boulton w...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 22:43
i'm gonna stick my neck out asking this - i know this thread is talking
about something else but my question is related, do people really still
make scripts to work in different browsers?
when i st...
FN-FORUM: Flash ScrollPane Component
date posted 6th August 2003 21:38
Hello Everybody,
I am using the Flash MX ScrollPane component, when you hold down the up or
down arrow buttons it will scroll the content at a set speed, does anybody
know how I can change this to ma...
Re: FN-FORUM: French .fr domain
date posted 6th August 2003 20:28
on 6/8/03 7:34 pm, Rob Colton at [EMAIL REMOVED] wrote:
>
> Good evening everybody
>
> I wonder if anyone knows a company in France that could register a .fr
> domain name for us. It would need to...
RE: FN-FORUM: JavaScript help....
date posted 6th August 2003 20:14
Dom wrote:
>> You've also got a more extensible model - the one you suggested
>> breaks down if you want to distinguish between three different
>> browser types.
>
> Err, no.
Ooh no, my mistake, I th...
FN-FORUM: French .fr domain
date posted 6th August 2003 20:07
Good evening everybody
I wonder if anyone knows a company in France that could register a .fr
domain name for us. It would need to be in their name as English companies
cannot register .fr domains....
RE: FN-FORUM: Site Check www.phonetemple.net
date posted 6th August 2003 19:55
Thanks!=20
You like that one hay! Its much better than a few versions I've heard =
else where..
:)
Chaz.
> -----Original Message-----
> From: Matt Edwards [EMAIL REMOVED]
>=20
>=20
> Looks good -...
RE: FN-FORUM: Site Check www.phonetemple.net
date posted 6th August 2003 19:47
TG9va3MgZ29vZCAtIGFuZCB0aGUgQ29sZHBsYXkvQ2xvY2tzIFBvbHlwaG9uaWMgcmluZyB0b25l
IGlzIHN1cGVyYiENCg0KTWF0dA0KDQotLS0NCg0KTWF0dCBFZHdhcmRzDQpTZW5pb3IgRGVzaWdu
ZXINClZpY3RvciBDaGFuZGxlciBXb3JsZHdpZGUNCg0KZT...
Re: FN-FORUM: MySQL query help
date posted 6th August 2003 19:33
Aaah that's perfect, left outer join does the trick, thanks Andy!
Nice to see someone not affected by the heat :)
Niina
At 19:53 06.08.2003, you wrote:
>SELECT g.id, g.genre_name, g.description,...
Re: FN-FORUM: MySQL query help
date posted 6th August 2003 19:27
SELECT g.id, g.genre_name, g.description, count(s.id) as stories FROM genre
g
LEFT OUTER JOIN story s ON (g.id=s.genre_id AND s.status="a")
GROUP BY g.id
Not tested it, but it looks about right to me...
FN-FORUM: MySQL query help
date posted 6th August 2003 19:19
it could be the heat but I need some help with a MySQL query if anyone's
got a moment..
I have the following tables/fields:
genre
id
genre_name
description
story
id
genre_id
status ( "...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 18:23
On Wednesday 06 Aug 2003 5:57 pm, Ross Hamilton wrote:
> > // pseudo-code
> > switch name
> > case navigator
> > if version >=3D4
> > do stuff
> > else if version >3
> > do othe...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 18:13
> Hi jon,
>
> i know you didnt ask for this but... are you aware of the
>
> 404 on the charities link at the bottom.
>
> http://www.yorkhistory.com/charities/index.php
>
> works okay at the top c...
Re: FN-FORUM: handwriting font
date posted 6th August 2003 18:11
on 6/8/03 3:23 pm, David Eckersall at [EMAIL REMOVED] wrote:
>
> anyone know of a good 'handwritten' font like script. but one that
> doesnt look so faint? it needs a bit of body as its going to be...
RE: FN-FORUM: JavaScript help....
date posted 6th August 2003 17:30
Dom wrote:
> If you're using Booleans and they're not independent, your analysis
> is broken. Take two variables, A & B. If for instance A is always
> true when B is true, you've encoded a four-state...
RE: FN-FORUM: heads up on Computer manuals - Elizabeth
date posted 6th August 2003 17:25
Cheers Dave
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of Dave
> Edwards
> Sent: 06 August 2003 15:48
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: FN-FORUM: heads up o...
RE: FN-FORUM: Online networking
date posted 6th August 2003 17:05
Same happens with CGI scripts too on fasthosts
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of
Jonathan Irvine
Sent: 06 August 2003 14:27
To: FN-FORUM / [EMAIL REMOVED]
Sub...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 17:01
On Wednesday 06 Aug 2003 4:39 pm, Ross Hamilton wrote:
> Dom wrote:
> > On Wednesday 06 Aug 2003 3:55 pm, Dan Norcott wrote:
> >>>> /* Set up boolian variables to record the browser type */
> >>>
> >>...
RE: FN-FORUM: handwriting font
date posted 6th August 2003 16:21
David Eckersall wrote:
> anyone know of a good 'handwritten' font like script. but one that
> doesnt look so faint? it needs a bit of body as its going to
> be white on
> black. also a freeware o...
RE: FN-FORUM: JavaScript help....
date posted 6th August 2003 16:12
Dom wrote:
> On Wednesday 06 Aug 2003 3:55 pm, Dan Norcott wrote:
>>>> /* Set up boolian variables to record the browser type */
>>
>>> Why booleans?
>> So he can do specific stuff maybe? If ie6 the...
FN-FORUM: Site Check www.phonetemple.net
date posted 6th August 2003 16:06
PG5lcnZvdXM+IEhpLCB0aGlzIHdpbGwgYmUgbXkgZmlyc3Qgc2l0ZSBjaGVjay4gPC9uZXJ2b3Vz
Pg0KDQpQbGVhc2UgdGFrZSBhIGxvb2sgYXQgaHR0cDovL3d3dy5waG9uZXRlbXBsZS5uZXQgb3Ig
aHR0cDovL3d3dy5waG9uZXRlbXBsZS5jby51ayANCg0KSS...
RE: FN-FORUM: JavaScript help....
date posted 6th August 2003 16:00
Hi jon,
i know you didnt ask for this but... are you aware of the
404 on the charities link at the bottom.
http://www.yorkhistory.com/charities/index.php
works okay at the top charities link.
ht...
RE: FN-FORUM: 360 panoramic content creation experts
date posted 6th August 2003 15:58
> > I'd like to talk to a company that specialises in these=20
> > services but won't try and give me the hard-sell on one=20
> > solution (e.g. because they're an iPix agent!).
Ok, no hard-sell, but...
FN-FORUM: handwriting font
date posted 6th August 2003 15:56
anyone know of a good 'handwritten' font like script. but one that
doesnt look so faint? it needs a bit of body as its going to be white on
black. also a freeware one would be preferable! :)
tia...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 15:52
On Wednesday 06 Aug 2003 3:55 pm, Dan Norcott wrote:
> > > /* Set up boolian variables to record the browser type */
>
> > Why booleans?
> So he can do specific stuff maybe? If ie6 then do this, if...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 15:28
So he can do specific stuff maybe? If ie6 then do this, if eskimo2 then do
that, etc.
> /* Set up boolian variables to record the browser type */
Why booleans?...
RE: FN-FORUM: close the debugger
date posted 6th August 2003 15:23
> Since installing SP4 for W2K IE6 keeps crashing with this message:
> "This program cannot be closed. If it is being debugged please
> resume it or
> close the debugger first."
>
> Any clues as to wh...
FN-FORUM: heads up on Computer manuals - Elizabeth
date posted 6th August 2003 15:21
As requested by Elizabeth
------ Forwarded Message
From: Tony Crockford [EMAIL REMOVED]
Reply-To: [EMAIL REMOVED]
Date: 6 Aug 2003 10:23:54 -0000
To: FN-FORUM / [EMAIL REMOVED] [EMAIL REMOVED]
Subjec...
RE: FN-FORUM: Permission based marketing? My a**e
date posted 6th August 2003 15:20
> Yeah, I dot that too.
>
> I also get this:
>
> "Do you need an ad that will attract magazine readers to visit
> your place? A direct mail that won't be thrown away with the
> junk? A packaging for y...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 15:19
On Wednesday 06 Aug 2003 2:49 pm, Jonathan Irvine wrote:
> /* Set up boolian variables to record the browser type */
Why booleans?...
RE: FN-FORUM: heads up on Computer manuals at 50% RRP - REPOSTED
date posted 6th August 2003 15:19
No affiliation, just thought you'd like to know about this:
Wrox Press, Friends of Ed and Glasshaus Titles at 50% OFF
http://www.compman.co.uk/features/cbldis/index.asp
As requested.
Jamie Lewis
L...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 15:17
Hi Pam,
Cheers for looking.
It seems whenever a sub page is accessed whenever you'll not within it main
section the error occures. What's really strange is that the error only
happens a couple of ti...
RE: FN-FORUM: heads up on Computer manuals at 50% RRP
date posted 6th August 2003 15:15
Didn't receive the original email for this, could someone repost?
Cheers
Elizabeth
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of vav
> Sent: 06 August 2003 12:02
>...
Re: FN-FORUM: Site Check
date posted 6th August 2003 15:12
on 6/8/03 11:17 am, Lindsey Hill at [EMAIL REMOVED] wrote:
>
>>> Rus wrote:
>>>> Could you please have a look at http://www.jvds.com and give
>>>> comments/typos etc.
>>>
>>> I was too quick on the...
RE: FN-FORUM: JavaScript help....
date posted 6th August 2003 15:08
Jonathan Irvine wrote:
> www.yorkhistory.com/home/
>
> The errors occure occassionally when clicking around the navigation
> and pages.
>
> Any ideas? I'd be very grateful!
Seems to me that the r...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 14:57
you're calling findDOM(objectID, withstyle) (thats in findDOM.js) with
an invalid ID
its referenced in clamshell.js, visible.js - so in one of those function
calls you're sending an invalid ID to f...
Re: FN-FORUM: Online networking
date posted 6th August 2003 14:49
Perhaps it's the heat but has anyone actually been able to sign up and log
in? After I submitted the form I was back on the home page...no 'thank you'
or ANY kind of instructions. I'm unable to lo...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 14:45
I don't know if it is any help but the first time you go into the
agricultural page each time the site is loaded it fails but if you try the
page again without re-entering the site it works fine.
Pam...
RE: FN-FORUM: Online networking
date posted 6th August 2003 14:33
I just received this.
-----Original Message-----
From: Netvirtual
Sent: 06 August 2003 14:15
Subject: RE: Registration
Sorry the site is causing some problems. Each registration
that we receive need...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 14:22
> Can you post the code for
>
> browser_sensing.js
/* Browser sensing */
/* Set up boolian variables to record the browser type */
var isNS4 = 0;
var isNS3 = 0;
var isIE5 = 0;
var isIE4 = 0;
va...
Re: FN-FORUM: JavaScript help....
date posted 6th August 2003 14:18
Can you post the code for
browser_sensing.js
Thanks
Pam
----- Original Message -----
From: "Jonathan Irvine" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Wednesday, August 06, 2003 2:33 PM
Subje...
FN-FORUM: JavaScript help....
date posted 6th August 2003 14:07
Hi all,
A similar post to one yesterday I believe. For the life of me I can't work
out what's causing the javascript errors on the following site...
www.yorkhistory.com/home/
The errors occure occa...
RE: FN-FORUM: Online networking
date posted 6th August 2003 14:04
The performance of different shared Fasthosts servers varies enormously.
Try to get the site moved to a server which is known to be performing
well; an older one IME.
David Nye
http://dnye.co.uk
Busi...
Re: FN-FORUM: Online networking
date posted 6th August 2003 14:00
> >>>>>>>>>>>
> The registration process currently isn't working hence a possible reason
for
> the lack of registrations. I have just tried and the site reported the
> following....
>
> error 'ASP 01...
Re: FN-FORUM: Online networking
date posted 6th August 2003 13:56
Nikki Pilkington wrote:
> The registration process currently isn't working hence a possible reason for
> the lack of registrations. I have just tried and the site reported the
> following....
>
> err...
RE: FN-FORUM: Online networking
date posted 6th August 2003 13:54
Nikki,
I just registered no probs IE 5.5 on W2K
Guy
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of Nikki
Pilkington
Sent: 06 August 2003 14:07
To: FN-FORUM / [EMAIL REM...
RE: FN-FORUM: Online networking
date posted 6th August 2003 13:40
>>>>>>>>>>>
The registration process currently isn't working hence a possible reason for
the lack of registrations. I have just tried and the site reported the
following....
error 'ASP 0113'
Script t...
RE: FN-FORUM: Online networking
date posted 6th August 2003 13:28
Nikki,
The registration process currently isn't working hence a possible reason =
for
the lack of registrations. I have just tried and the site reported the
following....
error 'ASP 0113'=20
Script...
FN-FORUM: Online networking
date posted 6th August 2003 13:12
Hi all,
As it's quiet here today, i'll use the time to tell you about a new online
networking site i found out about - i bumped into the creators at a
traditional networking function, and they told m...
RE: FN-FORUM: Site Check
date posted 6th August 2003 11:55
Rus Foster wrote:
> thanks to all..if you could have another check with the body
> thing I've put one in. Also it does look better with the
> thinner borders
Hi Rus, I think the borders look bette...
Re: FN-FORUM: heads up on Computer manuals at 50% RRP
date posted 6th August 2003 11:35
Nice,
cheers m8.
vav
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.504 / Virus Database: 302 - Release Date: 24/07/200...
Re: FN-FORUM: Site Check
date posted 6th August 2003 10:59
On Wed, 6 Aug 2003, Carla Boulton wrote:
>
> Mac IE5 G4, still can't see any text just the top image and the links - is
> there another Mac person who can see it?
> Carla
>
I don't have a mac to tes...
Re: FN-FORUM: Site Check
date posted 6th August 2003 10:57
thanks to all..if you could have another check with the body thing I've
put one in. Also it does look better with the thinner borders
Cheers
Rus
--
w: http://www.jvds.com | Linux + FreeBSD VDS's...
FN-FORUM: heads up on Computer manuals at 50% RRP
date posted 6th August 2003 10:57
No affiliation, just thought you'd like to know about this:
Wrox Press, Friends of Ed and Glasshaus Titles at 50% OFF
http://www.compman.co.uk/features/cbldis/index.asp
HTH
Tony...
Re: FN-FORUM: Site Check
date posted 6th August 2003 10:51
>> Rus wrote:
>>> Could you please have a look at http://www.jvds.com and give
>>> comments/typos etc.
>>
>> I was too quick on the delete button but re: someone else's comment
>> that no
>> text was...
Re: FN-FORUM: URGENT, can as many people as poss look at this please?
date posted 6th August 2003 10:48
on 6/8/03 10:10 am, Chris Dawson at [EMAIL REMOVED] wrote:
>
> hi carla,
> sorry this is late on, but this might help your testing....
>
> on IE5, mac 9.2.2 i get a completely white screen. if i go...
Re: FN-FORUM: Site Check
date posted 6th August 2003 10:45
on 6/8/03 9:31 am, Niina Talikka at [EMAIL REMOVED] wrote:
>
> Rus wrote:
>> Could you please have a look at http://www.jvds.com and give
>> comments/typos etc.
>
> I was too quick on the delete bu...
Re: FN-FORUM: URGENT, can as many people as poss look at this please?
date posted 6th August 2003 10:43
hi carla,
sorry this is late on, but this might help your testing....
on IE5, mac 9.2.2 i get a completely white screen. if i go to view source i
can see the html frameset code. if then type in (manu...
RE: FN-FORUM: timescales for integrating a forum into a website
date posted 6th August 2003 10:39
Check out www.brentford-online.com as you can see it is seamless there.
It uses WebWizForums (DO NOT USE Snitz, very crap) however I use there
original user table (I didn=92t need to change it) but i...
RE: FN-FORUM: Site Check
date posted 6th August 2003 10:37
Rus Foster wrote:
> Hi All,
> Well I've been trying my designer hat on for the last few
> weeks and got to the point where my eyes have nearly started
> to bleed. Could you please have a look at ht...
RE: FN-FORUM: timescales for integrating a forum into a website
date posted 6th August 2003 10:29
I am just doing the same with a forum we wrote. Its only taking a few days
of pretty sporadic work to complete the integration. All we have had to
change is where the forum looks for member details a...
RE: FN-FORUM: 3D TEXT CREATION
date posted 6th August 2003 10:24
Andy H wrote:
> The new Freehand MX has a superb extrude tool. You just make your
> text, grab the tool and drag it in the direction you want the
> extrusion to go. You can even rotate it in full 3D m...
FN-FORUM: timescales for integrating a forum into a website
date posted 6th August 2003 10:23
Hi all,
I have a website which has already got a members area, and i wanted to add a
forum for the members.
I am currently investigating 2 alternatives.
1) Writing our own bespoke forum.
2) Integra...
Re: FN-FORUM: Site Check
date posted 6th August 2003 10:04
Rus wrote:
>Could you please have a look at http://www.jvds.com and give
>comments/typos etc.
I was too quick on the delete button but re: someone else's comment that no
text was visible could be b...
Re: FN-FORUM: Site Check
date posted 6th August 2003 10:02
fine here, xp pro ie6 cable
One thing about the design, the JVDS looks a bit lonesome
and stranded in the title graphic, it also doesn't tell you what
the site is about and if you hit the site from a...
Re: FN-FORUM: [OT] Need access to a travan tape drive for a day
date posted 6th August 2003 09:59
> my office was robbed last night and the f**kers nicked the shoddy old
> looking PC sat in the corner of the room. Problem is, the shoddy old
> looking PC was in fact my Debian dev server with *every...
Re: FN-FORUM: URGENT, can as many people as poss look at this please?
date posted 6th August 2003 09:55
> > I was once asked, how does someone define an expert? food for
> > thought...
>
>
> One of my uni lectureres told me that an ex is a has been and a spert
> is just a drip under pressure..
Ouch...
FN-FORUM: [OT] Need access to a travan tape drive for a day
date posted 6th August 2003 09:49
Hi
my office was robbed last night and the f**kers nicked the shoddy old
looking PC sat in the corner of the room. Problem is, the shoddy old
looking PC was in fact my Debian dev server with *every...
Re: FN-FORUM: 3D TEXT CREATION
date posted 6th August 2003 09:28
Swift 3d v3, cheap, cheerful and with vector import / output (illustrator
and eps) and an easy to use raster output also...
.3ds can be used with it ans ac3d IFAIK
hth
vav
---
Outgoing mail is...
RE: FN-FORUM: URGENT, can as many people as poss look at this please?
date posted 6th August 2003 09:22
> I was once asked, how does someone define an expert? food for
> thought...
One of my uni lectureres told me that an ex is a has been and a spert
is just a drip under pressure..
dec...
Re: FN-FORUM: 3D TEXT CREATION
date posted 6th August 2003 09:22
The new Freehand MX has a superb extrude tool. You just make your text, grab
the tool and drag it in the direction you want the extrusion to go. You can
even rotate it in full 3D mode. Failing that -...
RE: FN-FORUM: 3D TEXT CREATION
date posted 6th August 2003 09:10
Rick wrote:
> If you can get your hands on a 3D package its incredibly easy to
> extrude text outlines from Illustrator and do some basic animation.
Any idea how you'd go about doing that from Freeha...
Re: FN-FORUM: Site Check
date posted 6th August 2003 08:51
on 6/8/03 5:56 am, Rus Foster at [EMAIL REMOVED] wrote:
>
> Hi All,
> Well I've been trying my designer hat on for the last few weeks and got to
> the point where my eyes have nearly started to blee...
RE: FN-FORUM: URGENT Anyone else got Win 98 IE they can gander at this on?
date posted 6th August 2003 08:07
I was going to mention the frames too, but for the reason (not design).
PHP and frames can cause a blank screen on some mac set-ups not sure which ones
off the top of my head. It may only be with ne...
FN-FORUM: Site Check
date posted 6th August 2003 06:29
Hi All,
Well I've been trying my designer hat on for the last few weeks and got to
the point where my eyes have nearly started to bleed. Could you please
have a look at http://www.jvds.com and give co...
RE: FN-FORUM: 3D TEXT CREATION
date posted 6th August 2003 01:36
If you can get your hands on a 3D package its incredibly easy to extrude
text outlines from Illustrator and do some basic animation.
website : www.pixelpod.co.uk
email : [EMAIL REMOVED]
mobile...
Re: FN-FORUM: 3D TEXT CREATION
date posted 6th August 2003 01:25
theres plenty of 3d packages out there - and plugins too like andromedas
perspective filter
Matt Thomas wrote:
>I have seen some fantastic 3d effects on various club flyers - how do
>they go about...
Re: FN-FORUM: JavaScript and Screen Size
date posted 6th August 2003 01:20
you just need to use percentages in your DIVs... so like, have one DIV
that encompasses everything and is set to 100% of the screen, then plop
some others in there, ranged right (float: right) or o...
Re: FN-FORUM: 3D TEXT CREATION
date posted 6th August 2003 01:07
er, with a 3D package possibly??? :-p
i've used alsorts of programs from Cinema 4D to Maya to create 3D
effects for use in my design on the print or web...
*luke
On Wednesday, August 6, 2003, at...
RE: FN-FORUM: 3D TEXT CREATION
date posted 6th August 2003 00:38
I have seen some fantastic 3d effects on various club flyers - how do
they go about making such an effect?
Matt Thomas
www.mushroomdesign.com
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL...