Closed Thread Icon

Topic awaiting preservation: Weblogs... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=25461" title="Pages that link to Topic awaiting preservation: Weblogs... (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Weblogs... <span class="small">(Page 1 of 1)</span>\

 
templar654
Paranoid (IV) Inmate

From: your backyard!
Insane since: Apr 2004

posted posted 04-08-2005 18:12

I'm trying to make my own weblog from scratch BUT!! I don't know where to start! I was wondering if anyone here knew of a nice walkthrough of some sort or even better a tutorial on how to make a blog bottom up? I tried googling but all I got was weird people writting about crazy walkthroughs in their blogs... so anyone?

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 04-08-2005 18:27

that would be right here

Later,

C:\

templar654
Paranoid (IV) Inmate

From: your backyard!
Insane since: Apr 2004

posted posted 04-08-2005 18:31

Gee u guys have everything

templar654
Paranoid (IV) Inmate

From: your backyard!
Insane since: Apr 2004

posted posted 04-09-2005 06:00

One more question. I've found other walkthroughs on blog making and I've noticed that including the one at GN they all have been made using a table layout. If I were to make it in pure CSS what should I exchange what with? What should I like switch tables for p's or something like that??

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 04-09-2005 14:48

You should use whatever element is appropriate...

Yes, that is vague, but there is no one answer for this question...it depends entirely on what is being marked up.

If you have something displaying multiple blog entries on a page, this might be a logical way to mark it up:

code:
<h1>Page Title</h1>

<div class="entry">
<h2>Entry Title</h2>
<p class="author">By: Author | date</p>

<p>yadda yadda</p>
<p>blah blah</p>

</div>

<div class="entry">
<h2>Entry Title</h2>
<p class="author">By: Author | date</p>

<p>yadda yadda</p>
<p>blah blah</p>

</div>

etc...



templar654
Paranoid (IV) Inmate

From: your backyard!
Insane since: Apr 2004

posted posted 04-09-2005 20:42

I guess I better get coding then

Skaarjj
Maniac (V) Mad Scientist

From: :morF
Insane since: May 2000

posted posted 04-10-2005 14:05

You're entirely correct DL, and this is, in fact, what one of the best blogging tools around, WordPress, uses, almost down to the element names too


Justice 4 Pat Richard

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 04-11-2005 00:29

Just straight up basic HTML...

Call it HTML 101 even.

~shrug~

zavaboy
Bipolar (III) Inmate

From: f(x)
Insane since: Jun 2004

posted posted 04-11-2005 00:54

Just a note:
I made my blog from scratch with no assistance. (tutorials, examples, forums, etc.) Plus I previously made a blog when I was still learning PHP.
I guess my brian swims in the PHP syntax of my ideas.

//School status: Spring Break!

« BackwardsOnwards »

Show Forum Drop Down Menu