Archive for June, 2005

Categories

Thursday, June 23rd, 2005

I am unsure about what categories to use for this section. I thought about several options:
1) CSS, Javascript, HTML, etc.
Normally my tricks would use several of these categories, not sure if this method would make things easier to find.
2) Galleries, Images, Tools
I think that this is a good choice, since if you are reading this [...]

Putting RSS/Atom feeds back

Thursday, June 23rd, 2005

UPDATED: This is almost pointless now as we have added the feed buttons to both the real footer and mini-footer
If you want to remove the feeds use this code in your CSS:

#feeds {
display: none;
}

When a pro adds a custom footer, the links to the RSS and Atom feeds [...]

Creating your own webpage on smugmug

Tuesday, June 21st, 2005

Every once in a while we get users that want to add their own webpage and put on it whatever they want; extended bio, pricing, contact info, etc. While smugmug does not officially offer a method of doing so, I came up with a method that involves using style sheets to achieve the effect. Better [...]