CSK update

I’ve been doing some more experimenting with CSS (god help us) and I’ve found a way to successfully store and retrieve data via CSS without page refreshes. In case you don’t know, CSK is my CSS Scripting Kit I’m developing. I plan to release the kit soon once I’ve polished some features. This is really a break through because data interaction can now occur within CSS. At the moment the kit only works in Firefox. Stay tuned for updates.

4 Responses to “CSK update”

  1. pdp writes:

    is that CSS 3 specific?

  2. Gareth Heyes writes:

    Yeah Firefox and CSS 3 specific

  3. pdp writes:

    I am looking forward to see your work..

  4. Gareth Heyes writes:

    I could release the code as it is but I want to create a more complete script with some examples. My next big hurdle is conditions and interacting between classes and id’s, which may be possible.