• Tags

    a background body border br checkbox color COUNT CREATE css div doctypes DROP echo font foreach form function head hr img input INSERT int link loop margin marquee menu MS SQL mySQL ol Oracle p PHP postgreSQL pre radio SELECT string table textarea ul variables while
  • Recent Posts

  • Jan
    25
    2010

    SQL

    Written by: Sandra - 0 Comments

    Tags: , , , , , , , , ,
    Categories: Webdevelopment

    What is SQL? SQL is a database server which makes it easy for a web developer to build dynamic web pages. It stores different kind of data which we can easy fetch when we need it. Regardless if you are fetching your address book with your e-mail client or if you are making a search on google, you are using a database server. So SQL isn’t only used for web pages. Its a handy tool for all applications.

    Continue reading : SQL »



    Jan
    25
    2010

    PHP

    Written by: Sandra - 0 Comments

    Tags: , , , , , , , ,
    Categories: Webdevelopment

    PHP is a very known and well liked scripting language. Its widely used on websites who want a dynamic exterior rather then plain static one. To find out more about PHP visit their website at: www.php.net.
    On the first section I will demonstrate an easy way to start thinking like a programmer. So you wont be completely lost in the dark when I start babbling on about if and else further down.

    Continue reading : PHP »



    Jan
    25
    2010

    CSS

    Written by: Sandra - 0 Comments

    Tags: , , , , , , , , , ,
    Categories: Webdevelopment

    Welcome to the section for CSS, here I will try to explain how you can optimize your website with fancy looks.
    Most websites on the internet today uses some form of CSS to make it look better. And there are many ways of enhancing your site with it. I can tell you right now, that I don’t know half of what is available. But I will try to teach you the things I do know.

    Continue reading : CSS »



    Jan
    25
    2010

    HTML

    Written by: Sandra - 0 Comments

    Tags: , , , , , , , , , , , , , , , , , , , , , ,
    Categories: Webdevelopment

    Welcome to the documentation for HTML, here I will explain some basic things about HTML.

    When you code a website its important to validate the code so you know you have done the right things. Misspellings can make the website be read wrong by the browser and make the whole thing messed up. A great validator I always use is http://validator.w3.org.

    Continue reading : HTML »