Posted by Sadish
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 !
Posted by Sadish
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 !
Posted by Sadish
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 !
Posted by Sadish
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 [...]
Posted by Sadish
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 [...]
Posted by Sadish
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” [...]
Posted by Sadish
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 [...]