After looking on the internet for a jquery or javascript plugin that converts machine dates to readable ones like 12.12.2012 -> 2 days ago, I decided to write on my own. Since I am not a good javascript programmer feel free to correct my mistakes. Features multilanguage, aware of language grammatics, easy to hack, available… Continue reading jQuery niceDate plugin
Category: Javascript
Zend Framework & ExtJS Grid – part 1
The old way to make a grid was very time consuming. Basically it is just copy paste but still there is a lot to rewrite. You have to take care of the actions, pager and maybe a filter. So i tried ext js grid. Since extjs renders the grid alone and looks a lot better… Continue reading Zend Framework & ExtJS Grid – part 1
prototype, scriptaculous Chained Select
For one of my projects i had to make some select boxes which would work in a chain. I had 500.000 inserts in mysql which should be found easily. So i implemented 5 chained select boxes. The first part of the project was not meant to be public so i limited my work to Firefox.… Continue reading prototype, scriptaculous Chained Select
script.aculo.us Effect.toggle.(‘MyAss’)
For one of my clients, i had to clean up some mess which was done by another college. The web site has a registration form and a login form which is both in the same screen. This makes the screen look too big and too complicated. There were also some fields and forms which are… Continue reading script.aculo.us Effect.toggle.(‘MyAss’)