Welcome!
Thanks for visiting. If you found this information interesting or useful (or you think I'm dead wrong about something) I'd like to invite you to leave a comment on this post. You can also
subscribe to my RSS feed or sign up for email updates on the right-hand side of the page.
If you Digg what you StumbleUpon, find my writing del.icio.us, or are one of the Technorati, you know what to do:
Tweaked SimplyVic Theme
For those of you who have Dreamhost web hosting and thought the Simply-Vic Wordpress theme that comes pre-installed was classy but a bit confining, check out the recent modifications I’ve made to the theme on this very site. I’ve enlarged the graphics so that the layout is 1000px wide, enlarged the text significantly, and eliminated the awful “sIFR” text replacement technique that, while making (slightly) prettier text, causes pages to load much more slowly because a new flash applet is launched for each bit of text being replaced.
Feel free to grab any/all of the styles and images from this page, and if you want a copy of the templates you can download an archive: Modified Simply-Vic Wordpress Theme. It’s GPL, so feel free to modify and redistribute. Also, let me know in the comments what you think of my modifications.
Related posts:
- NetworkManager problems in Ubuntu Dapper/Edgy Both Jennifer and I have had a problem with our...


October 27th, 2008 14:29
Does this revised theme support widgets?
October 27th, 2008 14:41
I’m not sure if it did as of the writing of this post (about a year ago) but it’s very simple. Here is the complete contents of sidebar.php for this blog right now:
</div>
<div id=”sidebar”>
<ul>
<?php if ( !function_exists(’dynamic_sidebar’)
|| !dynamic_sidebar() ) : ?>
<?php endif; ?>
</ul>
</div>