Archive for the ‘Site Updates’ Category
A Little Gift
December 24th, 2009 Posted 12:41 pm
I’ve finished putting up the tutorials again! There are no new ones; although I did update some coding, grammar and a few lines for clarity. Right now, you cannot access “Additional CSS” (under Web) or “Autosave and Workspace” (under Paint Shop Pro). I will get to those as soon as possible.
Tags: tutorials
Posted in Site Updates
Welcome to the Internet
December 22nd, 2009 Posted 1:51 am
I know it’s a big and scary place so I’ve created this primer to help you along the way. There’s some slight edits from its original form and there may be some broken external links which I will probably not check in a timely manner. Also, expect a post with a similar name but not quite related theme in the near future!
Tags: internet primer
Posted in Internet, Site Updates
Speak to me!
December 12th, 2009 Posted 3:40 pm
Before, I had more than a handful of surveys on Her Realm. I just really liked to hear what people think but I know they’re no longer the rage so I’ve cut it down to one survey to take upon exit of the site. Whether you’ve visited one or a million times, I’d love to hear what you have to say. Thanks!
Tags: interaction, survey
Posted in Site Updates
Just in Time
November 29th, 2009 Posted 11:53 pm
I guess since Thanksgiving has come and gone and it is almost December. I can begrudgingly allow the world to become festive. Not that I mind festiveness, I just think there’s an appropriate time to get into the Christmas spirit and it’s not before Thanksgiving or Halloween for Christ’s sake. Seriously. Pisses me off. But because I do enjoy the holidays and do have some spirit, I have nearly completed the Livejournal icons section which boasts mostly Christmassy icons for your use. Enjoy.
Tags: livejournal icons
Posted in Graphics, Holidays, Rants, Site Updates
I’m not quiet
November 17th, 2009 Posted 11:57 pm
I’m just alternating between silent frustration and undetectable triumph. What does that mean? It means I am working on the site! I decided the next section to tackle (while I avoiding fixing up my last quiz) is that of Livejournal icons because Christmas is just around the corner!
Tags: icons, quizzes
Posted in Holidays, Site Updates
One small step for man; a slightly bigger step for Cole
November 14th, 2009 Posted 1:07 am
I just figured out a way to assign my dynamic sidebars for each section a little better/easier/simpler than how I was doing it before. I was also able to delete 4 or so template files. All in all? Not a miracle or anything but it took a little experimentation and I’m quite proud!
Essentially, instead of calling one sidebar in all places, I ask it to call a sidebar for a page and all its children like so:
<?php
if ( is_page(‘pagename’) || $post->post_parent == ‘parentid’) {
get_sidebar(‘sidebar’);
} elseif (is_page(‘page2name’) || $post->post_parent == ‘parent2id’) {
get_sidebar(‘sidebar2′);
} else {
get_sidebar();
}
?>
Tags: code, php, sidebars, wordpress
Posted in Site Updates
Happy Friday the 13th
November 13th, 2009 Posted 5:15 pm
Another WordPress update? Really? I mean, updates are good and all, so is a secure script, but sometimes it feels like overkill. It’s the same thing with Filezilla. Every time I open it, it needs to update. Can’t they just give me a bigger update every other time I open it?
Anyway, I’ve never seen the movie but have always felt sympathy for Jason.
Tags: dates, Movies, program updates, wordpress
Posted in Site Updates, Thoughts
