Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Tags for this Thread

+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: HTML thread

  1. #11
    Wicca 4 life's Avatar
    Senior Member

    Status
    Offline
    Join Date
    Sep 2010
    Posts
    207
    Downloads
    0
    Uploads
    0

    HTML thread

    Will that help me make a damn horizontal scroll box within the webpage, if so I'll look into when I get home.

  2. #12
    Mark Ronson's Avatar
    Senior Member

    Status
    Offline
    Join Date
    May 2009
    Posts
    212
    Downloads
    0
    Uploads
    0

    HTML thread

    http://elementiks.com/web_resources.php - in school
    I think the above is one of the most valuable and time saving sites I used when I was doing this stuff in school and still doing sites on the side.

    http://abduzeedo.com/
    This is one of the best blogs for web design from a designer's standpoint. Most of the content is strictly design but the web stuff is really worth looking at.


    http://960.gs/
    960 is an html grid system. What it does is allow you to build your own HTML without having to move the main sections of the page using CSS, or defining their sizes with your own HTML. It's not too hard to get the hang of using and it's a huge time saver. This might be helpful with your horizontal slider issue.


    I'm no pro at this stuff, there's people on here who are much better than me who hopefully will chime in, but I know that the above resources can be extremely useful. You just have to read a bunch of stuff and practice as much of it as you can, really.








    I don't think frames are really used anymore, actually according to w3c future HTML versions won't even support them
    http://www.w3schools.com/html/html_frames.asp


    Like Bart said, your best bet is to learn how to use CSS to manipulate your HTML. CSS has been around for awhile, and it was invented because styling things in HTML can be very messy. Frames and tables are sort of old technology. What you want to do is create your main HTML elements (headers, sidebar, content area, footer) and maniupulate those, and any other elements within, using CSS. It's actually pretty easy, a lot easier than trying to do all the design stuff, fonts, etc. in HTML. Spend a little time reading about CSS and go from there
    http://www.w3schools.com/css/default.asp

  3. #13
    petlover014's Avatar
    Senior Member

    Status
    Offline
    Join Date
    Jul 2009
    Posts
    230
    Downloads
    0
    Uploads
    0

    HTML thread

    No it won't help you make a horizontal scroll box. It is a possibilty that css style sheets would work, but I doubt it. I'll get my machine out later and look at it, on my phone right now.

    Just read this part on Doug's W3 link...

  4. #14
    MeatHammer's Avatar
    Senior Member

    Status
    Offline
    Join Date
    Jul 2009
    Posts
    251
    Downloads
    0
    Uploads
    0

    HTML thread

    for your horizontal scrollbar:

    http://sorgalla.com/projects/jcarousel/



    this requires installing jQuery, which is a javascript library. It's actually pretty easy to do.

  5. #15
    kmosley79's Avatar
    Senior Member

    Status
    Offline
    Join Date
    Oct 2010
    Posts
    192
    Downloads
    0
    Uploads
    0

    HTML thread

    That does look simple.

  6. #16
    dance's Avatar
    Senior Member

    Status
    Offline
    Join Date
    Jul 2009
    Posts
    255
    Downloads
    0
    Uploads
    0

    HTML thread

    Appreciate that. I actually sturabled across this article ( http://css-tricks.com/166-how-to-cre...crolling-site/ ) and it recommenRAB Jquery too haha.

  7. #17
    Pam T's Avatar
    Senior Member

    Status
    Offline
    Join Date
    Jul 2009
    Posts
    248
    Downloads
    0
    Uploads
    0

    HTML thread

    If you end up trying to learn some stuff, here's a forum that I used when I was taking C++ in school:

    http://www.daniweb.com/

    There's a ton of active users. Although there's a lot of know-it-alls, you get some pretty helpfull feedback/debugging help

  8. #18
    Mikey G's Avatar
    Senior Member

    Status
    Offline
    Join Date
    Jul 2009
    Posts
    234
    Downloads
    0
    Uploads
    0

    HTML thread

    How would I find the direct link to the cams they use on surfline? I'm sick of sitting through bullshit aRAB to check the surf. I view the source code and look for what they'd be linking to, but can't find it. Is it even possible to find the link they have? Or is it some sort of internally hosted thing?

  9. #19
    bikerboy's Avatar
    Senior Member

    Status
    Offline
    Join Date
    Jul 2009
    Posts
    248
    Downloads
    0
    Uploads
    0

    HTML thread

    I don't think that's possible. You could make a custom HTML page that includes all the cameras you are interested in on a single page, but you cannot change the way the flash feed is sent.

  10. #20
    Evol's Avatar
    Senior Member

    Status
    Offline
    Join Date
    Jul 2009
    Posts
    243
    Downloads
    0
    Uploads
    0

    HTML thread

    I don't want to put it on my webapge or anything, I just want to isolate the camera so I can always link directly to it and avoid aRAB, doesn't sound like it's possible though.

 

 

Quick Reply Quick Reply

Click here to log in


What color is our footer?

Thread Information

Users Browsing this Thread

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

Bookmarks

Posting Permissions

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