Freelancers Forum Messages on Sunday June 26th 2005
RE: FN-FORUM: OT for prospective parents
date posted 26th June 2005 23:20
Interesting
Since 1990 Xander, Willow and Anya have all been on an increase, but Buffy
is no where to be seen after the 80's (only looked because my daughter is
called Anya)
-----Original Message---...
RE: FN-FORUM: OT Premium rate telephone numbers
date posted 26th June 2005 23:10
These calls appear at 5pm on a weekday, hopefully I'll get a reply from the
line owner and get some idea as to what the calls were for. This is my
business line - so threatening to cancel doesn't seem...
RE: FN-FORUM: OT Premium rate telephone numbers
date posted 26th June 2005 23:06
Hi Dave,
No there is nothing else connected to this line. I also have a telewest
line - which is connected to the fax and TV?, plus a cable modem - they are
completely separate.
Theresa...
RE: FN-FORUM: OT Premium rate telephone numbers
date posted 26th June 2005 22:46
My parents had the same problem. The calls were mostly around 4am. I =
told
them to cancel their DD and send BT a cheque for the value of the bill =
minus
the calls and a covering letter saying that a...
Re: FN-FORUM: Printing reports from VB
date posted 26th June 2005 22:29
On 26 Jun 2005 17:45:33 -0000, Nic Smith [EMAIL REMOVED] wrote:
>=20
> This sounds interesting. How would I send info to a spreadsheet?
> Create a template, open it and then update the cells with the...
RE: FN-FORUM: OT Premium rate telephone numbers
date posted 26th June 2005 22:28
Is there anything alse at all connected to that line... Like a =
SkyDigobox or
something?
__________________________________________________
Dave Boulden, Director. DA Media Limited
web: http://www.d...
FN-FORUM: OT Premium rate telephone numbers
date posted 26th June 2005 22:06
Hi all,
had a surprise when I got my BT phone bill on Saturday - it lists £20 of
premium rate calls, 19 calls each lasting roughly 3-4 seconds over a 5
minute period. I called BT who were very helpf...
RE: FN-FORUM: Here's one for you.
date posted 26th June 2005 21:41
And what on earth is their curly bracket tutorial about:
http://www.decloak.com/Dev/CurlyBraceCorner/Default.aspx
I can, at a very big stretch, understand what they're saying, but that's an
atrocious...
Re: FN-FORUM: JavaScript in FireFox
date posted 26th June 2005 20:38
Hi, I only have all the site on my box, but this is a reduced version of the
script:
var bedfordshireArray = new Array("('Select county','',true,true)",
"('Bedford')",
"('Luton')",
"('D...
RE: FN-FORUM: Printing reports from VB
date posted 26th June 2005 19:56
>>>This sounds interesting. How would I send info to a spreadsheet?
Create a template, open it and then update the cells with the Required
values?...
FN-FORUM: OT for prospective parents
date posted 26th June 2005 18:57
http://babynamewizard.com/namevoyager/lnv0105.html
type in a name or partial name, and it shows you the popularity of that name
over time...
Re: FN-FORUM: Blocking a range of IP's IIS6
date posted 26th June 2005 18:38
Yep, Solarwinds rocks.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Kathy
http://www.vendetta.co.uk
+44(0)7005 982 261
DNRC Minister for Useful but Irritating Informat...
RE: FN-FORUM: Printing reports from VB
date posted 26th June 2005 18:19
> In addition to Ian's reply, these days I usually use Excel as
> my reporting medium. Allows people to sort, remove columns,
> remove rows, etc before printing. Also much easier to Email
> Excel...
Re: FN-FORUM: Swap title text with image (3!)
date posted 26th June 2005 17:04
Rewritten again with Tony's pointers. (thanks Tony!)
http://www.rachel-wood.com/boids-gallery.htm
Just a couple of outstanding probs (hey, I'm new to this!):
How to get rid of the white background o...
RE: FN-FORUM: Printing reports from VB
date posted 26th June 2005 16:09
>>>Is there a way to design a report and send it to the printer within VB6,
without uing Access, or Crystal Reports?...
RE: FN-FORUM: Blocking a range of IP's IIS6
date posted 26th June 2005 10:38
Great thanks!
Mike
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Hibri
Marzook
Sent: 26 June 2005 11:22
To: FN-FORUM / [EMAIL REMOVED]
Subject: Re: FN-FORUM: Blockin...
Re: FN-FORUM: Here's one for you.
date posted 26th June 2005 10:29
On Saturday 25 Jun 2005 20:39, Tony Crockford wrote:
> http://www.decloak.com/Dev/CSSTables/CSS_Tables_01.aspx
>
> I can't believe that someone would spend so much time on such a load of
> troll fodde...
Re: FN-FORUM: Blocking a range of IP's IIS6
date posted 26th June 2005 09:55
Hi Mike,
the subnet does define the range..
you can block all IPs in the subnet by using the subnet 255.255.255.0
which blocks 60.176.135.1 - 60.176.135.254
Enter the start ip of the range(60.176.135...
Re: FN-FORUM: Blocking a range of IP's IIS6
date posted 26th June 2005 09:52
Yes it does.
You couldn't get exactly that range. You need either a /26
(255.255.255.192) for 62 hosts or a /25 for 126 hosts (255.255.255.128)
++++++++++++++++++++++++++++++++++++++++++++++++++++...
FN-FORUM: Blocking a range of IP's IIS6
date posted 26th June 2005 09:33
Can anyone explain how to block a range of IP's using IIS6? (china =
guestbook
spam)
I have the option to block a range of computers using network ID and =
subnet
mask but don=92t understand how to g...
RE: FN-FORUM: Printing reports from VB
date posted 26th June 2005 07:50
Very simple answer, Yes
For simple reports use VB's Printer methods.
For complicated reports, i.e ones with self-expanding text fields, rotated
text, etc, you need to do it the API way. Look in the...