Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

iGary

Guest
Original poster
OK, so recently, a friend of mine started working on my photography site (not done yet) and I was amazed by how mice he was making everything look.

Example: (Still needs tweaking):

Linky

So I got CSS for Dummies, CSS The Definitive Guide by Meyer and The Zen of CSS Design.

I also got demo versions of BBEdit, CSSEdit and Style Master to work with so I can do my other site, which I use to promote my writing.

Anything else recommended - I have a few good sites I bookmarked, but wanted to see if there was anything I missed.

Thanks in advance.
 
The link you gave uses Flash though, so you're going to be limited on how much you can tweak beyond the customisation options they give you (unless you shell out for the source code). Have you checked out SimpleViewer Admin?
 
munkle said:
The link you gave uses Flash though, so you're going to be limited on how much you can tweak beyond the customisation options they give you (unless you shell out for the source code). Have you checked out SimpleViewer Admin?

That's just for the galleries - the rest of the site is shaping up to look like this.
 
iGary said:
OK, so recently, a friend of mine started working on my photography site (not done yet) and I was amazed by how mice he was making everything look.
Great shots! I have no additional recommendations for books. However, even though I carefully scanned the pictures, I saw no mice whatsoever. Is this a photography term? "Dude, those shots are so mice!" I'm so out of it when it comes to new terms....

Edit: seriously, though... nice work (the photos and the site).
 
Instead of BBEdit, you could use the free version: TextWrangler.

Other than that, I just got a printed version of the CSS2 standard (good for flipping through and use as reference).

I have a tendency to use the style attributes way too much in the php/xhtml pages. I always have a good intention to put all those style attributes away and into css classes, but there's always a few that "survives". Bad habit, I guess... 😱
 
Nice, I like it and some really nice shots as well!

I like the 'blog' layout style of your site. As for CSS resources, you can't beat CSS Zen Garden or CSS Vault, lots of nice designs to peruse and links to learn more. I've always quite like this site as well, though I would definitely say stick with CSS/XHTML rather than go with Flash 🙂
 
munkle said:
Nice, I like it and some really nice shots as well!

I like the 'blog' layout style of your site. As for CSS resources, you can't beat CSS Zen Garden or CSS Vault, lots of nice designs to peruse and links to learn more. I've always quite like this site as well, though I would definitely say stick with CSS/XHTML rather than go with Flash 🙂

Thanks for the resources (and nice comments).

I'm looking forward to learning this stuff (I have to, my friend can't build and run the site..).
 
Mitthrawnuruodo said:
(...)

I have a tendency to use the style tags way too much in the php/xhtml pages. I always have a good intention to put all those style tags away and into css classes, but there's always a few that "survives". Bad habit, I guess... 😱

It's good to use the full array of HTML tags (<div>, <b>, <strong>, <em>, headers, <td> & <th>, <thead> <tbody>, etc, etc) as it makes it so much easier afterwoods to use CSS to its full extent.

Get a complete list of HTML 4.01 standard compliant tags here. Boy do I love W3C's website 😎
 
whocares said:
It's good to use the full array of HTML tags (<div>, <b>, <strong>, <em>, headers, <td> & <th>, <thead> <tbody>, etc, etc) as it makes it so much easier afterwoods to use CSS to its full extent.

Get a complete list of HTML 4.01 standard compliant tags here. Boy do I love W3C's website 😎
Style attributes, not tags... of course... 😱

Gonna go edit the post above in shame... 😛
 
Was just thinking iGary, with your site, is it going to be something that you're going to update fairly frequently, with news as well as photos?

If so, you might want to think about building your site upon an existing content management platform (basically blogging app), such as WordPress. Might sound intimidating at first but it's really not and will make the site a lot easier for you to run and update. Here's an example of a design that isn't a million miles away from yours.
 
munkle said:
Was just thinking iGary, with your site, is it going to be something that you're going to update fairly frequently, with news as well as photos?

If so, you might want to think about building your site upon an existing content management platform (basically blogging app), such as WordPress. Might sound intimidating at first but it's really not and will make the site a lot easier for you to run and update. Here's an example of a design that isn't a million miles away from yours.

The main page is going to be update frequently, in blog style to keep people (hopefully) coming back, yes. And thank you for the link. 😀
 
Thanks all, I'll dig into this tonight or tomorrow, very helpful - I appreciate it.

Unfortunately (or fotunately, depending on how you look at it), I got some framing orders, so I had to break off the book. I'll definitely post questioins soon as it looks like you guys are CSS geniouses. 😀
 
I second the suggestion of Wordpress. If you will be updating the site often, this will make your life a lot easier. You should be able to get it to display just as the design you have, or darn close. I haven't tinkered too much with editing the apperance, but its a very powerful content managment system.

I know Wordpress is based on CSS, so learning CSS will be helpful in getting the site looking how you want it to.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.