Thursday, July 23, 2015

A New Look


From the beginning, my coding was geared modularly by entirely separating out design from javascript function. CSS integrates nicely with HTML to accomplish that. This inordinately facilitates maintenance and modification over the course of time. The files too are therefore in separate directories.

Here I switched to a new look. Mainly two colors. Not much user-entry required; Only a few basic parameters and options, as the range to search through, or the limit that sets the maximum number of finds in the Results page, and the user's single input field.

Toraware.com hopes it achieved its desired clean, intuitive interface to let users explore Torah using ancient methodology - easily. Anything to simplify the mechanism, either with choice few words or icons, my functional motto always has been “the simpler the better”. (Look how simple Google is - 1 field of input!) E.g., two-word title.

This website is an engine. Under its hood the engine's rpm's rummage through its database, the Pentateuch (and other of the 24 holy books, as they are little by little appended to the end).

The user can choose to search any range of the database the parameters allows for. For example, the user can change the default settings and specify a strictly Tehilim-only search.

This site only serves up 3 pages: Home page, Options & Input page; and Results page. It sports only two buttons.

The Home page collects some parameters and waits for a search method to be invoked; The Options Page provides options apt for that search method, and accepts user input. The Results Page then displays the list of “hits”.

The “hovering” feature over anchor (that highlights the search method a cursor hovers overs) tags that CSS so simply implements, provides enormous, unexpected user-friendliness, with only a few extra bytes of code; The selection of search methods immediately becomes more intuitive. This same code also has the same unexpected but most welcome feature of highlighting any single result te user was to selectively inspect. This shows up on the Results page hit list. The user can easily eyeball exactly the row of data he wants to look at, without other nearby legibility interference.

Most search methods, all but the “embedded text” method - to be specific, are rather speedy and momentary in execution. The lone exception is the “embedded” method. I therein post a warning in red for users to know this, because it’s not usual for browsers to delay as much as this time it will, This method suffers from relatively slow response times, especially with lengthy user strings. But at least a 50-count skip factor can be ranged through fast enough to provide at least a slow response if not a fast one.

New logo was designed by TA Productions. They're relatively cheap, efficient, reliable and on-time.

No comments:

Post a Comment