| bio | website | traveling9to5.com |
|---|---|---|
| location | Everywhere | |
| age | 27 | |
| visits | member for | 2 years, 9 months |
| seen | 9 hours ago | |
| stats | profile views | 45 |
Heading around-the-world in 2012!
Follow my travels at Traveling 9 to 5
I also do custom web development and design.
|
Aug 25 |
asked | How to handle support for a non-technical client |
|
Aug 20 |
awarded | Yearling |
|
Aug 18 |
comment |
Should all plugins be encapsulated in a Class? @kaiser, I assume @hakre is referring to the if( ! class_exists ) line you have at the beginning? |
|
Aug 16 |
revised |
Are Custom Taxonomy Templates Possible? Edited ambiguous terms in #1 and #2 |
|
Aug 16 |
suggested | suggested edit on Are Custom Taxonomy Templates Possible? |
|
Aug 15 |
awarded | Excavator |
|
Aug 12 |
comment |
How to empty debug.log when file size is above xyMB? Notepad++ or gVim should be able to open the file for you, if you don't need a code solution. |
|
Aug 11 |
comment |
Site blocked by WebSense on fresh WP Install I emailed, and they responded already indicating that they would re-categorize my site as "travel". |
|
Aug 11 |
suggested | suggested edit on Site blocked by WebSense on fresh WP Install |
|
Aug 11 |
accepted | Site blocked by WebSense on fresh WP Install |
|
Aug 11 |
comment |
Site blocked by WebSense on fresh WP Install Hmm, it seems like you are required to be a paid customer to use the site lookup tool. I checked over at webmasters and found this question I guess my only option is to send an email to their 'suggest' alias. |
|
Aug 10 |
asked | Site blocked by WebSense on fresh WP Install |
|
Aug 10 |
comment |
Do you have to have command line access to use Subversion with Wordpress? In order to follow the WP codex directions for installing/upgrading via SVN, you must have it on the same server. I suppose if you have access to another server where you could checkout WP core via SVN, and then your IT dept would allow an rsync between that SVN checkout and the web server, you may be able to get it to work. But if you can't get shell access, I doubt you would be able to setup an rsync for the files. Can the IT department configure SVN and be responsible for running the upgrade? As in you file a ticket with them, and they run the svn sw command when it's time to upgrade? |
|
Aug 10 |
comment |
Unwanted blank lines before <html> tag @keatch glad I was able to help! |
|
Aug 10 |
awarded | Revival |
|
Aug 10 |
answered | Do you have to have command line access to use Subversion with Wordpress? |
|
Aug 10 |
asked | Get plugin download URL from slug |
|
Aug 9 |
accepted | Issue with using .htaccess to redirect feedburner feed |
|
Aug 8 |
comment |
When should you use WP_Query vs query_posts() vs get_posts()? @Rarst I was referring to this section in the Codex for query_posts however, I may be mistaken regarding the effect on performance. Unless using WP_Query in your template file will also have the same result (i.e. throwing away your query, and re-executing) |
|
Aug 8 |
comment |
Making a parent directory writable by the server I would recommend only using 777 as a last resort, try 755 on the uploads directory first. |