• Home
  • Clients
  • Social Web Design
  • Social Strategy Guidance
  • Managed Services
  • Partners
  • About
    • Tim Miner
    • Jessica Ziegler
  • Blog
  • PostsComments

Vestor Logic

Designing websites and strategies for the social web

  • Web Design Portfolio
  • Our Clients

Web Design Portfolio: Mountain’s Edge

February 12, 2013 by Jessica Ziegler

mtsedge

The Client:

Mountain’s Edge is a premiere master planned residential community in Las Vegas, NV

You can visit the site here

The Project:

Vestor Logic was retained to build a new website for Mountainsedge.com. Working with Thomas Puckett Design the Mountain’s Edge site reflects the brand’s position as a leader among Las Vegas master plans. Mountain’s Edge has consistently ranked as the best-selling master planned community in Nevada – and is also named among the country’s top master plans by national real estate advisory firms.

Filed Under: Featured, Slider content, Web Design, Web Design Portfolio, WordPress

Web Design Portfolio: Tim Gower

February 12, 2013 by Jessica Ziegler

timgower

The Client:

Tim Gower is a writer and consultant.

You can visit the site here

The Project:

Vestor Logic was retained to design and build a new website for Tim Gower. The site serves as an online portfolio for Tim’s work and articles.

Filed Under: Featured, Slider content, Web Design, Web Design Portfolio, WordPress

Web Design Portfolio: Viva Sports Promotions

May 24, 2012 by Jessica Ziegler

The Client:

Viva Sports Promotions promotes sports clinics and events in Las Vegas and throughout the US.

You can visit the site here

The Project:

Vestor Logic was retained to design and build a new website for Viva Sports Promotions. The site operated as a multi-site network, allowing each event to exist as a micro-site. Each micro-site is instantly created from a main template, producing a set site of recurring custom post type pages for each event; such as vendors, schedules, hotels, etc.

Filed Under: Featured, Multi-site, Slider content, Web Design, Web Design Portfolio, WordPress Tagged With: Viva Sports Promotions

Web Design Portfolio: Kiski Virtual School for Boys

May 24, 2012 by Jessica Ziegler

The Client:

The Kiski School for Boys is a college preparatory School in Pennsylvania.

You can visit the site here

The Project:

Vestor Logic was retained to  build a new website for the Kiski SChool’s Virtual School for Boys.

Filed Under: Featured, Slider content, Web Design, Web Design Portfolio Tagged With: kiski virtual school for boys

Web Design Portfolio: Trail Sherpa Network

May 24, 2012 by Jessica Ziegler

The Client:

Us! Trail Sherpa is a Vestor Logic brand.

You can visit the site here

The Project:

The Trail Sherpa Network is a multi-site WordPress network dedicated to the outdoors. Using multi-site we offer hosted, domain-mapped WordPress sites to companies and individuals who fit the Trail Sherpa mindset. Each Sherpa Site looks like a wholey independent website to outside users, but exists within the Trail Sherpa network.

Each Sherpa site is able to take advantage of the of the network’s many features: integrated custom post types for trail reports, recipes and gear reviews, syndication into the Trailsherpa.com network feeds, and the technical support provided by being a part of this niche network. This support includes management of WordPress and plugin updates, vetted plugins, and one-on-one site tech support.

Filed Under: Featured, Multi-site, Sherpa Sites, Slider content, Web Design, Web Design Portfolio, WordPress Tagged With: trail sherpa

Web Design Portfolio: Given and Associates

May 24, 2012 by Jessica Ziegler

The Client:

Given and Associates is a mechanical and electrical engineering firm in Colorado.

You can visit the site here

The Project:

Vestor Logic was retained to redesign the logo and build a new website for Given and Associates.  The design is clean and the approach straight forward with a focus on the projects.

Filed Under: Featured, Slider content, Web Design, Web Design Portfolio, WordPress Tagged With: given and associates

Web Design Portfolio: PRO Compression

October 17, 2011 by Tim Miner

Pro CompressionThe Client:

PRO Compression has introduced a very exciting product for golfers and outdoor athletes.  Their line of compression socks are forged with the latest technologies in the industry and the early reviews have been fantastic.

You can visit the site here

The Project:

Vestor Logic was retained to build a website for PRO Compression.  The site included an e-commerce function to allow the business to sell their product online.  The design is clean and the approach straight forward.  Often times it’s just better to let the product speak for itself.

Filed Under: Featured, Slider content, Web Design, Web Design Portfolio, WordPress Tagged With: compression socks, Pro Compression

Facebook: Convert your Static FMBL to iFrame – It’s not as painful as you think!

February 21, 2011 by Jessica Ziegler

Facebook recently put into action the long anticipated change from Static FBML to iFrames, requiring all new custom content on Facebook Fan pages to be built as a Facebook iFrame application.

