http://www.phpro.org/tutorials/Model-View-Controller-MVC.html http://php-html.net/tutorials/model-view-controller-in-php/ http://anantgarg.com/2009/03/13/write-your-own-php-mvc-framework-part-1/ http://www.sitepoint.com/forums/showthread.php?t=575427 http://www.henriquebarroso.com/how-to-create-a-simple-mvc-framework-in-php/ http://php-html.net/tutorials/model-view-controller-in-php/
Monthly Archives: February 2011
Someone’s spamming with my return address, will you blacklist me?
No. The From field in most spam is forged and meaningless. Some spamware uses addresses from the spammer’s “To” list to also fill in the “From” address. Usually that is just a random selection, but occasionally spammers “bounce bomb” a particular recipient with thousands of forged return-paths forged in the victim’s name, either out of …
Continue reading “Someone’s spamming with my return address, will you blacklist me?”
Reporting Spam
Reporting Spam SpamCop parses reported email, sending warning information to the internet service provider responsible for hosting the services used by the spammer (web sites and email sending sites). SpamCop also uses the information to generate SpamCop’s free blocking list. http://www.spamcop.net/
Postfix Backscatter Howto
Overview This document describes features that require Postfix version 2.0 or later. Topics covered in this document: What is backscatter mail? How do I block backscatter mail to random recipient addresses? How do I block backscatter mail to real recipient addresses? Blocking backscatter mail with forged mail server information Blocking backscatter mail with forged sender …
Top 20 Premium Quality Sliders
http://net.tutsplus.com/articles/web-roundups/top-20-premium-quality-sliders/
Disable textarea resizing
CSS to disable resizing The CSS to disable resizing for all textareas looks like this: textarea { resize: none; }