This site 

Welcome to my new website. This site will replace my existing wordpress blogg at Preneeth.se. At this new site you can check out my photos, information about me and what I do etc...

When I decided to make this site I did not really wan't to use any CMS systems or blog systems like Wordpress again. I decided to develop a site in the new HTML5 and CSS3 technology from scratch with innovative solution to dynamically edit and show web-content such as the photo gallery.

I will try to use english as the main language of the site, but sometimes it may be written in swedish.


This website is made in HTML5 and I can't recommend you to use an old browser like IE 6 or 7. This site is tested and works with: Safari (Mac+Win), Firefox(Mac+Win) and Internet Explorer 9.

Hej

Xml or db or..?


One of the techniques that are available is xml. But I felt that it was not necessary to implement and I needed to come up with some more lightweight kind of storage solution. With only some PHP foreach loops and arrays I managed to create a simple way to create files with great structure (lines & columns). So, instead of storing data in complex xml structure or a MySQL database I use only a couple of textfiles that contains all information needed for the entire website.

I use this structure:

<sml>
    <line>       
        <column>Data...</column>....
   </line>....
</sml>


Smart solution?