Archives for March 2010

You are currently browsing 5 articles posted March 2010.

  • 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

  • New jQuery Plug-in; Slide Presentation

    Published Monday 22nd of March 2010

    I'm trying to put together a little intro/demo for aFramework so I built this slide plug-in for jQuery.

    Ultimately I didn't feel it was what I was after with the aFramework intro but perhaps someone will find it useful.

    Run it on a container of a list of images with text and the plugin will slide through all the images, stopping on each to display all the paragraphs of text.

    The HTML needs to be:

    divcontainer
        ul
            li
    the first step in the slide
                img
    the image to be displayed in this step
                p
    first paragraph of text to be displayed
                p
    second paragraph of text...
            
    lithe first step in the slide
                img
    the image to be displayed in this step
                p
    first paragraph of text to be displayed
                p
    second paragraph of text...
            
    lithe first step in the slide
                img
    the image to be displayed in this step
                p
    first paragraph of text to be displayed
                p
    second paragraph of text...

    And then simply run the plugin on the container and it'll do the rest. You can override the default width/height settings, their styling is only on a single class (.jquery-slide-presentation) so target your container's ID instead and you're gtg.

    Have a look.

    Be the first to post a comment

  • aFramework 3.2

    Published Monday 15th of March 2010

    Last week I put the latest version of aFramework up for download on the official site.

    So What's New?

    Well as usual there's been plenty of bug fixes, optimizations, tweaks and enhancements but to mention some of the bigger stuff...

    Be the first to post a comment

  • An Even Newer OurFuture.eu

    Published Wednesday 10th of March 2010

    OurFuture.eu initially asked for two different suggestions for the new design and I recently finished nr 2.

    All the functionality is the same, and most module-styling is identical (both the new design and the old grassy one extends "base-ole" - only the framing is different.

    Laters

    Be the first to post a comment

  • We're Back on Koh Lipe :)

    Published Saturday 6th of March 2010

    Wednesday we left Langkawi, Malaysia to go back to Thailand. More specifically the paradise island Koh Lipe.

    It's really nice to be back actually. Not that Indonesia, Malaysia or Singapore are bad, but it almost feels like coming home coming here.

    Join 2 others and post a comment

Random jQuery Plug-ins

  • Colour Picker

    Use this plug-in on a normal <select>-element filled with colours to turn it in to a colour-picker widget that allows users to view all the colours in...

    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

  • Togglable DL

    Use this plug-in on your definition-lists (dl-elements) to allow the dd:s for a dt to be toggled when clicking the dt. Don't use it unless it's semant...

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