Backup your Amazon order history with Python
Ever wanted to download your Amazon order history? Maybe you want to get it into a spreadsheet, or just keep it around in case Amazon decides to delete this...
Ever wanted to download your Amazon order history? Maybe you want to get it into a spreadsheet, or just keep it around in case Amazon decides to delete this...
Ideally, the applications that you're working with already supports the syslog standard. Failing that, it's often necessary to suck a regular text log file ...
I've been using Splunk for several years. It's a great tool for log file visualization and analytics. One thing I use it for is to generate a graph of avera...
My current Django project deals with resume files in Word/PDF format. In order to show a web preview of the file, it's necessary to translate these files to...
A common requirement for sites that deal with dates (most of them), is to display date and time values in the individual user's timezones. Luckily, there ar...
Getting your HTML email to look the same on all mail clients is hard. Most clients only support a small subset of HTML. Outlook 2010 actually uses Word to d...
Most often, when you're using Django's url tag, you want relative links, not absolute links.
A common problem for a new site to have is for their users to occasionally submit the same form two or more times. For example, maybe they were adding a new...
Sometimes, you want all the thumbnails you're creating to be the same dimensions. For example, your layout may require a certain width so that all the items...
When I develop a website, I tend to go subdomain crazy. If the site is crazy.net, I probably configure www.crazy.net, admin.crazy.net, static.crazy.net, you...