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.
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. Continue reading “CSS3 Pointer Events”
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 IIS) and we’ve reduced the overall size of the published boilerplate by 50%.
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 Continue reading “PHP APC Functions”
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.'); ?>