Freelancers Forum Messages on Wednesday August 17th 2005
RE: FN-FORUM: ASP.NET encryption
date posted 17th August 2005 22:14
I've used RC4 and SkipJack both in stored procedures. Tends to be for
short length stuff.=20
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Damon
Sent: 17 August 2005 2...
RE: FN-FORUM: ASP.NET encryption
date posted 17th August 2005 21:53
Hi John
This is my bible
http://www.amazon.co.uk/exec/obidos/ASIN/1861008015/qid%3D1124311819/026-453
0848-7106823
I will also send you a dodgy app I have written for writing hashed passwords
to dat...
Re: FN-FORUM: ASP.NET encryption
date posted 17th August 2005 21:03
John Kyle wrote:
> has anybody got any decent examples / tutorials for encryption text data in
> ASP.NET/c# to then store the information in the database?
>
> Best Regards
>
> John Kyle
>
>
>...
Re: FN-FORUM: Tool Tip type popup
date posted 17th August 2005 21:01
On 17 Aug 2005 16:57:05 -0000, Paul Summers [EMAIL REMOVED] wrote:
>=20
> Hi All
>=20
> Want to add a tool tip type facility to a site, if you take a look at
> http://www.lets-connect.co.uk/order/ whe...
FN-FORUM: ASP.NET encryption
date posted 17th August 2005 19:36
has anybody got any decent examples / tutorials for encryption text data in
ASP.NET/c# to then store the information in the database?
Best Regards
John Kyle...
Re: FN-FORUM: Tool Tip type popup
date posted 17th August 2005 19:17
Hello
How about alt= or title= e.g.
Dave
----- Original Message -----...
Re: FN-FORUM: worldpay and 'paid for' downloads
date posted 17th August 2005 18:42
On Wed, 17 Aug 2005, Cat wrote:
> in a nutshell, how easy is it to take the customer through the worldpay
> payment system then provide them with one or more downloads?
In the simplest case you just...
Re: FN-FORUM: user@domain managed systems?
date posted 17th August 2005 18:02
Andrew Larcombe wrote:
> All you need to do is get a box with plenty of disk space (any ideas of
> disk space volume?)
I meant email volume. Also what access will the clients require to their
ema...
Re: FN-FORUM: Tool Tip type popup
date posted 17th August 2005 17:54
Paul Summers wrote:
> Hi All
>
> Want to add a tool tip type facility to a site, if you take a look at
> http://www.lets-connect.co.uk/order/ when you hover over the blue
> question mark button I want...
FN-FORUM: Tool Tip type popup
date posted 17th August 2005 17:17
Hi All
=20
Want to add a tool tip type facility to a site, if you take a look at
http://www.lets-connect.co.uk/order/ when you hover over the blue
question mark button I want a small two lines of text...
RE: FN-FORUM: OT water use
date posted 17th August 2005 17:08
For reference, we're a 3 person house with a 4 year old child - I work
at home and we have 2 showers a day plus a bath for our Son once every
other day (or thereabouts). So there's a fair amount of wa...
Re: FN-FORUM: user@domain managed systems?
date posted 17th August 2005 17:03
[EMAIL REMOVED] wrote:
> Hi all,
>
> Hope you're enjoying the weather!
>
> A client has asked for info as to how he can have the following.
>
> He already owns a domain name, and wants to be able t...
Re: FN-FORUM: OT water use
date posted 17th August 2005 17:01
Good idea - that was what my Father did his water company tried overcharging
him.
Pam
----- Original Message -----
From: "Damon" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Wednesday, August 17, 2...
RE: FN-FORUM: OT water use
date posted 17th August 2005 16:54
Remember, in any dispute they can't do anything legally if you pay a fair
price for the service they have given.
I would pay what you are expecting to pay (keep a receipt so pay over the
counter in a...
Re: FN-FORUM: ASP Access db problem
date posted 17th August 2005 16:31
Hello Craig
I have got the developer to make sure all connections are closed and that
all resources are set to Nothing
Best Regards
John
----- Original Message -----
From: "Craig" [EMAIL REMOVED...
RE: FN-FORUM: ASP Access db problem
date posted 17th August 2005 16:13
Just my 2p's worth...
I'd put it back to a DSN-less connection and then close and destroy the
Recordset object after every change of use. i.e.
myRecordset.close
set myRecordset = nothing
Then re-c...
Re: FN-FORUM: Mail merge
date posted 17th August 2005 16:12
A simpler option to the others is to do the merge using server side
code (what ever language you prefer) and get it to generate a single
html page containing the text to be printed in all the letter...
Re: FN-FORUM: ASP Access db problem
date posted 17th August 2005 16:01
Hi John,
can you send the code?
Neil
----- Original Message -----
From: "John Kyle" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Wednesday, August 17, 2005 4:37 PM
Subject: FN-FORUM: ASP Access db pro...
FN-FORUM: ASP Access db problem
date posted 17th August 2005 15:58
I have a colleague working on an ASP / Access project and he has inherited
code from a previous employee and there are problems occurring. The code
creates an ADODB Recordset object at the top of th...
RE: FN-FORUM: Mail merge
date posted 17th August 2005 15:31
hello there
a straight asp site would be best off using the office COM API to fill in a
template doc on the fly.
in this way, you can effectively control the mail merge logic from within
your asp sc...
Re: FN-FORUM: Mail merge
date posted 17th August 2005 15:08
If you are using ASP.NET you could generate a pdf or word document through
Crystal Report.NET and then spit it out to the browser so he could then
print it out
Best Regards
John Kyle
----- Origin...
Re: FN-FORUM: Mail merge
date posted 17th August 2005 15:03
> So could MS
> Word's (which he has) mail merge feature do this if I generate a CSV
> file of unpaid subs?
Yes, with a little fiddling (i.e. he'll have to open the merge document,
select the new C...
Re: FN-FORUM: OT water use
date posted 17th August 2005 15:00
Angie,
You don't mention whether it's a metered bill or not, but I presume that
it is.
> How do I tackle this? It's Southern Water, btw.
First, contact customer services at Southern Water and see...
FN-FORUM: Mail merge
date posted 17th August 2005 14:56
Hi
I'm developing a membership based site. One of the features my client
wants is to be able to generate a report for members that have not
paid their annual subscription. (All done by standing ord...
FN-FORUM: worldpay and 'paid for' downloads
date posted 17th August 2005 14:40
hi,
i have a client with a website with very (very) basic worldpay integration
(basically he just sells one item on the site)
he wants to look at selling 'paid for' MP3 downloads on the site (special...
FN-FORUM: user@domain managed systems?
date posted 17th August 2005 13:50
Hi all,
Hope you're enjoying the weather!
A client has asked for info as to how he can have the following.
He already owns a domain name, and wants to be able to provide
[EMAIL REMOVED] email addr...
RE: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 12:32
No need it's forgotten.
I was aware the forum was being abused and every so often I go in delete
the 2 russian prostitutes and despite blocking just keep posting. Pity
really the site is so good! I...
Re: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 12:29
lol of course :) I wouldn't know where to start ;)
>
> [EMAIL REMOVED] wrote:
>> You really are a twat Paul.
>
> I was right about the battle of wits then...
>
[EMAIL REMOVED] wrote:
>>>
>>>>sorry Pa...
Re: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 12:28
It's been taken down.
Andrew
> More helpful would have been to tell the guy, off list that his forum
> has been hacked.
>
> Andrew - take down your PHbb forum if you're not watching it for goodness...
Re: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 12:22
[EMAIL REMOVED] wrote:
> You really are a twat Paul.
I was right about the battle of wits then...
[EMAIL REMOVED] wrote:
>>
>>>sorry Paul I should have said Newcastle ;)
>>>
>>>If I wanted a site ch...
RE: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 12:17
Point taken, apologies Andrew. Didn't even think about it, thought you
would be able to piece it together from what I had said.=20
W
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOV...
Re: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 12:09
More helpful would have been to tell the guy, off list that his forum
has been hacked.
Andrew - take down your PHbb forum if you're not watching it for goodness s=
ake!!
;o)
and FTP Voyager will do...
RE: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 12:09
Bored Bored Bored.
>
> I wasn't expecting anyone to "bite"; it was a discreet nudge at the fact
> that you have links to incest porn on your site. I am not sure where the
> law stands with you on t...
Re: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 12:08
You really are a twat Paul.
>
> [EMAIL REMOVED] wrote:
>> sorry Paul I should have said Newcastle ;)
>>
>> If I wanted a site check I would have asked for one as it happens the PP
>> site has been...
Re: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 11:59
[EMAIL REMOVED] wrote:
> sorry Paul I should have said Newcastle ;)
>
> If I wanted a site check I would have asked for one as it happens the PP
> site has been lying dormant for more than 3 years!...
RE: FN-FORUM: OT water use
date posted 17th August 2005 11:57
I have a feeling that this thread will run and run....
(sorry!)
Derek...
RE: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 11:55
I wasn't expecting anyone to "bite"; it was a discreet nudge at the fact
that you have links to incest porn on your site. I am not sure where the
law stands with you on this (if it cares at all) but I...
RE: FN-FORUM: OT water use
date posted 17th August 2005 11:52
Nope, just a little flat.
I don't know where the meter is. I rang to find out
after I moved in and still wasn't able to find it.
Makes me wonder if I accidentally got the invoice for
the entire bloc...
RE: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 11:51
been through it 3 times now. There is a lot of contradictory copy in this
5.2.2.4 -r copies directories recursively
By default, PSCP will only copy files. Any directories you specify to copy
will be...
Re: FN-FORUM: OT water use
date posted 17th August 2005 11:48
On 17 Aug 2005 11:03:41 -0000, Angelina Souren [EMAIL REMOVED] w=
rote:
>=20
> Hi all,
>=20
> As you may recall, I moved to the UK not that long ago
> and I just received my first real water bill here...
Re: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 11:46
sorry Paul I should have said Newcastle ;)
If I wanted a site check I would have asked for one as it happens the PP
site has been lying dormant for more than 3 years! It was played around
with last...
Re: FN-FORUM: OT water use
date posted 17th August 2005 11:43
On Wed, 17 Aug 2005, Angelina Souren wrote:
> For 1250 pounds, for about 9 months, 650 cubic metres.
>
> Can this possibly be right??? (No, it can't, is my
> impression based on a quick web search.)...
Re: FN-FORUM: Good Free FTP Client (PC)
date posted 17th August 2005 11:40
looks good Tony, do you know if this freebie can sync and entire dir and
sub dir's to two different domains?
Andrew
>
> On 16 Aug 2005 21:00:57 -0000, Chris Green
> [EMAIL REMOVED] wrote:
>>=20
>>...
RE: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 11:38
I think you need to use a command something like:
pscp c:\documents\*.* [EMAIL REMOVED] -r
The -r switch does a recursive copy of all subdirectories. This was worked
out from the online documentatio...
RE: FN-FORUM: OT water use
date posted 17th August 2005 11:33
I'm with Southern Water, but I'm unmetered. My last bill was =A3392 for =
the
year. Sounds like either they've screwed it up or you have an =
underground
leak.
Dave.
________________________________...
Re: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 11:33
[EMAIL REMOVED] wrote:
> Would you like me to take your bait? Would you feel better if I just took
> the PP site down? Would you like the domain to play with? I have the .com
> too and thats lying i...
RE: FN-FORUM: OT water use
date posted 17th August 2005 11:31
You got a swimming pool ?!=20
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of
Angelina Souren
Sent: Wednesday, August 17, 2005 12:04 PM
To: Andy Macnaughton-Jones
Subjec...
Re: FN-FORUM: OT water use
date posted 17th August 2005 11:29
>
> Hi all,
>
> As you may recall, I moved to the UK not that long ago
> and I just received my first real water bill here
> (never had a water bill before in my life).
>
> For 1250 pounds, for about...
FN-FORUM: OT water use
date posted 17th August 2005 11:24
Hi all,
As you may recall, I moved to the UK not that long ago
and I just received my first real water bill here
(never had a water bill before in my life).
For 1250 pounds, for about 9 months, 650...
RE: FN-FORUM: FTP Help 2 remote locations from one local Dir
date posted 17th August 2005 11:21
Would you like me to take your bait? Would you feel better if I just took
the PP site down? Would you like the domain to play with? I have the .com
too and thats lying idle too, simply no time to pl...
RE: FN-FORUM: MAC G3 hard drive replacement
date posted 17th August 2005 10:39
Hi John
Thank you for your reply, I managed to do that and initialized the disk with
the disk utility already yesterday - so it appears on the desktop
now.....but when I try to install OS 9.2 it asks...
Re: FN-FORUM: MAC G3 hard drive replacement
date posted 17th August 2005 10:04
when you have started from the cd go to the menus and you should see
the disk utility/ disk first aid
from there you should be able to format the new drive.
hope this helps
john
On 16 Aug 2005,...
RE: FN-FORUM: MAC G3 hard drive replacement
date posted 17th August 2005 09:20
>>>I've found a working IDE Hard Drive in my storage, decided to take the
old one out and put a formatted replacement HD in. When I try and boot from
the CD, it runs the OS from the CD, but doesn't re...
Re: FN-FORUM: Good Free FTP Client (PC)
date posted 17th August 2005 08:25
On 16 Aug 2005 21:00:57 -0000, Chris Green
[EMAIL REMOVED] wrote:
>=20
> Hi,
>=20
> Anyone got any reccomendations regarding a good free FTP client for PC.
With that much work you ought to be prepare...
RE: FN-FORUM: Good Free FTP Client (PC)
date posted 17th August 2005 08:25
Hi,
You gotta try FileZilla, http://filezilla.sourceforge.net OpenSource!
Rgds
Chaz.
-----Original Message-----
From: Chris Green [EMAIL REMOVED]
Sent: 16 August 2005 22:00
To: Charles E. Gaten...
Re: FN-FORUM: Good Free FTP Client (PC)
date posted 17th August 2005 00:48
I use WS_FTP LE and it's served me well, In fact my only gripe is that
it doesn't automatically reconnect when it times out. That said, there
is a possibility I've been to lazy to find out how to do...