| JREF Homepage | Swift Blog | Events Calendar | $1 Million Paranormal Challenge | The Amaz!ng Meeting | Useful Links | Support Us |
![]() |
|
|
|
|||||||
| Notices |
| Welcome to the JREF Forum, where we discuss skepticism, critical thinking, the paranormal and science in a friendly but lively way. You are currently viewing the forum as a guest, which means you are missing out on discussing matters that are of interest to you. Please consider registering so you can gain full use of the forum features and interact with other Members. Registration is simple, fast and free! Click here to register today. |
|
|
#1 |
|
Olympic Equestrian Wannabe
Join Date: Jul 2006
Location: Defending the Alamo
Posts: 9,255
|
Designing/building web pages?
Can anybody recommend a really good resource for learning to design and build web pages, for a totally clueless person starting several steps behind square one?
Or is there a good open-source template kind of thing out there anywhere? I have tried the "For Dummies" book, but apparently I was too dumb for it. Thanks for any help - |
|
__________________
• There is something about the outside of a horse that is good for the inside of a man. - Winston Churchill • Never wrestle with a pig - you just get dirty and the pig enjoys it. • My blog: Pardon me, may I ask... |
|
|
|
|
|
#2 |
|
Muse
Join Date: Mar 2007
Posts: 857
|
Personally, I find the title of the For Dummies series insulting - I'm not a dummy, thank you very much, although I may be a clueless neophyte.
Having said that, what sort of expectations do you have? In addition, by design do you mean aesthetics (appearance) and usability; or, the nuts and bolts of the page layout? They're quite different things, although all are important. If your expectations are modest, then a simple web page editor (such as provided online by Google Pages, or offline by free programs like OpenOffice.org's word process in HTML mode) may suffice. (Note that, historically, Microsoft Word tended to produce rather bad HTML layout - and HTML that worked best, or only, in Internet Explorer to boot. I'm not sure what the state is today.) At a slightly more advanced level HTML design programs like DreamWeaver are apparently rather good. Conversely, if you want top-notch results you should - in my opinion, anyway - get a good grounding in the layout code (HTML). Unfortunately, in that area I'm not familiar with the books available so I can't make a recommendation for you. Depending on your computer knowledge, you may need some background material first. Without knowing where you stand, it's pretty hard to recommend any. Do you know page layout? Have you done any desktop publishing or the like? Finally, do you need to do dynamic processing (such as Flash or other scripting)? If you do, you'll probably want a programmer involved at some level to get good results - non-programmers, as a rule, tend to lack the theoretical grounding to produce stable programs. This is a very large area and would One thing you can do, by the way, is to look at the HTML code for any web page accessible to you; this will be something like View Source in the View menu (depending on the browser you use). Once you get started in learning HTML, you can use that - sometimes - to see how a specific web page is constructed (although in some cases the result will be essentially gibberish). To just answer the question about templates, from a quick look OpenSource Web Design [www.oswd.org] seems to be pretty good. However, to properly use the templates you will most likely need to know Cascading Style Sheets [CSS] as well as basic HTML. For learning HTML, www.html.net - again from a quick glance - seem to be reasonable (the Learning HTML tutorial may be at the level you need - or even below; it starts by explaining browsers). The canonical resource is the W3C (standards organization); their tutorial is Getting started with HTML; I don't know if it would be at the appropriate level for you, though. - grmcdorman, who is a programmer but not a web designer or web programmer |
|
__________________
"Hello. My name is Inigo Skywalker. You are my father. Prepare to die." |
|
|
|
|
|
#3 |
|
Banned
Join Date: Aug 2008
Posts: 865
|
It's not for everybody. I'm sure you can learn to do it, just as I am sure that I can learn to speak Cantonese, but some things just aren't cost-effective and the results won't be professional. Why not hire somebody?
|
|
|
|
|
#4 |
|
Master Poster
Join Date: Mar 2005
Location: Chicago
Posts: 2,965
|
Some links you may find helpful:
Make your own Web pages very easily: http://pages.google.com/ Comprehensive list of Web design links: http://www.kayodeok.btinternet.co.uk.../webdesign.htm Free, open source templates: http://www.oswd.org/ More open source templates: http://www.openwebdesign.org/ Free Web building tutorials: http://www.w3schools.com/ |
|
|
|
|
#5 |
|
Thinker
Join Date: Aug 2008
Location: Nikiski, Alaska
Posts: 206
|
Good links jimtron.
|
|
|
|
|
#6 |
|
Olympic Equestrian Wannabe
Join Date: Jul 2006
Location: Defending the Alamo
Posts: 9,255
|
Thank you!
It's deeply appreciated - |
|
__________________
• There is something about the outside of a horse that is good for the inside of a man. - Winston Churchill • Never wrestle with a pig - you just get dirty and the pig enjoys it. • My blog: Pardon me, may I ask... |
|
|
|
|
|
#7 |
|
Graduate Poster
Join Date: Jan 2007
Posts: 1,403
|
Hi Elizabeth,
I was contemplating on this same question a few months ago and picked up this book: "Build Your Own Website The Right Way Using HTML & CSS" I was also a newbie and didn't know anything about creating web sites. Read the other readers' reviews. I think it's a great book with many examples and it even tells you where to find free editors for you to work with. Good luck. |
|
|
|
|
#8 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
I used to recommend that site, until I found the webreference.com HTML with Style tutorials, which (unlike w3schools) are standards compliant
|
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
|
|
#9 |
|
Graduate Poster
Join Date: Jan 2007
Posts: 1,403
|
I took a look at your referenced site. It looks very promising. It seems I will be visiting it often to learn new things. Thanks.
Elizabeth, whatever six7s tells you about web site development take it as if written in stone. Understand it, memorize it, cherish it. It is usually worth more than gold. That's from personal experience. |
|
|
|
|
#10 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
:head asplodes:
You're way too kind! But I'm glad my advice has been useful for you ![]() ----------- ETA: The thread where I gave yairhol some advice: JREF Forum » General Topics » Computers and the Internet |
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
|
|
#11 |
|
hairy farting brute
Join Date: Mar 2008
Location: Montréal
Posts: 972
|
Personally, I really like HTML, XHTML & CSS: Visual Quickstart Guide by Elizabeth Castro.
Very easy to follow, with plenty of illustrations (in the 6th edition, now in colour), and it teaches you not just how to make pages that work, but that meet W3C standards. Also covers some basic aesthetic design concepts, though really it dwells on the practical and technical. |
|
|
|
|
#12 |
|
binary decision maker
Join Date: Jan 2005
Location: Scotland
Posts: 705
|
|
|
|
|
|
#13 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
I and, it seems, many, many others have no problem with such self-deprecation... if anything I suspect it can make the whole experience less intimidating from the outset
Another forum I like uses this as it's motto:
Quote:
|
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
|
|
#14 |
|
Graduate Poster
Join Date: Apr 2007
Location: Denmark
Posts: 1,006
|
Eeek.. The first new article on that site is "How to create a search feature with PHP and MySQL" complete with big sql-injection holes.. Their stated remedy is a regexp - completely overlooking escape-functions or prepared statements. Not good.
|
|
__________________
"If it can grow, it can evolve" - Eugenie Scott, Ph.D Creationism disproved? Evolution IS a blind watchmaker |
|
|
|
|
|
#15 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
Please note that the OP in this thread sought recommendations "for a really good resource for learning to design and build web pages, for a totally clueless person starting several steps behind square one"
If you can find fault with the HTML with Style tutorials, please point them out |
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
|
|
#16 |
|
Cuddly Like a Koala Bear
Join Date: Jul 2007
Location: Florida
Posts: 7,276
|
I still find w3schools to be an easier site to navigate overall... I'm a stick-in-the-mud though, so I'm not exactly reliable here. I've also got an HTML/XHTML textbook around here somewhere that I'm going to have to dig out, that is super useful and has included files for modification that really get you knee-deep in the code right off the bat. I've found that by practicing on their templates, I can then shift smoothly to creating my own work by mostly cut-and-paste.
|
|
|
|
|
#17 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
One technique that I think is useful for newbies and experienced designers alike is known as MoSCoW Rules, which an be used to identify and prioritise the features and functionality of a web site
Must Haves - elements/features that are essential to the success of a siteIn my opinion, the one Must Have for any page is valid HTML If, for an absolute newbie, this means the page features nothing other than a header saying Hello World, then so be it Encouraging anyone to run before they learn to walk is an as-good-as-guaranteed way of ensuring they go splat on their face at the first hurdle
|
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
|
|
#18 |
|
Cuddly Like a Koala Bear
Join Date: Jul 2007
Location: Florida
Posts: 7,276
|
I'd never heard that one before... but it seems obvious enough that I've more or less stuck to it in practice. You get the nuts and bolts right first, and then you worry about the bells and whistles. We're almost all of us always constrained by limits of one sort or another, deadlines or budgets. Spending resources on some fancy widget is a lot less sensible than making sure that you get the basics right first.
When I've designed sites, I've always started with a basic skeleton of code, and then added on based on the priorities. It is a lot easier to create a bunch of placeholders and delete them if you run out of time, rather than spend time on unnecessary elements and fail to get the required elements implemented correctly. |
|
|
|
|
#19 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
Hi Joe,
You don't sound like an absolute newbie "starting several steps behind square one" I stopped recommending w3schools to absolute newbies because the intro is both absurdly light on 'background' (plunging the leaner into coding on the sixth line of their primer!) and, much worse - in my opinion - erroneous in that, as far as I can tell, they make no reference to DOCTYPE and CHARSET declarations in the tutorials and, on their own (actual) pages, they get them wrong! |
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
|
|
#20 |
|
Graduate Poster
Join Date: Apr 2007
Location: Denmark
Posts: 1,006
|
I gauge the quality of a reference site on the articles posted. Beginners will use google and find articles as the one I found and use the code almost verbatim. They are taught the completely wrong thing from day one. That is not good.
Quote:
I would imagine someone following the tutorials being a bit confused when the browser does the exact opposite as is described. And I'm opposed to the idea of basically saying "this is bad form - but here's how you do it" as the author does in e.g the tables chapter. "Don't use tables for layout - but here's how you do it". That's not good teaching. Teach the good form and leave it at that. That said, the intros are good. |
|
__________________
"If it can grow, it can evolve" - Eugenie Scott, Ph.D Creationism disproved? Evolution IS a blind watchmaker |
|
|
|
|
|
#21 |
|
Graduate Poster
Join Date: Apr 2007
Location: Denmark
Posts: 1,006
|
|
|
__________________
"If it can grow, it can evolve" - Eugenie Scott, Ph.D Creationism disproved? Evolution IS a blind watchmaker |
|
|
|
|
|
#22 |
|
binary decision maker
Join Date: Jan 2005
Location: Scotland
Posts: 705
|
|
|
|
|
|
#23 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
I have no vested interest in that site or any other... I simply aim to point newbies in the right direction and the webreference.com tutorials are the best I have found
If you know of a better resource, please post a link to it |
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
|
|
#24 |
|
Illuminator
Join Date: Jun 2004
Location: Muskego, WI.
Posts: 3,979
|
<Crotchety Old Man Voice>
Ahhhh... I remember back in the Good Olde Days (circa 1994) when I used to code the HTML (1.X) for my Full Thrust site in by hand using a UNIX-based text editor. That was before all yer fancy XML, CCS, Javascript, and Flash! I fell so far behind I forgot most of what I knew. Well, it's time fer shuffleboard and tapioca pudding. Mmmmmm... pudding. |
|
__________________
"As the Corpse Lord knows, men today are ill-trained--ignoble: naught but wet anuses dribbling childish terrors and superstitions! Thus is knowledge--history, science, the world of the ancients--lost, never to be regained!" --M.A.R. Barker, "The Man of Gold" |
|
|
|
|
|
#25 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
Luxury!
|
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
|
|
#26 |
|
Graduate Poster
Join Date: Apr 2007
Location: Denmark
Posts: 1,006
|
You had HTML? What extravagance!
All we had was an old azbekistani man who painted pictures of our webpages. He was deaf and couldn't read so it was all sign language. It turns out that the azbek sign for "frontpage" is very easily mistaken for "the bird".. |
|
__________________
"If it can grow, it can evolve" - Eugenie Scott, Ph.D Creationism disproved? Evolution IS a blind watchmaker |
|
|
|
|
|
#27 |
|
Graduate Poster
Join Date: Jun 2006
Location: Coldstream, Scotland
Posts: 1,086
|
I taught myself the basics using short screencasts from a guy who wrote for a PC magazine.
Doubt they're still available, but I'll have a look. |
|
__________________
"Violence is the last refuge of the incompetent" Isaac Asimov Not all cults are bad - I've joined a cult of niceness
|
|
|
|
|
|
#28 |
|
Muse
Join Date: Aug 2005
Location: Maryland
Posts: 900
|
How/what NOT to do web pages: www.webpagesthatsuck.com
|
|
__________________
"The way to see by faith is to shut the eye of reason." Benjamin Franklin |
|
|
|
|
|
#29 |
|
Illuminator
Join Date: Sep 2006
Location: SW Florida
Posts: 4,062
|
|
|
|
|
|
#30 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
The following is, I think, both easy to read and understand
![]() http://webdesign.about.com/cs/typemeasurements/a/aa042803a.htm Using Points, Pixels, Ems, or Percentages for CSS Fonts
Quote:
|
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
|
|
#31 |
|
Master Poster
Join Date: Mar 2005
Location: Chicago
Posts: 2,965
|
Article above looks good, which reminds me: it's essential to learn CSS as well as HTML. IMHO. WTF.
|
|
|
|
|
#32 |
|
Illuminator
Join Date: Sep 2006
Location: SW Florida
Posts: 4,062
|
They are talking about fonts though, I was talking about page layouts in general. Whenever possible, fixed-size web page elements should scale to the text they contain, or when that is not possible, based on the font size. Non-fixed-size elements should take up the remaining space or some fraction of it. Otherwise, you end up with something like the Yahoo mail compose page:
![]() Apart from the obvious layout problems, the entry fields are not wide enough in characters (they are a fixed pixel width). I have to shrink the font and lean in close to my screen to use the page. I'm not sight impaired, I just have a big, high-res screen and sit a fair distance from it. |
|
|
|
|
#33 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
When designing a new site, one of my first 'ports of call' is http://www.positioniseverything.net/
, which has a wealth of info, including links to Accessify.com, ClevaTrevor's Pagemaker and the sites of both Eric Meyer and Stu Nicholls - two of the leading gurus of CSS liquid layouts
Quote:
Quote:
|
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
|
|
#34 |
|
Illuminator
Join Date: Jun 2007
Posts: 3,786
|
|
|
__________________
It's amazing how many of these "paranormal" icons seem to merge together. There always seem to be theories about how they link together in some way. I'm sure someone has a very good explanation as to how Bigfoot killed JFK to help cover Roswell.-Mark Mekes This isn't rocket surgery.-Bill Nye |
|
|
|
|
|
#35 |
|
Graduate Poster
Join Date: Apr 2007
Location: Denmark
Posts: 1,006
|
|
|
__________________
"If it can grow, it can evolve" - Eugenie Scott, Ph.D Creationism disproved? Evolution IS a blind watchmaker |
|
|
|
|
|
#36 |
|
Illuminator
Join Date: Jun 2007
Posts: 3,786
|
|
|
__________________
It's amazing how many of these "paranormal" icons seem to merge together. There always seem to be theories about how they link together in some way. I'm sure someone has a very good explanation as to how Bigfoot killed JFK to help cover Roswell.-Mark Mekes This isn't rocket surgery.-Bill Nye |
|
|
|
|
|
#37 |
|
Heretic Pharaoh
Join Date: Nov 2007
Location: Pi-Broadford, Australia
Posts: 24,641
|
I have to thank and curse you for this excellent piece of advice.
Thanks, because it finally convinced me, two years after starting from scratch, to rewrite my own site in valid 4.01. I made a really bad start by originally "writing" the pages with FP, and as you can imagine, things went downhill really quickly. The first time I saw the site in Firefox I was horrified. I use Notepad2 almost exclusively now, and I just love all the FP "features" that it doesn't have. If only I'd come here first ![]() Curses for forcing me to admit that my HTML was a disgrace and I needed to buckle down to a month's(?) work to redo it properly. Still. it's keeping me off the streets. Hang on . . . More thanks due for the thrill I get from seeing that lovely green screen on the W3C validator, and for the joy of seeing my pages work in browsers other than IE. Cool! That gives you an overall rating of a Thank You + Please take an internet from petty cash. Cheers, Dave |
|
__________________
![]() Life is mostly Froth and Bubble - Adam Lindsay Gordon The Australasian Skeptics Forum
|
|
|
|
|
|
#38 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
Something I didn't notice for a while is that results from a valid page with WARNINGS are displayed in (almost) the same green screen, esp to the unwary eye (until I noticed the anomaly, I routinely loaded the results page into a new tab, and if it had a green favicon in the tab bar, I simply closed the tab and got on with my w*rk... oblivious to the possibility that there might have been any warnings
)e.g. a valid html4 strict page with this: HTML Code:
<a href="http://www.example.com" title="some text describing the link"> <img src="myImageName.jpg" alt="this image tag IS NOT terminated with a closing > bracket" </a> and <a href="http://www.example.com" title="some text describing the link"> <img src="myImageName.jpg" alt="this image tag IS terminated with a closing > bracket"> </a>
Quote:
![]() You're welcome ++; |
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
|
|
#39 |
|
Hypocrisy Detector
Join Date: Nov 2002
Location: Dayton, Ohio
Posts: 20,193
|
A great book to get is The Complete Idiot's Guide for Dummies.
|
|
__________________
"A little nonsense now and then is relished by the wisest men." - Willy Wonka "Rational arguments don't work on religious people. If they did, there wouldn't be any religious people." - House Additionally to Carlin being funnier than Izzard, I think Dorian is funnier than the Marquis. - Ron Tomkins |
|
|
|
|
|
#40 |
|
veretic
Join Date: Jun 2007
Location: Aotearoa
Posts: 8,710
|
|
|
__________________
Evolution and the rest of reality fascinates the be-jeebus out of me! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|