Billy-Corgan.com was the first public web site I ever created and ran. I first started playing with it (and web techs) in 1998/99. In 2000, I moved it from GeoCities to its own domain name. The site had it’s golden age in 2003/2004, with up to 4 million page views / month. I believe that [...]
Billy-Corgan.com Re-Launched as Topic Maps Based Website
http://www.topicobserver.com/blog/semantic-web/tm/2010/billy-corgan-com-re-launched-as-topic-maps-based-website/
Readable Code: In the Eye of the Beholder?
In his most recent blog posting – In the Eye of the Beholder (ah, reminds me of EoB II), JavaScripter James Padolsey (if you do some JavaScripting / jQuery, follow his blog) argues that the readability of anything is entirely dependent on who’s doing the reading. He also states that readability depends on how proficient [...]
http://www.topicobserver.com/blog/web-development/2010/readable-code-in-the-eye-of-the-beholder/
Event Delegation with YUI 3.0
Personally I’ve never used the YUI library (yet), but the new event delegation functionality of YUI 3.0 has a very nice look to it: // Defining simple listeners on each element: Y.on(“click”, handleClick, “#container ul li a.profile”); // Defining listener on a container using the delegate() method: Y.delegate(‘click’, handleClick, ‘#container’, ‘ul li a.profile’); [...] Event [...]
http://www.topicobserver.com/blog/web-development/2009/event-delegation-with-yui-3-0/
Simple Web 2.0 Photo Album with jQuery
Yesterday a colleague of mine asked me about what would be the requirements of HTML used for an image gallery using modal windows. As I’ve previously done this myself, I thought I might as well share some code in this blog. Bookmark on Delicious Recommend on Facebook Tweet about it Buzz it up Subscribe to [...]
http://www.topicobserver.com/blog/web-development/2009/simple-photo-album-with-jquery/
Forcing jQuery UI Datepicker to Always Open on Today’s Date
Today, I implemented the jQuery UI Datepicker in an application where the requirements state that the current date should always be null. That is, if the user opens a Datepicker after first having selected or typed in a date, the Datepicker should still be “centered” around today’s date with no pre-selected date. It might just [...]
http://www.topicobserver.com/blog/web-development/2009/forcing-jquery-ui-datepicker-to-always-open-on-todays-date/
Replacing the Built-In DatePicker in Sun IdM 8.0
If you read my other post on creating custom view handlers in Sun IdM, you might have noticed my mixed feelings towards the system’s built-in interface. I know its main task is not to look good, and that it is best at what it is supposed to be good at, but there really is no [...]
http://www.topicobserver.com/blog/web-development/2009/replacing-the-builtin-datepicker-in-sun-idm-8/
Easy JavaScripting with jQuery (jQuery Basics)
During the last year I’ve tried using jQuery as much as possible when it comes to adding JavaScript functionality to web interfaces. For those who still don’t know, jQuery is a cross browser open source JavaScript library which makes it extremely easy to manipulate HTML, perform Ajax requests, apply visual or interactive effects to your [...]
http://www.topicobserver.com/blog/web-development/2008/jquery-basics/