Red Bridge Internet is a San Francisco WordPress Consulting firm specializing in WordPress websites and WordPress Plugin Development. We're the ones you have been searching for.

Development

MySQL Config Examples

I recently was on the search for a few examples of active MySQL configuration files (my.cnf). It’s always nice to see someone else’s production version of a configuration file and during this search I realized that not a lot of examples of MySQL config files were to be found on the internet. The first place [...]

Essential WordPress Plugins

This post is a running tab of what we at Kliky.Com consider essential WordPress Plugins. These WordPress Plugins are essential in that they should be included in every new WordPress installation we spin up. Below is our ever-updated list of plugins which should be included in every launch: All in One SEO Pack This plugin [...]

A Great Showcase of Web Design Incorporating Photos

The Six Revisions site always seems to come up with intelligent posts which inspire. If you haven’t already, you should follow their tweets. The just put up a post called, “Excellent Examples of Using Photos in Web Design” and I’d have to say it’s a great collection. I read a lot of these “lists” each [...]

Joomla vs WordPress : It’s a Matter of Your Design Approach

This article titled, “Joomla And WordPress: A Matter Of Mental Models” from Smashing Magazine contends that your choice of CMS depends on how you expect Web applications to allow for theming and core manipulation. Open-source content management systems (CMS) are a large family of Web applications, but if we’re looking for stability, performance and average [...]

Do More With WordPress Custom Fields

Here’s a good post up on Smashing outlining a few ways to extend WordPress’ custom fields to do much more that you’d initially think, “Extend WordPress with Custom Fields“. WordPress’ popularity has grown exponentially as of late. This rise in popularity is due in part to WordPress’ custom fields. Custom fields allow you to add [...]

Yahoo Web Site Performance Best Practices

A very good overview of best practices for speeding up your web site from the Yahoo! Developer Network. Very good resource: http://developer.yahoo.com/performance/rules.html Incoming search terms:yahoo best practice web performanceyahoo performance best practices

How to Quickly Create a Mobile Site Using ClickTurn

There’s an interesting company out there building upon its widget technology to allow publishers to create ad supported mobile versions of their Web sites. From their own site: ClickTurn enables people to create and sell high-impact ad units that marry brand content with content generated by both the publisher and their community. We provide an [...]

150+ Drupal Themes, Modules and Resources

The Ultimate Drupal Toolbox collected for us by Noupe. It’s worth taking a look at: http://www.noupe.com/drupal/the-ultimate-drupal-toolbox.html Drupal is one of the most popular CMSs out there, and it’s no surprise considering how extensible it is. You can customize almost every aspect of it through the use of themes, plugins, and a little custom coding. Below [...]

List of PHP Frameworks

A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development. For example, many frameworks provide libraries for database access, templating frameworks and session management, and often promote [...]

Working with MySQL SET Data Type

I’m getting started on a new project which is built around a table using MySQL SET data types in a number of columns. There’s some parts of this, which will most likely present a number of challenges. The table was contains records for individual entities, of which a few fields contain data with multiple values. [...]