WP-o-Matic breaks WordPress Related Links
function adminInit() { auth_redirect(); // force display of a certain section $this->section = ($this->setup) ?...
Read MoreSlidePress Plugin Redirect Bug
When clicking on settings links for the SlidePress plugin in a multi-user WordPress site the plugin would redirect to /wp-admin/?c=1 for...
Read Moreis_home() not working in my WordPress plugin
When using is_home(), is_category(), is_page() etc. in my WordPress plugin that displays category-based ads, they kept returning NULL. My...
Read MoreUSPS Web Tools
I was trying to add the USPS API into osCommerce. I received the following error when adding this shipping module: RateV3 is not a valid...
Read MoreUse Python to Save an FTP Directory List to File
Written for Python 2.6 #!/usr/bin/python import ftplib ftp = ftplib.FTP("ftp.server.com") ftp.login("username",...
Read MoreUsing Python to replace spaces with underscores in filenames.
Python can be used on Window, Linux and Mac. It just a simple install. download code #!/usr/bin/python import string import os import...
Read More