Displaying 2 results from an estimated 2 matches for "__not".
Did you mean:
_not
2006 May 11
3
multiple checkbox values, convert to string, 1 db field
...ble. I.e., when a user creates a
new Item, there is also a keywords field in the database that is a
string like "purple triangle free" -- but all the user sees when they
are creating the keywords is a series of checkboxes like:
__blue
__red
__purple
__circle
__triangle
__square
__free
__not-free
And then the controller (?) would receive those checkbox values,
concatenate them together, and stick them in the database. Doesn''t
sound too terribly difficult. But... I can''t get it. I try using the
check_box form helper, setting the variable to "item" and...
2006 Jul 29
4
Formal Grammar — some thoughts
...^1], styles which cross
environments[^2], and problems with the md5 checksums[^3]) and I am
sure it would also improve performance significantly.
Some of the problems with a formal grammar (as I see it) are:
1. interpreting tokens as literal text when end token is missing,
example: `this is __not starting bold`. For bold it doesn?t matter
IMO (having to escape the token,) but having to escape all single
appearances of `_` and `*` could be irritating, although presently _
often do come in pairs, so here one often already do need to wrap
filenames, environment variables and similar wh...