Results 1 to 8 of 8

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Spamming the boards! HellfiG's Avatar
    Join Date
    Oct 2010
    Replies
    139
    Country
    Belgium
    Xfire
    leaderplop
    Hi,

    My job is making sites. This is how we work (This will be similar to what JoNny said):

    First you need someone, or do it yourself. Who makes the DESIGN of your site on Photoshop.
    Basically you will have 1 big image, that will be the design of your site.

    With Photoshop you can then 'SLICE' every section of that image and save it as HTML code.
    For example in your design you slice the menu bar, and all other functions.
    After you have sliced EVERYTHING, you can save it as html (and images (or just html)).

    => Photoshop generated your HTML code, blank spots will get an IMAGE (blank image of course) in the html code. Also the generated html code, will be generated in one big table.

    Now you have to put things right with CSS, which is pretty easily and fast done if you know how to work with CSS
    + add some html coding yourself. Like links, images,... (you still have to make the MENU work, for example...)

    Add the end, when that's done. You can add special features to it.
    With javascript and/or PHP(and MySQL).

    If you want a decent site, with shoping features, newsletter, news-section, product-list, you'll be working on this a whole week.


    Basically this was a very very very simple summarize in how to make a site.

    Good luck.

  2. #2
    Manager JoNny's Avatar
    Join Date
    Mar 2011
    Replies
    1,461
    Country
    Germany
    Xfire
    dssjonny
    Steam
    dssjonny
    Discord
    JoNny#4432
    Clan
    -TB#
    Quote Originally Posted by HellfiG View Post
    Hi,

    My job is making sites. This is how we work (This will be similar to what JoNny said):

    First you need someone, or do it yourself. Who makes the DESIGN of your site on Photoshop.
    Basically you will have 1 big image, that will be the design of your site.

    With Photoshop you can then 'SLICE' every section of that image and save it as HTML code.
    For example in your design you slice the menu bar, and all other functions.
    After you have sliced EVERYTHING, you can save it as html (and images (or just html)).

    => Photoshop generated your HTML code, blank spots will get an IMAGE (blank image of course) in the html code. Also the generated html code, will be generated in one big table.

    Now you have to put things right with CSS, which is pretty easily and fast done if you know how to work with CSS
    + add some html coding yourself. Like links, images,... (you still have to make the MENU work, for example...)

    Add the end, when that's done. You can add special features to it.
    With javascript and/or PHP(and MySQL).

    If you want a decent site, with shoping features, newsletter, news-section, product-list, you'll be working on this a whole week.


    Basically this was a very very very simple summarize in how to make a site.

    Good luck.
    You're right, for a really professional website, a designer would be good to have.
    But this isn't necessary. You can make websites with css only. There isn't any pictures necessarily needed.

    Btw: JS won't bring any big functionality to your site. It's more for front-end coding. PHP / ASP / NET are back-end.
    And "slicing" photoshop pictures isn't needed aswell. You can do the same just by css.

    Regards,

Posting Permissions