/[bfilter]/trunk/README.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/README.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 40 by dpavlin, Sun Nov 21 23:28:51 2004 UTC revision 41 by dpavlin, Mon Nov 22 13:34:21 2004 UTC
# Line 50  in all JavaScript implementations (curre Line 50  in all JavaScript implementations (curre
50  Europe).  Europe).
51  </p><p>  </p><p>
52  Response time of binary search was below 3 seconds (and decent hardware  Response time of binary search was below 3 seconds (and decent hardware
53  again), so this problem was solved. But, Matko sow my code and said:  again), so this <a href="bfilter.html">problem was solved</a>. But, Matko
54  <em>Eh, I could write combobox using this!</em>  sow my code and said: <em>Eh, I could write combobox using this!</em>
55  </p>  </p>
56    
57  <h1>JavaScript Combobox</h1>  <h1>JavaScript Combobox</h1>
# Line 60  again), so this problem was solved. But, Line 60  again), so this problem was solved. But,
60  Implementation of combobox has a little to do with me. Other than the fact  Implementation of combobox has a little to do with me. Other than the fact
61  that it uses <tt>bfilter</tt> described above, all the other great work is  that it uses <tt>bfilter</tt> described above, all the other great work is
62  done my Matko Andjelinic. He has done <a href="combo.html">initial</a>  done my Matko Andjelinic. He has done <a href="combo.html">initial</a>
63  implementation on which I hacked a but, and then re-wrote it to  implementation on which I hacked a bit, and that's why it's so ugly.
64  object-oriented JavaScript which produced  </p><p>
65    Matko then rewrote it in object-oriented JavaScript which produced
66  <a href="combo2/test.html">current version of combobox</a>.  <a href="combo2/test.html">current version of combobox</a>.
67  </p><p>  </p><p>
68  Matko also did <a href="combo2/test.php">php implementation</a>  He also did <a href="combo2/test.php">php implementation</a>
69  (which is nice if you have php application and want to create comboboxes  (which is nice if you have php application and want to create comboboxes
70  on-the-fly from database).  on-the-fly from database). If you want to create static index file, you can
71    use <tt>bfilter.pl</tt> script.
72    </p>
73    
74    <h1>Installation</h1>
75    
76    <p>
77    Depending on your usage (do you make static html for CD or dynamic web
78    site?) you can use bfilter and checkbox in various ways. This is a toolbox.
79    Some assembly is required to get full power of comboboxes in your web
80    application.
81    </p><p>
82    There is no demo index supplied with this distribution. To create demo index
83    file for static html examples (<tt>test.php</tt> does it for you), please
84    type:
85    <pre>
86            make combo
87    </pre>
88    on your command prompt. It will create <tt>combo-test.js</tt> with first
89    10000 entries from <tt>/usr/share/dict/words</tt>.
90  </p>  </p>
91    
92  <h1>License</h1>  <h1>License</h1>
93    
94  <p>  <p>
95  All code is licenced under  All code is licenced under
96  <a href="http://www.gnu.org/licenses/gpl.html">GPL </a> v2 or later.  <a href="http://www.gnu.org/licenses/gpl.html">GPL</a> v2 or later.
97  by respective  </p><p>
98    More restrictive licensing (if you don't want to share your changes) is
99    available on request.
100  </p>  </p>

Legend:
Removed from v.40  
changed lines
  Added in v.41

  ViewVC Help
Powered by ViewVC 1.1.26