Articles Tagged with bugs
You are currently browsing 2 articles tagged with bugs.
New aFramework Site; aBugTracker, along with bugtracker.a-framework.org
Published Monday 29th of March 2010
My old todo.txt was seriously starting to get out of hand so I decided it was time I structure all my tasks for all my projects in a little more organized manner.

I've also been wanting to show the public what's in store for aFramework (and its sister sites) for some time now and with the new bugtracker.a-framework.org I've done just that.
I don't really work in sprints but I thought it was fun to build the sprint backlog thingy anyway so I did.
It's also pretty nice to quickly get an overlook of the tasks I should be focusing on atm.
I'm sure most people have no use for a bug tracker but I was so fed up with that old txt-file I just had to do something about it :P
Join 1 others and post a comment
The Site Looks Weird in FF3
Published Tuesday 30th of June 2009
I've been doing more bug-fixing lately, and one I did recently introduced several new ones in FF3 but not in Chrome, Opera, Safari or FF3.5.
What I did was I added a "Continue Reading"-link at the bottom of the article on the home-page. In order to style it without using a class I used the :last-of-type pseudo-class:
#article > p:last-of-type = $icon;As you can see I'm using a type of CSS-constants (new version in the works btw), and because many other selectors should be icons as well they're all merged by the constants-parser so in the end i end up with something like this:
#article > p:last-of-type,
#article > dl:last-child dt,
#quick-about > p:last-child {
/* Icon styling */
}What seems to happen is that when Firefox chokes on one of the selectors it ignores (or improperly parses) the entire block.
Since 3.5 is out I expect it to start taking over so I thought I'd leave this bug as it is.
Sorry for any inconvenience!
Be the first to post a comment
Random jQuery Plug-ins
Image Zoom
This plug-in makes links pointing to images open in the "Image Zoom". Clicking a link will zoom out the clicked image to its target-image. Click anywh...
Live Search
Use this plug-in to turn a normal form-input in to a live ajax search widget. The plug-in displays any HTML you like in the results and the search-res...
Vibrate
This plug-in makes any element you want "vibrate" every now and then. Can be used in conjunction with blink for maximum annoyance!