RSSDK Kelley Website Launch We recently designed a new website for DK Kelley. Along with a complete website redesign, the website contains custom photography and a newsletter management system. DK Kelley, located in Murray, KY, sells ladies fine apparel and accessories.
View Online: www.dkkelley.com
...more
SPAM Protection Using PHP and jQuery The most common solution to keep 'machines/automated spammers' from abusing PHP forms is to use a CAPTCHA. This works, for the most part, but is very inconvenient & usually unsightly for the visitor, discouraging them from actually using the form for its intended purpose.
The solution we've come up with is much simpler than other proposed solutions we've run across. We hope you find it helpful.
Here's how it works: (view dem...more
Find the Last Day of the Month With PHP Google - last day of month php - and you'll get over 15,000,000 results. It's amazing how many people have searched for this & how many roundabout ways there are to accomplish what should be a simple task.
Here is the simplest way (that I know of) to get the last day of the month using PHP.
Get last day of the current month
$lastday = date('t',strtotime('today'));
Get last day of next month
$lastday = date('t',strtotime('next month'));
Get...more
Merge Multiple PDF Files with PHP This tutorial explains how to successfully merge multiple PDF files using pdftk and PHP. A recent project of ours required this functionality, and we hope this tutorial saves you some time.
View Demo
Here are some initial tips:
- Don't try to use ImageMagick and/or GhostScript to merge the files.
- Use passthru() instead of exec() or system() to run the pdftk command.
...more
C'est La Vie Children's Couture We recently launched a website for C'est La Vie Children's Couture. This website, developed with php/mysql, consists of a completely custom-developed shopping cart, live inventory management system along with many other features. C'est La Vie Couture sells designer Children's clothing and their website can be found here: www.cestlaviecouture.com
...more