Kallfors Kök Website
Inspired from the technology on NK - Nordiska Kompaniets website, we proudly present Kallfors Köks flash website. Giving the visitor a modern and unique surf experience.
Visit the flash site at www.kallfors.com/kok
Kallfors Kök use a full flash home-page.
Flash is a technology to add interactivity to the home-page. Often used in animated banners. Here we use creative programming to add flash to the whole page. With flash we can deliver a unique look hard to achieve with standard xhtml.

Roy Frisk and his coalleges at Kallfors Kök update their lunch menu weekly with an easy-to-use administration interface developed by Bibblan.
Behind the scenes
Bibblan delivered ideas, design, programming & animations.
Technical Comment by Martin Jansson
Kallfors Kök home-page is based on flash. Flash is retrieving text and pictures via XML generated with PHP from the information stored in a MySql database. Kallfors updates the information in the database via an administration interface.
XML is information stored in a text-format representing elements in a hierarchy.
Kallfors Kök's XML looks like following example. Can you see the hierarch and elements representing the information on Kallfors Kök home-page?
<?xml version="1.0" encoding="UTF-8"?>
<articles>
<article title="Grillbuffe">
<image_url>/thumbnails/grillbuffe.jpg</image_url>
<body><![CDATA[Välkommen till kallfors kök på grillbuffé...]]></body>
</article>
<article title="Nya bilder att titta på!">
<image_url>/thumbnails/kallfors_logo.jpg</image_url>
<body><![CDATA[Välkommen till kallfors kök på grillbuffé...]]></body>
</article>
</articles>
Conclusion - the above XML information is read by the flash technology and then presented visually in the browser. See Kallfors Kök home-page.

