Blog

10 vanliga missförstånd om användningsfall

Jag lade just upp en kort presentation på slideshare om 10 vanliga missförstånd kring användningsfall. Kolla gärna in den!

Relaterade poster:

  1. Långa och korta användningsfall – en fråga om personlighet? Det finns många olika sätt att skriva användningsfall på; man…
  2. Användningsfall – En agil kravteknik På senare tid har jag allt oftare hört att användningsfall…
  3. Från verksamhetsprocess till testat system Höll kurs åt Astrakan i förra veckan, UML för projektledare…

10 vanliga missförstånd om användningsfall Läs mer »

SysML – Systems Modeling Language

SysML är ett modelleringsspråk som utvecklas och förvaltas av OMG. Det är definierat som en UML-profil där men försökt minska UMLs tyngdpunkt på modellering av mjukvara till att göra modellspråket mer generellt och anpassat för att modellera hela system, mjukvara och hårdvara tillsammans. SysML återanvänder 7 av UMLs 14 diagramtyper och lägger till två nya

SysML – Systems Modeling Language Läs mer »

Decreasing Load Time When Using Google Web Fonts

I’ve been using Google Web Fonts ever since I started building this blog. It’s an awesome service with a great user interface and it makes it really easy to add fonts to your web site. Of course I had to find something wrong with it. Earlier this week our company released our new web site. On our Yammer page, one of my colleagues posted a link to a WebPageTest result for it and it fared reasonably well. It got an "F" on the "First Byte Time" test, but that test is really finicky and could just as well show an "A" if you retake the test (as I later became aware). This triggered my inner masochist and I just had to run the same test on this blog. The first result was this: Test | Score —-|:–: First Byte Time | A Keep-alive Enabled | A Compress Transfer | A Compress Images | C Cache st…

Decreasing Load Time When Using Google Web Fonts Läs mer »

Async File Uploads in HTML5

Uploading files using HTML forms has always felt a bit off for me. You had to set your encoding to `multipart/form-data` and the synchronous nature of form posts always made it a waiting game when uploading larger files. Then came AJAX and the dawn of "single page applications" and such buzzwords, but file uploads somehow got left behind. Javascript didn’t have the access it needed to send files with the `XMLHttpRequest`. Years passed and along came the File API and XMLHttpRequest Level 2 (it seems to be called that again) with its `upload` attribute, support for byte streams and progress events. Today I’m going to show you how to build an asynchronous file uploader with it. We’ll start with the HTML part: There’s nothing weird going on here; just a regular file selector and a list o…

Async File Uploads in HTML5 Läs mer »

Programmering från Scratch

Nu har till och med Computer Sweden börjat skriva om Scratch: http://computersweden.idg.se/2.2683/1.504465 http://computersweden.idg.se/2.2683/1.504464/en-barnlek-att-bygga-eget-spel Så nu är det på tiden att göra något åt saken. De senaste 6 månaderna har jag hört bra saker om ”programmeringsspråket” från alla möjliga håll och … Continue reading

Inga relaterade poster

Programmering från Scratch Läs mer »

New Drapes

I got tired of the old dark green design. It was too murky and spring is in the air, so I redesigned the site to be lighter and more "spring-y". ` `Inconsolata` is back as the source code font and `Open Sans` makes up the majority of the text on the blog now with the exception of headers which are set in `Racing Sans One`. All-in-all, I’m happier. And hopefully this can trigger my implementation of multiple pictures per post since I need that to report on my robot project progress. Summer is coming and summer means sun, and sun means solar power which in turn means that I need to speed things up if I want this project done before the (OMG spoiler alert!) new baby in the end of July….

New Drapes Läs mer »