Go Back   iGuides Webmasters and Business Talk > Forum > iGuides Tutorials > Designing Tutorials
  Forgotten Your Password?

Welcome to the iGuides Webmasters and Business Talk

+ Reply to Thread
Results 1 to 14 of 14
  1. #1
    tech3 is offline Newbie tech3 is on a distinguished road
    Join Date
    Feb 2008
    Posts
    3

    Default Converting PSD to HTML part 2

    Hi, I m back with the second version of the tutorial I posted yesterday. If you have missed it, here is the link for it.

    Converting PSD to HTML

    Now, in this tutorial, we would be dealing with the slicing and initial PSD handling in detail because it is the most important part for the design of the final web page. After that, we would be discussing the XHTML programming, and how this conversion can be implemented in XHTML.

    HANDLING THE PSD

    The PSD was initially loaded into Photoshop as shown below.



    Now, we are supposed to first slice the PSD and then store these slices individually into a folder, which would then be handled by our XHTML code.

    For Slicing, after selecting the Slice tool as shown in the previous tutorial, we decide the areas which would be sliced from the PSD. A slice is basically a division of Source into functional parts. In this case, we can slice out the Home, Contact Us etc icons because they would be used as links in our web-page as shown below.



    For making these individual slices, cut them using the slice tool by clicking and dragging around the area which you would like to cut. Now, right click and select Edit Slice Options and give it a name. For example, the Home icon has been cut below, and been given a name using the above procedure.



    Now comes another important step, that of saving these individual slices into a folder. For that, we use the option of File> Save for Web or Devices. On clicking this option, a dialog box, as shown in last tutorial, appears. Select images(.gif) format, and settings to be XHTML ( the default being HTML 4.01), and all user slices. Browse to a location in your PC, and save the file. This would produce all the individual slices as images which can be used in our HTML/XHTML code.

    XHTML

    The basic code, which would be used in rendering this sliced PSD, and inserting images is shown below. The below code inserts the Home image into the web page.



    The CSS code



    I hope its clear now, and you can move forward to slicing and dicing your PSD to functional interfaces now. Cheers!

    By iGuides' Tutorial Writer: Jitesh Banga

    Source: iGuides.org Webmasters Talk
    Last edited by tech3; 03-03-2008 at 05:15 PM.

  2. #2
    smub's Avatar
    smub is offline Newbie
    Recent Blog: $blogTitle
    smub is on a distinguished road
    Join Date
    Jan 2008
    Location
    balkhis.com
    Posts
    43

    Default

    it doesn't seem clear to me because i can't scroll your css codes and if i was to be a beginner i wouldn't know what you did with the rest of the css file, so i would be lost.

    perhaps posting a text file would be nice.
    Balkhis - Vision for Success
    Word Scrawl - Let the words speak
    Uzzz Productions - New era for innovation

  3. #3
    iGuides's Avatar
    iGuides is offline Administrator
    Recent Blog: $blogTitle
    iGuides is on a distinguished road
    Join Date
    Sep 2007
    Posts
    1,165

    Default

    That's nice effort, effective guide for beginners.
    "Enhance Online Business with iGuides Webmasters and Business Talk"

  4. #4
    ndrewstrauss is offline Newbie ndrewstrauss is on a distinguished road
    Join Date
    Mar 2010
    Posts
    13

    Default

    Quote Originally Posted by tech3 View Post
    Hi, I m back with the second version of the tutorial I posted yesterday. If you have missed it, here is the link for it.

    Converting PSD to HTML

    Now, in this tutorial, we would be dealing with the slicing and initial PSD handling in detail because it is the most important part for the design of the final web page. After that, we would be discussing the XHTML programming, and how this conversion can be implemented in XHTML.

    HANDLING THE PSD

    The PSD was initially loaded into Photoshop as shown below.



    Now, we are supposed to first slice the PSD and then store these slices individually into a folder, which would then be handled by our XHTML code.

    For Slicing, after selecting the Slice tool as shown in the previous tutorial, we decide the areas which would be sliced from the PSD. A slice is basically a division of Source into functional parts. In this case, we can slice out the Home, Contact Us etc icons because they would be used as links in our web-page as shown below.



    For making these individual slices, cut them using the slice tool by clicking and dragging around the area which you would like to cut. Now, right click and select Edit Slice Options and give it a name. For example, the Home icon has been cut below, and been given a name using the above procedure.



    Now comes another important step, that of saving these individual slices into a folder. For that, we use the option of File> Save for Web or Devices. On clicking this option, a dialog box, as shown in last tutorial, appears. Select images(.gif) format, and settings to be XHTML ( the default being HTML 4.01), and all user slices. Browse to a location in your PC, and save the file. This would produce all the individual slices as images which can be used in our HTML/XHTML code.

    XHTML

    The basic code, which would be used in rendering this sliced PSD, and inserting images is shown below. The below code inserts the Home image into the web page.



    The CSS code



    I hope its clear now, and you can move forward to slicing and dicing your PSD to functional interfaces now. Cheers!

    By iGuides' Tutorial Writer: Jitesh Banga

    Source: iGuides.org Webmasters Talk

    Thanks, dude for nice post.

  5. #5
    psdtohtmlcss is offline Newbie psdtohtmlcss is on a distinguished road
    Join Date
    Jul 2010
    Posts
    2

    Default

    Thanks for this awesome information.
    More Resource of PSD to HTML / XHTML , PSD to CSS, PSD to Joomla, PSD to Wordpress, PSD to Drupal, PSD to Magento, Custom Web Design Services, Dynamic Web Development, PSD to Oscommerce, Social Media Marketing Services with best quality.

  6. #6
    psdtohtml's Avatar
    psdtohtml is offline Newbie psdtohtml is on a distinguished road
    Join Date
    Jul 2010
    Posts
    2

    Default PSD to HTML conversion

    Quote Originally Posted by tech3 View Post
    Hi, I m back with the second version of the tutorial I posted yesterday. If you have missed it, here is the link for it.

    Converting PSD to HTML

    Now, in this tutorial, we would be dealing with the slicing and initial PSD handling in detail because it is the most important part for the design of the final web page. After that, we would be discussing the XHTML programming, and how this conversion can be implemented in XHTML.

    HANDLING THE PSD

    The PSD was initially loaded into Photoshop as shown below.



    Now, we are supposed to first slice the PSD and then store these slices individually into a folder, which would then be handled by our XHTML code.

    For Slicing, after selecting the Slice tool as shown in the previous tutorial, we decide the areas which would be sliced from the PSD. A slice is basically a division of Source into functional parts. In this case, we can slice out the Home, Contact Us etc icons because they would be used as links in our web-page as shown below.



    For making these individual slices, cut them using the slice tool by clicking and dragging around the area which you would like to cut. Now, right click and select Edit Slice Options and give it a name. For example, the Home icon has been cut below, and been given a name using the above procedure.



    Now comes another important step, that of saving these individual slices into a folder. For that, we use the option of File> Save for Web or Devices. On clicking this option, a dialog box, as shown in last tutorial, appears. Select images(.gif) format, and settings to be XHTML ( the default being HTML 4.01), and all user slices. Browse to a location in your PC, and save the file. This would produce all the individual slices as images which can be used in our HTML/XHTML code.

    XHTML

    The basic code, which would be used in rendering this sliced PSD, and inserting images is shown below. The below code inserts the Home image into the web page.



    The CSS code



    I hope its clear now, and you can move forward to slicing and dicing your PSD to functional interfaces now. Cheers!

    By iGuides' Tutorial Writer: Jitesh Banga

    Source: iGuides.org Webmasters Talk

    A highly professional approach is to design to web in an artistic way by providing raw coding like PSD to HTML or PSD to XHTML conversion services that is acceptable for well being W3C (World Wide Web Consortium) validation.
    Learn more resource about PSD to HTML

  7. #7
    harry001 is offline Banned harry001 is on a distinguished road
    Join Date
    Dec 2009
    Posts
    71

    Default

    i am learning html.


    --------------
    Apartment for rent Bangkok

  8. #8
    mich52437 is offline Newbie mich52437 is on a distinguished road
    Join Date
    Mar 2011
    Posts
    1

    Default

    thanks for sharing this information...this is what i'm looking for..importing psd to html..i tried this once..and it work for me..for my first design..but when i create my second design and it's getting harder for me to import the images the one i slice..i'm a beginner..maybe you could help me...thanks

  9. #9
    Join Date
    May 2011
    Posts
    15

    Default

    thanks for intercourse this aggregation...this is what i'm hunting for..importation psd to html..i reliable this erst..and it succeed for me..for my early plan..but when i create my indorsement arrangement and it's exploit harder for me to implication the images the one i share..i'm a conceiver..maybe you could meliorate me...thanks

  10. #10
    Miketyson is offline Newbie Miketyson is on a distinguished road
    Join Date
    May 2011
    Posts
    13

    Default

    Thanks for the great information.. I like it.. and got the most important information from here.

  11. #11
    zekes is offline Master zekes is on a distinguished road
    Join Date
    Jan 2011
    Posts
    271

    Default

    This will be a great tips for me since I am reading tutorials on how to use Photoshop. Thanks for sharing it here.

  12. #12
    Join Date
    Apr 2011
    Posts
    15

    Default

    Thanks for the outstanding data.. I similar it.. and acquired the most crucial data from here.

  13. #13
    Join Date
    Apr 2011
    Posts
    15

    Default

    It does not appear clear to me since i cannot scroll your CSS codes and if i was to be a founding father i wouldn't know what you did with the rest of the CSS file, so i would be bewildered.

  14. #14
    Join Date
    Apr 2011
    Posts
    15

    Default

    It does not appear clear to me because i cannot curl your css codes and if i was to be a founder i would not know what you did with the breathe of the css file, so i would be lost.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts