31 years old | live in Tromsø, in the northern part of Norway | have two daughters | senior system developer at Visma Unique

The HTML class attribute: for styling purposes only?

August 2, 2011

0

Introduction Early specifications The www-style mailing list Later specifications Pulling it all together Conclusion Side note Introduction Cascading Style Sheets (CSS) has the HyperText Markup Language (HTML) language specific class selector. The CSS rule below applies to an HTML element which has a class attribute with the value name: *.name { color: gray; } Without… [Read more…]

Tagged: , ,
Posted in: Uncategorized

HTML5 Microdata and CSS

July 26, 2011

0

If you add both classes and microdata to your elements you may end up with duplicate metadata. To avoid this remove the classes and use the microdata in your CSS selectors.

Posted in: Uncategorized

Getting started with Windows Sharepoint Services 3.0 development with free tools

May 3, 2010

0

To get started with Windows Sharepoint Services 3.0 (WSS 3.0) development download: VMware Server A trial of Windows Server 2008 R2 Windows SharePoint Services 3.0 x64 with Service Pack 2 Microsoft Visual C# 2010 Express Then you need to: Install VMware Server on a computer with lots of memory Create a virtual machine for Windows… [Read more…]

Posted in: Uncategorized

XPlanner installation

April 19, 2009

2

XPlanner is a project planning and tracking tool for eXtreme Programming (XP) teams. This guide describes how to install XPlanner on a Windows XP system.

Posted in: Uncategorized

Tanker rundt implementasjon av ESXi i mitt LAN

August 15, 2008

0

For ikke lenge siden lastet jeg ned VMware ESXi. En del spam fra VMware om viktige oppdateringer de siste dagene har minnet meg på at jeg er nødt til å se nærmere på ESXi. I dag slettet jeg den gamle ISO–en og lastet ned siste versjon. Disse to videoklippene gir en fin introduksjon til ESXi:… [Read more…]

Posted in: Uncategorized

Some floating issues

August 18, 2007

0

I have written an article that shed light on some floating issues. Take a look if it interests you.

Tagged:
Posted in: Uncategorized

Error reporting in PHP

March 21, 2007

1

Some way down the road the default php.ini started to get shipped with settings that stopped the error printing. The default location of this file is /usr/local/lib/php.ini, and the most common settings that controls the error reporting behaviour is listed below: error_reporting = E_ALL | E_ERROR | ... | E_USER_NOTICE display_errors = On | Off… [Read more…]

Tagged:
Posted in: Uncategorized

Character encodings by example

March 20, 2007

0

In this text I asume you have a basic understanding of character sets. Take a look at the reference section if you need to take a look into that area. You can use the code charts at http://www.unicode.org/charts/ to see the code points of the characters we will use. I use Microsoft Calculator to convert… [Read more…]

Posted in: Uncategorized
Follow

Get every new post delivered to your Inbox.