Freitag, 15. April 2011

WBAnalyzer

WBAnalyzer is a tiny free gel analysis tool (application, app, program... whatever) to measure the band intensity in gel electrophoresis pictures.

Screenshot

How-To

  • To open an image go to File -> Open. I try to support as many image files as possible. Files that currently work are bmp, gif, png, jpg and tif.
  • Draw rectangles around the bands you wish to analyze (drag them from top left to bottom right).
  • To delete a rectangle / selection, select it in the list on the right and press delete (DEL).
  • You may zoom in and out on the image using the scroll wheel on the mouse or by pressing "M" and "N" on the keyboard.
  • To find the closest match to a band, select it in the list on the right, then go to Tools -> Find Similar. The most similar rectangle will get selected.


Download
Go ahead and download it here.

Mittwoch, 9. Februar 2011

iKnow Release 1.2

iKnow is a small wiki engine based on -ASP.Net MVC 3.0 and a single-table MSSQL database. I've created it to serve as an intranet knowledge database wiki.


0. Try
http://iknow.codebrewery.ch/iKnow


1. Download
http://iknowwiki.codeplex.com/

2. Install
Make sure you have installed the newest MVC release (3.0) and WebMatrix. You can get them via the Web Platform Installer: http://www.microsoft.com/web/downloads/platform.aspx



To enable image uploads, follow the instructions below:




3. Use


(It's actually called Vulcan, sorry ;-))

4. Have a beer
Congratulations, you're done.

Dienstag, 11. Januar 2011

Formidable: Custom forms with JQuery and CSS3

I have moved! You'll find Formidable on my new Blog: http://salatsosse.ch/jquery/

Dienstag, 4. Januar 2011

Memu - A simple CSS / JavaScript / JQuery Menu

I have moved! You'll find Memu on my new Blog: http://salatsosse.ch/jquery/

Sonntag, 2. Januar 2011

CssSpriter - A CSS Sprite Generator

CssSpriter is a small utility (with a nice graphical user interface) to create css sprite sheets from multiple icons (like icons, buttons, ...).

The output which will be generated, is a Html file (with css included), a css sprite sheet (.png) and a coordinates information sheet (.jpg).



Download here

Download here

Current Version: 1.2
  • HTML view.
  • Class names will be generated from the filenames of the images.

Samstag, 25. Dezember 2010

Collection was modified exception

I saw some pretty strange solutions for this problem, most of all, ones which involve a "helper" list to store the items to remove... this of course is overkill (memory and cpu wise - think of collections with a million items ...)

Here's how to do it:
for (int i = pageList.Count; i-- > 0; )
{
    if (itemsToRemoveList.Contains(mainList[i]))
        mainList.RemoveAt(i);
}

Sonntag, 19. Dezember 2010

Antonia Jane Chords

Hello Everybody :-)

Maybe you know the canadian Rock-Band Lightning Dust... If not, I guess you've seen the great video on youtube where brian fallon of The Gaslight Anthem performs this song. If you don't know who Lightning Dust is, check them out and if you like it - also give Balck Mountain a try (Lightning Dust - Amber Webber and Joshua Wells - are both core members of this GREAT band).

Oukey, here are the chords (and I really, really hope there's not gonna be any whining about copyright shit. Music is art, art is culture and culture belongs to the society).

Support the artist: Go to the shows, buy your CD's there (and from Indie Labels).

Intro: Play around D

D
Did you ever come close to home?

Bm
Riding the tide of the silver line,

D
Maybe dress them up in ribbon and golds,

Bm
Never fall back into the one you love,

D
Pick pocket lady with her mind on you,

Bm
She'll break a million hearts until she makes it through,

    G            D       A
But I declare a war on you,

        D    A
Someday soon

D
Hiding with the border skies,

Bm
Lead down ditches on the side of the road,

D
Be careful you don't look to the sun,

Bm
Lazy head lions you'll get fed to the wolves,

D
So rally up the soldiers there's a war to win,

Bm
If hearts can't be alarmed I can't let em win,

    G                D        A
But I would give it all for you,

        D    A
Someday soon

        D    G
Someday soon

        D    A
Someday soon

D
Bury all the silver and gold, 

Bm
We can walk to the top and look down at it all,

D
What happens when the feelings gone?

Bm
It's a love angel with the wings cut off,

D
So the parents tell the children 'That's no way to live'

Bm
So we capture what we're after left of the rest of them,

  G                  D       A
Antonia Jane will rise again

Edit:
Give them a watch on youtube, they seem to be quite a fun bunch :-)

Socialize!