Contact Oskar Krawczyk

x Cancel
posted 2 years ago

Pictournal

A Photo Journal I've designed in few hours, today.

I'm yet to decide whether the back-end will be Rails or Node.js.

http://pictournal.com

A Photo Journal I've designed in few hours, today.

I'm yet to decide whether the back-end will be Rails or Node.js.

pictournal.com

posted 2 years ago

Freelance Friendly

A small project I'm working on.

A small project I'm working on.

posted 2 years ago

Future of JsFiddle

Work on the future version of JsFiddle.net has begun. There's still much to do, but some of the UI is already in-place, and will need very little changes.

Work on the future version of JsFiddle.net has begun. There's still much to do, but some of the UI is already in-place, and will need very little changes.

posted 2 years ago

Future of JsFiddle

Work on the future version of JsFiddle.net has begun. There's still much to do, but some of the UI is already in-place, and will need very little changes.

Work on the future version of JsFiddle.net has begun. There's still much to do, but some of the UI is already in-place, and will need very little changes.

posted 2 years ago

Mobile Safari custom checkboxes with minimal markup

                input[type='checkbox'] {
    background: #fff;
    border: solid 2px #AD2A1A;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
}

input[type='checkbox']:checked {
    background: #fff;
    border: solid 2px #ADABA8;
}

input[type='checkbox']:checked:after {
    content: ' ';
    display: block;
    width: 14px;
    height: 14px;
    background: #C9C7C5;
    position: relative;
    top: 3px;
    left: 3px;
    -webkit-border-radius: 2px;
}
                
Raw

Here's a simple solution to have custom checkboxes (or radios) on WebKit-based browsers. I'm using this method for styling inputs on Mobile Safari mostly.

You can see an example here: jsfiddle.net/oskar/Ug6yF/

posted 2 years ago

Positionly

The simplest way to monitor your website position in search engines.

We'll be releasing the service quite soon, which means that we're looking for beta testers!

The simplest way to monitor your website position in search engines.

We'll be releasing the service quite soon, which means that we're looking for beta testers!

posted 2 years ago

Updated nouincolor.com

Updated my landing page.

Removed all image-based fonts in favor of Google Fonts (which is a bit buggy at times). Added lot of CSS3 love. Etc

Updated my landing page.

Removed all image-based fonts in favor of Google Fonts (which is a bit buggy at times). Added lot of CSS3 love. Etc

posted 2 years ago

ASAP! A Simple Anonymous Plan

Finally, after a few weekends, we've completed ASAP!

A side project of mine. The idea is that one doesn't have to log in to create a todo list, it's all permalink-managed, anyone can add an item once he knows the unique URL.

Finally, after a few weekends, we've completed ASAP!

A side project of mine. The idea is that one doesn't have to log in to create a todo list, it's all permalink-managed, anyone can add an item once he knows the unique URL.

posted 2 years ago

ASAP! A Simple Anonymous Plan

The app is pretty much ready, just needs to be deployed! Hopefully this will happen by tomorrow :-)

The app is pretty much ready, just needs to be deployed! Hopefully this will happen by tomorrow :-)

posted 2 years ago

FloomApp

http://floomapp.com

Our new invoicing application launching soon! We're planning on giving out a few beta accounts. Get yours at floomapp.com.

Additionally, early testers will get discounts on their accounts, and some candy!