Category Archives: Web Design
Rolling(writing) your own infinite carousel with JQuery
A while ago I was asked to create a infinite carousel widget on www.whitepages.co.nz Groupy is no longer part of Yellow and the widget will be taken off soon as you know I had 2 options, use plugins or roll my own. It’s personal, and I chose the latter. Simply because of the desire of… Read More »
Css starter pack
Thanks for Keran McKenzie’s courtesy for sharing his latest useful find. http://twitter.github.com/bootstrap/ Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
Firebug 1.6.0 released
Overview of Firebug 1.6 Firebug 1.6 supports Firefox 3.6 Console and Command Line Command line available on all panels New API for the console object: console.table() Console allows to filter its content Improved auto-completion now the best of all Logging of cut/copy/paste events Support for XPath console logging Descriptive background colors for console messages HTML… Read More »
Problem: JQuery scrollLeft + Chrome + Hidden Div
When I was writting a modal carousel album display, I was having a strange problem with JQuery scrollLeft in Chrome: I had a div with css set to overflow:hidden and using jquery’s scrollLeft function in order to scroll the thumbnails, everything works, however, if you close the modal (setting the div to display:none), the scrollLeft value change back… Read More »