ezModules

I've piled up a few programs that's almost a complete module/library. My goal is to go the final yards towards making them good enough for public use. The mantra when doing these libraries will be that there should be a minimal need for configurations to get started but full configuration capabilities available if required. In other words, getting started should be one line of code but utilizing the full potential should still be possible with a bit more work.

ezList

ezList is a javascript library meant for sites with large tables (both a lot of rows and columns). Check out the simple configuration demo and the advanced configuration demoor you can get the source directly from Github

Read more...

ezRest

ezRest is an Android library that has two components, one module that let's you post tasks on background threads, derived from ICDispatch, combined with a fully fledged framework for sending http requests.

Read more...