Archive for the “Development” Category

XSL Variable Quirks

I'm still working on our Google Checkout integration at work. I have the web service done, but now I need to process the notifications from Google and update our database accordingly. This morning I was working on translating the XML from Google's 'New Order Notification' into a simpler XML that I can use to insert the order into our database by translating it through an XSL stylesheet. While doing so, I ran into a little  […]

Continue Reading “XSL Variable Quirks”

Weekday plugin

When I first moved over to WordPress as a blogging platform in June 2004, I wasn't able to find a way to get the date for my posts to display Today or Yesterday. I had been able to when I used MovableType. What I'm talking about is:

  • If the post was posted today, it will put Today.
  • If the post was posted yesterday, it will put Yesterday.
  • Otherwise it will put the
  •  […]

Continue Reading “Weekday plugin”