HighDots Forums  

Re: help: javascript and blazer 4.0 (treo 650)

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: help: javascript and blazer 4.0 (treo 650) in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
4MLA1FN
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-03-2005 , 12:34 AM






On 2 Nov 2005 15:55:58 -0800, Lee <REM0VElbspamtrap (AT) cox (DOT) net> wrote:

Quote:
I don't believe the Blazer DOM supports the dynamic creation of
Option objects (or any other form elements).
thanks lee. is there a site that'll tell me what blazer 4.0 actually
supports? palm advertises it as javascript 1.5 compliant but i gather
this isn't exactly true.

4MLA1FN


Reply With Quote
  #2  
Old   
Randy Webb
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-03-2005 , 01:04 AM






4MLA1FN said the following on 11/3/2005 12:34 AM:

Quote:
On 2 Nov 2005 15:55:58 -0800, Lee <REM0VElbspamtrap (AT) cox (DOT) net> wrote:


I don't believe the Blazer DOM supports the dynamic creation of
Option objects (or any other form elements).


thanks lee. is there a site that'll tell me what blazer 4.0 actually
supports? palm advertises it as javascript 1.5 compliant but i gather
this isn't exactly true.
http://www.palm.com/us/products/smar...650/blazer.epl

Says it is 1.5 compliant but obviously it isn't.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/


Reply With Quote
  #3  
Old   
RobG
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-03-2005 , 01:49 AM



4MLA1FN wrote:
Quote:
On 2 Nov 2005 15:55:58 -0800, Lee <REM0VElbspamtrap (AT) cox (DOT) net> wrote:

I don't believe the Blazer DOM supports the dynamic creation of
Option objects (or any other form elements).

thanks lee. is there a site that'll tell me what blazer 4.0 actually
supports? palm advertises it as javascript 1.5 compliant but i gather
this isn't exactly true.
You have discovered that support for a particular version of JavaScript
does not guarantee (or even infer) support for any particular version of
the DOM.



--
Rob


Reply With Quote
  #4  
Old   
VK
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-04-2005 , 11:22 AM




Lee wrote:
Quote:
Creation of dynamic content has nothing to do with Javascript version
compliance. That's a matter of what DOM any particular browser makes
available to manipulate *with* Javascript 1.5.
IMHO that's a lawyer game to read it this way. JavaScript is the tool
to manipulate the data display on a web page (or retrieve/prepare data
to display). Otherwise why in the name it's needed for? To calculate
cosinus/tangens on the background? If you say to your users "fully
JavaScript 1.5 compliant" they read it as "you can do with our
implementation exactly what you used to do while designing regular
page".

The "proper reading" (however proper it *is* by itself) is alike
super-brevier sh** added in your contract; or a "super discounted"
appliance you have to pay separately for the battery; or other
commercial tricks.



Reply With Quote
  #5  
Old   
4MLA1FN
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-04-2005 , 02:30 PM



On Thu, 03 Nov 2005 06:49:12 GMT, RobG <rgqld (AT) iinet (DOT) net.au> wrote:

Quote:
You have discovered that support for a particular version of JavaScript
does not guarantee (or even infer) support for any particular version of
the DOM.
thanks robg. i had to look up what "DOM" meant and i agree with you.
javascript and DOM are independent creatures. now i'm pissed at palm
for their misleading advertising. what's the legal definition of
"compliant" anyway?

anyone know if the browser on (bite my tongue) windows mobile
smartphones are any better?? (the treo 700w will be out in few
months.)


Reply With Quote
  #6  
Old   
4MLA1FN
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-04-2005 , 02:35 PM



On 4 Nov 2005 08:22:42 -0800, "VK" <schools_ring (AT) yahoo (DOT) com> wrote:

Quote:
If you say to your users "fully
JavaScript 1.5 compliant" they read it as "you can do with our
implementation exactly what you used to do while designing regular
page".
yep, i agree. their advertisting had not footnotes to include fine
print like "javascript support limited by our semi-castrated DOM".
palm screwed up on this one. hey, let's start a class-action suit.
if they can do it for the nano, then surely we can get one also.


Reply With Quote
  #7  
Old   
Randy Webb
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-04-2005 , 04:38 PM



VK said the following on 11/4/2005 11:22 AM:

Quote:
Lee wrote:

Creation of dynamic content has nothing to do with Javascript version
compliance. That's a matter of what DOM any particular browser makes
available to manipulate *with* Javascript 1.5.


IMHO that's a lawyer game to read it this way.
Thats why some people don't have a lot of respect for other peoples
"IMHO". In this case, your opinion is wrong.


Quote:
JavaScript is the tool to manipulate the data display on a web page
(or retrieve/prepare data to display).
That is about 87 million kazillion miles from the total truth.

Quote:
Otherwise why in the name it's needed for?
If you have to ask that question, you have no clue about answering the
first question.

Quote:
To calculate cosinus/tangens on the background? If you say to your
users "fully JavaScript 1.5 compliant" they read it as "you can do with our
implementation exactly what you used to do while designing regular
page".
Then they do not understand scripting, the DOM, and the difference in
the two.

