Fredrik Holmström on Oct 23rd, 2008jQuery Unobstrusive News Ticker
Here’s a new fully unobtrusive jQuery plugin I just whipped up, it’s a “news ticker” kind of like the one at wow-europe.com - but made with jQuery instead of Flash, of course. There’s not much to explain, as it’s rather intuitive I think a well-commented example is best:
Example(view source to see how it works)
Plugin source
Fredrik Holmström on Sep 28th, 2008So jQuery won…
“Old” news by now, but jQuery won: http://jquery.com/blog/2008/09/28/jquery-microsoft-nokia/
Fredrik Holmström on Sep 20th, 2008Javascript-OO & Python-DuckTyping in PHP5.3
With the introduction of closures in PHP5.3 my mind has been working a lot trying to find new (ab-)uses for them, first out is a combination of javascript and python oo - honestly this object model is nicer then the standard PHP one.
This allows for changing objects methods during runtime, proper duck-typing, monkey-patching and a […]
Fredrik Holmström on Sep 19th, 2008Styled checkboxes & radiobuttons with jQuery
Updated
Added support for hover, mousedown events
Merged radize into checkize, so only call checkize from now on
Pre-loads images
Added support for “show_input” that will display the input boxes also (in FF&Safari, only input boxes in IE) - useful for debugging.
So, time for another small jQuery extension I wrote up - for myself this time, it’s for styling […]
Fredrik Holmström on Sep 12th, 2008jQuery / Javascript autocomplete checkbox-selection with memory
Edit: Fixed a small bug that would cause it to fetch to many results on slow connections, demo6.zip
So yeah, a messy title on this post - but I couldn’t really find a good way to explain this. It’s just an example I wrote up for a mate on IRC that asked for “an auto-complete Ajax […]