If you want to check your headers, you can use web based tools like: web-sniffer.net, web-browser extensions (e.g. LiveHTTPHeaders, ieHTTPHeaders) or another third-party software tool.
Monthly Archives: April 2011
Remove Orbit Software Updater
Just delete or rename SoftUpdater.dll in "C:\Program Files\Orbitdownloader"
CSS3 Pointer Events
Summary The CSS property pointer-events allows authors to control whether or when an element may be the target of a mouse event. This property is used to specify under which circumstance (if any) a mouse event should go “through” an element and target whatever is “underneath” that element instead.
HTML5 BOILERPLATE
HTML5 BOILERPLATE IS 1.0! Monday, March 21, 2011 Along with HTML5 Boilerplate’s rock solid commitment to cross-browser consistency, H5BP brings you delicious documentation, a site optimizing build script, and a custom boilerplate builder. In addition to this, we now support lighttpd, Google App Engine, and NodeJS with optimized server configurations (along with Apache, Nginx, and …
PHP APC Functions
APC Functions Table of Contents apc_add — Cache a variable in the data store apc_bin_dump — Get a binary dump of the given files and user variables
PHP No direct access allowed
<?php if (__FILE__ == $_SERVER[‘SCRIPT_FILENAME’]) exit(‘No direct access allowed.’);?> <?php if (__FILE__ == $_SERVER[‘SCRIPT_FILENAME’]) exit(‘No direct access allowed.’); ?>