This new update will be forced though on March 11th but you can (and should) get a jump on it now. This is actually a really good thing for Page owners and developers. It means that you can use standard html, css and javascript becuase your content will be calling a page directly from your site. You will still need to plan and build for the limitations of 520×720, the depth/height limitation is new, but you can figure ways to work with it).

The previous Tabs we are all used to will be gone, but you could create your own tabs within your 520×720 framework, if you want a more multi-page feel (check out Trailsherpa’s facebook page here to see how I solved for that). Again, this is a great thing because you will have full control over the length, appearance and style of those tabs.

Alright so how do we do this thing?

I create and implement your new iFrame app you’ll need to do 3 things:

1)      Create a Facebook iFrame application and associate it with your Fan Page

2)      Create a PHP page on your website that you will call from your iFrame application

3)      Upload that PHP page and its related assets

Step 1: Create a Facebook iFrame application and associate it with your Fan Page:

1)      Login to Facebook and go to http://www.facebook.com/developers/createapp.php to create your new app

a.       Give your application a name (this name will not appear on your Fan Page) and agree to terms

2)      Add an icon and or logo, contact email and privacy policy links (if you don’t have those policies, just link to the main page of your site). Add an icon, it will show up next to your app in the left nav of your Fan page. The logo is more for if you intent to share this app with others (think Farmville). Save changes.

3)  On the Website Tab, add your site url (not actually neccesary).

4) Go to the Facebook Integration tab. This is where things get mildly complicated.

a.       For Canvas Page select a folder that makes sense as the base url for your application. This will need to be DIFFERENT for each application you create and can only contain lowercase letters, dashes, and underscores.

b.      Canvas URL: this is going to be the FOLDER on your site where you create your PHP page and its related assets. MUST HAVE TRAILING SLASH (i.e. be a folder).

c.       Select iFrame and autoresize (not that it will resize) or show scrollbar if you have a page deeper than 720. They are pretty unpleasant looking, avoid them if you can.

5)      Scroll down to Page tabs at the bottom.

a.       Create a page name, limited to 16 characters. This is the name that will appear on your fan page as a link on the left and at the top of the iFrame “page” .

b.      Tab url: this is the actual page that you will be calling for the iFrame content. Where is says CANVAS_URL, once you save that will change to the name of the folder you designated above. This page can be called whatever you want, as long as it’s .php (.html will not work). So in effect, based on my current inputs, my new iframe content will be pulled from: http://www.vestorlogic.com/my_awesome_app_folder/index.php.

c.       Save changes. Your app is set up!

6)      You are now on your applications main edit page. Associate your new application with a Fan Page

a.       Click the “Application Profile Page” link on the right.

b.      Now you are on your apps public page, click “Add to My Page” from the left nav. This will bring up all the pages you admin. Select the correct one and add it.

That’s it for the Facebook integration!

STEP 2: Create a PHP page on your website that you will call from your iFrame application

1)      This is where things get a lot more standard. You’ll want to create a page on your site in the folder that you designated in your app. In mine it was: http://www.vestorlogic.com/my_awesome_app_folder/index.php.

2)      If you already have a Static FBML tab, you can go to that tab, copy the code and paste that into a new .php file, save and upload. In the above example my file would need to be called index.php and it would need to live in the “my_awesome_app_folder”  folder.

STEP 3: Don’t forget to upload this page and its related assets!

Now you will see your new app listed as a link on the left nav of the fan page you related it to. You can see ours here.

See that little Welcome link on the left with the icon? Awesome!

Special shout out to Paul Kortman’s great post that helped me figure it out.

Filed Under: Facebook, Featured, Social Media Tagged With: create a facebook iFrame app, facebook fan page, Facebook iFrame application, facebook tab, iframe app, iFrames, static fbml, static fbml to iframe

WordPress – The Ultimate Web Development Tool

February 2, 2011 by Jessica Ziegler

There was a time when developing your web presence meant finding that socially sequestered brainiac hiding in his basement who could actually write executable code to create your website. The irony of finding a geek to help you become popular!  Today it is much easier to maintain control over the look and content of your website and to easily update it as your brand evolves.

You’re likely familiar with WordPress as a blogging tool accessible through WordPress.com.  This is an excellent starting point for many bloggers who don’t need to utilize a custom url. All blogs on wordpress.com have a “mysite.wordpress.com” url.  However, this is unacceptable for most businesses.

WordPress also offers  a free, open source, easy to use content management system (CMS) through WordPress.org, which allows the user to create a custom-looking website, using their own url, without starting from zero.

Vestor Logic believes in the power of WordPress and its ability to power the social web for companies in any industry around the world.  There are many benefits to using WordPress as the content management system for your website:

  • By eliminating the complicated build process, WordPress allows you to bring your brand online faster, saving design time and money.
  • Because WordPress is web standard, Google recognizes it quickly and gets you listed on the most used search engine in the world in only a few days.
  • WordPress is an open source project, which means interested users contribute to its creation by recognizing what works well in the industry, adapting to it, and solving problems often before most users knew they were there.

