[Dynapi-Dev] blues,Hey, We Need Home Workers !

2003-02-27 Thread Thomas
Title: GET PAID STUFFING ENVELOPES FROM HOME GET PAID STUFFING ENVELOPES FROM HOME Right now our mail order company is hiring homeworker like yourself, to help us stuff our sales circulars into envelopes, helping us get ready for upcoming busy season.

Re: [Dynapi-Dev] offsetWidth : why won't work?

2001-11-20 Thread Thomas Hering
lla and one of the programmers changed a lot of code and closed the bug. ...But the bug is still there ;-) I will prepare a testcase and a new bugreport next days and then we will see. Bye, Thomas. ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[email protected]/

Re: [Dynapi-Dev] Dynapi site

2001-05-23 Thread Thomas Hering
Nice Site (viewed with NS 4.77), but unfortunatly it don't run with Mozilla (v0.81 & 0.9, see attached Errors) ;-( [EMAIL PROTECTED] wrote: > > This is DYNAPI/PHP site. It is in testing yet, and it is in Russian > > http://korn.etel.ru/test_dogs/test.html >

[Dynapi-Dev] DynApi Bug Report

2001-03-28 Thread Thomas Leishman
parseInt(this.elm.scrollHeight)    else return parseInt(this.elm.offsetHeight)    }}   I even went back to the original zip file and opened it directly from the zip file in case I was somehow using the wrong one, and it was in the original zip file.   Thomas Leishman Animator & Webmaster Aval

Re: [Dynapi-Dev] Re: Re: [ dynapi-Patches-407882 ] Browser.js Recommended Upgrade

2001-03-13 Thread Thomas Hering
lue? > > > > If someone starts a thread with a pure (blue) HTML-mail and > > everyone is just clicking on > > the reply button and all email clients are configured to send > > HTML-mails ... ;) > > I know, it pisses me off.

Re: [Dynapi-Dev] DynAPI X

2001-03-13 Thread Thomas Hering
it, IE5.5 passed the test (no wonder, IE5.5 and IE5 Mac are based on the same rendering engine). Thomas. ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Re: [Dynapi-Dev] Re: Re: [ dynapi-Patches-407882 ] Browser.js Recommended Upgrade

2001-03-13 Thread Thomas Hering
Cameron Hart wrote: > > We could test for Gecko, but does Gecko include all the Javascript and DOM stuff? Or >is it just HTML/CSS. You can use the Gecko engine to make your own browser, see http://www.mozilla.org/projects/embedding/ . There are examples like Galeon, K-Meleon ... (very nice and

Re: [Dynapi-Dev] Browser Language Support

2001-03-08 Thread Thomas Hering
(detect Opera in 'compatibility mode', Konqueror, special Netscape versions like T-Online's, Linux ...), so there is no need to bloat the original DynApi 'browser.js'. > I personally find the language line a nice addition. Me too, I added it to the extended 'browser.js&#

Re: [Dynapi-Dev] Browser Language Support

2001-03-08 Thread Thomas Hering
I think it's ok, if nobody out there needs to make differences between en-US or en-EN (or de-CH or de-DE ...), and if there is anyone, he/she should raise his/her hands no. Thomas. Richard Bennett wrote: > > I think that's a great idea, but I think the code needs expanding/co

Re: [Dynapi-Dev] Browser Language Support

2001-03-08 Thread Thomas Hering
I think it should be is.lang=(is.ie)? navigator.browserLanguage:navigator.language; because other browsers like Mozilla, Opera, Konqueror, etc. only know 'navigator.language' (M$ proudly present you another fine proprietary method ;-) ). Thomas. Michael Pemberton wrote: >

Re: [Dynapi-Dev] Using DOM to create a table

2001-02-27 Thread Thomas Hering
Read http://www.scottandrew.com/index.php/articles/dom_1 Thomas Eytan Heidingsfeld wrote: > > Is anyone experienced in this field. > I want to create a widget that uses the DOM to create dynamic tables. This > will be much lighter then current tables which have a dynlayer per cell

Re: [Dynapi-Dev] Netscape 6 DOM reference

2001-02-06 Thread Thomas Hering
he mozilla implementation at: http://www.mozilla.org/newlayout/dom-roadmap.html - perhaps it is usefull. Thomas. ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Re: [Dynapi-Dev] mulfiple events in ns5

2001-02-05 Thread Thomas Hering
The official Name is Nestcape 5.0! Look at navigator.appName and navigator.appVersion, its the same on Netscape 6 and Mozilla - so there is no need to change it. Thomas. Dan Steinman wrote: > > Really we should probably change it to "ns6" or "moz". I put "ns

[Dynapi-Dev] Browser Detection

2000-12-15 Thread Thomas Hering
r.appName; if (b.match(/Netscape/)) b="Netscape" //added. > if (b=="Netscape") this.b="ns"; Greetings, Thomas. ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/mailman/listinfo/dynapi-dev