473,386 Members | 1,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Components ... a web interface modeling framework

Hi there

Components is a new hight-level JavaScript framework -

http://code.google.com/p/components-js/

It's about object-modeling your interface around markup structure.
Check it out, I hope you find it useful

Adam
Aug 6 '08 #1
3 1157
On Aug 6, 6:35*pm, adambones <adambo...@gmail.comwrote:
Hi there

Components is a new hight-level JavaScript framework -

http://code.google.com/p/components-js/

It's about object-modeling your interface around markup structure.
Check it out, I hope you find it useful
Strange. I don't recall a "bind" method on the document object.
Perhaps your library added an expando? It would have been a good idea
to read the newsgroup and its FAQ before creating a JavaScript-based
framework.
Aug 6 '08 #2
On Aug 7, 12:19*am, David Mark <dmark.cins...@gmail.comwrote:
On Aug 6, 6:35*pm, adambones <adambo...@gmail.comwrote:
Hi there
Components is a new hight-level JavaScript framework -
http://code.google.com/p/components-js/
It's about object-modeling your interface around markup structure.
Check it out, I hope you find it useful

Strange. *I don't recall a "bind" method on the document object.
Perhaps your library added an expando? *It would have been a good idea
to read the newsgroup and its FAQ before creating a JavaScript-based
framework.
Hi there David

I should read the FAQ before writing a framework? Mmmmm...

Yeah there is an extension to the document that binds a JS class
wrapper to an HTML class/id. I personally don't understand the problem
with this - how is it different to defining a 'top-level' function
which will be assigned to the window?

Adam
Aug 7 '08 #3
adambones wrote:
Yeah there is an extension to the document that binds a JS class wrapper
There is no such thing as the programming languages in question do not
support classes.
to an HTML class/id.
There is no such thing as a `HTML class' either. While `class' is a HTML 4+
attribute, its value refers to CSS classes.
I personally don't understand the problem with this - how is it different
to defining a 'top-level' function which will be assigned to the window?
A top-level function is a method of the Global Object, and it would not be
assigned to it but the Global Object would be automagically augmented with
it upon variable instantiation of the global execution context. The Global
Object MAY have a `window' property that refers to the Global Object itself,
there is no requirement for it at all.

`document' refers to a host object which does not need to allow for
augmentation, as specified. `window' may refer to such an object as well.
We have discussed this ad nauseam here before, hence the good recommendation
to read the FAQ.
HTH

PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f8*******************@news.demon.co.uk>
Aug 7 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: glenn | last post by:
Can anyone tell me a good resource to find user interface components for VS 2003? I specifically need nice look field and grid components, drop down lists, calendar components and so on. I'm...
12
by: Arda Han | last post by:
Hi friends, I need your valuable suggestions for usefull .Net components? Which components are you suggest me? I was try xtragrid it is wonderfull. Tell me please your favourite component...
20
by: Ole Hanson | last post by:
I am accessing my database through an interface, to allow future substitution of the physical datastore - hence I would like to declare in my Interface that my DAL-objects implementing the...
2
by: Julia | last post by:
Hi, What is excatly the difference between framework components and application components?
1
by: Ellis Yu | last post by:
Dear all, I write my own components for my project and add them in "My User Control" under the toolbar. Some time later, I make some other new components into it and want to use them in my...
0
by: Terry Hancock | last post by:
I've been discussing PyProtocols with a a friend collaborating with me on a SF game project, about the benefits and design concept of "component architecture", and I'm a little confused by what...
4
by: Praveen Chandra | last post by:
Hi, I just wanted to put down the issue with more detailed information so that you can help us get to the right Microsoft resource for a solution! Here is the problem description... Our...
1
by: Jon | last post by:
I once read a pretty good article using VB 6 on how to design a framework using MDI forms and ActiveX controls to display different documents. It was a pretty good tutorial and I have been looking...
1
by: emekadavid | last post by:
am newbie to xml. can one do modeling in xml and if yes, how? tanx
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.