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: Programming
Htaccess, Apache, And Rewrites!
As a web designer or developer, it is important to know how to use the htaccess file to your advantage. It is a very powerful tool, and can even work as a deterrent for bandwidth thieves, exploits, and hackers. Below are some common examples of rules to consider when developing websites. We hope you find …
parse RSS/Atom feeds with PHP
XML stands for EXtensible Markup Language and it is a simplified subset of Standard Generalized Markup Language (SGML). Its primary purpose is to facilitate the sharing of data across different information systems, particularly systems connected via the Internet.
ie9 Developer Tools
Internet Explorer 8 was the first browser to provide built-in developer tools to aid developers in rapid prototyping, testing, and debugging webpages, and allowing them to see their changes as they made them, directly in the browser. New in Internet Explorer 9 are a user-agent switching tool, a network traffic inspector, an improved JavaScript profiler, …
kayako disable re-opening closed tickets
It is pretty easy to do, for anyone else that may be wondering how to, edit the viewticket template.
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.