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:
div: container
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...
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...
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...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.
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
Code Block Toolbar
If you post code-examples on your site you can use this plug-in to add some nifty buttons below each code-example that allows the user to, for example...
Ajax Loader
Use this plug-in when you want to inform your visitors that a certain part of your page is currently loading. The plug-in adds a faded 'loading-div' o...
Numeric DL
This tiny plug-in numbers definitions in a definition-list if there are more than one definition for a term. Can be useful for FAQs, actual lists of d...
