By default, WordPress adds a “generator” meta tag to your site header HTML. The content of the tag contains “WordPress” and the version you are running. For example: WordPress 3.1.3 With a simple edit of your theme functions.php file, you can either remove or alter this tag to add a small, additional layer of security. […]
Blog
Pastebin.ca PHP API
In my boredom, I find I do a lot of things. Some of those things range from very silly to intense coding sessions. So, out of boredom tonight, I have built a script to use the Pastebin.ca API to make pastes remotely. Below you will find the code and an example. Let me know if […]
Site/Blog Update
After giving it some thought, I have updated the blog and removed several posts. This is why you will see a rather large gap between the first post and my most recent one. I will not go into details why but I plan to try and focus on client and programming oriented posts. Look for […]
Updating YUI for vBulletin 3.8
Note: I have also posted this at vbulletin.org In vBulletin 4, the developers recently upgraded the bundled YUI version to 2.9.0 from 2.7.0. Since vB 3.8 is EOL, I found a way to manually update the bundled YUI version. I’ve tested vB 3.8 with YUI 2.9.0 as much as I could, and did not run […]
[PHP] – Valid URL Checking
To keep it short and sweet today, the following is a PHP function that will check the input for a valid URL, and will also check to see if it is responding (ie: returning Status: 200 OK).
Recent Comments