June 2006 Archives
By Donovan Myers
Posted on Jun 28, 2006
Comments (0)
From time to time we come across a client who does not have any digital files for their branding. The original designer or printer (sometimes one in the same) never delivered the source files or they were lost after being created several years ago. Many times all we have to work with is a scan from a business card or brochure.
Continue reading "Recreating low resolution logo scans as print ready vector graphics" »
By Donovan Myers
Posted on Jun 28, 2006
Comments (0)
Before you begin to start switching CSS styles on your web site, it is very important that you have already developed it using structural XHTML. It is also necessary that you have created at least 1 style sheet, and for the purposes of this tutorial, 1 alternate style sheet.
Continue reading "CSS Style Switcher: A quick and dirty how-to" »
By Eric Repec
Posted on Jun 27, 2006
Comments (1)
When working with database recordsets in an Active Server Pages environment, I often need to store my data in an array. The difficulty with arrays is that there are no native functions in VB Script to easily sort an array. I've created a quick function that will easily sort arrays.
Continue reading "how to sort an array in ASP" »