+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: whose NICE?

  1. #1
    connie's Avatar
    connie is offline x10Hosting Member connie is an unknown quantity at this point
    Join Date
    Feb 2005
    Location
    texas
    Posts
    14

    Talking whose NICE?

    could someone help me out with basically web design stuff? cuz connie here kinda sucks at it. /=
    !!!!!!!!!!!



  2. #2
    bigguy's Avatar
    bigguy is offline Retired bigguy is an unknown quantity at this point
    Join Date
    Mar 2005
    Location
    Canada
    Posts
    5,426

    Re: whose NICE?

    I`m sure theres someone around here that can help you .....there are alot of grfx wiz`s around here
    P.C. Tweakr - For all your computer and internet support
    P.C. Tweakr - For all your SMF help and support

  3. #3
    |Born2Shoot|'s Avatar
    |Born2Shoot| is offline GFX-Designer |Born2Shoot| is an unknown quantity at this point
    Join Date
    Apr 2005
    Location
    The Netherlands, De Lier
    Posts
    324

    Re: whose NICE?

    :happy: LO GFX wizard :happy: :original: well i don't know if im a gfx wizard but i can make good graphics i think of myself


    b2s.x10hosting.com
    | x10 Ad Code | Apply For Hosting | T.O.S |

  4. #4
    TranceOperator's Avatar
    TranceOperator is offline x10 Sophmore TranceOperator is an unknown quantity at this point
    Join Date
    Mar 2005
    Location
    Louisville, KY
    Posts
    143

    Re: whose NICE?

    Well....basically this is how I do it:

    1. Get Photoshop 7 or 8
    2. Design a layout
    3. Cut it up for the areas I want to have content in (text, iframes, ect.)
    4. Save it as a web document (Photoshop writes a .HTML page and puts all of your design with it)
    5. Code the layout to have live content.
    6. Upload to my site :happy:

    Now that's a very very basic tutorial. If you don't know how to do anything that I mentioned, it would be tough.

    Here

    1. Get Photoshop 7 or 8 - www.Adobe.com you can usually get a free 30 trial
    2. Design a layout - Try searching www.Google.com for tutorials on web design, effects, ect. As you learn new ways to make things look, you'll develoup your own unique style.
    3. Cut it up for the areas I want to have content in (text, iframes, ect.) - By cut I mean using the "Slice" tool. You choose areas for each part of the layout to be "cut". i.e. Photoshop saves it as its own images, and puts them all together in the actual layout. This is so you can put text, or anything else, over an image. A turorial on cutting and coding layouts with Photoshop by -SE7EN- is here (video)
    4. Save it as a web document (Photoshop writes a .HTML page and puts all of your design with it)
    5. Code the layout to have live content. - Open the document Photoshop just exported, usually named what your design was. I use 1stPage2000 (www.evrsoft.com) it's totally free, and very easy. Anyway, to put text over any image in your layout, view the layout as it is, and then choose where you want the text to go. Right click and select "save target as". This tells you the image name. Copy the image name then click cancel. Find that image in 1stPage2000 (in the HTML coding) and above that image you will see a <td>.
    It's usually like <td width="535" height="444">

    what you want to do is make the image below it the td background, so that you can put writing over it.

    so instead of:

    <TD COLSPAN=11>
    <IMG SRC="http://elitenick.com/v3test/images/elitenickdotcomv3_24.gif" WIDTH=470 HEIGHT=42 ALT=""></TD>

    It needs to be:

    <TD COLSPAN=11 background=="http://elitenick.com/v3test/images/elitenickdotcomv3_24.gif" WIDTH=470 HEIGHT=42><center>TEXT!!! Woot woot
    </TD>

    6. Upload to my site :happy: - Use an FTP uploader. Faster than using an HTML uploader. www.cuteftp.com


    Alright I know this is too difficult to understand for newbies probably...but hey.

    :ermm:

  5. #5
    |Born2Shoot|'s Avatar
    |Born2Shoot| is offline GFX-Designer |Born2Shoot| is an unknown quantity at this point
    Join Date
    Apr 2005
    Location
    The Netherlands, De Lier
    Posts
    324

    Re: whose NICE?

    Quote Originally Posted by connie
    could someone help me out with basically web design stuff? cuz connie here kinda sucks at it. /=
    Do you know html php or any language first off? (Graphics later)

    Well get a code language first, then learn how to use a Graphics programm like adobe photoshop then find soem tutorials and try to learn as much as possible,, then go get dreamweaver learn how to slice up your template and learn how to code it so it can be edited :happy:


    b2s.x10hosting.com
    | x10 Ad Code | Apply For Hosting | T.O.S |

  6. #6
    Kyle's Avatar
    Kyle is offline x10Hosting Member Kyle is an unknown quantity at this point
    Join Date
    Feb 2005
    Posts
    19

    Re: whose NICE?

    do u want to learn how to use Photoshop, or an HTML/PHP editor?

  7. #7
    connie's Avatar
    connie is offline x10Hosting Member connie is an unknown quantity at this point
    Join Date
    Feb 2005
    Location
    texas
    Posts
    14

    Re: whose NICE?

    Quote Originally Posted by Kyle
    do u want to learn how to use Photoshop, or an HTML/PHP editor?
    yesh.

    gfx? whats that?

    thanx for the advice guys [= sry i was a little slow in repsonding .

    know basic html. none java/flash erm whats iframe? i think thatsa pretty cool.

    how long to make a layout? if its your first time?
    !!!!!!!!!!!



  8. #8
    |Born2Shoot|'s Avatar
    |Born2Shoot| is offline GFX-Designer |Born2Shoot| is an unknown quantity at this point
    Join Date
    Apr 2005
    Location
    The Netherlands, De Lier
    Posts
    324

    Re: whose NICE?

    well , i would suggest before uploading and launching your site , to get most of the bugs and defaults out of your site :original: then upload it.

    When i just started i began to make a layout, that costed me a week, iwanted everything perfect, so then i coded it in one day thats about it, now i do it a lot more faster, but i wish i had the patience i had in the beginning, :online2lo :grin:


    b2s.x10hosting.com
    | x10 Ad Code | Apply For Hosting | T.O.S |

  9. #9
    connie's Avatar
    connie is offline x10Hosting Member connie is an unknown quantity at this point
    Join Date
    Feb 2005
    Location
    texas
    Posts
    14

    Re: whose NICE?

    haha
    welll
    no schoool
    maybe ill get around to attempt to make one.
    thanks
    !!!!!!!!!!!



  10. #10
    BigEmmaFanz is offline x10 Sophmore BigEmmaFanz is an unknown quantity at this point
    Join Date
    May 2005
    Posts
    116

    Re: whose NICE?

    well , i would suggest before uploading and launching your site , to get most of the bugs and defaults out of your site then upload it.

    When i just started i began to make a layout, that costed me a week, iwanted everything perfect, so then i coded it in one day thats about it, now i do it a lot more faster, but i wish i had the patience i had in the beginning,.
    XD.. I was the same and I'm still the same... I get lazier to spend time on a layout as time goes by.. >,<
    http://<a href="http://</font>&#91;url="...l.net</a> </a>"Emma Watson Central | Your Fav. Emma Watson Fan Site!

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Nice trick :P
    By Fedlerner in forum Off Topic
    Replies: 34
    Last Post: 11-08-2006, 08:13 AM
  2. Hi! Nice To Meet You
    By verdefuego in forum Introductions
    Replies: 1
    Last Post: 05-27-2006, 11:52 AM
  3. [OFFER] Simple but nice custome website.
    By NielsJanssen in forum The Marketplace
    Replies: 0
    Last Post: 10-02-2005, 07:09 AM
  4. Do you want to Make Nice Games???
    By Chirantha in forum Scripts & 3rd Party Apps
    Replies: 21
    Last Post: 09-09-2005, 01:07 AM
  5. Nice designs you guys have
    By pulse__xx in forum Graphics & Webdesign
    Replies: 2
    Last Post: 08-29-2005, 07:58 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers