473,796 Members | 2,628 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

FAQ Sections - Feedback Wanted

Breaking up the FAQ has been discussed.

http://groups.google.com/group/comp....878ddfb2ac892/

I'm interested in doing this now. I propose something along the lines of:

* Numbers
* Windows and Frames
* Forms

I would like to hear feedback on this proposal.

Garrett
Oct 10 '08 #1
16 1533
In comp.lang.javas cript message <gc**********@r egistered.motza rella.org>
, Fri, 10 Oct 2008 10:47:31, dhtml <dh**********@g mail.composted:
>Breaking up the FAQ has been discussed.

http://groups.google.com/group/comp....e_frm/thread/d
11878ddfb2ac89 2/

I'm interested in doing this now. I propose something along the lines of:

* Numbers
* Windows and Frames
* Forms

I would like to hear feedback on this proposal.
That will be the present sections 4 & 5 of <http://www.jibbering.com/faq
/index.html>.

Another category is those questions relating to ECMAScript/DOM without
reference to anything visual or external :-
5.13 How do I trim whitespace?
5.17 How do I make a 10 second delay?
5.20 My element is named myselect[], how do I access it?
5.34 How do I access a property of an object using a string?
5.25 How do I format the lastModified date with javascript?
5.35 When should I use eval?
5.36 Why doesn't the global variable "divId" always refer to the
element with id="divId"?

Another is communication beyond that inherent in ECMAScript and HTML :-
5.3 How can I access the client-side filesystem?
5.4 How can I see in javascript if a web browser accepts cookies?
5.14 How do I force a reload from the server/prevent caching?
5.15 How do I get a perl/asp/php variable into client-side javascript?
5.39 What is Ajax?
5.40 Why is my Ajax page not updated properly when using an HTTP GET
request in Internet Explorer?
Change
5.12 How do I modify the current page in a browser?
to
5.12 How do I modify content in the current page?
since the old wording might be thought to refer to page reloading or
fetching a different page.

In Section 2.3, for citation, it would be helpful of the internal
headings were "numbered", perhaps by typing letters in the source :
A. How to ask ...
If a topic has N entries, and is to be divided with K levels throughout,
then the number of entries in each leaf level must average the Kth root
of N. In deciding the splitting, one should have a weak preference for
leaves to be mostly of similar size.

"Posting Code" has 72 twice.

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v6.05 MIME.
Web <URL:http://www.merlyn.demo n.co.uk/- FAQish topics, acronyms, & links.
Proper <= 4-line sig. separator as above, a line exactly "-- " (SonOfRFC1036)
Do not Mail News to me. Before a reply, quote with ">" or "" (SonOfRFC1036)
Oct 11 '08 #2
On Oct 10, 1:47*pm, dhtml <dhtmlkitc...@g mail.comwrote:
Breaking up the FAQ has been discussed.

http://groups.google.com/group/comp....wse_frm/thread...

I'm interested in doing this now. I propose something along the lines of:

* Numbers
* Windows and Frames
* Forms

I would like to hear feedback on this proposal.

Garrett
Sounds good to me.
Oct 11 '08 #3
On Oct 10, 10:47*am, dhtml <dhtmlkitc...@g mail.comwrote:
Breaking up the FAQ has been discussed.

http://groups.google.com/group/comp....wse_frm/thread...

I'm interested in doing this now. I propose something along the lines of:

* Numbers
* Windows and Frames
* Forms

I would like to hear feedback on this proposal.

Garrett
Are you maintaining the FAQ now?

Peter
Oct 11 '08 #4
Peter Michaux wrote:
On Oct 10, 10:47 am, dhtml <dhtmlkitc...@g mail.comwrote:
>Breaking up the FAQ has been discussed.
>
Are you maintaining the FAQ now?
Yes.
Peter

--
comp.lang.javas cript FAQ <URL: http://jibbering.com/faq/ >
Oct 11 '08 #5
On Oct 10, 10:47*am, dhtml <dhtmlkitc...@g mail.comwrote:
Breaking up the FAQ has been discussed.

http://groups.google.com/group/comp....wse_frm/thread...

I'm interested in doing this now. I propose something along the lines of:

* Numbers
* Windows and Frames
* Forms

I would like to hear feedback on this proposal.
I don't see any benefit to breaking up the document. Better to focus
on the actual content than worry about the packaging.

Peter
Oct 12 '08 #6
Dr J R Stockton wrote:
In comp.lang.javas cript message <gc**********@r egistered.motza rella.org>
, Fri, 10 Oct 2008 10:47:31, dhtml <dh**********@g mail.composted:
>Breaking up the FAQ has been discussed.

http://groups.google.com/group/comp....e_frm/thread/d
11878ddfb2ac89 2/

I'm interested in doing this now. I propose something along the lines of:

* Numbers
* Windows and Frames
* Forms

I would like to hear feedback on this proposal.

That will be the present sections 4 & 5 of <http://www.jibbering.com/faq
/index.html>.

Another category is those questions relating to ECMAScript/DOM without
reference to anything visual or external :-
An 'Other' category?
5.13 How do I trim whitespace?
5.17 How do I make a 10 second delay?
5.20 My element is named myselect[], how do I access it?
That one seems like it belongs in 'Forms' section, to me.

5.34 How do I access a property of an object using a string?
5.25 How do I format the lastModified date with javascript?
5.35 When should I use eval?
5.36 Why doesn't the global variable "divId" always refer to the
element with id="divId"?

Another is communication beyond that inherent in ECMAScript and HTML :-
5.3 How can I access the client-side filesystem?
5.4 How can I see in javascript if a web browser accepts cookies?
Cookies is part of the DOM (document.cooki e). But then so are forms.
5.14 How do I force a reload from the server/prevent caching?
5.15 How do I get a perl/asp/php variable into client-side javascript?
5.39 What is Ajax?
5.40 Why is my Ajax page not updated properly when using an HTTP GET
request in Internet Explorer?
Change
5.12 How do I modify the current page in a browser?
to
5.12 How do I modify content in the current page?
OK.
since the old wording might be thought to refer to page reloading or
fetching a different page.

In Section 2.3, for citation, it would be helpful of the internal
headings were "numbered", perhaps by typing letters in the source :
A. How to ask ...
That can be changed to an OL element using list-style to determine the
marker type.

list-style-type: iroha;

>
If a topic has N entries, and is to be divided with K levels throughout,
then the number of entries in each leaf level must average the Kth root
of N. In deciding the splitting, one should have a weak preference for
leaves to be mostly of similar size.
Size as "number of items" or "amount of text"? It might be worth
considering the amount of text sent out in the bi-weekly mailings.
"Posting Code" has 72 twice.

--
comp.lang.javas cript FAQ <URL: http://jibbering.com/faq/ >
Oct 12 '08 #7
Peter Michaux wrote:
On Oct 10, 10:47 am, dhtml <dhtmlkitc...@g mail.comwrote:
>Breaking up the FAQ has been discussed.

http://groups.google.com/group/comp....wse_frm/thread...

I'm interested in doing this now. I propose something along the lines of:

* Numbers
* Windows and Frames
* Forms

I would like to hear feedback on this proposal.

