Yearly Archives: 2013
An Active Discussion of Typical Hourly Rates for WordPress Consultants
There is currently an active topic on Quora discussing typical hourly rates charged by WordPress consultants in the United States. Rates range from $30 to $60 for basic theme modifications and $80 to $150 per hour for skills capable of … Read More
San Francisco WordPress Freelancers
Have an immediate need for a San Francisco WordPress Freelancer for WordPress web development and design? Our passion is keeping your website well deployed and always up to date with WordPress site management. Need a new site? Have one and … Read More
How to Fix Putty Connection Manager Grey Screen
In case of times that your tabs are opened as a grey screen with PuTTY Connection Manager you will need to make the following configuration changes: select Tools > Options select Plugins > Putty check “Enable additional timing for PuTTY … Read More
Magento Sitemap Displaying Inactive and Empty Categories
For some reason Magento displays a category in the human readable sitemap even if the category is empty or set inactive. I am currently at CE 1.7.1 and the sitemap still displays inactive and empty categories. To be sure, this … Read More
PHP Loop through A – Z and Print CSS Style Declarations
Something silly that I’m going to keep. Loops through A-Z and prints some stylesheet declarations for me. Here’s the code: <?php foreach (range(’a’, ‘z’) as $i) { // echo "$i\n"; echo "h1.icon_" . strtoupper($i) ." { background-image: url(images/alpha/" . … Read More
Social Network Replacements for Facebook
We’ve got a small theory around there that social networks going forward will cycle through a build and destroy life cycle. You can see that happening today with Facebook. It’s now public, it’s now run by MBAs, they’re now in … Read More
San Francisco WordPress Experts
Call or contact us today if you are looking for WordPress Experts in San Francisco. With our experienced team of local San Francisco WordPress Developers and Designers we can help take on your WordPress project in a professional and timely … Read More
Remove IMG height and width attributes with jQuery
You’ll sometimes want to remove the height and width attributes from an image tag. You’ll come across this a lot while working with WordPress content, in which case embeded images are given height and width attributes. A simple one liner … Read More
URL Shortener Being Marked as Unsafe on Facebook
Norton continues to mark one of our client’s short urls as UNSAFE on facebook. Drilling down further on this matter the url shortener domain is listed under Norton’s http://safeweb.norton.com/ website as a “SCAM Website” threat (no details on this type of … Read More