~alpine/devel

[alpine-devel] jqMobile skin for ACF

Details
Message ID
<201209300314.11714.vkrishn4@gmail.com>
Sender timestamp
1348955051
DKIM signature
missing
Download raw message
Hi,

I have been trying to get jqMobile skin working in ACF.
This skin uses jquery-mobile framework.

Past efforts can be seen here:
http://dpaste.org/3sbEN/
http://dpaste.org/PT0ip/ <- instruction on how to install 

Present changes:
1. Improved table styles
2. Added/improved page transition effect for error,descr and command result
3. Implemented simple div wrapping rule for subpages/modules (avoiding data-* 
attributes).

Once installed some changes can be seen here:
https://localhost/cgi-bin/acf/alpine-baselayout/interfaces/read
https://localhost/cgi-bin/acf/apk-tools/apk/loaded
https://localhost/cgi-bin/acf/apk-tools/apk/expert

Efforts have been make to keep changes minimal, and avoid the use of data-* 
attributes.

NOTE: Present installation codes and src codes are experimental and should 
only be testing in clean/fresh install of alpine.

--------------------------

Some suggested acf changes (to alpine team) for next release of alpine. 
 These may help in cleaning the page structure.

1. All module page having a title should begin with H3
2. Any sub-title after H3 should be wrapped with 
    <div class="section4">...</div>
3. Any sub-title after H4 should be wrapped with 
    <div class="section5">...</div>
    Note: class name here is suggestive.
4. dl,dt,dd - elements should be properly nested.
5. Avoid table where possible.
6. Avoid inline styling of elements.
7. Validate page against XHTML 1.0 transitional or strict

Suggestions and comments are welcomed.

-- 
Regards.
V.Krishn


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)