Freelancers Forum Messages on Monday April 30th 2007
RE: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 23:42
On Monday 30 Apr 2007 10:16 pm, Gareth Nicholas wrote:
> Most likely to be a virus that has sent everyone in your address book an
> email.
On Monday 30 Apr 2007 23:20 pm, Dom Latter wrote:
>No it's...
RE: FN-FORUM: .nl domain names
date posted 30th April 2007 23:36
Hi Lorna,
I am sorry - I have come in late on this, as I have been out all day.=20
I have been doing a little research; have you checked out Network =
Solutions?
Their domain name pricing page is at...
FN-FORUM: End of line (\r\n)
date posted 30th April 2007 23:20
Hi Folks,
What is the best way to end a line? I'm using "\r\n" in auto email
responder but it creates one empty line after each line in Windows,
Mac looks OK.
I want to break the line just once in b...
Re: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 23:17
On Monday 30 Apr 2007 10:16 pm, Gareth Nicholas wrote:
> Most likely to be a virus that has sent everyone in your address book a=
n
> email.
No it's *not*.
Read the other replies in the thread.
--=...
Re: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 22:14
Most likely to be a virus that has sent everyone in your address book an
email.
I'd run a virus scan I were you, or at least make sure that you are up to
date with viri defs....
Re: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 20:22
Anthony Cartmell wrote:
>
>> It's really not going to be anything as complex as that. It's just a
>> spammer faking "From:" headers on email. Six or seven years ago, it
>> might have been a big dea...
Re: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 20:05
> it may be a case of
> someone is using your [EMAIL REMOVED] as the contact name which is
> making it look like an e-mail address.
Anyone can use any From: address - just type what you want it to...
Re: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 20:01
> It's really not going to be anything as complex as that. It's just a
> spammer faking "From:" headers on email. Six or seven years ago, it
> might have been a big deal, but it happens all the ti...
Re: FN-FORUM: Database structure question
date posted 30th April 2007 16:20
Ben Johnson (Neogic) F wrote:
> Does anyone know how performance compares using an array of foreign keys
> (the "set" datatype Ian mentions) vs using a traditional link table for
> representing many-t...
RE: FN-FORUM: Database structure question
date posted 30th April 2007 15:56
IanR wrote:
> Not sure which rdbms you are using, mysql supports the 'set'=20
> datatype see http://dev.mysql.com/doc/refman/5.0/en/set.html
Interesting point Ian - the ability to have an array of f...
Re: FN-FORUM: Database structure question
date posted 30th April 2007 15:56
Thanks Ian / Graham.
OK I guess I'll go for the link table. The reason I wasn't sure was
that I vaguely remember doing database schemas at college (long tome
ago) and defining links as one to many,...
Re: FN-FORUM: .nl domain names
date posted 30th April 2007 15:48
Thanks for this
With starting prices at £50.00 a year they'll stick to .eu
This was very helpful.
Lorna McArdle
Tel/Fax: 0118 375 3333
Skype: spinettedesigns
www.spinettedesigns.co.uk
> I've just...
Re: FN-FORUM: Two background-images
date posted 30th April 2007 15:42
You can't have two or more background images for the same element e.g. the
body of your page or the same div but you can have one background image for
the main body and then another one for lets say...
Re: FN-FORUM: Two background-images
date posted 30th April 2007 15:19
Hello To All,
Thank you to all who replied, you're all absolutely correct, it was me, I
had use
background: color (url) position repeat; in the first instance, then
'background-*image*': color (url...
Re: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 14:38
Yeah I've experienced this a while ago, maybe look at the source code of the
email and see where the e-mail is really coming from it may be a case of
someone is using your [EMAIL REMOVED] as the con...
Re: FN-FORUM: .nl domain names
date posted 30th April 2007 14:35
Hi Lorna,
I've just looked on names.co.uk and you can register all 3 via them here in
the UK. For all you should have a valid address to register from, but if you
haven't then Names can provide an...
Re: FN-FORUM: Two background-images
date posted 30th April 2007 14:27
Hi
you can have as many background images as you like on one web page using css
and divs, just asign your div an id and then place the relevant background
info into css for each of the divs:
-----...
Re: FN-FORUM: Database structure question
date posted 30th April 2007 14:20
> I have a database structure as follows:
>
> tblGroups
> ID
> Description
> _________
>
> tblCourseCategories
> ID
> GroupID
> Description
> _________
>
> tblCourses
> ID
> CourseCategoryID
> Des...
Re: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 14:16
Leon Stacey wrote:
>
> Hey, if you have a contact form or anything like that on your site they
> could be using that, but if it is going to subscriebsr as well.....
> Someone may have got into any...
Re: FN-FORUM: Database structure question
date posted 30th April 2007 14:15
On Monday 30 April 2007 14:03, Paul Cooper wrote:
> This works fine except my client has mentioned he would like to have
> the ability to add a course to more than 1 Course Category. Currently
> to...
Re: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 14:04
Hey, if you have a contact form or anything like that on your site
they could be using that, but if it is going to subscriebsr as
well..... Someone may have got into any kind of database/store whe...
FN-FORUM: Database structure question
date posted 30th April 2007 14:01
I have a database structure as follows:
tblGroups
ID
Description
_________
tblCourseCategories
ID
GroupID
Description
_________
tblCourses
ID
CourseCategoryID
Description
_________
This works fin...
Re: FN-FORUM: Two background-images
date posted 30th April 2007 12:51
u can handle it using css style in HTML. If you still
facing problem you are free to contact me at my email
[EMAIL REMOVED]
Regards,
Muhammad Haris
--- Leon stacey [EMAIL REMOVED] wrote:
>
> Whe...
RE: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 12:39
Just to clarify this, an SPF record does NOT stop people sending spam using
your domain. It simply provides a mechanism where by a receiving mail server
that checks the SPF record (Many don't) can mak...
RE: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 12:29
Thanks for the input - I will get right on to it - looks like "Russian" to
me right now....but I'm sure I'll figure it out :)
Thanks again...
FN-FORUM: website maintenance/search engine optimisation contract
date posted 30th April 2007 12:09
Has anyone got a website maintenance/search engine optimisation contract I
can have a copy of by any chance?...
RE: FN-FORUM: .nl domain names
date posted 30th April 2007 12:07
Hi Lorna,
You can register .de domain through 1and1.de, but you have to have a valid
address in Germany. There is also a 1and1.nl and I assume there is one for
France aswell. But most countries seem...
Re: FN-FORUM: .nl domain names
date posted 30th April 2007 12:04
Lorna McArdle - Spinette Designs wrote:
> How can I order
>
> .de (GERMANY)
>
> .nl (HOLLAND)
>
> .fr (FRANCE)
>
> Domain names. Is it possible?
> The reason being is my customer has clients in those...
Re: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 11:57
On 30 Apr 2007 10:48:42 -0000, [EMAIL REMOVED] > And how the
heck did this happen....??? Does anyone have any ideas, I would
> really appreciate some input if there is somebody out there who knows!!!...
FN-FORUM: .nl domain names
date posted 30th April 2007 11:54
How can I order
.de (GERMANY)
.nl (HOLLAND)
.fr (FRANCE)
Domain names. Is it possible?
The reason being is my customer has clients in those countries.
I've done some research but doesn't seem ver...
Re: FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 11:52
Hi Gina,
To ensure this doesn't happen, setup a SPF record for your domain. SPF
is the Send Policy Framework, and it basically ties your outgoing email
to a specified smtp server.
Any mail coming...
FN-FORUM: Someone is using my email address for spam purposes
date posted 30th April 2007 11:46
Hi....
We have a project website running alongside our design agency, which is a
website for women in sport. Our email addresses are set to the same as the
domain name. [EMAIL REMOVED]
Somebody is...
Re: FN-FORUM: Two background-images
date posted 30th April 2007 11:07
When you say "document" is that like a word or pdf document? If it
something like that then using different layers fir each should do it
shouldn't it? If it is a web page then css can handle that...
Re: FN-FORUM: Two background-images
date posted 30th April 2007 11:01
[EMAIL REMOVED] wrote:
> Hi,
>
> I'm trying to place two background-images in the same document.
>
> one in the content element, and one in the nav element. I only get the first
> one displaying no ma...
FN-FORUM: Two background-images
date posted 30th April 2007 10:48
Hi,
I'm trying to place two background-images in the same document.
one in the content element, and one in the nav element. I only get the first
one displaying no matter what I do.
Have googled and...