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

  • Equal Height

    This plug-in makes HTML-elements equal height by adjusting their min-height CSS properties. Of course IE6 has no clue what min-height means so the plu...

    Details

  • 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...

    Details

  • Removable File Upload

    This plug-in adds a "remove"-link next to input[type=file]:s that allows the user to remove a selected file from the input.

    Details

More Plug-ins

Recent Comments

  1. Andreas on "SleekPHP User Handling"

    Thank you for showing interest :) Were the docs en...

  2. ciptard on "SleekPHP User Handling"

    Ok, thank you

  3. Andreas on "SleekPHP User Handling"

    I might write a "getting started" article for Slee...

Page cached. Loaded in: 0.0071 second(s).
Last DB change: 2012-02-04 08:04:40
Last file change: 2011-10-03 07:42:35
Cache created: 2012-02-04 12:59:02