Freelancers Forum Messages on Wednesday December 7th 2005
FN-FORUM: Getting new business .... Ideas - part 1?
date posted 7th December 2005 23:28
Hi all,
Getting new business ideas part 1?
So here's an idea that I will think will benefit a few people here at the
smaller end of the marketing/web design market.
(And yes, that would include myse...
Re: FN-FORUM: CSS Help
date posted 7th December 2005 22:49
Lorna McArdle - Spinette Designs wrote:
>I've been trying to set up a CSS only site but struggling.
>
>Can anyone tell me why on IE the site looks as I want it to. Everything is
>placed as it shoul...
FN-FORUM: CSS Help
date posted 7th December 2005 19:51
I've been trying to set up a CSS only site but struggling.
Can anyone tell me why on IE the site looks as I want it to. Everything is
placed as it should - but - when I check it with firefox or ope...
FN-FORUM: Statestitch, anyone used it?
date posted 7th December 2005 16:18
Hi,
Has anyone any views on consonicas "statestitch" product
(http://www.consonica.com/solutions/statestitch/). It looks good to me but,
as an ASP.NET newbie I thought I'd ask for an opinion from the...
Re: FN-FORUM: Touch screens and JavaScript
date posted 7th December 2005 15:03
Good the answer is yes then - I thought it might be. Thanks - I will now
find out exactly what they want doing and what it is for.
Pam
----- Original Message -----
From: "Julian Voelcker" [EMAIL...
Re: FN-FORUM: Touch screens and JavaScript
date posted 7th December 2005 15:01
On 7 Dec 2005 14:42:13 -0000, pamela@ said:
> I gather you can use Javascript with Touch Screens. Is there an
> equivalent
> for OnClick etc or do you still use OnClick even though you are touching
>...
Re: FN-FORUM: Touch screens and JavaScript
date posted 7th December 2005 14:55
Hi Pamela,
> I gather you can use Javascript with Touch Screens. Is there an equivalent
> for OnClick etc or do you still use OnClick even though you are touching the
> screen? I have been Googling...
Re: FN-FORUM: Touch screens and JavaScript
date posted 7th December 2005 14:53
Does anyone know of a decent book that deals with Javascript and Touch
Screens?
Pam...
Re: FN-FORUM: Centering a table background..
date posted 7th December 2005 14:52
I f you use a transparent gradient over the top of the background, it
would get around the centering problem, by just showing the grain
through. Did a quick example, (I woz bored), it's very rough but...
Re: FN-FORUM: Centering a table background..
date posted 7th December 2005 14:32
A larger tesselated image wouldn't neccesarily cause the background to
look tiled and you need a faster download. The background on a web
page isn't its focal point so why not compromise between the t...
FN-FORUM: Touch screens and JavaScript
date posted 7th December 2005 14:21
I gather you can use Javascript with Touch Screens. Is there an equivalent
for OnClick etc or do you still use OnClick even though you are touching the
screen? I have been Googling but I can't find...
Re: FN-FORUM: Centering a table background..
date posted 7th December 2005 14:10
ExtremeNinja [EMAIL REMOVED] wrote:
>
> I know what your saying, but page was awkward loading and background image
> took a while to download. Sometimes a compromise between design and
> functionali...
RE: FN-FORUM: Centering a table background..
date posted 7th December 2005 13:34
I know what your saying, but page was awkward loading and background image
took a while to download. Sometimes a compromise between design and
functionality is the best way.
Peter Jankowski
www.extr...
Re: FN-FORUM: Centering a table background..
date posted 7th December 2005 13:26
Did you look at the site? The background is a natural-looking wooden
surface. Any attempt to make it tesselate at those kind of dimensions
will look hideous! A site designed to show off graphics is...
Re: FN-FORUM: Dreamweaver Q I think
date posted 7th December 2005 13:21
On 7 Dec 2005 13:18:41 -0000, Creative Digital Alliance
[EMAIL REMOVED] wrote:
>
> Thats not dreamweaver, it's yahoo store I think. Is it contained
> within a form tag?
>
> Regards,
>
> Paul
Thanks P...
Re: FN-FORUM: Dreamweaver Q I think
date posted 7th December 2005 13:20
http://help.yahoo.com/help/us/store/tags/tags-19.html
On 7 Dec 2005 12:56:24 -0000, Paul Cooper [EMAIL REMOVED] wrote:
>
> Hi
>
> I'm building a UK version of an existing site and have been sent the...
RE: FN-FORUM: Centering a table background..
date posted 7th December 2005 13:15
How about using a tessellating background. Theis way the image size will be
smaller, say 100x100 or 200x200. If the image tessellates it will
automatically tile to fill the necessary area.
This shoul...
Re: FN-FORUM: Centering a table background..
date posted 7th December 2005 13:11
Use CSS to display the background image centred ( background:
url(bg.jpg) top center no-repeat ).
Centre the main section of the site (again with CSS).
Lo and behold, everything appears as it should...
FN-FORUM: Centering a table background..
date posted 7th December 2005 13:04
Hey,
My friend has made these graphics for his site:
www.robz-design.co.uk
and asked me to make some code for it (the site at the moment is the
dreamweaver outputted stuff i think).
Basically my probl...
Re: FN-FORUM: Dreamweaver Q I think
date posted 7th December 2005 12:57
Thats not dreamweaver, it's yahoo store I think. Is it contained
within a form tag?
Regards,
Paul
-----------------------------------------------------
Paul Escudier
http://www.creativedigitalallian...
FN-FORUM: Dreamweaver Q I think
date posted 7th December 2005 12:35
Hi
I'm building a UK version of an existing site and have been sent the
HTML files for the site. The source code has things like this in it:...
Re: FN-FORUM: phpBB links
date posted 7th December 2005 12:21
If you specify CSS style attributes in the HTML it has a higher
priority than the external stylesheet.
E.g.
echo "";
echo $forum_title;
echo "...
Re: FN-FORUM: PHP mail form script
date posted 7th December 2005 11:43
> Im looking for a good php mail form with field checkers etc.
>
> Ive done a quick search this morning, but cant find one.
> Any recommendations?
I have one I made for myself. Has name, from e-mail,...
Re: FN-FORUM: phpBB links
date posted 7th December 2005 11:40
Tom Allen [EMAIL REMOVED] wrote:
>
> It sounds like nothing more than inserting a conditional clause in the
> PHP to add a couple of style attributes under those circumstances.=20
> Since phpBB disp...
FN-FORUM: PHP mail form script
date posted 7th December 2005 11:36
Hi guys and gals,
Im looking for a good php mail form with field checkers etc.
Ive done a quick search this morning, but cant find one.
Any recommendations?
Thanks in advance
Cy...
Re: FN-FORUM: phpBB links
date posted 7th December 2005 11:19
It sounds like nothing more than inserting a conditional clause in the
PHP to add a couple of style attributes under those circumstances.=20
Since phpBB displays a different image for a forum with new...
FN-FORUM: pbx for the home freelancer
date posted 7th December 2005 10:54
Ive have set up an asterisk box a few weeks ago. What is it? its bascially a
open source(free) PBX that can run on any machine. It is comparable to high
grade PBX systems that go for a lot of money....
FN-FORUM: pbx for the home freelancer
date posted 7th December 2005 10:52
Ive have set up an asterisk box a few weeks ago. What is it? its bascially a
open source(free) PBX that can run on any machine. It is comparable to high
grade PBX systems that go for a lot of money....
Re: FN-FORUM: css background - flash animation
date posted 7th December 2005 02:52
It is possible, the key is to use opaque mode for the swf embedding
then it'll obey z-indexing correctly, and you can overlay it with
dhtml layers. I think this method has problems on opera & mac brow...