To Beginners From a Beginner

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
rj
Regular
Posts: 477
Joined: Sun Sep 10, 2006 2:53 pm

To Beginners From a Beginner

Post by rj »

Maybe a sticky on this? Could save Garvin from answering lots of 2pid questions! :)

Perhaps I can save beginners a lot of time with some startup issues from the viewpoint of another beginner.

Even with lots of experience with HTML and Frontpage, jumping into this with all the php and endless options can overwhelm. I spend far too many hours beating my head against the wall over a few things that this may help you get past.

First is the installation. I got stuck there for three weeks! :) Bad server support. In the HOST NAME you can try: myname.com, localhost, and 127.0.0.1, but if those do not work, contact your server and ask. Mine turned out to be 20 letters long of something I would not have guessed in a gigazillion years. :)

Once installed, choose a theme with two side bars and leave the appearance alone for the time being. Choose in regard to the size and look of the header you want. Changing the headers, the backgrounds and the colors is the hardest part of this, leave it for last.

With two sidebars, you can move all the plugins from one side to the other side and one sidebar will disappear. But it is still available if you want a second sidebar down the road, all you have to do is switch the RIGHT AND LEFT of a plugin.

When you log on from your computer, WINDOWS knows who you are, so you will always get ADMIN status and see everything from that point of view. To see what others see you have to go to another computer. This is also handy in registration tests and to see what you can do as a registered user.

HTML NUGGETS is the key to most things for a beginner. It keeps you out of the code files. The trick is the < > command in the editor to hide the code. Once you figure that out you can put links, graphics, mailto: and ads in the sidebars.

The ADMIN page is at first complicated, just fiddle away and see what things do, you will learn it in a few hours.

Go to another computer and see what unregistered and registered users can do and see. Start playing with ENTRIES and COMMENTS and security issues mostly regarding rights to PUBLISH. (Your moderation or approval)

Once you get the hang of it its time to personalize the appearance of your blog. This is done in the style.css file. Php code is different than HTML, and at first alien, but you can get past this using the FIND option in your editor to look around. Before you begin, save the style.css file with a letter missing or an OLD at the end so you can get it back. With all the spaces or blank space in PHP code, best to WORD WRAP the file. In the style.css file change things where you find BACKGROUND, IMG and COLOR and such, save and look. Remember, when you change a style.css file, it changes all instances of that file in all directories. Or as I was told, that is mostly true most of the time! :)

Begin playing with trackbacks and rss feeds with other blogs in your area of interest.

And lastly, play around with everything, and if you get stuck, sleep on it before you come running to Garvin with your panties in a wad. :) I woke up many times with the answer. Garvin is good at this, and prompt! Very unusual. So don’t take advantage of the poor man! :)

I installed WordPress and played with that for awhile. Serendipity seems easier. Though support and plugins are not yet at the WordPress its growing very fast. My issue with WordPress was having to edit the blog from their server. I didnt like that.

And when will Bill come out with FRONTBLOG? :)
azel
Regular
Posts: 265
Joined: Thu Apr 21, 2005 4:28 am
Contact:

Post by azel »

I think this is a good idea!

Beginners (or anyone else for that matter) wanting a bookmarklet for easily posting a new entry, check out this thread: http://www.s9y.org/forums/viewtopic.php ... highlight=

A bookmarklet allows highlighted text to post directly into a new entry. It's a great way to quote or link to an article.
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Just one correction: the style.css isn't PHP, it's CSS. To find out more about it, Google up some CSS tutorials. It's really just a way to move all those size=, border=, and other attributes into a separate file so you can use the same ones in many different places.

When you are ready to look at templates, smarty.php.net is the place to find information. It's just like HTML, but with loops and branches! Of course, that means it needs new tags, so it uses {} instead of <>.
Judebert
---
Website | Wishlist | PayPal
azel
Regular
Posts: 265
Joined: Thu Apr 21, 2005 4:28 am
Contact:

Post by azel »

Attention GoDaddy users: if you are looking to switch your Serendipity directory (for example changing your site from http://yoursite.com/serendipity to http://yoursite.com/blog), be aware that GoDaddy does not allow users access to databases on their automated installs. You must install Serendipity yourself via FTP, but be aware that you may also have to create a database through phpMyAdmin (or whichever SQL managment software you have available).

Update: the backup plugin will give you access to a dump of your database. It will make a backup on your webserver that you can access via FTP.
Last edited by azel on Mon Oct 30, 2006 5:13 am, edited 1 time in total.
kaediem
Regular
Posts: 22
Joined: Sat Feb 04, 2006 12:50 am
Contact:

Post by kaediem »

One other note - to see your blog as everyone else does, just log out of admin instead of just going back to the blog.

No need to find another computer ;)

Lisa
web idiot
Posts: 4
Joined: Wed Jan 24, 2007 12:01 am
Contact:

beginner to beginner

Post by web idiot »

Thanks rj--you are THE MAN (or WOMAN)!

This is the most helpful post I've found in the whole forum.
Everything else seems to assume I've done this before.
Even the questions people ask are over my head.

I haven't given up because these guys keep saying you don't have to know any code to get these things done.
I don't mind learning some code but #&%&#! give me an example.

That nugget tip helped a lot. There's no other hint on this site the nugget plugin could be used for several things.

Any suggestions for where I can find other easy-to-understand tips?
d_cee
Regular
Posts: 603
Joined: Wed Jan 18, 2006 6:32 pm
Location: UK
Contact:

Post by d_cee »

Hi

try s9y-users
Carl Galloway
User Docs

and theres a couple on my site too

HTH

Dave
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

I try to keep an "Expert" updated at http://www.s9y.org/148.html. It mentions the HTML Nugget under "I want to make manual modifications to my blog".
Judebert
---
Website | Wishlist | PayPal
Post Reply