Freelancers Forum Messages on Monday September 3rd 2007
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 23:56
Hi John
Hope I'm not too late being a Monday it was a nightmare getting home today
but anyways.... If you've not already sorted your problem I've tested a
solution and it works, see below:
In your...
Re: FN-FORUM: unsubscribe
date posted 3rd September 2007 21:17
I've read deeply into Buddhism.
You're supposed to try and relinquish all your attachments in this
world.
This has made my life very difficult as I used to send a lot of
attachments.
now I either...
Re: FN-FORUM: unsubscribe
date posted 3rd September 2007 19:28
subscribe is a state of mind --
in the same way that unsubscribe is a state of mind.
You cannot have subscribe without unsubscribe.
On 3 Sep 2007, at 19:56, Sam M - www.wiredeyes.com wrote:
>
>> -...
RE: FN-FORUM: unsubscribe
date posted 3rd September 2007 19:22
> -----Original Message----->
>
> On Monday 03 September 2007 18:55:46 Ben Moxon wrote:
> > prettejohn wrote:
> > > unsubscribe
> >
> > But I don't want to!
>
> This is not the mailing list you are...
Re: FN-FORUM: unsubscribe
date posted 3rd September 2007 19:14
On Monday 03 September 2007 18:55:46 Ben Moxon wrote:
> prettejohn wrote:
> > unsubscribe
>
> But I don't want to!
This is not the mailing list you are looking for......
RE: FN-FORUM: unsubscribe
date posted 3rd September 2007 18:15
Sharon Charteress
Mood Design Solutions
www.mood-design.co.uk
Tel: 07980 497026
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of
prettejohn
Sent: 03 September 2007 17...
Re: FN-FORUM: unsubscribe
date posted 3rd September 2007 17:21
prettejohn wrote:
> unsubscribe
>
But I don't want to!...
Re: FN-FORUM: Timesheet software
date posted 3rd September 2007 16:59
> Estimates of the time the average employed desk-jockey spends really
> working range from about 4 or 5 hours a day all the way down to
> 1.5.
I was reliably informed in my last "proper" job that it...
FN-FORUM: unsubscribe
date posted 3rd September 2007 16:57
unsubscribe...
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 16:19
Thanks for all the replies
I am sure that part of the problem is that I have modified my original html
and css from what started off as another project, when I shjould have just
started from scratch...
RE: FN-FORUM: Scrolling Thumbnails like youtube
date posted 3rd September 2007 16:11
Try http://slideshowpro.net/
Peter=20
-----Original Message-----
From: Daniel Grant [EMAIL REMOVED]
Sent: 03 September 2007 14:37
To: FN-FORUM / [EMAIL REMOVED]
Subject: FN-FORUM: Scrolling Thumbnai...
Re: FN-FORUM: Timesheet software
date posted 3rd September 2007 16:02
On Monday 03 September 2007 11:35:23 Martin Wheatley wrote:
> At the moment I just guess number of hours but I'm sure the clients are
> getting more for their money than they should.
But are they?...
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 15:49
On 3 Sep 2007, at 16:13, Adam Reynolds wrote:
>
>
>
> Tony Crockford wrote:
>>
>> zero is zero and doesn't need a unit identifier - 0pt, 0px, 0em, =20
>> 0% are all the same, so why waste two bytes...
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 15:39
Tony Crockford wrote:
>
> zero is zero and doesn't need a unit identifier - 0pt, 0px, 0em, 0%
> are all the same, so why waste two bytes?
>
>
Clarity? Handing on to other people? Precision?...
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 15:20
On 3 Sep 2007, at 15:42, Martin Wheatley wrote:
>
> On 03/09/2007 15:22, Tony Crockford wrote:
>> On 3 Sep 2007, at 15:07, Martin Wheatley wrote:
>>>>
>>>
>>> Looks fine on firefox, you might want (...
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 15:08
On 03/09/2007 15:22, Tony Crockford wrote:
>
>
> On 3 Sep 2007, at 15:07, Martin Wheatley wrote:
>>>
>>
>> Looks fine on firefox, you might want (note the px):
>>
>> margin: 0px auto;
>> text-align:...
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 15:00
On 3 Sep 2007, at 15:21, John Deaville wrote:
>
>>
>> Looks fine on firefox, you might want (note the px):
>>
>> margin: 0px auto;
>> text-align: center;
>>
>> to cover most browsers.
>
>
> Thanks -...
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 14:46
On 3 Sep 2007, at 15:07, Martin Wheatley wrote:
>>
>
> Looks fine on firefox, you might want (note the px):
>
> margin: 0px auto;
> text-align: center;
>
> to cover most browsers.
zero value attribu...
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 14:46
>
> Looks fine on firefox, you might want (note the px):
>
> margin: 0px auto;
> text-align: center;
>
> to cover most browsers.
Thanks - will do...
Re: FN-FORUM: Css horizontal alignment
date posted 3rd September 2007 14:38
> margin: 0 auto;
Try
text-align:center;
margin:0 auto;
for compatability with IE. Get used to this. Most things that work on
standard browsers won't do the same thing on IE.
> I am just learnin...
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 14:35
On 3 Sep 2007, at 14:56, John Deaville wrote:
>
> Can anyone tell me if this aligns centrally horizontally
>
> http://www.nxmd.co.uk
>
>
try:
body {
margin: 0px;
padding: 10px;
text-align: center;...
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 14:34
On 3 Sep 2007 13:57:09 -0000, John Deaville [EMAIL REMOVED] wrote:
>
> Can anyone tell me if this aligns centrally horizontally
>
> http://www.nxmd.co.uk
>
It does not align centrally horizontally in...
Re: FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 14:32
On 03/09/2007 14:57, John Deaville wrote:
> Can anyone tell me if this aligns centrally horizontally
>
> http://www.nxmd.co.uk
>
> Sorry forgot the link in the last one
>
> I am working on a mac -...
Re: FN-FORUM: Css horizontal alignment
date posted 3rd September 2007 14:31
Sorry - I realised that immediately after I pressed send - whoops
It is
http://www.nxmd.co.uk
On 3/9/07 3:00 pm, "Juraj Seffer" [EMAIL REMOVED] wrote:
>
> On 3 Sep 2007 13:55:16 -0000, Jo...
Re: FN-FORUM: Css horizontal alignment
date posted 3rd September 2007 14:30
On 3 Sep 2007, at 14:54, John Deaville wrote:
>
> Can anyone tell me if this aligns centrally horizontally
url?
>
> I am working on a mac - and on my mac - it does in camino and
> safari, but I...
Re: FN-FORUM: Css horizontal alignment
date posted 3rd September 2007 14:25
On 3 Sep 2007 13:55:16 -0000, John Deaville [EMAIL REMOVED] wrote:
>
> Can anyone tell me if this aligns centrally horizontally
>
> I am working on a mac - and on my mac - it does in camino and safari...
FN-FORUM: Css horizontal alignment (mark II)
date posted 3rd September 2007 14:22
Can anyone tell me if this aligns centrally horizontally
http://www.nxmd.co.uk
Sorry forgot the link in the last one
I am working on a mac - and on my mac - it does in camino and safari, but I
look...
FN-FORUM: Css horizontal alignment
date posted 3rd September 2007 14:20
Can anyone tell me if this aligns centrally horizontally
I am working on a mac - and on my mac - it does in camino and safari, but I
looked on my pc laptop and it does not - in internet explorer - bu...
FN-FORUM: Scrolling Thumbnails like youtube
date posted 3rd September 2007 14:02
Hey everyone.
I was wondering if anyone has come across a component in flash that
allows you to preview your thumbnails the same way as youtube, when the
video has ended. i.e. little thumbs, sensiti...
Re: FN-FORUM: Timesheet software
date posted 3rd September 2007 12:43
We use Zoho here, they offer quite a few products similar to Google Apps.
Plus you can easily integrate them into your own websites.
Take a look, some are free with limitations, but their pricing mos...
Re: FN-FORUM: Timesheet software
date posted 3rd September 2007 12:29
>> Hi,
>>
>> Has anyone got any recommendations for any free (preferrably web based)
>> timesheet software, I want to be able to track my time for a few
>> different projects that run at the same tim...
Re: FN-FORUM: Timesheet software
date posted 3rd September 2007 10:27
On 3 Sep 2007 09:35:47 -0000, Martin Wheatley
[EMAIL REMOVED] wrote:
>
> Hi,
>
> Has anyone got any recommendations for any free (preferrably web based)
> timesheet software, I want to be able to trac...
Re: FN-FORUM: Timesheet software
date posted 3rd September 2007 10:26
We use this http://www.actitime.com/overview.html
Extremely comprehensive.
Tony Crockford wrote:
>
>
> On 3 Sep 2007, at 10:35, Martin Wheatley wrote:
>>
>> Has anyone got any recommendations for an...
Re: FN-FORUM: Timesheet software
date posted 3rd September 2007 10:24
If you use a Mac you have a number of cheap or free options. I would
suggest looking at Billings2 (good and reasonably cheap) or TaskTime
(free on current MacWorld magazine cover). I don't know ab...
Re: FN-FORUM: Timesheet software
date posted 3rd September 2007 10:19
Hi,
I have a system that enables you to log time taken on projects. Its not free
though - £80 a year. You can try it out on a one months free trial to see
how you get on with it. It lets you do alo...
Re: FN-FORUM: Timesheet software
date posted 3rd September 2007 10:12
On 3 Sep 2007, at 10:35, Martin Wheatley wrote:
>
> Has anyone got any recommendations for any free (preferrably web
> based) timesheet software,
A fair choice here:
http://lifehacker.com/software...
FN-FORUM: Timesheet software
date posted 3rd September 2007 10:01
Hi,
Has anyone got any recommendations for any free (preferrably web based)
timesheet software, I want to be able to track my time for a few
different projects that run at the same time, ideally I...