Imbarkus
As Sartre noted in his contemplation on Hell in No Exit, the true horror is other members.
Hey guys. I have a site I have built under the basic, old-school HTML/CSS links/hierarchy model. Web design is not my full-time job by any means, this is really a side-project for fun, edification, side-money, etc. I have earned about $.07 from Google AdSpace impressions which is $.07 higher than my expectations.
I'm no technological slouch, though, I feel pretty comfortable with HTML and CSS to at least handle site design, and can handle my own graphics and media. I prefer learning base-level as much as possible rather than only understanding what is going on through previewing is a WYSIWYG editor. As such I haven't really come to rely on site-editing tools then ease any link management. I open pages in Dreamweaver individually and then use the program as a glorified text HTLML/CSS editor with markup.
This is pretty unwieldy, over time. I also would like to move away from home pages with trees of links to content, to a "blog-style" format that highlights the most recents pages, and allows me to add new content at the top and automates the "Next" process, which I don't even really use right now.
I see service like Square Space that offer all this stuff automated, but that kind of thing really isn't for me. I have a more "hands-on" most and I don't like the limitations I get with most of these services. I looked into WordPress for similar reasons but, again, all I can find is "Welcome, type up your content" type of "get started" materials and nothing that gives me an idea of what the actual technologies are at play and what I can do with them. Just that same happy WYSIWYG interface.
I also am considering moving away from the hierarchy entirely. I am aware that many sites use database integration and actually store the HTML pages in a DB, or at least pointers to them, so they can be served up in response to DB queries. Articles etc would have meta-tags added and would be served up in a page list structure based on a link clink or search.
I'm rather fond of this guy's simple database site structure:
http://www.dreamdawn.com/sh/
I have this weird gap in my knowledge between what I know and what he has. I need a mile-up view on which tech to learn that leaves me hosting-independent, but grants me the abilities I'm seeking.
I have a good amount of database query and integration experiences with MS SQL. I know most sites will probably look to MySQL for database hook, mine included as its Linux hosted. I feel capable of handling code-level stuff there as well.
People have told me I need to learn another programming language, PHP, PERL, etc to accomplish what I'm considering. That's fine (within reason, I'm 43 and no spring chicken), but pulling up a PHP or PERL tutorial doesn't connect the dots for me on what functions I should learn, how these technologies interconnect, where my learning focus should be. It's kind of hard to get the mile-up view of all the relevant web technology questions of, like, 20 years ago. So help a clever old man out and give me the skinny, please? Thanks.
I'm no technological slouch, though, I feel pretty comfortable with HTML and CSS to at least handle site design, and can handle my own graphics and media. I prefer learning base-level as much as possible rather than only understanding what is going on through previewing is a WYSIWYG editor. As such I haven't really come to rely on site-editing tools then ease any link management. I open pages in Dreamweaver individually and then use the program as a glorified text HTLML/CSS editor with markup.
This is pretty unwieldy, over time. I also would like to move away from home pages with trees of links to content, to a "blog-style" format that highlights the most recents pages, and allows me to add new content at the top and automates the "Next" process, which I don't even really use right now.
I see service like Square Space that offer all this stuff automated, but that kind of thing really isn't for me. I have a more "hands-on" most and I don't like the limitations I get with most of these services. I looked into WordPress for similar reasons but, again, all I can find is "Welcome, type up your content" type of "get started" materials and nothing that gives me an idea of what the actual technologies are at play and what I can do with them. Just that same happy WYSIWYG interface.
I also am considering moving away from the hierarchy entirely. I am aware that many sites use database integration and actually store the HTML pages in a DB, or at least pointers to them, so they can be served up in response to DB queries. Articles etc would have meta-tags added and would be served up in a page list structure based on a link clink or search.
I'm rather fond of this guy's simple database site structure:
http://www.dreamdawn.com/sh/
I have this weird gap in my knowledge between what I know and what he has. I need a mile-up view on which tech to learn that leaves me hosting-independent, but grants me the abilities I'm seeking.
I have a good amount of database query and integration experiences with MS SQL. I know most sites will probably look to MySQL for database hook, mine included as its Linux hosted. I feel capable of handling code-level stuff there as well.
People have told me I need to learn another programming language, PHP, PERL, etc to accomplish what I'm considering. That's fine (within reason, I'm 43 and no spring chicken), but pulling up a PHP or PERL tutorial doesn't connect the dots for me on what functions I should learn, how these technologies interconnect, where my learning focus should be. It's kind of hard to get the mile-up view of all the relevant web technology questions of, like, 20 years ago. So help a clever old man out and give me the skinny, please? Thanks.