I don't see any benefit to breaking up the document. Better to focus
on the actual content than worry about the packaging.
It's easier to find stuff if its organized into meaningful sections
("Section 5" doesn't have much meaning as "Forms" for example). People
usually scan through.

We had several questions related to math and numbers interspersed with
questions about frames, preventing access to a web page, get the value
of a form control, etc.. A burgeoning document like the CLJ FAQ is not
easy to scan through, especially with the some of the "quick" answers
being several paragraphs (that includes the one I added about window
size). I created a numbers section. I want to create more sections.

http://groups.google.com/group/comp....32520edf6db97/
Peter

--
comp.lang.javas cript FAQ <URL: http://jibbering.com/faq/ >
Oct 12 '08 #8
In comp.lang.javas cript message <gc**********@r egistered.motza rella.org>
, Sun, 12 Oct 2008 15:04:42, dhtml <dh**********@g mail.composted:
>Dr J R Stockton wrote:
> Another category is those questions relating to ECMAScript/DOM
without
reference to anything visual or external :-

An 'Other' category?
I think that the idea of features related only to the manipulation of
ordinary variables deserves a subsection, and with a better title than
"Other", though I have no title suggestion. It would accommodate string
manipulation and maybe date/time, for example; also function grammar.
> 5.13 How do I trim whitespace?
5.17 How do I make a 10 second delay?
5.20 My element is named myselect[], how do I access it?

That one seems like it belongs in 'Forms' section, to me.
Is such an element necessarily in a form? It should be next to 5.34, or
maybe merged.
> 5.34 How do I access a property of an object using a string?
5.25 How do I format the lastModified date with javascript?
5.35 When should I use eval?
5.36 Why doesn't the global variable "divId" always refer to the
element with id="divId"?
Another is communication beyond that inherent in ECMAScript and HTML
:-
5.3 How can I access the client-side filesystem?
5.4 How can I see in javascript if a web browser accepts cookies?

Cookies is part of the DOM (document.cooki e). But then so are forms.
Cookies are not really part of the document; they do not show. The
headings must relate to naive user expectations, not to technicalities.
> If a topic has N entries, and is to be divided with K levels
throughout,
then the number of entries in each leaf level must average the Kth root
of N. In deciding the splitting, one should have a weak preference for
leaves to be mostly of similar size.

Size as "number of items" or "amount of text"? It might be worth
considering the amount of text sent out in the bi-weekly mailings.
I meant "number of items". While the number of weekly bytes used to
post FAQ articles is less than that used to discuss them, there's no
cause for concern. Exceptionally large or small sections are of course
candidates for putting elsewhere or merging.
At present there is a 1:1 mapping between questions (as precedes Section
1) and answers (bodies in Sections 4 & 5). But sometimes quite
different questions have substantially similar answers. One could start
with a list of questions, each with a link (or more?) to the relevant
answers, those having subject lines describing their contents.

Crude example :
Q1 : Trim strings?
Q2 : Add leading zero?
Q3 : Read "YYYY-MM-DD"?
could all point to
A3 : Use of RegExps
(not that RegExps look efficient for LZ; but they are possible).

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v6.05 MIME.
Web <URL:http://www.merlyn.demo n.co.uk/- FAQish topics, acronyms, & links.
Proper <= 4-line sig. separator as above, a line exactly "-- " (SonOfRFC1036)
Do not Mail News to me. Before a reply, quote with ">" or "" (SonOfRFC1036)
Oct 13 '08 #9
Dr J R Stockton wrote:
In comp.lang.javas cript message <gc**********@r egistered.motza rella.org>
, Sun, 12 Oct 2008 15:04:42, dhtml <dh**********@g mail.composted:
>Dr J R Stockton wrote:
>> Another category is those questions relating to ECMAScript/DOM
without
reference to anything visual or external :-
An 'Other' category?

I think that the idea of features related only to the manipulation of
ordinary variables deserves a subsection,
Ah, but what is ordinary?

and with a better title than
"Other", though I have no title suggestion. It would accommodate string
manipulation and maybe date/time, for example; also function grammar.
"Objects and Types" ?
+ "Numbers"
+ "Objects"
+ "Strings and Regexes"
+ "Dates"
The thinking behind having "Strings and Regexes" as one category is that
it's more task-oriented. How do I do [x] with a string?
>> 5.13 How do I trim whitespace?
5.17 How do I make a 10 second delay?
5.20 My element is named myselect[], how do I access it?
That one seems like it belongs in 'Forms' section, to me.

Is such an element necessarily in a form? It should be next to 5.34, or
maybe merged.
It could be a form control in a form, an attribute, a form element. Most
of the time it will be a problem with a form control.

In PHP, elements with shared name would have to be named with a "[]", as
in "things[]". I don't know if they ever fixed that.
>Cookies is part of the DOM (document.cooki e). But then so are forms.

Cookies are not really part of the document; they do not show. The
headings must relate to naive user expectations, not to technicalities.

Many things in the DOM do not show, e.g. document.defaul tView,
document.getEle mentsByTagName, document.images , document.doctyp e,
document.referr er, document.URL, document.domain , document.create Event.

>
At present there is a 1:1 mapping between questions (as precedes Section
1) and answers (bodies in Sections 4 & 5). But sometimes quite
different questions have substantially similar answers. One could start
with a list of questions, each with a link (or more?) to the relevant
answers, those having subject lines describing their contents.
A question could lead to a specific answer within that section. It
might be the case that the answer links to another answer, which exists
in a different section.

Sub-subsections might seem like a good idea but would require change to
the XML and the scripts that process that to text and HTML. I would like
to avoid that, if possible.

What do you think of:

,--------------------------------------------------------------------
|
| • Meta-FAQ meta-questions
| * Which newsgroups deal with javascript?
| * What questions are on-topic for CLJ?
| * What should I do before posting to CLJ?
| * Why was my post not answered?
| * Why do some posts have <FAQENTRYin them?
| * How do I make a suggestion?
|
| • Javascript Tips
| o What is ECMAScript?
| o What is JScript?
| o What are object models?
| o What is the document object model?
| o Internationalis ation and Multinationalis ation in javascript.
| o Where are the CLJ archives located?
| o What does the future hold for ECMAScript?
|
| • Javascript Resources
| o What books cover javascript?
| o What online resources are available?
|
| • Dates
| o How do I format the lastModified date with javascript?
| • Numbers
| o How do I convert a Number into a String with exactly 2 decimal
| places?
| o Why does simple decimal arithmetic give strange results?
| o Why does K = parseInt('09') set K to 0?
| o Why does 1+1 equal 11? or How do I convert a string to a number?
| o How do I generate a random integer from 1 to N?
| • Objects
| o When should I use eval?
| o How do I access a property of an object using a string?
| • Strings and RegExps
| o How do I trim whitespace?
|
| • DOM and Forms
| o How do I get the value of a form control?
| o My element is named myselect[], how do I access it?
| o Why doesn't the global variable "divId" always refer to the
| element with id="divId"?
| o Why are my rollovers so slow?
| o How do I disable the right mouse button?
| o How do I detect Opera/Netscape/IE?
| o How do I modify the content of the current page?
| o How can I see in javascript if a web browser accepts cookies?
|
| • Windows and Frames
| o How do I communicate between frames in a web browser?
| o Why does framename.print () not print the correct frame in IE?
| o How do I change print settings with window.print()?
| o I have window.status=" Moomin"; why doesn't the statusbar
| change?
| o How can I disable the back button in a web browser?
| o How do I find the size of the window?
| o How do I change the text in the url/location bar?
| o How do I POST a form to a new window?
| o How do I change the confirm box to say yes/no or default to
| cancel?
| o Why do I get permission denied when accessing a frame/window?
| o How do I modify the content of the current page?
| o How do I prompt a "Save As" dialog for an accepted mime type?
| o How do I open a new window with javascript?
| o How do I check to see if a child window is open, before opening
| another?
| o How do I close a window and why does it not work on the first
| one?
| o How do I make a 10 second delay?
|
| • Ajax
| o What is Ajax?
| o Why is my Ajax page not updated properly when using an HTTP GET
| request in Internet Explorer?
| o How do I download a page to a variable?
| o How do I get a perl/asp/php variable into client-side
| javascript?
| o How do I log-out a user when they leave my site?
| o How do I run a server side script?
| o How do I force a reload from the server/prevent caching?
|
| • Debugging
| o How do I get my browser to report javascript errors?
|
|
| • Things not to attempt in a browser
| o How can I prevent access to a web page by using javascript?
| o How do I protect my javascript code?
| o How can I access the client-side filesystem?
| o I have <a href="javascrip t:somefunction( )"what ... ?
|
|
`-------------------------------------------------------------------------/

?

The server side is inflexible to creating subcategories. The XML would
have to change and so would the two scripts for processing (it used to
be three, but I refactored that). It would probably also mess up Bart's
daily posts.

So, in the interest of getting it done, I want a hierarchy no deeper
than two.

Garrett

--
comp.lang.javas cript FAQ <URL: http://jibbering.com/faq/ >
Oct 13 '08 #10

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

Similar topics

2
2310
by: Wolf | last post by:
Hi to all! With your past help I make a new block in wich you can see last articles I inserted in my phpnuke. You can see it at http://www.italialibri.org, under the title. But I have a problem: I can see new articles, but only for the sections listed in the block. The idea is to change also the sections, joined with the new articles inserted in the sections itself. So, I have always the same sections in the block! Can anyone help me? ...
1
1737
by: John K. | last post by:
Hi all, I'm writing a Win32 DLL. I'd like to create two data sections: one shared (among all the processes that will load this DLL), and the other not shared. Then I would like to place some variables (or arrays) in one data section or in the other. In assembly it's quite simple (dunno if it applies to DLLs, though) to create several sections, each one with the wanted attributes.. but in C++?
1
1661
by: Victor Engmark | last post by:
Background: Interoperability between email agents is becoming increasingly important as they diverge more and more in appearance (e.g. graphical vs. non-graphical), focus (e.g. speed vs. looks), and complexity (e.g. ability to parse badly formatted emails). The situation resembles the one which is at the point of being mended by XHTML and XSL. Solution: I believe the same approach as for HTML should be taken for email: Define an XML...
19
3060
by: Blair Adamache | last post by:
IBM is hosting a user focus session to get feedback on a new design concept for installing software products and maintenance. The information below gives a brief summary of the information about the session. If you are interested and feel that you are qualified, please send an e-mail to Karen Ball at kball@protocolusa.com. Or you can phone Sam Sellers or Flo Tassel at 800-615-9287. Protocol is a recruiting agency that IBM has hired to...
0
3517
by: starace | last post by:
I have designed a form that has 5 different list boxes where the selections within each are used as criteria in building a dynamic query. Some boxes are set for multiple selections but these list boxes do not necessarily need to have a selection made to be used in the dynamic query. In essence the form can have selections made in all or none of its list boxes to form the dynamic query I am looking to get some feedback in reference to...
32
4157
by: James Curran | last post by:
I'd like to make the following proposal for a new feature for the C# language. I have no connection with the C# team at Microsoft. I'm posting it here to gather input to refine it, in an "open Source" manner, and in an attempt to build a ground-swell of support to convince the folks at Microsoft to add it. Proposal: "first:" "last:" sections in a "foreach" block The problem: The foreach statement allows iterating over all the...
3
1357
by: scorpion53061 | last post by:
Hi, I am looking for a code sample that communicates from a client to a remote Windows Service on another computer over the internet, that is the Windows Service performing instructions the client sends. That being said, I also would like feedback on this. Currently in my Windows applications, I do a lot of communication with my servers at work from customers to place orders, check stock status etc. The production server is a AIX...
14
1586
by: Egbert Teeselink | last post by:
Hi all, The last few months I've worked on making a template engine because the ones out there didn't serve my needs. I guess everybody knows Smarty and has an opinion on it; I like many things about it, but dislike many others. The thing I made is called 'Farty' (sorry, I suck at names) and is in many ways a simpler version of Smarty. It keeps the good (compiling to php files, clean syntax) and fixes the bad (having to learn a new...
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9524
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10449
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9047
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5568
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.