Profile_bird

Hey there! blerby is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving blerby's updates.

Already using Twitter
from your phone? Click here.

Default_profile_bigger blerby

  1. fixed a couple things.
  2. added blerby mind map and export to png
  3. added a frontpage example, right now just a proof of concept, will be moving onto blerby shortly.
  4. kernel tests, stolen from entity/object
  5. moving towards a bootable system with the new DOM_Event implementation
  6. fixed exploding serialize method
  7. removed AT_TARGET type eventPhase stuff. doesnt make sense in a single threaded env.
  8. added decent commenting / licensing to lib files
  9. added hasEventListener() to properly test DOM_EventTarget
  10. removed unused "instanceIdentifier" readonly param
  11. DOM elements can now utilize events! following the w3 DOM Event spec with the only deviations being required due to php.
  12. updated blerby testrunner config to have relative paths
  13. moved tests around to add the ability to actually test node event handling
  14. added blerby as a default testrunner project
  15. refactored: Delegate's manage their linkage to delegate targets fixed duplicate test issue and other minor wins.
  16. added basic delegate target look back (to delegate)
  17. woot, extension of DOMNode is functional and tested.
  18. all tests are passing, still a ton to be tested woops
  19. all tests are passing, still a ton to be tested
  20. added delegation interface, not sure if this is a better boat, but domnode is a tricky beast.