If you write CSS then you will be aware how bulky it can become and, more importantly, difficult to read. Using shorthand CSS you can cut through a lot of the bulk by removing excessive property declarations and with a quick scan you can find a property to change or update.
I recently stumbled across a few 100% fullscreen interactive flash websites. Now, if there was an award for the ‘Best Interactive Flash Websites’ out there, these would have to be contenders!
Today I stumbled across a cool new online Web 2.0 application. It’s called ‘CSS Frame Generator’ but I think that title is a little bit confusing to what it actually does..
Two of the trickiest problems when coding with CSS is knowing the property name, the order of the property attributes (if using shorthand) and knowing which browser supports what..
I discovered this list via one of the RSS feeds i subscribe to.. it’s very comprehensive and has some really useful plugins.. definitely check it out, though some won’t be needed if you have updated to WP2.5!
If you want to create a RSS feed for any category or tag within your blog, simply copy and paste the URL shortcut to that category or tag, then add on the end ‘/feed/’
As everybody knows, getting a website to look the same across different browsers is a tricky task to get right, if not impossible. That is because every browser has it’s own standard default CSS styling sheet built in. The only way to fix this is to include at the top of your own CSS style sheet a ‘CSS Reset’ script.