I commented out the RewriteRule in my .htaccess file and created a new WP_Rewrite rule in my WP theme’s functions.php file. This effectively accomplishes the same thing, but ensures that WordPress is aware of the ‘extra’ querystring variables (so they’re not lost or ignored).
Category Archives: HTML – XHTML
HTML 5 Tags
The following table provides a list of the tags (or elements) supported in HTML 5 (officially written as HTML5 – without the space). This list is based on the HTML5 Working Draft as of February 2009.
How can I execute PHP code on my existing myfile.html page?
When a web page is accessed, the server checks the extension to know how to handle the page. Generally speaking if it sees a .htm or .html file, it sends it right to the browser because it doesn’t have anything to process on the server. If it sees a .php extension (or .shtml, or .asp, …
Continue reading “How can I execute PHP code on my existing myfile.html page?”
HTML5 Canvas Image Effects: Black & White
The new canvas tag in HTML5 is known for its illustration power. It’s basically an empty element on which you can write and sketch using Javascript. But there’s a hidden power: image manipulation.
ondblclick Event
Definition and Usage The ondblclick event occurs when an object gets double-clicked.
Open Video Player (OVP)
Open Video Player (OVP) is an initiative encompassing the use of open standards, best practices, and established development methodologies in the development of media player applications