Restricted Site Access Plus
I don’t provide this plugin for public download (it’s still too customized to be made publicly available). If you need access to the files or just have questions just contact me and I’ll try and help.
I don’t provide this plugin for public download (it’s still too customized to be made publicly available). If you need access to the files or just have questions just contact me and I’ll try and help.
Stupid simple command to change ownership (chown) and change group (chgrp) at the same time. To simultaneously change both the owner and group of files or directories in linux use the following command structure: chown someusername:somegroupname filename.ext You can man … Read More
The FIFA Women’s World Cup finals match between the United States and Japan will take place Sunday, July 17 2011 in Frankfurt, Germany at 2:00PM Eastern Standard Time 11:00AM Pacific Standard Time. Official Kickoff time is 11:45am PST and 2:45PM … Read More
I just need to point out here an informative blog post at SEOMOZ titled What What Small Business Clients Need to Know About Keywords and SEO which should be required reading for small businesses just getting started on researching Search … Read More
If there comes a time that you need to export subscribers from WordPress.Com follow these simple steps: login to http://www.wordpress.com select Dashboard : Site Stats locate Totals, Subscriptions & Shares metabox select Site Subscriptions : [] active subscribers select either … Read More
Backing up Mozilla Thunderbird email on Windows 7 is a simple process of archiving your Thunderbird profile. Follow these steps to backup emails for Thunderbird on Windows 7: Step 1 Close Mozilla Thunderbird Step 2 Viewing Hidden Files and Folders … Read More
This outlines a standard list of WordPress Plugins you can start with for any common deployment. This list can act as a basic boilerplate leaving the user to pick and choose due to need. Google XML Sitemaps This plugin will … Read More
In a nutshell, this is what I used to achieve somewhat cross browser css background transparency: #content { background-color: rgba(255,255,255,0.3); }#content { background-color: rgba(255,255,255,0.3); } Then, you’ll of course need to make an exception for stinkin IE: <!–[if IE]> <style … Read More
There’s a couple examples online of shell scripts to upgrade a WordPress installation. However, I’ve ended up creating my own because every configuration (server and WordPress) is inevitably different, requiring you to roll your own. The script below handles a … Read More