Archive for the Errata Category

Hey, whoa, whaddaya know, I’ve got a cart!

Posted on Monday, February 1st, 2010 at 8:26 pm
Posted in Site Notes | No Comments »

How totally cool is that? I’m using wp e-commerce, and in spite of all the problem reports, it seems to work just fine for my purposes (ye olde digital downloads). Well, at least, it seems to work just fine here. On my little test server (which is my mac, running Apache/mySQL through MAMP) it’s hopelessly cranky and will not produce download links for files purchased. Le sigh. Read the rest of this entry »

Testing Cart Software

Posted on Monday, February 1st, 2010 at 7:24 pm
Posted in Site Notes | No Comments »

I really hate to do this on a “real” site, but I’m testing out some cart software at the moment. Don’t be alarmed by anything weird you might see (like empty product pages, etc)…. Sorry!

Woot! I Made a WordPress Theme!

Posted on Monday, January 25th, 2010 at 7:30 pm
Posted in Blog, Site Notes | 5 Comments »

Well, ok, by “made” I really mean “found one I liked a lot and hacked at it to get the details right then changed the graphics”. But, however you want to say it, Sempstress running under WordPress is starting to look a lot more like home…. :)

In other news, Read the rest of this entry »

More Theme-a-Rama

Posted on Wednesday, October 28th, 2009 at 11:53 am
Posted in Site Notes | No Comments »

It’s pretty again! Yay! I like pretty…..

My apologies to anyone who was trying to read anything while I was bouncing through themes. That was probably ugly.

How Thematic!

Posted on Sunday, October 25th, 2009 at 11:49 am
Posted in Site Notes | 2 Comments »

I just upgraded my wordpress install, and reverted to the most standard of standard themes. I’m hoping this will fix the issues people have mentioned about browser problems, etc. Please expect to see a new theme in the next couple of days – I miss my tagcloud and image frames already!

Millinery Instructions Back Online

Posted on Monday, September 7th, 2009 at 1:17 pm
Posted in Site Notes | 5 Comments »

All of the old Millinery articles are back online. (My super-cool html-to-WordPress script didn’t work as well as I thought, and only a third of the millinery stuff imported properly.) You can find them through the tag cloud, under Millinery or Hat Making. I’m going to try to get Ye Olde Dial-a-Dress up and running next.

WordPress: Category sensitive Digg links

Posted on Friday, August 28th, 2009 at 2:55 pm
Posted in Code | No Comments »

I wanted to add Digg links to all the pages in specific categories.  Smashing Magazine had a trick for adding Digg links based on custom fields, which is great if you are the person who can remember to add the custom fields.  I’m not.  Here’s a modified code snippet that you can add to your single.php file, to produce a Digg button on all pages in a list of categories:

<?php
   if (in_category( array('category1', 'category2', 'etc'))){
      echo '<script src="http://digg.com/tools/diggthis.js"
      type="text/javascript"></script>';
   }
?>

Content managed!

Posted on Thursday, August 27th, 2009 at 10:18 pm
Posted in Site Notes | No Comments »

I’ve gotten most of the old pages that I felt were worth keeping imported into WordPress.  I dusted off my old PHP coding skills and wrote myself a little importer.   Unfortunately, I’m a little rusty, and some of the pages I wanted to convert just didn’t quite come out right.  I’ll be adding those as I get them converted by hand.  

I’m still working on the look and feel of the main page, trying to put the gallery back together, and a few other details.

In the mean time, please enjoy the search button and general blog-a-licious goodness!

What the….?

Posted on Sunday, August 23rd, 2009 at 9:55 am
Posted in Site Notes | No Comments »

Hey, if you’re looking at this wondering what the heck happened to your friendly neighborhood sempstress, fear not! I’m in the middle of a big ol’ conversion process right now. I hope to have a large amount of content back online by tuesday, 09.08.25. Sorry for the confusion!