Freelancers Network
 
skill list top cap
Homepage
Join the Freelancer's Network
Update your details
Find a freelancer
Post a project
Find a project
Projects Archive
Post a job
Find a job
Jobs Archive
See Dan's Pages
See Andy's Pages
Link to this site
Resources
Join/Leave Forum
Forum Messages
+Additions+ Adverts
Advertising
Contact Us
Subscribe to our newsletter - enter your email address and hit return
Freelancers.net is owned and operated by Andy Stowell and Dan Winchester
skill list end cap
guru web hostcom

Find me again on Freelancers.net

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...



Messages by Day
December 31st 2005
December 30th 2005
December 29th 2005
December 28th 2005
December 27th 2005
December 26th 2005
December 25th 2005
December 24th 2005
December 23rd 2005
December 22nd 2005
December 21st 2005
December 20th 2005
December 19th 2005
December 18th 2005
December 17th 2005
December 16th 2005
December 15th 2005
December 14th 2005
December 13th 2005
December 12th 2005
December 11th 2005
December 10th 2005
December 9th 2005
December 8th 2005
December 7th 2005
December 6th 2005
December 5th 2005
December 4th 2005
December 3rd 2005
December 2nd 2005
December 1st 2005


Messages by Month
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005


Messages by Year
2008
2007
2006
2005
2004
2003
2002
2001
2000