March 16, 2010

Orthopedic Associates site launched

Filed under: Uncategorized — admin @ 5:04 pm

Orthopedic Associates of Central Texas (OACT) is the only comprehensive orthopaedic group serving Williamson County.

Despite their strong presence in the local and medical communities, their old site was nowhere to be found on search engines, and the user interface was not only ugly but difficult to navigate.

OACT contacted Soleer looking for a new image and more effective website.  Check it out at oactdocs.com.

February 26, 2010

D2 Dermatologics Launched

Filed under: Uncategorized — admin @ 10:01 am

Simple, Affordable, Effective.  These are the principles of the D2Derm Skin Care line, and they came to us needing a website with the same characteristics.

We worked with D2Derm to provide an informational site that integrated with their PayPal shopping cart, allowing online shopping for their customer base, and simplifying their sales and fulfillment processes.

February 18, 2010

Onion Creek Club Launch

Filed under: Soleer News — admin @ 3:52 pm

Today we launched the new website for the Onion Creek Club, a genuine Texas treasure steeped in family tradition, friendliness, camaraderie and good fun! Onion Creek Club is Austin’s most historic golf club, founded in 1974 by three-time Masters Champion, Jimmy Demaret. There is no other golf club in the Austin area that provides the history steeped in tradition and quality, the convenience to downtown and surrounding neighborhoods, and most importantly the opportunity to make new friends!

We have been working with the parent company of Onion Creek to update and overhaul their websites, as well as provide custom content management capabilities to enable in-house website management and cost savings.

Along with Twin Creeks, River Place, and The Dominion, Onion Creek is the fourth website we have completed in partnership with The Dominion Golf Group.

August 1, 2009

ACC Student Life Launch

Filed under: Uncategorized — admin @ 2:40 pm

When one of the largest and fastest growing community colleges in the nation needed a fully functional Drupal CMS website ready for new student registration (in under 3 weeks), they turned to Soleer.

Features for the Austin Community College website include seperate portals for eight programs and seven campuses with unique news updates, video streams, and other content. We also integrated their existing calendar system and social networks.

While this is definitely not a timeline we recommend, Soleer worked with the Student Life folks at ACC and completed the full project from design and development to content entry and debugging in less than 15 business days.

The new site has led to significantly improved search engine rankings as well as 200% increase in traffic and a reduced bounce rate.

You can view the latest happenings at ACC and Student Life here: http://accstudentlife.info/.

January 27, 2009

Media Button in WYSIWYG Module

Filed under: Drupal, PHP — admin @ 11:17 am

We’re implementing the new WYSIWYG Module in Drupal 6, and really digging it.  We are using it with our WYSIWYG Editor of choice: TinyMCE (3.2.1.1).

We noticed, however, as we were setting up the module in Drupal, that our beloved media button was gone. Here’s how we got it back in there:

First, you need to install and setup the module & tinyMCE as detailed in the readme file.  Next, open ‘…modules\wysiwyg\editors\tinymce.inc’

All you have to do is add a few lines of code (around line 472):

‘layer’ => array(
‘path’ => $editor['library path'] .’/plugins/layer’,
‘buttons’ => array(’insertlayer’ => t(’Insert layer’), ‘moveforward’ => t(’Move forward’), ‘movebackward’ => t(’Move backward’), ‘absolute’ => t(’Absolute’)),
‘url’ => ‘http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/layer’,
‘internal’ => TRUE,
‘load’ => TRUE,
),

/*Begin Inserted Lines*/

‘media’ => array(
‘path’ => $editor['library path'] .’/plugins/meda’,
‘buttons’ => array(’media’ => t(’Insert Media’)),
‘url’ => ‘http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/media’,
‘internal’ => TRUE,
‘load’ => TRUE,
),

/*End Inserted Lines*/

‘paste’ => array(
‘path’ => $editor['library path'] .’/plugins/paste’,
‘buttons’ => array(’pastetext’ => t(’Paste text’), ‘pasteword’ => t(’Paste from Word’), ’selectall’ => t(’Select all’)),
‘url’ => ‘http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/paste’,
‘internal’ => TRUE,
‘load’ => TRUE,
),

Now the media button will be available to be selected as an option from your TinyMCE administrator page within drupal.

Newer Posts »

Who we are

Explore our history and character.

If you've ever been on a blind-date, odds are great that you know how disastrous "jumping before looking" can be. Feel free to do some online stalking here before you contact Soleer.

What We Do

"Girls only want boyfriends who have great skills." -Napoleon Dynamite

While we aren't looking to be your boyfriend and might not have "nunchuku skills," we do offer a number of other services and solutions to assist your organization.

What We’ve Done

As we say in Texas, "This ain't our first rodeo." Take a look at a sampling of some of our masterpieces, from logo design and brochure creation to webpage design and online community development.