Articles

Writings from the summit

Nevada City, CA Web Development and Design

By | Nevada City, Nevada County, Northern California, Sierra Mountains, Web Development | No Comments

nevada city web development and designI recently moved to a wonderful little mountain town in the Sierra mountains in norther California – Nevada City. It’s quite the wonderful little mountain town, plenty of the arts and music available to keep oneself entertained and plenty of fresh local organic produce to eat healthy!

In addition to offering my web design and web development services for Colorado, now that I live in Nevada City, California, I also offer my web development services and web design services for this lovely Sierra mountain town of mine, Nevada City.

Sherpa is your Nevada city website design and development company.

Please contact me if I can offer my web development and web design services to your business in or around Nevada City, CA.

Telluride Mountain Village Rentals

By | Testimonials, Web Development | No Comments

Wordpress Plugin Developer

Bret is great to work with. He took my dysfunctional website quickly to a functioning, improved state that exceeded my expectations. I am very pleased with the results! Bret had the IT skills and human sensitivity to interpret my sometimes vague instructions (e.g. “HELP!!!) and created solutions and recommendations that were better than asked. I appreciate too, that Bret’s cost and time estimates were accurate and that he replied promptly to questions and kept me updated on progress. I now have a rental property website that works, is attractive and is a suitable showcase for the properties I rent in beautiful Telluride-Mountain Village, Colorado. (I offer a 5% discount for rentals to clients of Bret’s who link to my site.)

Keith Brown – telluridemountainvillagerentals.com

Keith needed a quality website, based on the WordPress platform, for this Telluride, CO small business.  I provide web development services for Telluride, CO and surrounding areas. Contact me about your Rocky Mountain web site, web design or web development project needs!

Nevadacitylandscaping.com WordPress Launch

By | Nevada City, Nevada County, Northern California, Sierra Mountains, Web Development | No Comments

Nevada City Landscaping

Just launched – Nevada City Landscaping! A fully featured WordPress site for the Nevada City based Lawn Care and Landscape Maintenance company Nevada City Landscaping. They are off to a great start with the new site allowing potential clients to discover their services. NC Landscaping chose Nevada City website design and development company Sherpa.

I offer web design and web development service for Nevada City, California.

Load wordpress posts by category Slug from the URL

By | Uncategorized | No Comments

Here is a quick wordpress development tip to help you load posts into the wordpress loop based off the category slug in the URL. This assumes you are using the postname permalink structure for your url, e.g. mysite.com/category/testcategry.

In your functions file add this function:
[php] function getLastPathSegment($url) {
$path = parse_url($url, PHP_URL_PATH);
$pathTrimmed = trim($path, ‘/’);
$pathTokens = explode(‘/’, $pathTrimmed);
if (substr($path, -1) !== ‘/’) {
array_pop($pathTokens);
}
return end($pathTokens);
}
[/php]

This function will process the slug we will pass to it from the template file. In your template file:

[php] $slug = getLastPathSegment($_SERVER[‘REQUEST_URI’]); // Get the last slug item
$category = get_category_by_slug($slug); // Load the category
query_posts(‘showposts=-1&post_status=publish&cat=’.$category —>cat_ID); // Load the posts

// WordPress Loop as normal
[/php]

WordPress Installation Service

By | Web Development | No Comments

With the popularity of WordPress and pre-made themes from sites such as themeforest; I am now offering wordpress installation services for people wanting to get started with a blog/website and a pre-built theme.

There are four packages available:

  • Basic wordpress for people looking to configure and setup their own site/theme.
  • A Blogger installation package for people needing wordpress to be setup specifically for running a blog.
  • A content management package for people wanting to use wordpress as a CMS tool in addition to a blog.
  • Finally a custom package for those who want a CMS and Blog setup and want it setup and tailored to their company’s identity and branding.

The Blogger, CMS and Custom packages include the installation and configuration of these common wordpress plugins:

  • Akismet
  • Backup WordPress
  • All in One SEO
  • W3C Total Cache
  • Contact Form 7
  • Google XML Sitemaps
  • Google Analytics

Further theme and wordpress customization above and beyond these packages are available of course, please contact me for me for an estimate on other wordpress installation needs.

Pactimo.com Testimonial

By | Testimonials, Web Development | No Comments

pactimo.com wordpress developer

Bret did a fantastic job translating our design into WordPress. He not only made a truly great site for us, that is world-class, but he worked with great diligence and patience with our staff and existing data structures. We are now able to maintain all of our product data in a single location and make changes that are immediately and simultaneously replicated to our public-facing and internal sites. This new site, and the way we are able to manage our data, has propelled Pactimo forward by leaps and bounds. I would highly recommend Bret. His attention to detail, focus and work quality is unlike any other developer we have worked with previously.

Tony Kelsey – Pactimo.com

Pactimo.com WordPress Launch

By | Website Launches | One Comment

Pactimo.com WordPress Developer

Contracted by Pactimo, a Colorado based bicycle apparel company, to develop a new custom WordPress theme and build out a new WordPress content management system; the site features numerous custom content types, a custom dynamic product catalog feeding from bigcommerce with a great design on top of it all.

Check out the site.

As always I am available for wordpress content management development and theme development – contact me!

Where The Rain Falls WordPress Development

By | Testimonials | No Comments

wheretherainfalls.org wordpress coder

Working with Bret was a great experience for me. His laid-back personality style bleeds over into his work style in a really great way. He handled everything I threw at him with aplomb and grace without batting an eye. He also knows the WordPress development environment inside and out—I was never able to stump him. He took my design and put it into WordPress without any changes or excuses about why something wouldn’t work. I will definitely work with him again in the future.

Sean Duggan – Scream Agency

Where The Rain Falls WordPress Site Launch

By | Website Launches, Wordpress Theme Development | No Comments

wheretherainfalls.org wordpress website coder

Contracted as a freelance wordpress programmer to code the new Where The Rain Falls wordpress multi-site website. The site uses the multi site feature of wordpress to host multiple languages, custom content types, wordpress as a CMS and many more features.

Where The Rain Falls is a non-profit studying rain fall and how it affects peoples food supply – check them out at wheretherainfalls.org.

As always I am available for wordpress template customizations, wordpress theme development and wordpress plugin development – contact me!

Jillbeads.com WordPress Site Launch

By | Website Launches, Wordpress Theme Development | One Comment

jillbeads.com wordpress website development

Yet another WordPress Development Project – jillbeads.com contracted me to code their new WordPress Website featuring a custom product catalog/gallery, wordpress blog and wordpress as the CMS.

Jillbeads is a small business that sells hand made jewelry – check them out at jillbeads.com.

As always I am available for wordpress template customizations, wordpress theme development and wordpress plugin development – contact me!