TimThumb is a simple, flexible, PHP script that resizes images. You give it a bunch of parameters, and it spits out a thumbnail image that you can display on your site.
Daily Archives: November 3, 2011
Highlight PHP and JavaScript Code with PHP
PHP has a cool function that automatically highlights PHP code called highlight_string();Theoretically this could be used to roll your own code highlighting on a site, rather than rely on JavaScript or some kind of external service to do it. In this article I’ll show you the basics of how it works, then extended it with …
Continue reading “Highlight PHP and JavaScript Code with PHP”
Remove SmartScreen technology from Hotmail & Windows Live Mail.
We would like Microsoft to remove its SmartScreen spam filtering technology from its Hotmail/Windows Live Mail email services and implement a usable alternative.
Sending e-mails via SMTP with PHPmailer and Gmail
Why using GMail for sending mail messages? First of all it’s FREE! Sure most website owners can use their own SMTP server for sending email messages from their website,