Quote:
The "proper reading" (however proper it *is* by itself) is alike
super-brevier sh** added in your contract; or a "super discounted"
appliance you have to pay separately for the battery; or other
commercial tricks.
Only in the minds of people who don't understand the difference.

You can update the JS Engine in IE seperately from the browser. Does
that mean if a person using IE4 updates the JS Engine to JS5.6, that it
should also update the DOM? It doesn't because they are seperate entities.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/


Reply With Quote
  #8  
Old   
Randy Webb
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-04-2005 , 04:39 PM



4MLA1FN said the following on 11/4/2005 2:35 PM:

Quote:
On 4 Nov 2005 08:22:42 -0800, "VK" <schools_ring (AT) yahoo (DOT) com> wrote:


If you say to your users "fully
JavaScript 1.5 compliant" they read it as "you can do with our
implementation exactly what you used to do while designing regular
page".


yep, i agree. their advertisting had not footnotes to include fine
print like "javascript support limited by our semi-castrated DOM".
The DOM support was lacking, not the javascript support. The DOM and
scripting are entirely seperate issues.

Quote:
palm screwed up on this one. hey, let's start a class-action suit.
if they can do it for the nano, then surely we can get one also.
That depends on what you define as "screwed up". The claim can actually
be 100% correct if the JS engine is indeed 1.5 compatible. It says
nothing about the DOM that it exposes.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/


Reply With Quote
  #9  
Old   
VK
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-04-2005 , 05:56 PM



Quote:
VK wrote:
JavaScript is the tool to manipulate the data display on a web page
(or retrieve/prepare data to display).
Randy Webb wrote:
Quote:
That is about 87 million kazillion miles from the total truth.
VK wrote:
Just read the last 100-1000-5000 posts in this new group and check what
are people doing and what are they asking about. Unless of course you
think that clj attracts only "non-correct" people exclusively.

Quote:
VK wrote:
Otherwise why in the name it's needed for?
Randy Webb wrote:
Quote:
If you have to ask that question, you have no clue about answering the
first question.
These were rhetorical questions. I know the answers.

VK wrote:
Quote:
To calculate cosinus/tangens on the background? If you say to your
users "fully JavaScript 1.5 compliant" they read it as "you can do with our
implementation exactly what you used to do while designing regular
page".
Randy Webb wrote:
Quote:
Then they do not understand scripting, the DOM, and the difference in
the two.
VK wrote:
They do understand that does good software and bad software mean.
Quote:
The "proper reading" (however proper it *is* by itself) is alike
super-brevier sh** added in your contract; or a "super discounted"
appliance you have to pay separately for the battery; or other
commercial tricks.
Randy Webb wrote:
Quote:
Only in the minds of people who don't understand the difference.
You really should be a used car salesman: you would make a career! :-)
I envisage you selling cars w/o motors and motors w/o cars for the
price of the full vehicle. You have a talent to stay strong in your
arguments no matter what. Unfortunately "non-correct" customers seem do
not want to eat your arguments (read the thread).
;-)



Reply With Quote
  #10  
Old   
Randy Webb
 
Posts: n/a

Default Re: help: javascript and blazer 4.0 (treo 650) - 11-05-2005 , 09:07 PM



VK said the following on 11/4/2005 5:56 PM:
Quote:
VK wrote:

JavaScript is the tool to manipulate the data display on a web page
(or retrieve/prepare data to display).


Randy Webb wrote:

That is about 87 million kazillion miles from the total truth.


VK wrote:
Just read the last 100-1000-5000 posts in this new group and check what
are people doing and what are they asking about. Unless of course you
think that clj attracts only "non-correct" people exclusively.

Your reasoning that the posts in this group are indicative of the 100%
uses of JS are flawed. Javascript can do a *lot* more than manipulate
data display on a webpage.

Quote:
VK wrote:

To calculate cosinus/tangens on the background? If you say to your
users "fully JavaScript 1.5 compliant" they read it as "you can do with our
implementation exactly what you used to do while designing regular
page".


Randy Webb wrote:

Then they do not understand scripting, the DOM, and the difference in
the two.


VK wrote:
They do understand that does good software and bad software mean.
But the reason it is bad software is not what you are saying it is. It
is being said that the reason it is bad software is that it doesn't have
JS1.5 compatability when it does. The reason it is bad software (if it
is) is because of the DOM (or lack thereof) that it exposes to that
scripting.

Quote:
The "proper reading" (however proper it *is* by itself) is alike
super-brevier sh** added in your contract; or a "super discounted"
appliance you have to pay separately for the battery; or other
commercial tricks.


Randy Webb wrote:

Only in the minds of people who don't understand the difference.


You really should be a used car salesman: you would make a career! :-)
Nah, I tried it once. I was too honest about things, as I am now.

Quote:
I envisage you selling cars w/o motors and motors w/o cars for the
price of the full vehicle. You have a talent to stay strong in your
arguments no matter what. Unfortunately "non-correct" customers seem do
not want to eat your arguments (read the thread).
It is not that hard to have a strong argument when I am right. But I
would envisage you as selling cars with high interest rates and then
saying the car (after the sale) was a bad car because of it.

I still have not said it was a good product. I am saying the reasons you
are using to claim it is bad software are plain wrong.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.