The WordPress CMS is highly customizable through a multitude of outside vendor “themes”. At Vestorlogic we often use themes based on the Genesis Framework from StudioPress.com.  These themes are well written, extremely customizable and boast top-notch support.  With the right knowledge you can make intricate changes to these available themes for true customization. For most businesses, this often requires the help of a web designer who knows .css and .php.

Because WordPress is an open source project anyone can develop themes or plug-ins to add “custom” features to WordPress websites. Plug-ins run the gamut from extensive events calendars to simple Facebook like buttons. The right plug-ins are imperative for creating not just a great site design quickly, but a “social web design”, a design that integrates social sharing features for Facebook, Twitter, Linked In , etc. seamlessly. Enabling users to easily share your content with their friends is what social web design is all about, and is a Vestor Logic core offering.

Our social media clients cover numerous industries but one thing remains constant: they all want to use their website and other social assets to engage with the right crowd.  This may be the root of why we love WP as much as we do.  Flexibility in the design process, a head start with StudioPress’s Genesis Framework and Child Themes (saves design time and money), easily integrates with other platforms and apps via plug-ins, and a very dedicated development community that is constantly raising the bar.

Your search for a geek is over!  Contact Vestor Logic today to discuss creating your social web presence.

Filed Under: Featured, Social Media, Web Design, WordPress Tagged With: building a wordpress blog, studiopress themes, wordpress blog, wordpress CMS

Social Media Monitoring and Analysis: 2 Great Tools

January 25, 2011 by Kelli Ziegler

Through social media, people are connecting, sharing opinions with others at all times of the day. The party, so to speak, is never-ending. In a perfect world this works to your brand’s advantage.  When someone has a positive experience with your brand they can go public immediately and share not only that experience but their excitement—while it’s still fresh—with their friends and followers.

Knowing what your fans, and detractors, are saying about your brand is essential in today’s connected business environment.  But how can a company, large or small, keep track of the constant chatter being generated?

Quite simply, as it turns out. By employing social media monitoring platforms you can now listen in, actually know what others are saying about your brand. Let’s take a look at two that we feel are worth the time and resource allocation:

Argyle

The first social media monitoring platforms is Argyle, a small company which focuses on solid data relating to your brand.  By setting up an account and providing keywords, Argyle monitors social media brand mentions, analyzes the volume and content of those mentions and reports the online interaction to you or the relevant member of your team.  Their detailed data can follow the reactions to each post or tweet to let you see the overall effect of your social media efforts.  Your social media presence is organized in one place. With Argyle, you can also schedule posts and updates even when you’re away.

Radian6

The second tool is Radian6, a larger company that offers enterprise-level social media monitoring and analysis of what’s being said about you by whom, where, how often, and the duration of the talk.  One of the most effective tools available through Radian6 is the ability to monitor who is advocating your brand online, allowing you to nurture those integral relationships.   Brands can also use Radian6 to monitor the mentions of their competition, as well as their own. Since a tool is only as powerful as the user’s ability, Radian6 provides on-site training to insure that you are utilizing their platform most effectively.

How Vestor Logic can help

The data generated by these tools is just the first piece of the puzzle. To effectively take action, you’ll need that data analyzed and organized in a way that makes sense for your team, and strategic guidance on where to go next.

Depending on your level of need and the size of your brand, Vestor Logic can help you choose the appropriate monitoring tool for your brand.  We will create a social media listening channel allowing us to monitor your brand mentions. We’ll know what people are saying about your brand, where this talk is happening, and who’s initiating the conversation; allowing you the opportunity to stay in front of the talk and to respond to your advantage.  Vestor Logic will also provide brand-specific social media analysis in the form of detailed, plain-English reports, affording you at-a-glance understanding of the trends and interests influencing your customers.

Armed with this crucial insight, social media monitoring will be the most valuable tool in your social media program.

Never leave the party.  Contact us to get started.




Filed Under: Featured, Listening, Social Media Tagged With: listening channel, Social Media, social media and businesses, social media monitoring, strategy
« Older Posts

Follow us on Twitter

Follow @VestorLogic

Like us on Facebook

Get all new posts by email

Want to get every new Vestor Logic post delivered to you? Never miss one again.

Recent Web Design Projects

mtsedge

Web Design Portfolio: Mountain’s Edge

timgower

Web Design Portfolio: Tim Gower

viva

Web Design Portfolio: Viva Sports Promotions

kiskivsb

Web Design Portfolio: Kiski Virtual School for Boys

trailsherpa

Web Design Portfolio: Trail Sherpa Network

Looking for something specific?

Return to top of page

© 2013 Vestor Logic