Posted Thursday, January 15, 2009 at 12:22 pm | 1 Comment
I thought I’d give you a heads up … a warning of sorts. I plan on writing up some pretty geeky posts in the near future.
At work, they use jQuery. In my spare time this week (which there has been too much of for my taste), I’ve been reading up on the subject. I’m liking what I’ve learned this far.
I thought I’d write up some […]
Continue Reading “Warning: Geeky Content Coming Soon”
Posted Tuesday, January 13, 2009 at 6:54 pm | 0 Comments
After I lost my job back in October, I bought a domain for my resume (it’s my full name). I wanted to put my resume online so I could point potential employers to it, and I didn’t want to put it on a subdomain of this domain (that just didn’t sound professional … resume.hightechredneckwoman.com? Nope.). As of right now, it has my resume, my portfolio, background info, a […]
Continue Reading “What should I do with it?”
Posted Friday, November 7, 2008 at 10:20 am | 0 Comments
I need some help from you, faithful readers (I know there’s at least one of you out there … LOL). I need some inspiration. You see, over the past month, I’ve determined that I’m more happy during the day if I’m coding. When I was putting up my resume website and working on the redesign of this site, I was definitely in a better mood. On days where I’m […]
Continue Reading “Inspiration needed”
Posted Friday, May 23, 2008 at 5:48 pm | Comments Off
Yesterday and today, I've been working on some changes to our discount system (at work). The majority of the changes dealt with the (mssql) database ... stored procedures and user defined functions (ufn). One of the changes was to get the shopping cart subtotal based on different criteria ...
- If the shopping cart had an order-level discount in it, and that discount was set up to override
[…]
Continue Reading “Optional should be OPTIONAL”
Posted Monday, April 21, 2008 at 12:52 pm | 0 Comments
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 […]
Continue Reading “XSL Variable Quirks”