August 7th, 2010 — 7:14am
Recently this amazing Chicago calligrapher (okay she’s my wife) told me she wanted a new website. So we set about creating something. She’s on a purple kick so we used purple for the design.
She wanted something fun and different on the homepage, so I used jQuery to create some cards coming out of some envelopes. It’s just a few layer images, and one moving up and down.
Also there’s a sample page, where the images are enlarged for easier viewing. Again, jQuery came to the rescue, in a way similar to Lightbox – my own design of course.
You can check out the design, or her calligraphy, at gracefulquill.com
Comment » | Design
August 6th, 2010 — 2:48pm
Recently I put together a tabbed color chart for a grout company. The problem was allowing customers to select the color and size before reaching their shopping cart. The backend is just a few php arrays so the colors and product IDs can be easily changed.
With jQuery this was a simple project. I created a few sections for the colors to go into. I use the jQuery to show the one that is selected.
Continue reading »
Comment » | Programming
July 8th, 2010 — 7:49pm
Say you run a server of some kind at home and you don’t have a static IP (who wants to pay the extra cash?), and you need the IP to update after your router restarts. It’s simple with afraid.org and a bash script run by the cron system.
Continue reading »
Comment » | Linux
June 17th, 2010 — 3:16pm
It’s finally here! A beta version for the Webmin Nginx Module has been released. I’ve posted it here for everyone to download.
Hopefully someone will find it useful. It’s obviously in need of some more work, but it’s a start and I believe fills a hole in the current webmin module situation.
I would also be nice to get ideas for other features people may wish to see in the future.
Comment » | Linux
June 6th, 2010 — 7:27am
I know some people are excited about the nginx webmin module I’m working on. I’d just like to give a quick update about the status of the module. I can’t say when the first release will happen, or how well it’ll work on systems other than Debian at this point, but I’m loosely hoping for the end of this week. Maybe June 11. 2010. You can view the project page here: nginx module.
Continue reading »
Comment » | Linux