When writing PHP code, sometimes it’s useful to know how best to write a particular class, function or procedure. Understanding how the array of different built in PHP functions work will help you to make good judgements on how to write a particular peice of code to execute efficiently. But sometimes, when in doubt, just out of curiosity, or for finding bottlenecks in execution time, it’s good to be able to measure the speed it takes for your code to execute.
Benchmark PHP Code – Measure Time To Execute PHP Code / Script
Email Tutorial: To, CC, BCC, Subject & Body in Mailto: Links
Automatically populating the emails sent by your web site’s users via the “mailto:” links is a useful way of filtering your enquiries. This tutorial will tell you how to use each different method of filtering and why it’s helpful for you to do so.
The email elements you can customise are:
- Basic Mailto: Link
- To:
- CC:
- BCC:
- Subject:
- Body:
Getting extra sales leads from email marketing
Make your email list work harder – using your mailing list to get qualified sales leads from your Internet advertising.
As an email marketing manager you need to use email marketing to get targeted sales leads. The best email marketing professionals make sure that they study the click-through data received from each email campaign.
Many people overlook this data, or just use it to analyse an email campaign’s performance. However, the click through data also contains lots of new sales leads, if you’re prepared to do some work.
Batch processing in Adobe Photoshop – Photoshop Droplets
In the digital media business, people often find themselves in a situation where they need to do perform a task over and over again, e.g. an image resize operation on many seperate files or converting a few very large uncompressed videos. This is called batch processing.
PHP Copyright Date, Dynamic Year Date
- PHP (required)
- Smarty (alternative)
PHP offers many simple but handy tricks to save you time and effort. One of the simplest is to use PHP to output the current year into your pages’ footer copyright notice to avoid having to manually change this as the years drift by…
This tiny post offers the snippet for you to copy and paste and save time in writing yourself.
