www.netsi.dk

"The internet is just a layer on the real world" (don't forget that!)

Hvad sker der for MSIE 8?

image

Har du installeret MSIE 8 har du måske prøvet dette også: Du søger på noget og når du så klikker på et link får du beskeden til venstre. Det er som om MSIE 8 ikke forstår linket – er det noget med en side hvor indholdet sendes komprimeret… Er der nogen der har en god forklaring – evt. med en løsning?

 

 

Du kan selv teste fejlen her:
http://www.android.com/market/#app=abductionworldattack

Share

Get map using Google Static Maps

You probertly know and the API allowing you to maps with your information shown on the . Google also offers a simpel API which allows you to plot simple maps just using an URL. The URL then has some parameters specifying things like zoom level, type of map and center of it.

Though simpel to setup – those parameters – I have made a simple web application which will give you the URL you need to get the map you want.

Try it here: http://www.netsi.dk/showcases/getmap.html

image

Share

Javascript i XSLT – et gode eller et onde?

Jeg har en del viden indenfor og nu hvor også er noget jeg arbejder med er det åbenlyst at kombinere disse to teknologier.

Jeg har dog kollegaer der mener at det er en dum ide – at blande disse to ting. De mener at når man transformerer data så er man ude i “view” delen af Model View Control løsning, og der skal der ikke være kode (udover XSLTen).

Jeg kan godt se at de har lidt ret, men mener på den anden side at man bare udvider de ting som XSLT kan. Hvis man sørger for at have solid javascript kode og kun benytter den som en støtte til allerede eksisterende XSLT funktionalitet kan der ikke være noget galt i det.

Hvad synes du?

Eksempler på sider der omhandler emnet:

Share

Automatically create drawing path from illustarator file

It should not be complicated: Create an application which runs through a path in a illustrator file, adds spots at the end of each subpath and adding increasing numbers for each point. The result would be a new illustrator file which small kids could then use to play with.

Here is a manually created example. The example is a rough :-) Oh, and if this sort of “drawing path” has a name which you know, please write it in a comment – you see I don’t know a name, not even in my Danish :-)

image

Share

A very usefull CSS framework

image I am in the search of a which will make it more standard to implement designs and add more resusability to the work put in creating CSS based designs. The issue arose when a collegue of mine – Nickey – started a talk about CSS frameworks.

I started from the top of the 12 mentioned frameworks and until now I have reached number 4 – which is YUI Grids CSS from Yahoo. It is a big thing so I just jumped directly to their online tool to autogenerate CSS for generic layouts. It is called “CSS Grid Builder”, and I must say that my first hand impression is one of respect! It is an impressive piece of work. See my very simple 1st test.

I will be trying out other frameworks, but for sure will also try to use the framework from in practice!

Share