Click to See Complete Forum and Search --> : web logs (blogs)


tuf-web.co.uk
07-29-2003, 01:29 PM
hey i was just wondering if any of you peeps had a blog?

maybe on your own personal website or on a friends site or something.

if your wondering what a blog is its pretty much an online journal, or basically something to inform people of things you find interesting

they are quite cool

well if you dont have 1 you can get 1 for free, i think on some sites they charge, well my site does them free!
www.theutherfish.com

oh and what do you think of the new design?!

Comms

frog
07-31-2003, 09:35 AM
I've built one with PHP/MySQL as part of my personal site. I am just a hobbyist so it is not overly complicated but I like it.
http://www.markbeal.co.uk/
Someone use the comment facility, I have only had one comment in two months:(

axo
07-31-2003, 09:44 AM
Originally posted by frog
Someone use the comment facility, I have only had one comment in two months:(

that's why i have turned it off in my blog (http://www.axolander.de/) ;) ... i also use mysql - and the thing i like most is the daily pix of my daughter :) ... unfortunately we're on holidays and aren't able to post new pix every day :(
i liked mine very much, until i saw a screenshot of how mac users see it :D damn css-positioning. i sincerely am in the mood of turning back to table layouting :D

frog
07-31-2003, 10:49 AM
Had a look at your baby photos, that is one cool baby dude. 27th July the best.;)
How do you do that thing where you have a coloured scroll bar in the browser. I want it

tuf-web.co.uk
07-31-2003, 12:50 PM
just look at the source code

in tis case the code to get that colour is


<style>
<!--
BODY {scrollbar-face-color: #c2bec6;
scrollbar-highlight-color: #c2ced6;
scrollbar-shadow-color: #c2ced6;
scrollbar-3dlight-color: #000;
scrollbar-arrow-color: #000;
scrollbar-track-color: #c2ced6;
scrollbar-darkshadow-color: #000;}
-->
</style>

stolzyboy
07-31-2003, 01:01 PM
keep in mind that only IE 5.5+(Windows) users will see your fancy scrollbars

frog
07-31-2003, 01:12 PM
OK, so it's right-click and "View Source"; I will have to remember that one
...hangs head in shame;)

tuf-web.co.uk
07-31-2003, 01:15 PM
sometimes the style sheets are in .css files so you'll need to open them aswell as the source code