Mastodon

Updated Theme and XAMPP

Send to Kindle

For a while now, I’ve been both relatively happy with my theme, as well as marginally frustrated by it. I don’t need to bore you with exactly what I didn’t like, so I’ll bore you instead with what I’ve done about it. 😉

I have never bothered in the past to dig too deeply into the inner-workings of WordPress. Also, while I understand CSS, and have played with it a while ago, I certainly haven’t looked at anything relating to how themes interact with CSS. Before you call me an idiot, I realize that the themes define selectors, and that the style.css file in the theme applies the style, but what I don’t know (because I haven’t bothered to look!) is how defined the selector names are by WordPress, or whether every theme designer just does whatever they want.

Anyway, every once in a while, I download a new theme that looks like it might meet my needs a little better. I use a plugin called User Level Themes by Double Black Design. It’s very cool. I then set the Admin User only, to see the new theme that I downloaded. I can now test the new theme, on the live site, without affecting how the normal (anonymous) reader sees the site. If I like it, I can change the theme for the anonymous user as well.

So far so good, and I’ve been pleased enough with that level of testing. Even so, I haven’t switched my theme for months (well, not totally true, as I updated to a tweaked version that another user modified from the original author of my theme). One of the reasons is that when I see a new theme that has elements that I prefer, there’s usually at least one element that I can’t stand, so switching seems silly.

The straw that broke the camel’s back for me the other day was that I downloaded a theme that hard-coded some tag cloud layout. That meant that since I am using the Simple Tags plugin by Amaury Balmer, which uses it’s own tag cloud widget, I was getting two tag clouds. It made me realize that to really test these things, I might have to make changes that would affect the anonymous user (like redefining the sidebar widgets) even though the theme didn’t change.

Ugh…

I realized that to get what I want, I will likely need to dive in a bit, and tweak the theme that comes closest to what I want. That might involve some PHP (which I can read, but have never written), some understanding of WordPress, but really hopefully not much more than CSS tweaks.

To do that properly, I really wanted a segregated playground, where I could make changes willy nilly, even breaking the site completely (I’m very much a trial and error kind of guy). That led me down a long path of thinking about the easiest ways to set that up, in a manner where I could easily tear it down and start again, etc.

That led to thoughts of a cheap hosting provider with something like cPanel, where I could just reload the environment if I wanted. Then I thought of putting up a server at home for this, and running VMWare or Xen, etc., to be able to reload an environment quickly. Then I thought of just using the VMWare Player on my laptop.

Finally, while searching for the lightest weight Linux server distro that would support that (in order to tax my laptop the least), I accidentally stumbled across XAMPP. It comes in multiple flavors, including Windows. Then I noticed that they also had a lite version, which was all I needed. Apache (recent release), MySQL (relatively recent) and PHP (recent release).

I chose the ultra-small 7-zip auto-extractor version (18MB download). It doesn’t touch the Windows Registry at all. When you’re done playing, you can just blow away the directory structure, and you’re done. They give you a controlling application (not needed, but a nice touch), to start and stop individual components. You can do it all on the command line as well, or you can set them to be true Windows Services and they will auto start with the machine.

I tar’ed up my WordPress directory, dumped my MySQL database, copied them over to the laptop, and everything almost worked on the first shot! The only problem (the manifestation was large, but the solution was trivial) was that my blog URL stored as an option in the database pointed back to opticality.com. So, when I tried to log in to the admin UI, it redirected me to the real site, which was not what I wanted.

I updated that option in the local MySQL database, and it all started working. All of my posts were here locally, and my plugins were working too. Extremely cool!

I quickly realized that I should deactivate a number of SEO oriented plugins (e.g., Google Analytics, WordPress Blog Stats, etc.).

Now I had a playground. Based upon just a few minutes, I made some decisions (which should be obvious on the live blog at the moment). Until I decide to make any changes to a theme myself, I have done the following:

  1. Changed the theme to Aspire (credits are in the footer)
  2. Removed the Advanced Search Lite plugin
  3. Added a POLL to get feedback on the theme change

I like the way Aspire lays out the post better than my last theme. I don’t like that it’s hard to read unless I keep my monitor on a bright setting (I typically lower the brightness of my monitor way down). Unfortunately, the background (which is darker) is controlled by an image, not a CSS selector, so this is one of things I don’t like about this theme. The other major thing that I don’t like (but which I suspect is easily fixable with a CSS tweak) is that the Sociable plugin formats the icons in a list (one per line) rather than as an inline string of icons, which other themes are doing correctly…

I actually like all of the choices that the Advanced Search Lite plugin provided. That said, there are a number of reasons why I removed it.

  1. It took up a lot of screen real-estate
  2. I doubt it was used much
  3. If it was used, I doubt people selected options
  4. Now that my comments are on Disqus, that feature wasn’t as interesting

Feel free to vote on the Poll. In addition, please feel free to comment here, in particular if you have had the same kind of tweaking needs/desires that I have, and have a solution/theme that you really like as a result!

To summarize, all I’ve done for now is switch the theme to Aspire. I haven’t touched it in any way. But, at my convenience, I can now play to my heart’s content on the laptop. For that, I have the folks behind the XAMPP effort to thank, so here goes:

Thanks XAMPP guys!


Posted

in

, ,

by

Comments

4 responses to “Updated Theme and XAMPP”

  1. REAL ESTATE Avatar

    It took up a lot of screen real-estate
    it all started working. All of my posts were here locally

  2. seotest Avatar

    thanks, i shall use this as my reference

  3. Shared Cpanel Hosting Avatar

    I like Xampp. I use it back when I don't know how to install a wordpress blog. And it's also a nice tool to create your own themes.

  4. Free Content for your Website Avatar

    Yes, XAMPP is the best if you want to have WAMP on your computer without installing saparately Apache, MySQL, PHP, phpMyAdmin and so on. The only problem is that it does not update automatically, so you have some problems few months after installing, when new versions of PHP and MySQL are launched.

Leave a Reply

Your email address will not be published. Required fields are marked *