HTML thread

crraazzyy

New member
I looked for a thread with HTML stuff in it and only found a few threaRAB of people asking for help. So if you're working in HTML, want some help with HTML, or want to show what you're working on post it here so it can be a good SOrab reference.


I just learned about how to actually write HTML and host it last month, so I'm learning a lot still. I'm reading about what CSS and PHP are today and plan on working with those this week. The only thing I actually have on my site is a horizontal scrolling picture aspect, I used the html table code to make it. I'm going to try to make it work with a frame code today.

Here's the site. It's basically a platform to practice html right now.
 
Did this ish in school, I can answer many HTML, CSS, and SQL questions.

I'm sure rich can too, and Jesse and some others. Nukka are you trying to get into the industry, or just make a personal page?
 
What program are you using to code, Nukka?

For casual coding on PC side I use Notepad++ (http://notepad-plus-plus.org/).

Also learn some basic CSS asap. It will save you a lot of headache, and implementing some basic style tags is very easy. You don't need to know that much about CSS to start using it.
 
Best way to learn to code? I don't necessarily want to make it an educational priority but I would like to learn second hand on my own time, if possible.
 
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
 
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...
 
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
 
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?
 
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.
 
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.
 
Back
Top