Vote for BP.Net for the 2013 Forum of the Year! Click here for more info.

» Site Navigation

» Home
 > FAQ

» Online Users: 3,262

1 members and 3,261 guests
Most users ever online was 6,337, 01-24-2020 at 04:30 AM.

» Today's Birthdays

None

» Stats

Members: 75,097
Threads: 248,541
Posts: 2,568,758
Top Poster: JLC (31,651)
Welcome to our newest member, Travism91
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26
  1. #11
    Venom Life Neal's Avatar
    Join Date
    11-23-2008
    Location
    Louisiana
    Posts
    7,084
    Thanks
    601
    Thanked 2,140 Times in 1,556 Posts
    Blog Entries
    8
    Images: 1

    Re: Having issues designing my website any words of wisdom?

    If you were just doing a sort of forums or something, I will help you for free.

    If you are doing it for like a business or something, I would like some kind of compensation, weither it be for a snake or so.

    Either or, let me know what you intend to do.
    -Venomous-

    1.0 - Naja siamensis - Zeus (Black & White Spitting Cobra)
    1.0 - Naja n. woodi - Hades (Black Spitting Cobra)
    0.1 - Naja nigricollis - Athena (Black-necked Spitting Cobra)

    coming at some point in the future
    Naja annulata (Ringed Water Cobra)




  2. The Following User Says Thank You to Neal For This Useful Post:

    cornball252 (08-17-2009)

  3. #12
    Registered User cornball252's Avatar
    Join Date
    08-15-2009
    Location
    Orlando, FL
    Posts
    250
    Thanks
    22
    Thanked 23 Times in 21 Posts

    Re: Having issues designing my website any words of wisdom?

    I will keep you guys posted!

  4. #13
    BPnet Senior Member Nate's Avatar
    Join Date
    07-31-2004
    Location
    Northern Virginia
    Posts
    9,863
    Thanks
    127
    Thanked 625 Times in 386 Posts
    Images: 15

    Re: Having issues designing my website any words of wisdom?

    WordPress is definitely a great platform and can easily be converted to a Content Management System - while keeping its original purpose as a blog.

    of course, it's all developed in PHP - so look at the themes that already exist and duplicate the default theme - and then customize it to fit your needs...that's what I'd do if it was my first time learning how it works.

    You have PHP, HTML, and CSS all in the mix - not something a first timer wants to dive into. You can also look at some pre-existing themes for WP and just customize it to fit your needs.

    I wouldn't use textedit or notepad or any of those default text editors. Neal - I don't know how you do it - but I would go blind looking at hundreds of lines of code with no color differentiation. I use TextMate (mac application) that separates elements into colors - so you don't go cross eyed

  5. The Following User Says Thank You to Nate For This Useful Post:

    cornball252 (08-17-2009)

  6. #14
    Telling it like it is! Stewart_Reptiles's Avatar
    Join Date
    09-28-2006
    Posts
    24,845
    Thanks
    6,116
    Thanked 20,811 Times in 9,584 Posts
    Blog Entries
    1
    Images: 6

    Re: Having issues designing my website any words of wisdom?

    If you want to build your website working with WordPress here is something that will help you easily create you own template to use with WordPress (or with Joomla) http://www.artisteer.com/?utm_source...tm_campaign=ls
    Deborah Stewart


  7. The Following User Says Thank You to Stewart_Reptiles For This Useful Post:

    cornball252 (08-17-2009)

  8. #15
    Venom Life Neal's Avatar
    Join Date
    11-23-2008
    Location
    Louisiana
    Posts
    7,084
    Thanks
    601
    Thanked 2,140 Times in 1,556 Posts
    Blog Entries
    8
    Images: 1

    Re: Having issues designing my website any words of wisdom?

    Quote Originally Posted by Nate View Post
    WordPress is definitely a great platform and can easily be converted to a Content Management System - while keeping its original purpose as a blog.

    of course, it's all developed in PHP - so look at the themes that already exist and duplicate the default theme - and then customize it to fit your needs...that's what I'd do if it was my first time learning how it works.

    You have PHP, HTML, and CSS all in the mix - not something a first timer wants to dive into. You can also look at some pre-existing themes for WP and just customize it to fit your needs.

    I wouldn't use textedit or notepad or any of those default text editors. Neal - I don't know how you do it - but I would go blind looking at hundreds of lines of code with no color differentiation. I use TextMate (mac application) that separates elements into colors - so you don't go cross eyed
    I've been doing it like that for probably the last 6-7 years. First 3 I spent with front page & dreamweaver. It sometimes gets confusing because of everything being right there and not being color difference like in some of the html programs.
    -Venomous-

    1.0 - Naja siamensis - Zeus (Black & White Spitting Cobra)
    1.0 - Naja n. woodi - Hades (Black Spitting Cobra)
    0.1 - Naja nigricollis - Athena (Black-necked Spitting Cobra)

    coming at some point in the future
    Naja annulata (Ringed Water Cobra)




  9. #16
    BPnet Senior Member Nate's Avatar
    Join Date
    07-31-2004
    Location
    Northern Virginia
    Posts
    9,863
    Thanks
    127
    Thanked 625 Times in 386 Posts
    Images: 15

    Re: Having issues designing my website any words of wisdom?

    Quote Originally Posted by Neal View Post
    I've been doing it like that for probably the last 6-7 years. First 3 I spent with front page & dreamweaver. It sometimes gets confusing because of everything being right there and not being color difference like in some of the html programs.
    You spent the first few years using Front Page and DW - and then switched to Notepad? that's kinda....a step backwards.

    To each their own

  10. #17
    BPnet Veteran
    Join Date
    01-30-2009
    Posts
    6,112
    Thanks
    1,163
    Thanked 1,689 Times in 1,200 Posts
    Images: 4

    Re: Having issues designing my website any words of wisdom?

    this is the code i use on html to have a image as a link as well.

    <A HREF="your file name.html">
    <IMG SRC="image name.jpg" ALT="ANYTHING GOES HERE" ISMAP
    HEIGHT=600 WIDTH=600 align=middle>

    </A>

    I use wordpad for my website deisgns. Its what i know and what i love to do when im bored
    Last edited by RichsBallPythons; 08-17-2009 at 02:43 PM.

  11. #18
    Registered User cornball252's Avatar
    Join Date
    08-15-2009
    Location
    Orlando, FL
    Posts
    250
    Thanks
    22
    Thanked 23 Times in 21 Posts

    Re: Having issues designing my website any words of wisdom?

    Quote Originally Posted by flameethrower View Post
    this is the code i use on html to have a image as a link as well.

    <A HREF="your file name.html">
    <IMG SRC="image name.jpg" ALT="ANYTHING GOES HERE" ISMAP
    HEIGHT=600 WIDTH=600 align=middle>

    </A>

    I use wordpad for my website deisgns. Its what i know and what i love to do when im bored
    so if I just choose a file name it will upload automatically from my pc? how does that work?

  12. #19
    Venom Life Neal's Avatar
    Join Date
    11-23-2008
    Location
    Louisiana
    Posts
    7,084
    Thanks
    601
    Thanked 2,140 Times in 1,556 Posts
    Blog Entries
    8
    Images: 1

    Re: Having issues designing my website any words of wisdom?

    Quote Originally Posted by Nate View Post
    You spent the first few years using Front Page and DW - and then switched to Notepad? that's kinda....a step backwards.

    To each their own
    I don't really like the new editors, and the one I used way back when isn't available anymore, that's the only reason I switched to notepad, but I use what is called metapad(its transparent).
    -Venomous-

    1.0 - Naja siamensis - Zeus (Black & White Spitting Cobra)
    1.0 - Naja n. woodi - Hades (Black Spitting Cobra)
    0.1 - Naja nigricollis - Athena (Black-necked Spitting Cobra)

    coming at some point in the future
    Naja annulata (Ringed Water Cobra)




  13. #20
    BPnet Veteran
    Join Date
    01-30-2009
    Posts
    6,112
    Thanks
    1,163
    Thanked 1,689 Times in 1,200 Posts
    Images: 4

    Re: Having issues designing my website any words of wisdom?

    that code has to be added to the body in the code. then you direct your .html in the place and the image and save it. once saved the server should update that page on the .com and you should see it.

    <A HREF="welcome-richs-ball-pythons.html">
    <IMG SRC="images/enter.jpg" ALT="Richs Ball Pythons!" ISMAP
    HEIGHT=600 WIDTH=600 align=middle>

    </A>
    Above is what mine looks like to give you idea. just fill it in with your file names and be sure its in the body.

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBadvanced CMPS v4.2.1