RE: [wdvltalk] ASP Dynamic classes

2004-11-28 Thread Paul Larue
You could use an array to hold all the region classes or ASP's Dictionary object but I fear that somewhere I read that the dictionary object cannot be stored in a session. Probably the array will be better for you... In my personal experience, I've found writing ASP classes in JS much better

RE: [wdvltalk] clipbd.exe?

2004-11-21 Thread Paul Larue
The clipboard can anyway be found with clipbrd.exe :) Start\Run\clipbrd will do it... Paul | -Original Message- | From: William Stewart [mailto:[EMAIL PROTECTED] | Sent: 19 November 2004 21:53 | To: [EMAIL PROTECTED] | Subject: RE: [wdvltalk] clipbd.exe? | | Hi Shileng, | | Are you

RE: [wdvltalk] Blood Pressure, Cholesterol, Heartburn Pills, No Doctors!

2004-10-29 Thread Paul Larue
They probably found out that developers were a bunch of geeks that may be needed all that stuff :) Paul | -Original Message- | From: Gerrie Warner [mailto:[EMAIL PROTECTED] | Sent: 29 October 2004 11:09 | To: [EMAIL PROTECTED] | Subject: Re: [wdvltalk] Blood Pressure, Cholesterol, |

RE: [wdvltalk] Blood Pressure, Cholesterol, Heartburn Pills, No Doctors!

2004-10-29 Thread Paul Larue
| | - Original Message - | From: Paul Larue [EMAIL PROTECTED] | To: [EMAIL PROTECTED] | Sent: Friday, October 29, 2004 9:16 AM | Subject: RE: [wdvltalk] Blood Pressure, Cholesterol, | Heartburn Pills, No Doctors! | | | They probably found out that developers were a bunch of | geeks that may

[wdvltalk] Re: Linux Mail Server Recommendations

2004-10-22 Thread Paul Larue
then I have followed the life | with qmail (http://www.lifewithqmail.org). Even if you follow | something else, you should read this. | http://www.qmail.org/netqmail/ is also something you might | want to take a look at. | | HTH | R'twick | On Mon, 2004-10-18 at 09:05 +0400, Paul Larue wrote

[wdvltalk] RE: ActiveX Controls

2004-10-22 Thread Paul Larue
Been some time I didn't work with activex but I think you'll have to go through accessor methods. You won't be able to access the controls in the activex directly. I may be wrong but I think I remember having a similar problem. Paul | -Original Message- | From: Hoenig, Robert

[wdvltalk] RE: Linux Mail Server Recommendations

2004-10-17 Thread Paul Larue
) 858-0249 Fax | (405) 245-4087 Cell | | | | -Original Message- | From: Paul Larue [mailto:[EMAIL PROTECTED] | Sent: Friday, October 15, 2004 4:23 AM | To: [EMAIL PROTECTED] | Subject: [wdvltalk] Linux Mail Server Recommendations | Importance: High | | | Hi list. | I'm in the process

[wdvltalk] Re: Linux Mail Server Recommendations

2004-10-17 Thread Paul Larue
I think I'll follow http://sylvestre.ledru.info/howto/howto_qmail_vpopmail.php It looks like a complete setup like the one I want to have. Any ideas or recommendations before I start with formatting the beast? Paul | -Original Message- | From: Paul Larue [mailto:[EMAIL PROTECTED

[wdvltalk] Linux Mail Server Recommendations

2004-10-15 Thread Paul Larue
Hi list. I'm in the process of setting up a linux mail server for our office. It will be used as our public mail server and should provide POP, SMTP, Antivirus, Spam and webmail and eventually LDAP. POP and SMTP should be secured by SSL so will webmail. I dunno if LDAP can be SSL'ed but if it can,

[wdvltalk] RE: Current date javascript

2004-06-17 Thread Paul Larue
It would anyway be recommended to show date in an element. Create a DIV and then use document.getElementById(ElementName).innerText = lmonth; --- instead of --- document.write(div align='left' + lmonth + ); Paul | -Original Message- | From: Linden, Todd [mailto:[EMAIL PROTECTED] |

[wdvltalk] RE: [OT] Visual Basic - Missing System Files

2004-06-07 Thread Paul Larue
Normally, the form that generates the will create an error log file named formName.log that contains the exact error encountered. There you should find the missing ocx/dll/whatever file Paul | -Original Message- | From: wwwpages [mailto:[EMAIL PROTECTED] | Sent: Sunday, June 06, 2004

[wdvltalk] Object and embed problems

2004-06-04 Thread Paul Larue
Hi List, A friend of mine works on MAC and needs to create pages that are XHTML compliant. I told him to use the w3c.org xhtml validator to make sure that his pages are ok. He has the following code object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354

[wdvltalk] RE: Tricky mail...

2004-05-25 Thread Paul Larue
| | -Original Message- | From: Paul Larue . | | I thought of that too but he didn't register to anything!!! | That's the tricky thing. There's no way they could have known | his emails address. Hi didn't give it at all... (At least | that's what he says :). | | | . The WDVL

[wdvltalk] RE: Tricky mail...

2004-05-25 Thread Paul Larue
| www.wiserways.com | mailto: [EMAIL PROTECTED] | 713.353.0139 Office | | -Original Message- | From: Paul Larue | | I understand your point of view, but I'm thinking of | something more challenging. If I assume that he didn't enter | his email address, he's pretty conversant with those

[wdvltalk] Apache Guru

2004-05-25 Thread Paul Larue
Hi all, First fo all: I'm TOTALLY new to apache (yep, those people still exist!). Here's what I'm doing... I have people uploading files on a linux box. Each one has his user name and password and is uploading in his /home/user_name/dir1/ dir. I need to have a web page where bu

[wdvltalk] Re: Apache Guru

2004-05-25 Thread Paul Larue
I don't want to give them access to their dirs directly, I just want to be able to load images or files from that dir. I think that mod_alias has my answer... Any ideas? Paul | -Original Message- | From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED] | Sent: Tuesday, May 25, 2004 4:25 PM

[wdvltalk] Re: Apache Guru

2004-05-25 Thread Paul Larue
that does something like that. You think this could help? Paul | -Original Message- | From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED] | Sent: Tuesday, May 25, 2004 4:54 PM | To: [EMAIL PROTECTED] | Subject: [wdvltalk] Re: Apache Guru | | | Quoting Paul Larue [EMAIL PROTECTED]: | | I don't

[wdvltalk] RE: Tricky mail...

2004-05-24 Thread Paul Larue
Web Developer | MS-MVP-FrontPage | www.wiserways.com | mailto: [EMAIL PROTECTED] | 713.353.0139 Office | | -Original Message- | From: Paul Larue | | Hi list, | I need to setup a wifi hotspot and my boss is requesting a | feature that he recently found in a hotel. Basically, he | plugs

[wdvltalk] Re: [JS] Weird img preloader...

2004-04-28 Thread Paul Larue
| -Original Message- | From: rudy [mailto:[EMAIL PROTECTED] | Sent: Tuesday, April 27, 2004 6:45 AM | To: [EMAIL PROTECTED] | Subject: [wdvltalk] Re: [JS] Weird img preloader... | | | Any help is GREATLY appreciated... | | do me a favour, please, give the url again and please restate

[wdvltalk] [OT] Looking for Multiple CD Burner

2004-04-28 Thread Paul Larue
Hi, A friend of mine is looking for a device capable of burning 'bout 10 cd's simultaneously. Anybody got experience with such devices and could give me a hint on make/model that's most appropriate price-wise and quality-wise? Thanks Paul paul @ edsnetworks.net • The WDVL Discussion List

[wdvltalk] Re: [JS] Weird img preloader...

2004-04-22 Thread Paul Larue
That's what I was trying to explain the customer but he wants the real site to load completely and all at once. So that's why I need such a big preload... Any ideas why its not working? Paul | -Original Message- | From: rudy [mailto:[EMAIL PROTECTED] | Sent: 13 April 2004 06:46 | To:

[wdvltalk] RE: IE 5.5 and 6.0 compatibility

2004-04-13 Thread Paul Larue
I got no better approach but I suggest using fixed sized fonts. I'm sure a CSS guru will kill me but I found those quite useful. Paul | -Original Message- | From: Scott Glasgow [mailto:[EMAIL PROTECTED] | Sent: 13 April 2004 06:13 | To: [EMAIL PROTECTED] | Subject: [wdvltalk] IE 5.5 and

[wdvltalk] [JS] Weird img preloader...

2004-04-13 Thread Paul Larue
Hi list, This page (http://www.sublimevisions.net) is preloading virtually any image that's gonna be displayed in the site. Strange enough when you change the language (in the combo far right), the browser reloads every single image!!! Anybody can have a look and tell me why this behaviour? I'm

[wdvltalk] RE: [PHP] problems with php.ini - HELP

2004-04-02 Thread Paul Larue
] RE: [PHP] problems with php.ini | | | Appears in phpinfo under Apache Environment. In windows it | would be the equivalent of wwwroot which in IIS is /. | | -Original Message- | From: Paul Larue [mailto:[EMAIL PROTECTED] | Sent: Friday, April 02, 2004 8:07 AM | To: [EMAIL PROTECTED

[wdvltalk] RE: Password problem on mysql

2004-02-26 Thread Paul Larue
Hi, You should delete the mysql database (c:\data\mysql\) and re-install. By default, a re-install won't onverwrite existing mysql base tables if those are found. Deleting them will force a re-install with no password Paul | -Original Message- | From: Joseph, Smile Poet [mailto:[EMAIL

[wdvltalk] RE: Home network Public address.

2004-01-23 Thread Paul Larue
No, Unless you NAT a public IP to your private IP. This must be done on the router. You could also PAT the needed port on your router to point to your PC's desired port. The fact is that NATting is more widespread and available than PATting. SO your choice would probably go to NATting. Paul |

[wdvltalk] Foxpro 2.6 on XP

2004-01-23 Thread Paul Larue
Hi people, I need to install foxpro 2.6 on my machine (xp pro - sp1). It appears that this will not work. Anyoe did that? Any tips and tricks for a smooth operation? Paul • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]

[wdvltalk] Re: ASP/ADO Error - fixed but does not understand why

2004-01-21 Thread Paul Larue
David, I fixed the problem by setting the adrotator object to nothing - i.e. forcing the class_terminate event to raise. Event in which I had specified to kill all db connections and stuff. The adrotator is a custom asp/vbs class, not the MS provided component. What is weird is that on my machine

[wdvltalk] Re: ASP/ADO Error - fixed but does not understand why

2004-01-21 Thread Paul Larue
Probably, I'm using XP on laptop and Win2k-Adv on server. I'll check versions and let you know. I must admit that good programming practice would want me to _always_ close objects. But, you know... Paul | -Original Message- | From: David Blakey [mailto:[EMAIL PROTECTED] | Sent:

[wdvltalk] RE: OT: Setting up a home PC network - HELP!!!

2004-01-21 Thread Paul Larue
the performance hit. | | Ethernet can be a problem to run but it is a secure medium. | | drew | | -Original Message- | From: Paul Larue [mailto:[EMAIL PROTECTED] | Sent: Wednesday, January 21, 2004 4:09 AM | To: [EMAIL PROTECTED] | Subject: [wdvltalk] RE: OT: Setting up a home PC

[wdvltalk] Re: entering data in MySql

2004-01-12 Thread Paul Larue
Have a look at mysqlimport. This prog will import data from a flatfile into a named table. Also check the LOAD DATA INFILE command that may be of some help. What may be bogging you is the delimiters in the text file. 1. Check that every field is separated by a comma/space/tab - though comma is

[wdvltalk] Re: Search Results Relevancy

2004-01-09 Thread Paul Larue
Thanks a lot rudy, I'll be implementing that today. I'm nearly finished with the classes and all... Cheers Paul | -Original Message- | From: rudy [mailto:[EMAIL PROTECTED] | Sent: Thursday, January 08, 2004 4:36 PM | To: [EMAIL PROTECTED] | Subject: [wdvltalk] Re: Search Results

[wdvltalk] RE: Suggestion needed.

2003-09-26 Thread Paul Larue
Go wireless, less stress, no cabling works, and... MOBILITY!!! Get a wireless accesspoint that also does routing. Then get PCMCIA wireless adapters for the laptops as well as PCI wireless adapters for the PC's (you can also get USB ones). Some useful makes are linksys, dlink and cisco. AFAIK

[wdvltalk] Verisign abuse?

2003-09-17 Thread Paul Larue
Please read the following, this appears to be interesting but with HUGE side effects. Sysadmins, expose your opinions, that's good matter for discussion... http://www.theregister.co.uk/content/6/32852.html Paul • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An

[wdvltalk] RE: Opera, Mozilla = GOOD, IE = What The??

2003-09-17 Thread Paul Larue
As far as I know of IE, is that without XSL to tell it how to render the page, it will display the xml data instead. That's a feature... Paul | -Original Message- | From: Tim Burgan [mailto:[EMAIL PROTECTED] | Sent: Wednesday, September 17, 2003 10:51 AM | To: [EMAIL PROTECTED] |

[wdvltalk] ZoneAlarm

2003-09-16 Thread Paul Larue
to go to the internet Paul Larue paul @ edsnetworks.net Enterprise Data Services Ltd. Trade Marketing Center Mer Rouge Republic of Mauritius [T] 217 217 0 [F] 206 277 4 www.edsnetworks.net • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL

[wdvltalk] RE: Kinda Silly Really: Setting up mail server behind Cable Modem/Router

2003-09-16 Thread Paul Larue
I'm on w2k, but I the settings should be the same across platforms, right. I had to create a domain so that internal mails are not sent to the public mail server. More over make sure that the mail server can make reverse dns lookups on the hostnames sent by the machines on smtp sessions. If it

[wdvltalk] Re: Dreamweaver MX

2003-09-16 Thread Paul Larue
Same for me. Save All doesn't work for me. Paul | -Original Message- | From: Jan Major [mailto:[EMAIL PROTECTED] | Sent: Monday, September 15, 2003 11:36 PM | To: [EMAIL PROTECTED] | Subject: [wdvltalk] Re: Dreamweaver MX | | | Peter | I haven't had many problems with DW, but there is

[wdvltalk] Re: ZoneAlarm

2003-09-16 Thread Paul Larue
Thanks to all of you, I'll give both a try and then decide of the one to go. Cheers... Paul | -Original Message- | From: Matthew Macdonald-Wallace | [mailto:[EMAIL PROTECTED] | Sent: Tuesday, September 16, 2003 9:13 PM | To: [EMAIL PROTECTED] | Subject: [wdvltalk] Re: ZoneAlarm | |

[wdvltalk] RE: IE

2003-09-05 Thread Paul Larue
Try to uninstall it from add remove programs or look in the registry in hklm\software\internet explorer\somewhere there... Paul | -Original Message- | From: Amrit Hallan [mailto:[EMAIL PROTECTED] | Sent: Friday, September 05, 2003 5:37 PM | To: [EMAIL PROTECTED] | Subject: [wdvltalk] IE

[wdvltalk] Re: watch this space: changes to IE?

2003-09-04 Thread Paul Larue
| -Original Message- | From: David Precious [mailto:[EMAIL PROTECTED] | Sent: Tuesday, September 02, 2003 9:17 PM | To: [EMAIL PROTECTED] | Subject: [wdvltalk] Re: watch this space: changes to IE? | | | | Basically, if you develop a technology that | executes code from a remote

[wdvltalk] Re: That's not me!

2003-09-02 Thread Paul Larue
PROTECTED] | Subject: [wdvltalk] Re: That's not me! | | | On Monday, September 1, 2003, 10:17:14 PM, Paul Larue commented: | | PL Hi list, | PL I received an email from myself but the name being | displayed was not | PL mine, nor was the content ansd the subject - I won't be 'selling' | PL

[wdvltalk] Re: watch this space: changes to IE?

2003-09-02 Thread Paul Larue
AFAIR, OLE has been around for quite a long time. With this patent, everything related to OLE is deemed to be violating the patent. This would include ActiveX, embedded RPC, Java - as you mentioned - but so is COM/DCOM, CORBA, RMI and any scripting language that's used over a distributed

[wdvltalk] RE: Output form data to pdf file

2003-08-26 Thread Paul Larue
Are you using ASP or PHP? PHP has libpdf that enables you to create pdf files on the fly. Never used it personally but heard of successful implementations, I believe that Acrobat Reader has a PDF activex that does the same thing for asp. The latter may not be available on your host though. Keep in

[wdvltalk] OT: Not so OT but... - ISDN Modem Init String

2003-08-19 Thread Paul Larue
. Anbody do that before? Anyone can help? The default ATZ command doesn't work and the docs provided by them don't seem to be very helpful. Thanks for any details you may have... Paul Larue paul @ edsnetworks.net Enterprise Data Services Ltd. Trade Marketing Center Mer Rouge Republic

[wdvltalk] RE: PHP Problem

2003-08-19 Thread Paul Larue
Try renaming the file to .php4 or .php3 depending on the version your host is using. Paul | -Original Message- | From: Amrit Hallan [mailto:[EMAIL PROTECTED] | Sent: Tuesday, August 19, 2003 1:00 PM | To: [EMAIL PROTECTED] | Subject: [wdvltalk] PHP Problem | | | Of late I've been

[wdvltalk] RE: PHP Problem

2003-08-19 Thread Paul Larue
] | Subject: [wdvltalk] RE: PHP Problem | | | Thanks! | | It's PHP3 :-) | | Amrit | | - Original Message - | From: Paul Larue | To: [EMAIL PROTECTED] | Sent: Tuesday, August 19, 2003 1:37 PM | Subject: [wdvltalk] RE: PHP Problem | | | Try renaming the file to .php4 or .php3 depending

[wdvltalk] RE: OT: Not so OT but... - ISDN Modem Init String

2003-08-19 Thread Paul Larue
Subject: [wdvltalk] RE: OT: Not so OT but... - ISDN Modem Init String I just stumbled across this by accident. It may help! http://www.modemhelp.org/sets.html -Original Message- From: Paul Larue [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 1:37 AM To: [EMAIL PROTECTED

[wdvltalk] RE: Select Query in Access

2003-08-14 Thread Paul Larue
! Paul -Original Message- From: Paul Larue [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 11:04 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] Select Query in Access Hi list, why won't this work? SELECT * FROM calls WHERE call_for='Paul' AND call_date=#8/11/2003

[wdvltalk] RE: Help with Print of JavaScript Menu

2003-08-14 Thread Paul Larue
As far as I understand, your problem does not come from JS but from IE. IE by default won't print bg colors. Go to ToolsInternet OptionsAdvancedPrintingPrint Background Colors and Images Now as to why IE's print and NN's print are not the same (i.e. they do not print the nav bar correctly), I

[wdvltalk] RE: Select Query in Access

2003-08-14 Thread Paul Larue
I forgot to include the URL where I got help, Think it could be of some help to other people... http://www.databasejournal.com/features/mssql/article.php/10894_2209321_ 2 Paul -Original Message- From: Paul Larue [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 11:28 AM

[wdvltalk] RE: Opening a new window

2003-08-14 Thread Paul Larue
simultaneously. But the new window is | activated first, then it's trying to close the window. | | Paul Larue wrote : | Sorry kishore but I did not get your point here. Could you | be clearer | please? | | By the way... *NEVER* use onclick with a submit button, use | a normal | button

[wdvltalk] RE: Select Query in Access

2003-08-14 Thread Paul Larue
Hey, rudy, I think for one we solved an SQL problem without you! I am actually using option 3, which as you mentioned is a bit slow. Which option do you recommend then, none of them I suppose! I'd really like to get that code faster since it ia an app that logs all the calls received by the

[wdvltalk] RE: Opening a new window

2003-08-14 Thread Paul Larue
Sorry kishore but I did not get your point here. Could you be clearer please? By the way... *NEVER* use onclick with a submit button, use a normal button and fire the submit event from there. You never know what is going to be executed first, your JS code or form submission. Paul -Original

[wdvltalk] RE: MP3 Wav File

2003-08-14 Thread Paul Larue
Get a demo of 'wavelab' it will DEFINITELY do the job... In no way affiliated to it but I Highly recommend it. Paul -Original Message- From: James Jarvis [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 3:34 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] MP3 Wav File

[wdvltalk] RE: help needed with a DHTML problem (scrolling in a span with dynamically changing content)

2003-07-30 Thread Paul Larue
A quikc guess would be to use the scrollIntoView method. This scrolls the specified object into view. Ex. Object.scrollIntoView(True) Passing True will specify whether to scroll to the top of the object or to the bottom of the object TrueTop False Bottom Maybe it would help... Paul

[wdvltalk] Re: [OT] How stupid do they think I am?

2003-07-29 Thread Paul Larue
Actually one woman from Mauritius (that's where I live) got entagled in one of those stupid suff. She move to south africa and lost quite some money! Well, not trying to be rude but some people definitly ARE stupid!! Paul -Original Message- From: Peter MacGregor [mailto:[EMAIL

[wdvltalk] RE: Uploading time estimates

2003-07-25 Thread Paul Larue
Hi Elan, You could do a simple estimate based on 'file size' / 'connection speed'. Thus, for a file of 1024 bytes (1Kb) you'll do something like 1024/42 if the connection is of 56Kbps. I used 42 since 56k is the downloading speed and uploading speed is approximately 75% of that. However, this

[wdvltalk] RE: Sorting ADO recordsets

2003-07-21 Thread Paul Larue
The first thing I'm thinking of is making 2 queries. One with snippetWHERE fname /snippet and another one with snippetWHERE fname = /snippet. Thw first one would return everything with a 'name' and the second one without the names. It seems rude but I can't think of something else for the mo'.

[wdvltalk] Re: Converting image PDF to RTF...

2003-07-16 Thread Paul Larue
Thanks all, I like the idea baout 'OCR - ing' the images with Fine Reader. On the other hand, there's NO WAY I'm gonna scan all the pages again... That's 700 pages in all. I've got my share of scanning lol !!! Paul -Original Message- From: Linden, Todd [mailto:[EMAIL PROTECTED]

[wdvltalk] RE: Best way to publish network diagrams???

2003-07-16 Thread Paul Larue
Visio should be able to export the image as a Jpeg, You can then insert the image in your HTML page. Now I dunno if this suits you but I did it in the past and people really liked it... I did my drawing in Illustrator (network diagram, just like yours) and exported it as an SVG file. It loads

[wdvltalk] RE: messages?

2003-07-16 Thread Paul Larue
VIRUS!!! That's the first thing I would think of... Update your virus and ad-aware defs and scan your PC... Paul -Original Message- From: Gerrie Warner [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 8:55 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] messages? Would

[wdvltalk] Converting image PDF to RTF...

2003-07-15 Thread Paul Larue
Hi list, I scanned a lot of pages and converted them to PDF. Now the boss would like to have them as RTF files. Is that possible? I tried the save as/export commands in acrobat and they don't work... I guess it's because the pages have been scanned as images and not as text. Any clues? I really

[wdvltalk] RE: Operating System Not Found!!!

2003-06-23 Thread Paul Larue
In the best of cases, the system just needs a disk check for bad clusters/sectors. I may simply be that the system files needed for booting are foudn there. In which case, a disk check should solve the problem... In the worst case scenario, however, a virus formated your hard drive and you now

[wdvltalk] Re: Servers: Unix vs. Windows

2003-06-16 Thread Paul Larue
Actually .Net's CLI has been standardized by ECMA as well as it C#. So there could be a .Net implementation for *nix. I went to a MS DevDays on .Net some time ago and asked about implementation of .NET in *nix and they said that they heard of one but it wasn't ready yet. Maybe it is now.

[wdvltalk] Re: Font on an HTML page

2003-06-16 Thread Paul Larue
Can that help ??? STYLE SPAN style=COLOR: red@font-face myfont { src:url(garamond.eot); }/SPAN P { font-family: Garamond, SPAN class=bluemyfont/SPAN } /STYLE For more info search for Font Embedding on www.msdn.microsoft.com Paul -Original Message- From: puterbug.com [mailto:[EMAIL

[wdvltalk] Re: Font on an HTML page

2003-06-16 Thread Paul Larue
Harris Smile Poetry Weekly (fortnightly) www.smilepoetryweekly.com Batty Balls and other Wicket Wit www.ah-mah-son.com - Original Message - From: Paul Larue [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 7:48 AM Subject: [wdvltalk] Re: Font on an HTML page

[wdvltalk] RE: swapping iframe source

2003-06-13 Thread Paul Larue
Steve, I'm using this in Opera 7/win and it works... window.parent.frames['FrameName'].location.href='foo.html' Paul -Original Message- From: Steve Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 10:21 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] swapping iframe

[wdvltalk] RE: window position?

2003-06-10 Thread Paul Larue
I usually use the following code for opening windows... function openWin() var URL = newpage.html var title var width = 200 var height = 200 //set contered to false if you don't want the new window to be centered var centered = true; var top

[wdvltalk] RE: VBScript error '80040e10'

2003-06-06 Thread Paul Larue
replace the A4 with 'A4' That fixes it... Usually to output font color=red by using response.write you'd do response.write(font color=red) The sequence escapes the last and outputs to the screen. In SQL Code, there is no outputting to screen, the is being passed to the SQL engine

[wdvltalk] RE: OT - Connect to Crete

2003-06-06 Thread Paul Larue
Dunno what the story is but would love moving to Crete tomorrow!!! Paul -Original Message- From: jac [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 7:42 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] OT - Connect to Crete Hiya folks, we might be off to Crete tomorrow for

[wdvltalk] Re: PDF file size

2003-05-31 Thread Paul Larue
From: Joseph Harris [mailto:[EMAIL PROTECTED] Except for users like me who rarely 'click that link'. :-o Joseph Well, you'd click if it interested you. Right? Paul • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send

[wdvltalk] Re: PDF file size

2003-05-30 Thread Paul Larue
ooops... sorry, should read I ha.t.e to be forced with some stuff in my mailbox instead of I ha.v.e to be forced with some stuff in my mailbox -Original Message- From: Paul Larue [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] Re

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-28 Thread Paul Larue
I don't get any thing like HTTP_referer on your request page... Sorry, I submitted the form with stupid stuff but still couldn't find anything... Any thing special you did to get the error? Paul -Original Message- From: puterbug.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28,

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-28 Thread Paul Larue
Could you post the error you are getting, paste the page contents as well as the URL. That may help... Paul -Original Message- From: puterbug.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 2:04 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: anyone know what this error

[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-27 Thread Paul Larue
I think that the page is looking for the HTTP_REFERER header and doesn't find it. You won't get an HTTP_REFERER when you open the browser and type the address directly. You'll get one though if you clicked a link to get there or a form did or by some other means like redirection. Basically the

[wdvltalk] [PHP/ASP] Class v/s Procedural

2003-04-03 Thread Paul Larue
Hi all, Glad to see that the list got livened up a bit. Still not the 100 posts per day we used to have in the good ol'days but better than the 4 posts we had 2 weeks ago!! Anyway, here's a question: Concerning web scripting languages like PHP or ASP, is it better to build a big class containing

[wdvltalk] Re: [PHP/ASP] Class v/s Procedural

2003-04-03 Thread Paul Larue
Hi Mark, Actually that's what I do, each module has it's own class. But I was wondering if going the procedural way was not faster. When I begun, that was the way I used to do things. But later I turned down to classes since those offer more advantages and are easier to manage. But are they faster

[wdvltalk] Re: [PHP/ASP] Class v/s Procedural

2003-04-03 Thread Paul Larue
made me a tad biasd ;o) Mark Paul Larue [EMAIL PROTECTED] wrote: Mark, I'm ok with all that. I was just guessing wether or not procedural code was faster than classes in a web environment. In a workstation environment you can easily compile you classes as DLL's or equivalent

[wdvltalk] Re: List down?

2003-03-26 Thread Paul Larue
The fact is that we are nowadays required to have more fields of knowledge than for any *normal* job. To be good in this domain you need knowledge of design, server admin, coding, app programming, databases, multi media and so on... And to make things more complicated, you should also ALWAYS

[wdvltalk] Re: List down?

2003-03-26 Thread Paul Larue
: [wdvltalk] Re: List down? Hi Paul, On Wednesday 26 March 2003 9:25 pm, Paul Larue wrote: The fact is that we are nowadays required to have more fields of knowledge than for any *normal* job. To be good in this domain you need knowledge of design, server admin, coding, app programming

[wdvltalk] Re: List down?

2003-03-25 Thread Paul Larue
Boy, I'm on wdvl for about 4 years now. I left for some reasons about a year ago and been back since 2/3 months now. In the good ol' days I was receiving about 75-100 messages per day from wdvl now that's barely 10 times less... What's happenning? Paul -Original Message- From: [EMAIL

[wdvltalk] Re: List down?

2003-03-25 Thread Paul Larue
Yeah, it seems we've all been promoted from the rank of websters to the one of webmasters! ;) Nobody needs help! May be we should extend wdvl's advices to other domains. Cash registers, Mechanical Engineering or hydroponic yielding of tomatoes? Any clues? Paul -Original Message- From:

[wdvltalk] Re: Image swapping on loaded page

2003-03-19 Thread Paul Larue
I've written a simple script that allows for easy implementation of a roll over. I know, I know, roll-overs are not *THAT* complicated to do but with a large site it may help to use one simple script for all of that. The interesting part is that you use the same function call for both OnMouseOver

[wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't update the child table - HELP

2003-03-19 Thread Paul Larue
Ok people, Thanks for your help. I just upgraded from MySQL 4.0.11 to MySQl 4.0.12 and guess what... IT WORKS!!! Paul -Original Message- From: Furry, Tim [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 6:23 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: [MySQL] InnoDB -

[wdvltalk] Re: swf file

2003-03-18 Thread Paul Larue
Actually the flash player is a separate application as well as a plug-in. Installing Flash will give you all the necessary plug-ins/players you need. On the other hand, you could try embedding the swf file in an html page and see if it shows up. Paul -Original Message- From: Jon Haworth

[wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't update the child table - HELP

2003-03-18 Thread Paul Larue
Me again, Anybody can help? Paul -Original Message- From: Paul Larue [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 9:58 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] [MySQL] InnoDB - Updating a parent table won't update the child table Hi all, I created 2 tables in MySQl

[wdvltalk] Re: swf file

2003-03-18 Thread Paul Larue
Do you think it is legal to send the flash player to somebody by email? It weighs only 800k Paul -Original Message- From: Jon Haworth [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 4:40 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] Re: swf file Hi Paul, I can only think it

[wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't update the child table - HELP

2003-03-18 Thread Paul Larue
not quite sure what the MySQl commands for that will be. I hope this helps. Sonja -Original Message- From: Paul Larue [mailto:[EMAIL PROTECTED] Sent: 19 March 2003 02:29 AM To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't update the child table

[wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't update the child table - HELP

2003-03-18 Thread Paul Larue
with. If you have employee_group.grp_id as the column name, use the same grp_id name in your employees table. Therefore if you go back at a later stage you know exactly where what links to. I hope this is clear Sonja -Original Message- From: Paul Larue [mailto:[EMAIL PROTECTED] Sent: 19 March

[wdvltalk] RE: Pie Charts in ASP pages

2003-03-12 Thread Paul Larue
Another option is to use ActiveX. The MS Chart Control does a nice job about that. If you prefer avoiding ActiveX, try Java. http://www.hanengcharts.com/ will probably have what you are looking for. Paul -Original Message- From: J.R. Pitts [mailto:[EMAIL PROTECTED] Sent: Wednesday, March

[wdvltalk] RE: CNN.com - Scientists: Internet speed record smashe d - Mar. 7, 2003

2003-03-10 Thread Paul Larue
Have a look at www.lightpointe.com Their technology is based on laser beam connection and they go up to 2.55 Gbps. It's already in production level for quite some time and not experimental at all... Paul -Original Message- From: Jon Haworth [mailto:[EMAIL PROTECTED] Sent: Monday, March

[wdvltalk] RE: radio buttons and a CGI

2003-02-26 Thread Paul Larue
I try to picture your problem and come to the question: why use input type=image ... when you could use a simple hyperlink and pass the imagename in the query string? Wouldn't that be simpler. And I suppose that the whole stuff is in a form, right? Then I suppose that it's quite normal that the

[wdvltalk] RE: % loaded info in browser status bar

2003-02-25 Thread Paul Larue
in browser status bar Paul Larue [EMAIL PROTECTED] wrote: AFAIK there's no way to catch the text in the status bar unless you specified it yourself. To know the status of a page loading however, you can use the document.onreadystatechange event to capture all changes in the progress

[wdvltalk] [OldNewComer] back and fresh

2003-02-24 Thread Paul Larue
Hi all, I was a member of wdvl some time back but have not been using it for more than a year and a half now. Now i'm back and suppose I should introduce myself first for those who do not know me and for those who forgot me. My name's paul and i'm in web dev for about 4 years now and i'd be happy

[wdvltalk] RE: I'm Back!!

2002-07-29 Thread Paul Larue
-Original Message- From: Casey Crookston [mailto:[EMAIL PROTECTED]] Sent: Monday, July 29, 2002 6:18 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] RE: I'm Back!! Sorry, I should have also said Welcome back! --- Thanks for the welcome and for the link mate! And oh,