-
What is KPL and how it relates to DP2?
KPL (Kodak Professional Language) is the underlying language that drives the DP2 Photo Lab production software. It is based on the C programming language…
-
Using Public Keys With Putty to Connect to WHM running on Linux
Update: Instructions take now the user name into account, not defaulting to root. So the other day I wanted to…
-
Sorting characters and numbers in mySQL
So I have a table with a column in this form someColumn 1 A 2 C 3 10 When you…
-
Adding the Authorize.net PHP SDK to CodeIgniter 2.0
This is a follow up post to my initial Adding the Authorize.net PHP SDK to CodeIgniter 1.7. Now that CI 2.0…
-
ddlab.net Website launch
Just finished and published this website at work I think it looks pretty good ddlab.net
-
Web Colors Previewer
Have you ever needed to see what a web color like #2a3f43 looks like? So did i that is why …
-
Delete expired entries in MYSQL
For those who want to delete items in a MySQL database based on a date field the process is very…
-
X-Cart File too large for egoods download
I have been working on xcart and even thought I really like it there is a huge problem with their egoods downloads.…
-
Adding the Authorize.net PHP SDK to CodeIgniter 1.7
I am writing a site that requires credit card processing through authorize.net. I am building the site using the CodeIgniter…
-
jQuery .show() not working properly in Chrome
So I finally got around learning jQuery, better late than never, so on my first script I ran into this…