This is yet another theme site, created by Sadish Bala. Visit his WordPress blog at WordPress Rocks

Archive for August, 2006

Readability and Usability

I have been wondering for so long, how the people actually read a website if it is presented in light colored fonts over a dark colored background. Roger has a nice article on that.
Check it out !

Filed in Quick Bits | No responses yet

Interview with Frederik

Frederik Fahlstad from fahlstad.se, has been a regular contributor to the wordpress themes community.
He has released many nice looking, readable, elegant wordpress themes.
We had a little chat with him a few days back. Excerpts of the interview is at Interview with Frederik page.
Enjoy !

Filed in Announcements | One response so far

Whats going on with the Feed Links ?

With the latest wordpress, the default theme has feed: attached to the normal feed links that start with http://yourwebsite.com/feed/ .
Most of the users complain that when you click on that, it does not work.
Yes, It wont work till all the browser manufacturers support that.
what is it anyway ?
Have you seen a mailto: added to links [...]

Filed in WordPress Tips | No responses yet

Remember to Love / Hate Links

Ever wondered how to define styles for Hyperlinks ?
Well. There are four different selectors for a hyperlink.
You would normally see this at the top of the stylesheet.
a:link {text-decoration:none;color:#ff0000}
a:visited {text-decoration:none;color:#0000ff;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
The first line defines that normal unvisited links will have ‘no underline’, and will look ‘red’ in color.
The second line says when a link is [...]

Filed in CSS Tips | No responses yet

Image Overflow Issue

Andy is giving a solution for the most common issue among many themes. Whenever an image in the post, is too big for the content ‘div’, it breaks the layout and make the sidebar to shift down, thus making a bad-looking website.
The solution to this ‘most common issue’ is to add a stylesheet declaration “overflow:hidden” [...]

Filed in Common Theme Issues | One response so far

Welcome

Welcome to the WP ThemePark.
This is Sadish Bala and I will be the host for you through out your stay here.
Its going to be a fun-filled ride in ThemePark, talking about WordPress and its Themes.
I will closely watch the blogosphere for things related to wordpress and I will throw some light on some news you [...]

Filed in General | No responses yet