Posts tagged as ' CSS ' ...

Posted By andrew603

I made my first WordPress plugin!

Woohoo!

Kind of neat.  I made myself a simple admin-only plugin that should make debugging the site a bit easier for me.  Simply put, I can now view some of my log files securely from within WordPress.  This is good for me because now I don’t have to login via SSH to my webhost to view them.

Why did I make my own plugin?  The main reason is that a quick search on wordpress.org yielded me nothing comparable, or at least as simple as my needs are.

Once I give it a few more features, maybe I’ll submit it to wordpress.org.  Though, that would probably be a long way down the road…

Posted By andrew603

All new theme for the site!

Installed and slightly customized a really cool Windows Vista-esque theme for the site called Inanis-Glass.  What do you think of it?

It took me a while to get the background in the banner at the top to look right belive it or not.  I still need to optomize the style code for it from inline css into the real stylesheets, but it works for now.

Next, I need to figure out a way to have the Twitter widget not pause the loading of the rest of the site.  I could use an iframe but I really don’t want to.  Any ideas?