Red Bridge Internet
  • About
  • Work
  • Services
  • Blog

Blog

Upgrade Magento from 1.5.1.0 to 1.6.1.0

July 21, 2012 By Ed Reckers Leave a comment

Always gotta love that time when you have to face a Magento upgrade. I’m documenting here my experiences and notes during my recent upgrade from Magento version 1.5.1.0 to 1.6.1.0. It must be noted that I use what’s basically the … Read More

How to find out if a WordPress upgrade contains database changes

July 19, 2012 By Ed Reckers Leave a comment

If for example one was to upgrade from the last most recent version of WordPress 3.4 to 3.4.1 and wanted to know if the upgrade contains any database changes, you would do the following: 1. first visit the WP version … Read More

I’m over organized and it’s an absolute mess!

June 26, 2012 By Ed Reckers Leave a comment

I’m over organized and it’s an absolute mess! It’s a sight to behold the documentation, notes, task lists and todos that I’m maintaining. I might have more methods of documenting things to do then I’ll have number of things to … Read More

SQL Query to List WordPress administrator Account Names

May 22, 2012 By Ed Reckers Leave a comment

The SQL for selecting a list of WordPress users with the role of “administrator”: SELECT um.user_id AS ID, u.user_login FROM wp_users u, wp_usermeta um WHERE u.ID = um.user_id AND um.meta_key = ‘wp_capabilities’ AND um.meta_value LIKE ‘%administrator%’ ORDER BY um.user_id Simply … Read More

The Amazing Simplicity of a Pinterest Email

April 17, 2012 By Ed Reckers Leave a comment

I was finally moved to “Request an Invite” at Pinterest this evening and when I received the initial email I was amazed at how simple it really was. I mean, this coming from the fastest growing social network ever. It … Read More

PHP Function to Wrap print_r in <pre> Preformatted Text Tag

April 13, 2012 By Ed Reckers 1 Comment

Finally got tired of manually wrapping print_r in <pre> tags so I’m just going to drop this here for future reference: // wrap print_r in preformatted text tags // usage: print_pre($value) function print_pre($value) { echo "<pre>",print_r($value, true),"</pre>"; }// wrap print_r … Read More

How I Broadcast my WordPress Blog Posts to Twitter

April 12, 2012 By Ed Reckers Leave a comment

There are a number of WordPress Plugins that appear to allow you to auto-post your WordPress blog posts to Twitter, Facebook, and LinkedIn. However, I am going with a service called dlvr.it to help me post my WordPress blog posts … Read More

How to Toggle Open Your WPtouch Menu on the Front Page

April 8, 2012 By Ed Reckers 5 Comments

Per client request I was asked that the WPtouch menu default to toggled open when on the frontpage . There may be more elegant solutions, but in order to achieve this I ended up editing a single WPtouch plugin file. … Read More

AXIS Santa Clara Restaurant and Lounge Launches New Site

March 19, 2012 By Ed Reckers Leave a comment

AXIS, Santa Clara’s newest, Restaurant, Lounge, Nightclub, and Event Center opens for business this upcoming weekend. This is a description of their establishment from the Axis website: AXIS Santa Clara’s newest Restaurant, Lounge, Nightclub, & Event Space. With 12,000 square … Read More

A Script to Update WordPress User Role Capabilities

January 10, 2012 By Ed Reckers 3 Comments

How to update WordPress user role capabilities using a simple PHP script and WordPress user functions. I came upon this issue recently in which I had full access to a WordPress installation; files, database, etc., but my WordPress user account … Read More

  1. Pages:
  2. «
  3. 1
  4. ...
  5. 10
  6. 11
  7. 12
  8. 13
  9. 14
  10. 15
  11. 16
  12. ...
  13. 29
  14. »

Need WordPress Help?

We are expert WordPress developers. We build, migrate, and extend the capabilities of WordPress websites. We create and customize WordPress plugins and themes. GET STARTED!

Recent Posts

  • Need a WordPress Website Update?
  • Website Redesign Project Turnaround Time
  • Finding the Right WordPress Design and Development Agency
  • WordPress Site Audit
  • Hayes Valley Web Design
  • Require Phone Number in PayPal Express Checkout
  • Hayes Valley Eats Our Community Directory Project
  • San Francisco WordPress Community Meetup – Summer Update
  • Sysdig
  • Why Engagement is Key to Your Social Media Strategy

Categories

  • Business
  • Design
  • Development
  • Drupal
  • How To
  • Joomla
  • Magento
  • News
  • Optimization
  • osCommerce
  • Projects
  • SEO
  • Snippets
  • Social
  • Stream
  • Tools
  • Uncategorized
  • WooCommerce
  • WordPress

Recent Comments

  • Gus St. Anthony on How to Remove Extra Yoast SEO Columns
  • animal communicator on How to Remove Extra Yoast SEO Columns
  • Miguel on How to Fix Putty Connection Manager Grey Screen
  • WPExplorer on How to Remove Extra Yoast SEO Columns
  • persian-vc on How to Exclude Specific Pages from W3 Total Cache

Archives


Red Bridge Internet
  • About
  • Work
  • Services
  • Blog

Contact Information

Red Bridge Internet
San Francisco, CA USA
(415) 857-5745
info@redbridgenet.com

Copyright © 2025 Red Bridge Internet, LLC | Careers

Proudly powered by WordPress · Theme: Feather by Red Bridge Internet.

Privacy Statement · Sitemap