Freelancers Forum Messages on Monday April 19th 2004
Re: FN-FORUM: SMTP feed
date posted 19th April 2004 23:55
> My host does not do SMTP feed - and I need it for a couple of clients.
> I presume I can set MX records to wherever I like and leave web well
alone.
> So - can anyone recommend a provider for this s...
FN-FORUM: A little brain exercise...
date posted 19th April 2004 23:54
http://scifi.pages.at/hackits/
it's always good to take security into account when building a website :-)
have a nice time...
--
Gregory BRZESKI...
RE: FN-FORUM: Triggers in SQL Server
date posted 19th April 2004 23:44
SELECT TOP(10) FROM ... etc
As for paging, SQL server does not support any built-in methods to my
knowledge - MS supposedly left that to ADO and the like - but I might be
wrong. You should be able...
RE: FN-FORUM: Dodgy Mail Bounces...
date posted 19th April 2004 23:44
I got one with a virus attached so guessed it's a spoofed sender (but
haven't really looked at the headers).
Karl
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On
> Behalf Of...
Re: FN-FORUM: Dodgy Mail Bounces...
date posted 19th April 2004 23:37
Carl W Crawley wrote:
> Hi All,
>
> Is anyone else getting dodgy mail bounces from the fnmail.co.uk mailserver?
>
Not here mate, but I'll check again in the morning, as all mail has
been pretty sl...
FN-FORUM: Dodgy Mail Bounces...
date posted 19th April 2004 23:33
Hi All,
Is anyone else getting dodgy mail bounces from the fnmail.co.uk mailserver?
I'm getting one similar to below:
--------------------------------------------------
Hi. This is the qmail-send p...
FN-FORUM: SMTP feed
date posted 19th April 2004 23:29
Hi All,
My host does not do SMTP feed - and I need it for a couple of clients.
I presume I can set MX records to wherever I like and leave web well alone.
So - can anyone recommend a provider for this...
Re: FN-FORUM: Turning off my Windows 2000 machine
date posted 19th April 2004 23:20
Cheers for that
Best Regards
John
----- Original Message -----
From: "Lists" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Monday, April 19, 2004 11:10 PM
Subject: Re: FN-FORUM: Turning off my Windows...
Re: FN-FORUM: Triggers in SQL Server
date posted 19th April 2004 23:11
Problem is Andy that the query pulls out in excess of 1300 records when I
only want 10/25/50 or 100 at a time - this can be done easily in MySQL using
the LIMIT(start,end) command - is there a way to...
RE: FN-FORUM: Turning off my Windows 2000 machine
date posted 19th April 2004 23:07
Yep
Start > Control Panel > Power Options
Should have everything you need there, look under the Advance tab.
John
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of John...
Re: FN-FORUM: Mac Freeware
date posted 19th April 2004 23:00
hi deborah,
i always use www.versiontracker.com or www.macupdate.com for my freebie
stuff.
hth
luke
Deborah Causton wrote:
> Trying to sort a friend out with a few bits of software, is there a
>...
Re: FN-FORUM: Turning off my Windows 2000 machine
date posted 19th April 2004 22:59
Also shutdown.exe from the reskit. http://support.microsoft.com/?kbid=317371
or
1.Right-click My Computer and select Manage.
2. On the Action menu, press Connect to another computer...
3. Do...
Re: FN-FORUM: PHP Switch/Form Question
date posted 19th April 2004 22:45
Simple
- Switch on $action to "select picture" - post params to call same script.
Do processing, and change $action to "upload picture",
and fall into the switch again to do the php for that bit.
We...
RE: FN-FORUM: Triggers in SQL Server
date posted 19th April 2004 22:42
If I were you, I'd look at your 22 second stored procedure and also the
process that's involved in doing everything. Triggers can lead to all
sorts of oddness if you're not careful, so whilst they are...
Re: FN-FORUM: domain spoofing
date posted 19th April 2004 21:58
On Monday 19 Apr 2004 9:57 pm, I wrote:
> I've just found what looks like a good review of current anti-spam
> approaches: http://spf.pobox.com/antispam.html
And on closer inspection, in http://spf.p...
RE: FN-FORUM: Turning off my Windows 2000 machine
date posted 19th April 2004 21:56
Install VNCserver on the 2K box and access its GUI remotely, preferably =
via
a VPN for security. Or there is an SSH server for Win32 that you can log =
on
to with PuTTY and there is also a command li...
FN-FORUM: ePDQ
date posted 19th April 2004 21:53
Lindsey
ePDQ has been upgraded today and we had problems for a while not just on
Macs. We too only found out today when problems arose and got hold of the
17 pages of documentation from ePDQ. I beli...
Re: FN-FORUM: domain spoofing
date posted 19th April 2004 21:46
On Monday 19 Apr 2004 9:35 pm, you wrote:
> [EMAIL REMOVED]
Filter that address into a folder of its own?
I've just found what looks like a good review of current anti-spam=20
approaches: http://sp...
Re: FN-FORUM: PHP Switch/Form Question
date posted 19th April 2004 21:33
perhaps you could try redirecting to the first of the add pages and then=20
redirect back to the original page once the upload has finished
HTH
Carrie
On Monday 19 April 2004 8:28 pm, you wrote:
> E...
Re: FN-FORUM: Mac Freeware
date posted 19th April 2004 21:31
for ftp I have used rbrowser lite in the past:
http://www.rbrowser.com/RBrowserLite/
have never used an antivirus app...
most decent stuff gets a review and is available for download at:
http://www....
Re: FN-FORUM: domain spoofing
date posted 19th April 2004 21:29
You're not the only one. And nearly all have viruses attached. I'm at a
loss too.
Rich
Luke Perman wrote:
>
> hi all,
>
> i know this has been covered before - but what has been decided on the
>...
Re: FN-FORUM: Mac Freeware
date posted 19th April 2004 21:27
I use FUGU for ftp. Buthaven't found any antivirus freeware. I just went
to apple.com and went from there. Not too helpful, but a start ...
Rich
Deborah Causton wrote:
> Trying to sort a friend out...
FN-FORUM: domain spoofing
date posted 19th April 2004 21:25
hi all,
i know this has been covered before - but what has been decided on the
best way to stop someone from spoofing your domain?
i'm getting a lot of bounced emails coming to me, using the addres...
FN-FORUM: PHP Switch/Form Question
date posted 19th April 2004 21:17
Evening all.....
Strange question (well seems strange to me) I have a collection of =
routines
in a single file controlled by a switch statement (delete_picture,
delete_record, list_stock, add_pictu...
FN-FORUM: Turning off my Windows 2000 machine
date posted 19th April 2004 21:13
Can anybody tell me how I can turn off my Windows 2000 machine remotely as I
can do this with my Linux machines easily through putty (shutdown command).
Can I do this with windows 2000?
Best Regards...
Re: FN-FORUM: hijacked homepage
date posted 19th April 2004 21:11
That's cool - thanks.
> So it's using a Help file called start.chm. Apparently, if you use Windows
> XP set a system restore point and try running:
>
> http://www.master-search.com/remove.exe
> and...
FN-FORUM: Mac Freeware
date posted 19th April 2004 21:09
Trying to sort a friend out with a few bits of software, is there a good
resource for Mac stuff freeware (FTP/Antivirus)?
Cheers
Deborah
:.:.:. A t o m i c P h u s e .:.:.:...
FN-FORUM: Triggers in SQL Server
date posted 19th April 2004 20:47
Can someone point me to a decet tutorial of how to use triggers in SQL
Server, I am trying to run 2 stored procedures after an insert. Basically I
had a heavy going stored procedure - was taking 22 se...
Re: FN-FORUM: TISCALI BROADBAND
date posted 19th April 2004 20:40
Tiscali horror story here too.
My brother signed up with them and has had nothing but trouble.
His so called 512 connection wouldn't offer a download beyond
a regular modem most the time 4-5k.
Darre...
Re: FN-FORUM: TISCALI BROADBAND
date posted 19th April 2004 20:05
sorry didnt answer your question, yes i have smtp with broadband from=20
tiscali, but like i say tell the client to go elsewhere.
www.dsdesign-art.co.uk
07830 237806
On 19 Apr 2004, at 16:08, Stewart...
Re: FN-FORUM: TISCALI BROADBAND
date posted 19th April 2004 20:03
tiscali are dreadful, im stuck with broadband from them now, which=20
took me about 2 weeks to sort out, i gave up trying to get any help=20
from tiscali customer service and in the end after much ha...
FN-FORUM: ePDQ
date posted 19th April 2004 17:39
Anyone else having trouble with ePDQ lately?
They must have upgraded it and a client can't process payments and
technical support are telling them its their computer. They're on a mac
and they clic...
Re: FN-FORUM: hijacked homepage
date posted 19th April 2004 17:29
So it's using a Help file called start.chm. Apparently, if you use Windows
XP set a system restore point and try running:
http://www.master-search.com/remove.exe
and then delete c:\windows\start.chm...
Re: FN-FORUM: printing cards
date posted 19th April 2004 17:10
A5 cards on white 160gsm bond card stock, 1 colour printed 1 side only.
200: £20-25
500: £30-35
HTH
John Anderson
Soaring Penguin
Mob: 07985 201 621
----- Original Message -----
From: "john de...
FN-FORUM: fds message
date posted 19th April 2004 17:09
Hi everyone
I keep getting a message from a MSN Messenger dialog box with only the
characters "fds" in it.
Any ideas what this is? Has anyone had this before?
--
Jonathan Chong
Internet Developer...
RE: FN-FORUM: TISCALI BROADBAND
date posted 19th April 2004 16:25
...
Re: FN-FORUM: TISCALI BROADBAND
date posted 19th April 2004 16:20
Stuart Guyan asks,
"I have a client who wants to go with Tiscali 150K broadband."
My advice is don't touch them with a fifty-foot barge pole! Their =
accounting system is the most inefficient load...
Re: FN-FORUM: hijacked homepage
date posted 19th April 2004 16:14
Yeah, I've tried both (although on hijackthis I'm not exactly sure what to
look for.)
I think its called master-search and the following appears in the addy bar
[EMAIL REMOVED]
>
> Did you try cwshr...
RE: FN-FORUM: hijacked homepage
date posted 19th April 2004 16:10
Also, if it's a recent thing it could be this program which requires a
manual removal.
http://www.kephyr.com/spywarescanner/library/searchpage.cc/index.phtml?s
ource=alerts
Regards,
Tony...
Re: FN-FORUM: hijacked homepage
date posted 19th April 2004 16:10
Hi Dan,
2 gallons of petrol and a box of matches is my usual recommendation for
most ailments :)
have you looked in Tools>Internet Options>Connections and checked
whether a poxy server has been sp...
RE: FN-FORUM: hijacked homepage
date posted 19th April 2004 16:07
Dan Cook wrote:
> My homepage has been hijacked with one of those annoying
> search portals. I've tried everything to get rid of it
> including Adaware, Hijackthis and other tools. I'm also using...
FN-FORUM: Director designer/developer wanted
date posted 19th April 2004 16:05
Hi all,
I'm looking for a Macromedia Director designer/developer to help me out
on quite a large project. It's a data-driven CD-ROM that's gone through
two releases already and now there's a fair bit...
RE: FN-FORUM: hijacked homepage
date posted 19th April 2004 16:04
Hi Dan
Click over to download.com and search for SpyBot Search and Destroy...
that managed to do the trick for me + improved the speed to web pages
dramatically...
Paul
=20
-----Original Message--...
Re: FN-FORUM: hijacked homepage
date posted 19th April 2004 15:59
Did you try cwshredder and the newest version of HijackThis?
Most of them are here http://www.spywareinfo.com/~merijn/downloads.html
Which one is it? Many have an exe which reloads the reg settings....
FN-FORUM: TISCALI BROADBAND
date posted 19th April 2004 15:58
I have a client who wants to go with Tiscali 150K broadband.
Does anyone know whether you get use of an smtp server with this? Tiscali's=
'help' desk says that you do but I am not convinced they kne...
FN-FORUM: hijacked homepage
date posted 19th April 2004 15:49
My homepage has been hijacked with one of those annoying search portals.
I've tried everything to get rid of it including Adaware, Hijackthis and
other tools. I'm also using a firewall but somehow it...
RE: FN-FORUM: Outlook Question.....
date posted 19th April 2004 14:09
It depends on how the message is formatted=2E If it is Rich Text it is
in the body, if it is plain text or HTML it is at the end in old
outlook or up the top in 2000 and beyond=2E
This is due to the...
Re: FN-FORUM: printing cards
date posted 19th April 2004 13:51
What stock?
Check out rcs.plc.uk they have an online quote generator.
On 19/4/04 1:20 pm, "john deaville" wrote:
>
> hello
>
> can anyone give me a ballpark cheap quote for 200 - 500 a5 cards on...
FN-FORUM: printing cards
date posted 19th April 2004 13:10
hello
can anyone give me a ballpark cheap quote for 200 - 500 a5 cards one side
only (poss two sides) monochrome
someone has asked me to print out 20 odd inkjet prints but they are so
fragile it is...
Re: FN-FORUM: Small SQL query query
date posted 19th April 2004 12:57
On Friday 16 Apr 2004 9:37 pm, John anslow wrote:
> Damon,
>
> but then I'd have to rewrite every bit of code that relates to these
> tables which I'm loath to do, is there no other way?
This is why...
Re: FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 12:47
But all the bug hunters are just little guys, helping the big companies is
secondary to their own businesses. MS have a published policy on "rewards"
for this. He could have kept it to himself as zero...
RE: FN-FORUM: panoramic views for web sites
date posted 19th April 2004 12:37
http://www.pixaround.com/
P...
Re: FN-FORUM: CSS pop-up question
date posted 19th April 2004 12:30
On 19 Apr 2004, at 11:49, Paul J White wrote:
> Good luck with the client meeting anyway!
On 19 Apr 2004, at 11:49, Neelesh Sonawane wrote:
> Goodluck with it.
cheers! :-)
luke
----
Evoke Media...
Re: FN-FORUM: what is @import?
date posted 19th April 2004 12:21
Rachael Bullock wrote:
> Does anybody know what [EMAIL REMOVED] is for and what it does? Ive seen it in
> many sites and im guessing its to do with CSS.
It's a way of linking to the stylesheet. It...
FN-FORUM: flash request
date posted 19th April 2004 12:20
hello
i am looking for a sample of flash where the thumbnails in the menu act like
the animated dock in osX on a mac - where the thumbnails get bigger the
nearer the cursor is
can anyone show me an...
FN-FORUM: javascript error
date posted 19th April 2004 12:19
Can anyone see why I am getting object expected when I click on the image?...
Re: FN-FORUM: what is @import?
date posted 19th April 2004 12:07
Rachael Bullock wrote:
> Hi,
>
> Does anybody know what [EMAIL REMOVED] is for and what it does? Ive seen it in
> many sites and im guessing its to do with CSS.
Yup, it's a way of attaching a CSS...
FN-FORUM: what is @import?
date posted 19th April 2004 12:00
Hi,
Does anybody know what [EMAIL REMOVED] is for and what it does? Ive seen it in
many sites and im guessing its to do with CSS.
Rach
____________________________________________________________...
Re: FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 11:56
On Sunday 18 April 2004 23:10, Carl W Crawley wrote:
> http://news.bbc.co.uk/1/hi/scotland/3630649.stm
Nobody likes a snitch.
--
Rick
Kitty5 NewMedia http://Kitty5.com
POV-Ray News & Resources htt...
Re: FN-FORUM: panoramic views for web sites
date posted 19th April 2004 11:43
At 11:39 on Monday, 19 Apr 2004, james fleming wrote:
>
> HI - I have a client who wants a panoramic view of their shop on their
> web
> site.
Why?
will help recommend a technology.
my persona...
Re: FN-FORUM: New flash movie on refresh.
date posted 19th April 2004 11:42
John Murphy wrote:
> Does anyone know how to a new .swf to pay each time the window is
> refreshed or visited?
>
> John
>
>
>
Append a random number (or the current date) to the src parameter.
Y...
Re: FN-FORUM: Outlook Question.....
date posted 19th April 2004 11:42
I think it depends how the sender attaches it. I've noticed in Entourage I
can attach images, PDFs etc into the body by dragging it to the body of the
message but if I drag it to the attachment field...
Re: FN-FORUM: CSS pop-up question
date posted 19th April 2004 11:40
Luke Perman wrote:
> spot. for some reason it doesn't feel 'right' having 'contact us'
> nested between two options - i always think that it should stand out on
> it's own at the end of a block of...
Re: FN-FORUM: CSS pop-up question
date posted 19th April 2004 11:39
Yeah agree with you about the contact being at the end.
I'm finding that the About & Opportunities pushes the rest of the menu over
due to expanding spans.
Anyway, as you say WIP.
Goodluck with it....
Re: FN-FORUM: panoramic views for web sites
date posted 19th April 2004 11:39
hi james,
you don't need to take 50 stills. there any companies which can take 2
fish-eye style images (180 degress each) using specialist lenses and then
stitch and display them interactively through...
Re: FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 11:36
It's more the perception that this guy is like "Jack" helping the giant fix
his castle. Its not his job, he's just a regular guy like you & me (albeit
with a crap hairstyle). I think MS could have mad...
Re: FN-FORUM: CSS pop-up question
date posted 19th April 2004 11:31
lol - thanks for pointing out the obvious duuuude ;-)
still a work in progress - i'm trying to decide what i want to do with
the menu exactly
fyi the first item only 'twitches' in mac browsers - t...
FN-FORUM: Outlook Question.....
date posted 19th April 2004 11:31
Morning all,
Simple outlook question for someone. How come sometimes outlook puts any
attachment in the body of an email? Is there anyway to stop this? Most of
the emails I receive have any attach...
FN-FORUM: panoramic views for web sites
date posted 19th April 2004 11:29
HI - I have a client who wants a panoramic view of their shop on their web
site.
I understand there are two ways of doing this:
1. To take about 50 stills taken from a camera and join the pictures w...
Re: FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 11:28
I don't see why he should get anything, when Eeye, Bindview etc who do much
more don't.
The free advertising must be worth a lot. A boost to your reputation (must
add a few grand to your potential ea...
RE: FN-FORUM: Server Error (Help!)
date posted 19th April 2004 11:24
The other way is to open the website on the server itself. Can also =
gives you some extra info.=20
-----Original Message-----
From: Lists [EMAIL REMOVED]
Sent: Monday, April 19, 2004 11:30 AM
To: An...
Re: FN-FORUM: CSS pop-up question
date posted 19th April 2004 11:21
The menu twitches on rollover..
On 19/4/04 11:12 am, "Luke Perman" wrote:
> www.evoke-media.com/keyholding/html/about/service.html
--
Neelesh Sonawane
Graphic Design
07949 034 391...
Re: FN-FORUM: Server Error (Help!)
date posted 19th April 2004 11:20
You can get the real underlying error by:
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this applica...
Re: FN-FORUM: New flash movie on refresh.
date posted 19th April 2004 11:17
Either have a list in database table a return a random one everytime or do
the same thing with javascript and keep the current movie name/id as a
cookie to make sure you never get the same one on the...
Re: FN-FORUM: Windows XP prob
date posted 19th April 2004 11:11
cool thanks.
> start >> settings >> network settings >> highlight connection >>
properties
> >> show icon when active = Tick!
>
> Andrew...
Re: FN-FORUM: CSS pop-up question
date posted 19th April 2004 11:03
yeah, writing the email way too late at night to be paying proper
attention! the link should have been:
> www.evoke-media.com/keyholding/html/about/service.html
:-D
i think i'm gonna stick with t...
RE: FN-FORUM: New flash movie on refresh.
date posted 19th April 2004 10:57
Hi John,
I did this on an old site by using a cookie; the site was coded in ASP.
HTH
Will
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of John
Murphy
Sent: 19 April 2...
Re: FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 10:51
He should send them a fucking invoice LOL, bill them wait for payment and
take them to a county court - they would get paid off...
RE: FN-FORUM: Server Error (Help!)
date posted 19th April 2004 10:46
Oh, and when I've had that useful error, I've zipped up my code, upped
it to the server and then re-installed it, reset the security and
treated it as a fresh install. =20
-----Original Message-----...
RE: FN-FORUM: Server Error (Help!)
date posted 19th April 2004 10:45
Looks to me like you're running something on your database (Stored
procedure) that's timing out. Are you using anything that's got loops /
while statements ? Maybe a previous SP hung, you stopped some...
FN-FORUM: New flash movie on refresh.
date posted 19th April 2004 10:45
Does anyone know how to a new .swf to pay each time the window is
refreshed or visited?
John...
FN-FORUM: Font request
date posted 19th April 2004 10:43
Does anyone here have the EuropeExt font at hand they can send me
please? Or point me in the direction of where it can be found as I can't
seem to find it.
Cheers
John...
Re: FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 10:38
Like they did with IE, DOS, Outlook... Etc etc
=)
On 19/4/04 10:13 am, "Damon Birch" wrote:
>
> You don't become one of the worlds richest companies by giving it away!
>
> -----Original Message--...
Re: FN-FORUM: Server Error (Help!)
date posted 19th April 2004 10:37
The site goes totally down so you cant even access the site with this error
message below, any ideas on this one?
Is this maybe something to do with the code itself or probably more the
server side o...
Re: FN-FORUM: Server Error (Help!)
date posted 19th April 2004 10:24
Any idea with this one Andy, it allowed 2 images to be uploaded after making
the last change but now get this error when trying to upload more than 2:
Server Error in '/' Application.
--------------...
RE: FN-FORUM: Windows XP prob
date posted 19th April 2004 10:22
start >> settings >> network settings >> highlight connection >> properties
>> show icon when active = Tick!
Andrew
_________________________
Andrew Wilson Productions
Web Design & Hosting
Print Desi...
Re: FN-FORUM: Windows XP prob
date posted 19th April 2004 10:20
Dan Cook wrote:
>
> I know it's an odd question but how do I get it back?
Start -> Network Connections -> Click on the connection.
Tick "Show status on taskbar after connected", or something like t...
FN-FORUM: Windows XP prob
date posted 19th April 2004 10:16
In WinXP my little computer that appeared and flashed whilst connected to
the internet has dissapeared. I can still connect normally but the status
icon has gone.
I know it's an odd question but how...
RE: FN-FORUM: ASP Calendar wierdo
date posted 19th April 2004 10:07
Sorted
Session.LCID = 1033
Mike (its a US script)
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of Mike
Sent: 19 April 2004 09:18
To: FN-FORUM / [EMAIL REMOVED]
Subject:...
RE: FN-FORUM: Server Error (Help!)
date posted 19th April 2004 10:06
Hi,
I've had odd problems like this before and assuming that you've done
the adding the security rights to the folder (all rights required), try
this;
Open IISAdmin
Go to the appropriate website, r...
RE: FN-FORUM: CSS pop-up question
date posted 19th April 2004 10:04
the page cannot be displayed!!
Andrew
_________________________
Andrew Wilson Productions
Web Design & Hosting
Print Design - Graphics - Multimedia
tel: 01899 220 300
mob: 07785 248 554
web: www.awp....
RE: FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 10:04
You don't become one of the worlds richest companies by giving it away!
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of John
Kyle
Sent: 19 April 2004 09:54
To: FN-FORUM...
RE: FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 10:00
Are even MS pockets deep enough to make payment for every bug that is
found? ;)
> -----Original Message-----
> From: John Kyle [EMAIL REMOVED]
> Sent: 19 April 2004 09:54
> To: FN-FORUM / [EMAIL REM...
FN-FORUM: Server Error (Help!)
date posted 19th April 2004 09:57
Does anyone have any idea what would cause this server error? when trying to
upload images to the website via the admin system, it keeps on throwing this
error up and so far we've been unable to solve...
Re: FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 09:44
Tight arsed bastards
----- Original Message -----
From: "Carl W Crawley" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Monday, April 19, 2004 12:10 AM
Subject: FN-FORUM: OT - Coming to Microsoft's Aid...
RE: FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 09:43
Maybe microsoft felt that letting them use part of a Windows ME
wallpaper on there website (Www.aberdennit.com) was payment enough?
Chaz.
> -----Original Message-----
> From: Carl W Crawley [EMAIL...
Re: FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 09:01
Basically that 's normal. All anyone gets is a mention on the bulletin in
the knowledge base (see
http://www.microsoft.com/technet/security/bulletin/policy.mspx). I believe
some companies don't give a...
FN-FORUM: ASP Calendar wierdo
date posted 19th April 2004 08:07
Morning, an ASP calendar i have been using for sometime has suddenly decided
that every month is January, it gets the days correct, and the year correct
as you scroll through the months, but the month...
Re: FN-FORUM: CSS pop-up question
date posted 19th April 2004 00:42
On 19 Apr 2004, at 00:31, Tony Crockford wrote:
> something like what's happening here?
>
> http://www.aplus.co.yu/sparks/dots/forms/?css=2
>
> (doesn't work in IE though - but degrades gracefully)
>...
Re: FN-FORUM: CSS pop-up question
date posted 19th April 2004 00:22
At 00:00 on Monday, 19 Apr 2004, Luke Perman wrote:
>
> hi all,
>
> making some headway on my all-singing and dancing CSS website...
>
> does anyone know if it is possible to make a DIV or span or wh...
FN-FORUM: OT - Coming to Microsoft's Aid
date posted 19th April 2004 00:01
http://news.bbc.co.uk/1/hi/scotland/3630649.stm
Rgds,
C....