<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://clikfocus.com/blog/feeds/clients" content="http://purl.org/rss/1.0/modules/content/" dc="http://purl.org/dc/terms/" foaf="http://xmlns.com/foaf/0.1/" og="http://ogp.me/ns#" rdfs="http://www.w3.org/2000/01/rdf-schema#" sioc="http://rdfs.org/sioc/ns#" sioct="http://rdfs.org/sioc/types#" skos="http://www.w3.org/2004/02/skos/core#" xsd="http://www.w3.org/2001/XMLSchema#">
  <channel>
    <title />
    <link>http://clikfocus.com/blog/feeds/clients</link>
    <description />
    <language>en</language>
          <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/clikfocus/clients" /><feedburner:info uri="clikfocus/clients" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
    <title>Drupal Developer Tip: 2 Modules to Help with 508 Compliance</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/iAQvInI1cz8/drupal-developer-tip-2-modules-help-508-compliance</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;A couple months ago we built a brand new website for the Rocky Mountain ADA. One of their major requirement for their website was to meet Section 508 and WCAG standards. Working on the website, we ended up using two different contributed modules from the Drupal community to help with this. The two modules that we used were &lt;a href="http://drupal.org/project/pagestyle"&gt;&lt;strong style="line-height: 1.6em; letter-spacing: 0.03em;"&gt;Page Style&lt;/strong&gt;&lt;/a&gt;&lt;span style="line-height: 1.6em; letter-spacing: 0.03em;"&gt; and &lt;/span&gt;&lt;strong style="line-height: 1.6em; letter-spacing: 0.03em;"&gt;&lt;a href="http://drupal.org/project/textsize"&gt;Text Size&lt;/a&gt;. &lt;/strong&gt;As a bonus, both modules had a stable&lt;strong style="line-height: 1.6em; letter-spacing: 0.03em;"&gt; &lt;/strong&gt;&lt;span style="line-height: 1.6em; letter-spacing: 0.03em;"&gt;Drupal 7 version. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="Page Style and text Size Module impmenetation" src="/sites/clikfocus.com/files/page_style_text_sizemoduleicon.png" style="width: 300px; height: 160px; border-width: 1px; border-style: solid; margin: 10px; float: right;" /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;&lt;a href="http://drupal.org/project/pagestyle"&gt;Page Style&lt;/a&gt;&lt;/strong&gt; module overrides the CSS files, stripping the page layout down to a black and white version of the website. This feature allows the design team to be more creative when designing the look and feel of the site. &lt;strong style="letter-spacing: 0.03em; line-height: 1.6em;"&gt;Note:&lt;/strong&gt;&lt;span style="letter-spacing: 0.03em; line-height: 1.6em;"&gt; You can also create custom color combination that are specific to your demographic.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Example of Page Style Module:&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="/sites/clikfocus.com/files/welcome_to_the_rocky_mountain_ada_center__rocky_mountain_ada-4.png" style="width: 750px; height: 161px; border-width: 1px; border-style: solid; margin-top: 10px; margin-bottom: 10px;" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="/sites/clikfocus.com/files/welcome_to_the_rocky_mountain_ada_center__rocky_mountain_ada-3.png" style="width: 750px; height: 195px; border-width: 1px; border-style: solid; margin-top: 10px; margin-bottom: 10px;" /&gt;&lt;/p&gt;
&lt;p&gt;The&lt;strong&gt; &lt;a href="http://drupal.org/project/textsize"&gt;Text Size&lt;/a&gt;&lt;/strong&gt; module provides the user control over the size of the text on the page, which is great for users who who don't happen to be wearing their reading glasses. Check out the &lt;a href="http://adainformation.org"&gt;ADAinformation.org&lt;/a&gt; to see a demo of how this works. &lt;/p&gt;
&lt;p&gt;Here are some examples of the Text Size module.&lt;/p&gt;
&lt;p&gt;Default text size:  &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="/sites/clikfocus.com/files/welcome_to_the_rocky_mountain_ada_center__rocky_mountain_ada-8.png" style="width: 550px; height: 55px; border-width: 1px; border-style: solid; margin-top: 5px; margin-bottom: 5px;" /&gt;&lt;/p&gt;
&lt;p&gt;Increased the font size to 116%: &lt;/p&gt;
&lt;p&gt;&lt;img alt="" src="/sites/clikfocus.com/files/welcome_to_the_rocky_mountain_ada_center__rocky_mountain_ada-6.png" style="width: 550px; border-width: 1px; border-style: solid; margin-top: 5px; margin-bottom: 5px; height: 53px;" /&gt;&lt;/p&gt;
&lt;h3&gt;Important note&lt;/h3&gt;
&lt;p&gt;These modules are not a substitute for good design principles, nor do they inherently give you Section 508 or WCAG compliance. They are great tools to give your designer just a bit more flexibility without compromising on the accessibility of your content. And they're also great tools to help your Drupal developers or site builders make any site more accessible.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal-developer-tip" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal Developer Tip&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/drupal-development" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal development&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/508-compliance" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;508 Compliance&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/iAQvInI1cz8" height="1" width="1"/&gt;</description>
     <pubDate>Tue, 19 Feb 2013 16:55:40 +0000</pubDate>
 <dc:creator>Jeremy Kleier</dc:creator>
 <guid isPermaLink="false">196 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/drupal-developer-tip-2-modules-help-508-compliance</feedburner:origLink></item>
  <item>
    <title>Custom CRM Savings Calculator</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/d0vXhGv1igo/custom-crm-savings-tool</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;Fill in your current numbers or those of the non-custom systems you're looking at to see if a custom system is right for you.&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;div id="block-cf_crm_graph-crm_chart" class="block block-cf-crm-graph block-odd block-count-1 clearfix"&gt;
&lt;div class="block-inner"&gt;
&lt;div class="content"&gt;
&lt;div class="cf-crm-block"&gt;
&lt;div id="cf_crm_graph" class="cf-graph" style="width:730px;height:250px"&gt;&lt;/div&gt;
&lt;div id="cf-crm-savings"&gt;
&lt;div class="right"&gt;
&lt;div class="current-quarterly-spend"&gt;&lt;span class="label"&gt;Current quarterly spend:&lt;/span&gt; &lt;span class="value"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="custom-system-cost"&gt;&lt;span class="label"&gt;Estimated custom system:&lt;/span&gt; &lt;span class="value"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="breakeven-point"&gt;&lt;span class="label"&gt;Breakeven point:&lt;/span&gt; &lt;span class="value"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="left"&gt;
&lt;div class="one-year-savings"&gt;&lt;span class="label"&gt;Estimated 1 year savings:&lt;/span&gt; &lt;span class="value"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="two-year-savings"&gt;&lt;span class="label"&gt;Estimated 2 year savings:&lt;/span&gt; &lt;span class="value"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="three-year-savings"&gt;&lt;span class="label"&gt;Estimated 3 year savings:&lt;/span&gt; &lt;span class="value"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;form action="/blog/feeds/clients" method="post" id="cf-crm-graph-form" accept-charset="UTF-8"&gt;
&lt;div&gt;
&lt;div class="form-item form-type-textfield form-item-employees"&gt;
  &lt;label for="edit-employees"&gt;Number of employees: &lt;/label&gt;&lt;br /&gt;&lt;input type="text" id="edit-employees" name="employees" value="25" size="60" maxlength="6" class="form-text" /&gt;&lt;div class="description"&gt;The number of employees using your current CRM system.&lt;/div&gt;
&lt;/div&gt;
&lt;div class="form-item form-type-textfield form-item-employee-increase"&gt;
  &lt;label for="edit-employee-increase"&gt;New hires per year: &lt;/label&gt;&lt;br /&gt;&lt;input type="text" id="edit-employee-increase" name="employee_increase" value="0" size="60" maxlength="6" class="form-text" /&gt;&lt;div class="description"&gt;The average number of new users on your CRM each year.&lt;/div&gt;
&lt;/div&gt;
&lt;div class="form-item form-type-select form-item-plan"&gt;
  &lt;label for="edit-plan"&gt;Select your Salesforce Plan: &lt;/label&gt;
&lt;select id="edit-plan" name="plan" class="form-select"&gt;&lt;option value="65" selected="selected"&gt;Professional ($65/mo)&lt;/option&gt;&lt;option value="125"&gt;Enterprise ($125/mo)&lt;/option&gt;&lt;option value="250"&gt;Unlimited ($250/mo)&lt;/option&gt;&lt;/select&gt;&lt;div class="description"&gt;If you use Salesforce, select your current plan (amount per employee).&lt;/div&gt;
&lt;/div&gt;
&lt;div class="form-item form-type-textfield form-item-rate"&gt;
  &lt;label for="edit-rate"&gt;Or your rate per employee: &lt;/label&gt;&lt;br /&gt;&lt;input type="text" id="edit-rate" name="rate" value="" size="60" maxlength="6" class="form-text" /&gt;&lt;div class="description"&gt;Enter the cost per employee for your current  CRM.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;input type="hidden" name="form_build_id" value="form-NeuXEGTEvHJx1hXkg2eJuoEEgENZwGO09Aw6hZENecI" /&gt;&lt;br /&gt;&lt;input type="hidden" name="form_id" value="cf_crm_graph_form" /&gt;&lt;/p&gt;&lt;/div&gt;
&lt;/form&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- /block-inner /block --&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div&gt;
&lt;h3&gt;So why use a custom CRM over a stock one?&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;
&lt;p&gt;&lt;strong&gt;No recurring fees.&lt;/strong&gt; Pay for the system and get it all. Add employees and contacts for free. No limits.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Pay only for the features you need.&lt;/strong&gt; Get a system that is custom tailored to your organization's needs. Simplify your system by weeding out the items that clutter your workflow, and save money by doing it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Better integration&lt;/strong&gt; with your current system. We'll provide better integration with your current system or database than you can get with a non-custom CRM.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;b&gt;Get more functionality. &lt;/b&gt;Custom means you're not limited by what is offered by the stock functionality.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Extensible.&lt;/strong&gt; Easily add or change functionality in the future, without paying more per user. Pay a once for the development cost.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;If you get a chance check out our NEW collaboration tool: &lt;a href="http://clikcollab.com/"&gt;ClikCollab&lt;/a&gt;. &lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/taxonomy/term/112" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Custom CRM&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/taxonomy/term/107" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;business automation&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/taxonomy/term/109" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;CRM&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/taxonomy/term/113" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;SalesForce&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/d0vXhGv1igo" height="1" width="1"/&gt;</description>
     <pubDate>Wed, 08 Aug 2012 17:07:48 +0000</pubDate>
 <dc:creator>Jeremy Kleier</dc:creator>
 <guid isPermaLink="false">200 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/custom-crm-savings-tool</feedburner:origLink></item>
  <item>
    <title>Why You Must Take Creative Risks</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/Rcc4AkTV4_k/why-you-must-take-creative-risks</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;Mounting evidence shows that we all possess an inherent bias against creativity. We all, at our core, dislike change. Type "A" leaders like the idea of change and casting vision, but often dread the workload it creates for the organization. Change requires a shift in momentum, and requires extra energy to maintain your pace. All true creativity requires we depart from status quo at some point. It is this departure that creates discomfort.&lt;/p&gt;
&lt;h3 class="p1"&gt;Creative Safety&lt;/h3&gt;
&lt;p class="p2"&gt;I was browsing the web looking for different Customer Relationship Management (CRM) services, and I was astounded by how "safe" all their websites were. Sure, the home pages look good, but they all look like their competitors websites. I often got confused as to which company was which. Take a look at a few of the home pages from different CRM companies.&lt;/p&gt;
&lt;div style="margin: 20px 100px 20px 150px; "&gt;
&lt;h4 class="p2"&gt;&lt;em&gt;"All true creativity requires we depart from status quo at some point. It is this departure that creates discomfort"&lt;/em&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;p class="p2"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/crm_sites-sm.png" style="width: 750px; height: 375px; " /&gt;&lt;/p&gt;
&lt;p class="p2"&gt;These companies played it safe. They all do the same thing, offer the same services, have the same generic website. No company gives the potential customer any reason to pick them over their competitor. &lt;/p&gt;
&lt;h3 class="p1"&gt;Three things these companies &lt;em&gt;fail&lt;/em&gt; to communicate&lt;/h3&gt;
&lt;p class="p1"&gt;&lt;b&gt;1. We do things differently than our competition.&lt;/b&gt; You need to highlight why you are innovative. What do you offer than nobody else does? What do you have that nobody else has? Why do I choose you over everyone else? You and your team spent countless hours crafting your organizations vision, so don't let that become a poster on your office wall. Get creative and wear your vision. Eat, sleep, and breathe it. Your customers will feel it.&lt;/p&gt;
&lt;p class="p1"&gt;&lt;b&gt;2. We do things better than our competition.&lt;/b&gt; Most likely there are dozens of organizations similar to yours. Then how are you still in business? To your people, you are better. They know that. But the &lt;span class="s1"&gt;only&lt;/span&gt; way I would know why one of the above CRM companies are better is through word of mouth. Get creative and let your website, the face of the company, become it's own word of mouth advertising.&lt;/p&gt;
&lt;p class="p1"&gt;&lt;b&gt;3. We tailored our services for you better than our competition.&lt;/b&gt; Do you have a niché? Exploit that. If I were a pastor, ten times out of ten I would choose "ChurchCRM" over "GenericCRM". Are you in healthcare? Great, so are thousands. Target your market by telling them you focus on Asthma and Allergies in the Denver region, and tailor your designs to that.&lt;/p&gt;
&lt;p class="p1"&gt; &lt;/p&gt;
&lt;h4 class="p1"&gt;&lt;span class="s1"&gt;&lt;b&gt;What about you?&lt;/b&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;p class="p1"&gt;What creative risks have you taken that have paid off for you or your company? Leave a comment and let us know.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/taxonomy/term/108" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Creativity&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/design" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Design&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/taxonomy/term/109" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;CRM&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/taxonomy/term/110" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Business&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/taxonomy/term/111" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Leadership&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/Rcc4AkTV4_k" height="1" width="1"/&gt;</description>
     <pubDate>Tue, 07 Aug 2012 18:46:54 +0000</pubDate>
 <dc:creator>Jesse Mutzebaugh</dc:creator>
 <guid isPermaLink="false">199 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/why-you-must-take-creative-risks</feedburner:origLink></item>
  <item>
    <title>Emergo Groups First Mobile Site</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/V08T3Dl1H24/emergo-groups-first-mobile-site</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt; &lt;/p&gt;
&lt;table border="0" cellpadding="10" cellspacing="10" style="padding: 10px; width: 100%; "&gt;&lt;thead&gt;&lt;tr&gt;&lt;th scope="col" style="width:18%;"&gt;
&lt;h3&gt;The Features:&lt;/h3&gt;
&lt;/th&gt;
&lt;th scope="col"&gt;
&lt;h3&gt;The Challenge:&lt;/h3&gt;
&lt;/th&gt;
&lt;th scope="col"&gt;
&lt;h3&gt;The Solution:&lt;/h3&gt;
&lt;/th&gt;
&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr style="border-bottom-style:solid; border-color: #cccccc"&gt;&lt;td&gt;&lt;span style="font-size:14px;"&gt;&lt;strong&gt;Simple Administration&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;Emergo maintains it's site in 6+ languages' it was important for the content editor to be able to manage the mobile in an intuitive manner.&lt;/td&gt;
&lt;td&gt;We repurposed the existing content to be display correctly in the mobile version of the site. Keeping the administration simple and only having to enter content 1 time on the site.&lt;/td&gt;
&lt;/tr&gt;&lt;tr style="border-bottom-style:solid; border-color: #cccccc"&gt;&lt;td&gt;&lt;span style="font-size:14px;"&gt;&lt;strong&gt;Multi-lingual&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;As part of Emergo Groups main site, we needed to incorporate the same multi-lingual features on their mobile version.&lt;/td&gt;
&lt;td&gt;For the dropdown we were able to repurpose the original language select and reformat it into a size that worked in a mobile screen. &lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;span style="font-size:14px;"&gt;&lt;strong&gt;Mobile Layout Redesign&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;Originally the website was designed around a normal desktop screen size. This creates a challenge of redesigning the layout of the site in a format that looks brilliant on a mobile screen. &lt;strong&gt; &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Reformatting the site, allowed for it to be styled for the mobile version. Pulling different CSS file that are specific to a mobile site.&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div&gt; &lt;/div&gt;
&lt;h2 style="text-align: center; "&gt;Screen Shots&lt;/h2&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;
&lt;table border="0" cellpadding="10" cellspacing="10" style="width: 100%; "&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center; "&gt;
&lt;h3 style="padding-top: 20px; border-bottom: 1px solid #ccc; margin-bottom: 10px;"&gt;Multi-Lingual&lt;/h3&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img alt="Emergo's Multi-Lingual Navigation" src="/sites/clikfocus.com/files/images/multi-lingual.png" style="float: left; width: 400px; height: 291px; " /&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td style="text-align: center; "&gt;
&lt;h3 style="padding-top: 20px; border-bottom: 1px solid #ccc; margin-bottom: 10px;"&gt;Auto Load Feature for Blog&lt;/h3&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td style=""&gt;&lt;img alt="Auto Load Feature for the Blog Page" src="/sites/clikfocus.com/files/images/auto_load_for_the_blog.png" style="width: 400px; height: 245px; " /&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;h3 style="padding-top: 20px; border-bottom: 1px solid #ccc; margin-bottom: 10px; text-align: center;"&gt;Sales Force Integration&lt;/h3&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/saleforceintergration.png" style="width: 400px; height: 442px; " /&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;
&lt;h3 style="padding-top: 20px; border-bottom: 1px solid #ccc; margin-bottom: 10px; text-align: center; "&gt;Home Page&lt;/h3&gt;
&lt;/td&gt;
&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/emergo1.png" style="width: 400px; height: 600px; " /&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;p style="margin-left: 40px; "&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/mobile-site" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Mobile Site&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/emergo" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Emergo&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal-6" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal 6&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/V08T3Dl1H24" height="1" width="1"/&gt;</description>
     <pubDate>Tue, 19 Jun 2012 15:44:07 +0000</pubDate>
 <dc:creator>Jeremy Kleier</dc:creator>
 <guid isPermaLink="false">138 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/emergo-groups-first-mobile-site</feedburner:origLink></item>
  <item>
    <title>Another Great Pumpkin Idea From the Web Hosting World</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/cnQ6PAbM15w/another-great-pumpkin-idea-web-hosting-world</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/daniels-pumpkin_0.png" style="width: 200px; height: 276px; float: left; margin-left: 5px; margin-right: 5px; border-width: 0px; border-style: solid;" /&gt;Being a left brain dominant computer engineer tends to make creativity a bit challenging. But the annual pumpkin carving party comes none the less. So I resorted to consulting the muse (Google) once again. Last year I had a wonderful depiction of the Drupal logo in jack-o-lantern form and I was eager to match the simplicity and originality of the carving. A few searches revealed my artistic finesse was no match for anything advertised on Google's top hits so I resorted to scrolling through my own sites only to stumble upon the perfect match. Thanks to &lt;a href="http://github.com"&gt;Git Hub&lt;/a&gt; I had a fun and simple carving that could once again steel the show. Happy Halloween.&lt;/p&gt;
&lt;p&gt;Special thanks to &lt;a href="http://sarahaddy.com"&gt;Sarah Addy&lt;/a&gt; for the picture.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/git-hub" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Git Hub&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/cnQ6PAbM15w" height="1" width="1"/&gt;</description>
     <pubDate>Mon, 31 Oct 2011 20:25:21 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">141 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/another-great-pumpkin-idea-web-hosting-world</feedburner:origLink></item>
  <item>
    <title>5 Tips on Finding a Great Web Developer</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/AP5LvZpNmJU/5-tips-finding-great-web-developer</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;I can recall several times when we were approached by clients as the second, third, or fourth developer to work on the project because the previous ones didn’t have the skill (or reliability) to finish a job. This wastes time and costs thousands of dollars for nothing. How do you identify the skills needed to complete your project, and how can you ensure that the developer you choose can handle your needs?&lt;/p&gt;
&lt;div&gt;
&lt;p dir="ltr"&gt;Web development is so unique in its makeup that it is difficult to create a detailed plan for implementing a new idea without a significant amount of experience already. Here is a basic outline to follow when going through the process of choosing a developer with the right skills to get your project with as little stress and waste as possible.&lt;/p&gt;
&lt;p dir="ltr"&gt;&lt;strong&gt;1. Flesh out your idea&lt;/strong&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;Once you get an idea of the general features that you will include on your site, it’s a good idea to research your features online. See what similar sites have, and make sure that you cover at least the necessary features of your type of site (e.g., eCommerce sites should have a shopping cart, product pages, search).&lt;/p&gt;
&lt;p dir="ltr"&gt;Learn what systems are good for creating your site, or even find websites that do some of your features the way you like as an example. You need to know if any of your features will require customization.&lt;/p&gt;
&lt;p dir="ltr"&gt;The goal of the research is to identify the skills needed to complete your project. What level of customization will be needed to create the features you want?&lt;/p&gt;
&lt;p dir="ltr"&gt;&lt;strong&gt;2. Get your features on paper and decide what is important to you&lt;/strong&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;Create your list of features based on order of priority. Make your list with the features that are most important to you ranked higher, so you are sure to communicate what you want to developers.&lt;/p&gt;
&lt;p dir="ltr"&gt;It is also valuable to separate this list into major and minor features. This will ensure that major features are included in initial development and given priority in your budget. In addition, if you can’t get all your features done at first, this list will represent what can and cannot wait for future development.&lt;/p&gt;
&lt;p dir="ltr"&gt;Note that if the features beyond the initial development require other skills, you’ll need to make sure your developer can handle those as well.&lt;/p&gt;
&lt;p dir="ltr"&gt;&lt;strong&gt;3. Talk to developers&lt;/strong&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;When you post an ad, look at what developers are saying about your list of features. Look at the solutions they recommend, if they appear to be knowledgeable when discussing your features, and if they give worthwhile advice. In order to do this, you may go back to your web research and see what you find.&lt;/p&gt;
&lt;p dir="ltr"&gt;Make sure they are knowledgeable with the components of your site that need to be custom. The goal of your research is to educate yourself on the skills needed to complete your project. Developers will be able to direct your search for the right skills.&lt;/p&gt;
&lt;p dir="ltr"&gt;&lt;strong&gt;4. Research their responses online&lt;/strong&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;After using the responses you get from potential developers, go back to the internet and research some more. Research any solutions developers recommend using for your project.&lt;/p&gt;
&lt;p dir="ltr"&gt;You can gain a basic understanding of the options you have for your project, and then you can identify the skills your developer will need.&lt;/p&gt;
&lt;p dir="ltr"&gt;&lt;strong&gt;5. Choose a developer that has those skills you need&lt;/strong&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;Finally, it’s time to choose a developer. The biggest advantage to your research is to be aware of the skills you will need in order to narrow the search for your developer. Once you’ve found somebody you feel meets your criteria of experience and skills, go with the developer that you are comfortable with and whose expertise you trust. After all, expertise is why you’re paying them to help you.&lt;/p&gt;
&lt;p dir="ltr"&gt;&lt;strong&gt;Web resources aren’t always good&lt;/strong&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;One simple thing I want to warn you about. When researching online, blogs and forums can be deceiving. Anyone can post anything and it may not be factual. The other caution I would offer is to make sure your resources are current. There are a lot of old, inaccurate posts that appear helpful, but really stopped being so a while ago.&lt;/p&gt;
&lt;p dir="ltr"&gt;To illustrate this point, I searched for “Drupal vs Joomla” on Google and the top result was &lt;a href="http://www.alledia.com/blog/general-cms-issues/joomla-and-drupal-which-one-is-right-for-you/"&gt;a blog post comparing the two&lt;/a&gt;. It’s informative and offers a great comparison. But it was written in 2006, and contains several inaccuracies just because things have changed so much in the past 3 years.&lt;/p&gt;
&lt;p dir="ltr"&gt;There will probably be more than one developer that meets your criteria for skills; keep in mind that the key element that separates these developers is customization. If you don’t need much custom work, you can go with a developer that can handle more basic configuration (and probably charge less). If you know you will need any level of customization, you should be confident that the developer you choose can handle any custom work you might need.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/hire-developer" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Hire Developer&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/choosing-developer" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;choosing a developer&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/development-skills" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;development skills&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/AP5LvZpNmJU" height="1" width="1"/&gt;</description>
     <pubDate>Fri, 14 Oct 2011 19:17:04 +0000</pubDate>
 <dc:creator>Jeremy Kleier</dc:creator>
 <guid isPermaLink="false">125 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/5-tips-finding-great-web-developer</feedburner:origLink></item>
  <item>
    <title>Garfield: Getting on the List</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/hJaF6IK_njE/garfield-getting-list</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2010&amp;amp;addr=100322"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/caticonorange.png" style="width: 120px; height: 100px; " /&gt; VIew Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;Every business wants their name on the list. No, I’m not referring to the VIP list, though I suppose that would be a nice list to be on. Of course I mean that ever-important list: Google search results. And on this list, where your name shows up matters a lot.
&lt;p&gt;    That’s what SEO is all about. The more times your search keywords show up on your site, the more often people navigate to your site from Google, the more sites with similar keywords that point to yours—the better your rankings. For a site that gets any substantial amount of its business online, showing up high on the search list is vital.&lt;/p&gt;
&lt;p&gt;    Drupal was created by people who had this in mind. As soon as a site is created with Drupal core, there’s already a lot of SEO built into it. For one thing, it automatically drops in the correct metadata for the base stuff to work. And there are add-on modules available, too; one, for instance, provides the ability to customize metatags and keywords, so that each page has the precise keywords you want, including translated keywords if your site is multilingual. Google even has a related module available, an analysis tool called Google Analytics that tracks who is on your site, where they came from, how they got there, and more—just the kinds of information you need to optimize SEO.&lt;/p&gt;
&lt;p&gt;    If it seems like finding just the right modules and using them just the right way to optimize SEO would be tricky, well, here’s the good news: we know how to do it. We at ClikFocus know SEO. We know how it works, how Google works, and how to optimize a system above and beyond what Drupal core gives you to get your site high up on those searches.&lt;/p&gt;
&lt;p&gt;    In short: we can get you on the list.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/garfield" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Garfield&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/seo" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;seo&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/hJaF6IK_njE" height="1" width="1"/&gt;</description>
     <pubDate>Thu, 15 Sep 2011 21:20:15 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">136 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/garfield-getting-list</feedburner:origLink></item>
  <item>
    <title>Garfield: Managing the Spiders</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/XHF7XhDhY7c/garfield-managing-spiders</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2009&amp;amp;addr=090925"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/caticonorange.png" /&gt;View Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;Have you heard of spiders?
&lt;p&gt;    Ah, no, not the ones squished onto the wall. I mean robots.&lt;/p&gt;
&lt;p&gt;    Oh, goodness, no, I wasn’t trying to give you nightmares about Terminators shaped like ten-foot-tall tarantulas. I’m not entirely sure how you even got to that image. Let me try again. Web crawlers? Sound familiar?&lt;/p&gt;
&lt;p&gt;    If you have or plan to have a website, these things matter to you. And not because you need to find a better method than a newspaper if you expect to kill a Terminator spider. The spiders I’m talking about are a tool that search engines use.&lt;/p&gt;
&lt;p&gt;    They are servers that surf the net and update any site they find. Once they find it, they catalogue the metadata, and that information is used for search engine rankings and such. These spiders are the kind you don’t so much mind having around, unlike that one that always shows up in the shower when you least expect it.&lt;/p&gt;
&lt;p&gt;    But then, there are some pages that you don’t really want showing up in a Google search. Like, say, a private FTP client that is publically accessible with a password. Only the people with the password ought to even realize that page exists. Or, perhaps, for some (such as Drupal users), admin login pages. Those aren’t the kinds of pages anyone wants the average, recreational Google searcher stumbling across. And, of course, the fact that most of us—who really ought to just admit that we’ve googled our own names, because everybody already knows we have—have never come across one of these kinds of pages in our internet ramblings is proof enough that there’s a way to keep the spiders out. That spider-stopper is the robots.txt file.&lt;/p&gt;
&lt;p&gt;    These files aren’t complicated and, of course, this being the internet and not your basement, work perfectly well. They’re simple text files that tell search engines not to index certain pages. And for single sites, that’s all anyone needs.&lt;/p&gt;
&lt;p&gt;    Yes, of course it can get more complicated than that.&lt;/p&gt;
&lt;p&gt;    Drupal allows multiple sites to be installed on the same core install—multi-site configuration. That means one code-base hosts multiple websites. They need not share a theme or even functionality; they simply share the same Drupal core install. Normally, with multiple sites on the same Drupal install, the robots.txt file goes into the root directory and applies to all the sites. But maybe you don’t want that the same set of rules to apply to both. Maybe you want closer control of each individual site. What then?&lt;/p&gt;
&lt;p&gt;    Well, Drupal provides a module that enables you to modify the robots.txt file for each install—customize for each site. Then, it stores the file in the database. This is important for two reasons. First, this means that it’s backed up in database backups. When changes are made to the robots.txt file, those changes are recorded through regular database backups. So if something is messed up, you can simply revert to a previous version. Secondly, this means that the file can be edited online, without an FTP client, from within the admin page—in a matter of seconds.&lt;/p&gt;
&lt;p&gt;    So if, say, you decided to host a developmental version of your site on the side, you could make sure that the search engines don’t index it. Or, if we’re on a job to transfer a site over from a single- to a multi-site install of Drupal, we can temporarily disable the new sites while we’re developing and working on them, then re-enable them once the’re finished. And remember that bit about how spiders are linked to search engine rankings? Making use of the robots.txt file this way keeps SEO intact.&lt;/p&gt;
&lt;p&gt;    So, let the robots.txt keep the spiders out of your admin pages. I’ll be over here trying to figure out how to get a non-text robot to keep the regular spiders out of the house. Or how to train a cat to do it. Either one’s fine.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/multi-site-configuration" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;multi site configuration&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/robotstxt" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;robots.txt&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/XHF7XhDhY7c" height="1" width="1"/&gt;</description>
     <pubDate>Thu, 08 Sep 2011 21:29:12 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">137 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/garfield-managing-spiders</feedburner:origLink></item>
  <item>
    <title>Garfield: Drupal Seasons</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/sTq5nlFHw_A/garfield-drupal-seasons</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2009&amp;amp;addr=091116" id="internal-source-marker_0.17718157265335321"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/caticonorange.png" style="width: 120px; height: 100px;" /&gt;View the Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;Think about the seasons for a moment. Summers have lots of sunshine and warm weather, but they can also enable you to bake cookies on your dashboard, which only sounds like an upside. Winters are darker, colder, and in some places snowy, but they also enable you to bake cookies in your house without giving yourself heatstroke, instead of in your car, where you definitely would make yourself pass out. Both have their advantages, and often it seems like the world has almost acted like a cartoon and changed summer to winter with nary a pause in between for fall. And sometimes, technology is just like that.&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Technology changes very quickly, as anyone with a five-year-old computer will tell you in a particularly whiny tone. This is especially true in the open source world, the world in which resides Drupal, which is now on version 7. But rather than the difference between a brand new computer and the one that’s been sitting in Grandma’s basement for the last ten years (but she doesn’t know how to use anyway), sometimes technological developments are a little bit more like summer and winter. Different versions simply work better for slightly different things.&lt;br /&gt;
         &lt;/p&gt;
&lt;p&gt;Progress is good, but function and efficiency are best. Drupal 7 is still changing; you need a developer who keeps up with that, who can utilize it to greatest effect for your site.  That’s why we at ClikFocus stay up to date on changing technology and how it applies to different sites. If Drupal 6 would work better for your purposes, we’ll know, because we’ve built with both. You don’t have to wait half a year to enjoy the version that suits your needs best.&lt;/p&gt;
&lt;p&gt;        Feel free to experiment with dashboard baking, though.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/garfield" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Garfield&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/drupal-7" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal 7&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/sTq5nlFHw_A" height="1" width="1"/&gt;</description>
     <pubDate>Thu, 25 Aug 2011 16:39:29 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">134 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/garfield-drupal-seasons</feedburner:origLink></item>
  <item>
    <title>Garfield: Getting a New Look</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/Ko0uUI0R7SI/garfield-getting-new-look</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2008&amp;amp;addr=080525"&gt;&lt;br /&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/caticonorange.png" style="width: 120px; height: 100px; " /&gt; View the Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;Ladies know that getting the perfect look is difficult, and what seems like the right combination one minute can seem completely wrong the next. When it comes to websites, that’s a rule that good developers know well too. When you want to change the look of your site, you don’t want it to take laborious weeks and buckets of money any more than you want to spend all day hunting through your closet for a clean shirt. But if your site’s functionality is hard-coded inside the theme, then every time you change the design, you might as well get yourself a whole new website—because that’s basically what you’re doing.
&lt;p&gt;    Of course, if redesigning the hard way were the only way, we wouldn’t be having this discussion. &lt;strong&gt;The efficient way to develop your site is to separate form from function&lt;/strong&gt;, so that the one can be changed without disturbing the other. And, of course, Drupal can do that.&lt;/p&gt;
&lt;p&gt;    Drupal sits the look of the site—the theme layer—atop the functionality, enabling it to operate independently. With a good developer, those two segments can be created apart from each other, so that any change to the site’s theme need not disturb all the code written for its function and vice versa. If the site is made well from the start, a future facelift will be relatively quick and painless. You could even use multiple themes, like, say, different themes for different users, without affecting the nuts and bolts of the site beneath. Without those layers, forget quick and painless—any changes desired in the theme would require drastic overhauls of the entire site, which in turn mean higher expenses and harsher headaches.&lt;/p&gt;
&lt;p&gt;    The advantages of separating the theme layer don’t stop with faster redesigns, either. Done right, &lt;strong&gt;it can improve site performance&lt;/strong&gt;. When the theme and the functionality are separated thus, they are also cached separately. This means that after the first time the theme is loaded, the entire site will load faster because the browser needs simply retrieve the theme layer, rather than regenerate it. Looking good does not have to mean sacrificing performance.&lt;/p&gt;
&lt;p&gt;    Separating the functions of a site from its appearance gives you better performance and higher flexibility, and Drupal can do that. All you need is a developer who’ll build it right from the very beginning—and that’s where we come in.&lt;/p&gt;
&lt;p&gt;    After all, who says getting a new look has to be hard?&lt;/p&gt;&lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/garfield" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Garfield&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/new-look" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;New Look&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/theme" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Theme&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/theming" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Theming&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/design" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Design&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/performance" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;performance&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/Ko0uUI0R7SI" height="1" width="1"/&gt;</description>
     <pubDate>Thu, 18 Aug 2011 15:49:03 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">133 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/garfield-getting-new-look</feedburner:origLink></item>
  <item>
    <title>Making Your Local Network Mobile</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/xGig4G0zFHg/making-your-local-network-mobile</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="image-right"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/cloudsimple.jpg" style="width: 207px; height: 207px;" /&gt;&lt;/div&gt;
&lt;p&gt;With Apple, Inc.'s recent release of&lt;a href="http://www.apple.com/ios/ios5/"&gt; IOS 5&lt;/a&gt;, the trend is moving all your data to the "cloud." This tech boom is going to create a new era for mobile business offices and remote branches across the world.&lt;/p&gt;
&lt;p&gt;Essentially, small businesses will be taking their local databases of clients, products, and services, and turning them into web-based solutions. This is significant in several different ways. It means:&lt;/p&gt;
&lt;p&gt;1.&lt;strong&gt; No more buying expensive, in-house proprietary software&lt;/strong&gt; &lt;strong&gt;licenses&lt;/strong&gt;. You can use open source software like Drupal's framework to manage your website and database, all with one free solution.&lt;/p&gt;
&lt;p&gt;2. &lt;strong&gt;Freedom from the office.&lt;/strong&gt; With everything being managed in the cloud, your sales team can access any data it needs to close a sale—in turn increasing your profits.&lt;/p&gt;
&lt;p&gt;3. &lt;strong&gt;More work can be done&lt;/strong&gt;&lt;strong&gt; from home.&lt;/strong&gt; The need for office space is greatly reduced; more and more employees can work from the comfort of their home offices.&lt;/p&gt;
&lt;p&gt;4. &lt;strong&gt;Improved s&lt;/strong&gt;&lt;strong&gt;ecurity.&lt;/strong&gt; DOD has approved Drupal Framework for building their secure website. If it's good enough for the DOD, then it's more than good enough for the average business's security.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/dod" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;DOD&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/secuity" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Secuity&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/ios-5" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;IOS 5&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/mobile-database" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Mobile database&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/small-business" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Small business&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/drupal-framework" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal Framework&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/xGig4G0zFHg" height="1" width="1"/&gt;</description>
     <pubDate>Mon, 15 Aug 2011 16:25:33 +0000</pubDate>
 <dc:creator>Jeremy Kleier</dc:creator>
 <guid isPermaLink="false">92 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/making-your-local-network-mobile</feedburner:origLink></item>
  <item>
    <title>Garfield: Social Networking</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/nWVb8g6t47o/garfield-social-networking</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;font class="Apple-style-span" color="#44c036"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/caticonorange.png" style="width: 120px; height: 100px; " /&gt; &lt;/font&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2009&amp;amp;addr=090505" target="_blank"&gt;View Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;In order to keep from hearing about social networking these days, you would have to live under a rock, and that’s if you could keep the spiders from mentioning it to you. Millions upon millions of individuals use social networks to share their likes, their lives, their relationships, and more. You could call it a cultural phenomenon. And it has spread to more than just individuals; businesses are dipping into the social media pool, too.&lt;/p&gt;
&lt;p&gt;Anyone who has had to fight with a teenager for the computer anytime recently knows how powerful social networks are. They draw people in; they can take a few thousand scattered people of similar interests and group them into a powerful fan base; they can raise awareness or interest or even loyalty. All this may mean long evenings trying in vain to get a turn at the family computer, but it can also mean something very valuable: widespread, effective marketing.&lt;/p&gt;
&lt;p&gt;Social networking sites are simple, free tools that can help promote a business and create or sustain the enthusiasm of a loyal clientele. Which means that when creating or updating a website, it’s important to make sure those company Facebook pages or Twitter feeds are connected to it.&lt;/p&gt;
&lt;p&gt;Sometimes, connecting the site to a social network can be as simple as adding a link, but often you’ll find that you want some of that interactive feel of the social networks transferred to your site. Maybe you want Facebook’s “like” button on your page; perhaps you want to get the word out by making it easy for visitors to retweet from your business’s Twitter feed. We know how to attach the instrumentation necessary for your customers to visit it, like it, tweet it, digg it, or whatever else you need.&lt;/p&gt;
&lt;p&gt;Social networking as a marketing tool is free, and it’s powerful. And we can make sure it’s plugged into your site to full effect.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/social-media" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;social media&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/social-networking" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;social networking&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/social" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Social&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/nWVb8g6t47o" height="1" width="1"/&gt;</description>
     <pubDate>Thu, 11 Aug 2011 16:38:30 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">131 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/garfield-social-networking</feedburner:origLink></item>
  <item>
    <title>Saving Money with AJAX</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/5CMkvBK1Xog/saving-money-ajax</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;To most people, &lt;a href="http://en.wikipedia.org/wiki/Ajax_(programming)"&gt;AJAX&lt;/a&gt; is cool. They think of AJAX as something that will give their website a cool factor and add stickiness for customers. Some may see it as utility (say, the best way to do live chat on your website).&lt;/p&gt;
&lt;div&gt;None of those things are wrong, but I think many people fail to see how AJAX can serve as a cost-saving device.
&lt;p&gt;    So I decided to crunched some numbers.&lt;/p&gt;
&lt;p&gt;    Let’s say that it takes 3 seconds per page reload on a particular back-end system for an eCommerce store on a shared host. That may not seem like much to a small business until you start to add up how that three seconds translates into dollars and cents over a period of time.&lt;/p&gt;
&lt;p&gt;    Let’s create a scenario that better explains the value of AJAX:&lt;/p&gt;
&lt;p&gt;    Suppose I have a small business with 5 employees, that spend an average of 20 hours per week on the system. Let’s say they will navigate to a new page every 20 seconds on average. If AJAX allow us to decrease the number of times my employees have to reload a page down to a third, that will save 104 page loads per hour. If it takes 3 seconds per reload, that’s 5 minutes and 12 seconds per hour wasted waiting for the system to load.&lt;/p&gt;
&lt;p&gt;    At this rate, each employee would waste 1 hour and 44 minutes a week and an astronomical 83 hours and 29 minutes in a year, at 48 weeks in a year. (That's more than 2 weeks working full time!) At a rate of $10/hr, that's $835 per year for one employee. If I have all five employees doing the same thing, I end up with 417 hours a year and a total of $4,174 spent above what I would spend if I had AJAX saving page loads.&lt;/p&gt;
&lt;p&gt;    When you look at this over the course of a year, it becomes clear that adding AJAX to your site can actually save you money, not just look cool. Even if you decide that a small amount of your budget should go towards AJAX, adding small amount of AJAX in the right parts of your system can offer big results.&lt;/p&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/ajax" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;AJAX&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/saving-tips" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Saving Tips&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/5CMkvBK1Xog" height="1" width="1"/&gt;</description>
     <pubDate>Mon, 08 Aug 2011 19:21:47 +0000</pubDate>
 <dc:creator>Jeremy Kleier</dc:creator>
 <guid isPermaLink="false">126 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/saving-money-ajax</feedburner:origLink></item>
  <item>
    <title>Garfield: The Little Things</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/p3oN18Xhgek/garfield-little-things</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2010&amp;amp;addr=101205" target="_blank"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/caticonorange.png" /&gt; View Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;We’ve all been there. It just needs some small adjustments, just a little tweaking, just a few tiny things we didn’t think of earlier. Next thing we know, our arms are stuck to the tree, half the yeast we forgot to put into the bread dough earlier is decorating the wall next to the mixer, or the bill for that website is getting out of hand.&lt;/p&gt;
&lt;p&gt;We’ve had customers who approached their sites just like this, without a plan. What they wanted may have seemed simple to them, but without starting from a solid plan, those necessary little adjustments add up. When hiring a company to develop a site, it’s important to be as thorough as possible. It’s too easy to tell the developer something you want, yet completely overlook huge chunks of what the site does or could do.&lt;/p&gt;
&lt;p&gt;Say you want a blog. You could leave it at that, but developers need to know more—they need to know what you want that blog to be able to do. Do you want video posting capability? How about a WYSIWYG editor? Sure, it’s possible to add things in later, but every detail the developers aren’t given from the start is an extra, higher cost for you to eat later.&lt;/p&gt;
&lt;p&gt;If that seems overwhelming, well, sometimes it can be. For that reason, we always try to help our customers plan through their projects. We like to tell you about small things that could add up to big costs, or the uses you might have for different features, all before anything is set in stone. We don’t want you to be surprised by a lack of functionality or an unexpectedly high price tag.&lt;/p&gt;
&lt;p&gt;The better and more thorough the plan, and the sooner we can get it together, the quicker and better the end result will be. If we plan for the little things from the very beginning, we needn’t waste any time or money fixing or adding them after the fact.&lt;/p&gt;
&lt;p&gt;And less time and money spent tweaking your site’s features means more time and money for all the other important little things in business and life.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/garfield" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Garfield&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/small-details" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Small Details&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/blog" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;blog&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/project-planning" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;project planning&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/planning" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;planning&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/planning-purpose" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Planning with Purpose&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/p3oN18Xhgek" height="1" width="1"/&gt;</description>
     <pubDate>Wed, 03 Aug 2011 20:34:49 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">129 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/garfield-little-things</feedburner:origLink></item>
  <item>
    <title>How to Hire the Best Developers</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/769ZTGpV1Qg/how-hire-best-developers</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;&lt;a href="http://www.flickr.com/photos/pixelbuffer/" target="_blank"&gt;&lt;img alt="photo by dutchb0y" src="/sites/clikfocus.com/files/images/best.jpg" style="width: 240px; height: 160px; float: right; " /&gt;&lt;/a&gt;It's true that you are looking for the best people in the business when you hire new employees. It's no different when it come to hiring your web development team. Just like when looking for any kind of good help, the best developers don't come cheap, and if you have worked with the cheap development companies before, you can see the difference in the quality of the product very quickly.&lt;/p&gt;
&lt;p&gt;To &lt;strong&gt;alleviate the expense&lt;/strong&gt; of forming an in-house web development team, a lot of companies have started to look at outsourcing in the development process by hiring development companies that specialize in a specific niche, in our case Drupal. The initial development is handled externally, but in-house web content administrator or even administive assistant keeps the website up to date afterwards. The result is significantly lowering the development cost from a $50/hour for a technically trained employee to someone with trusted communication skills for $15-$20/hour.&lt;/p&gt;
&lt;p&gt;Some of the advantages:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;One IT professional or developer should cost you anywhere from $50,000 to $100,000, depending on experience. So a project developing and adding to your site will take a regular staff member anywhere from 3 to 12 months to complete. Along with the high cost, productivity suffers. Compare that to outsourcing your techincal needs to niched development team, and in Clikfocus's case, that's outsourcing not to China or India, but to the beautiful city of Colorado Springs.&lt;/li&gt;
&lt;li&gt;We leverage a &lt;strong&gt;Drupals&lt;/strong&gt; CMS framework to allow you to hire a great editor and copywriter to bring in the desired content for a lot less than would be required by a high-level technical team doing the same work. &lt;/li&gt;
&lt;li&gt;When you hire a development firm, &lt;strong&gt;you only pay for the features and functionality you want&lt;/strong&gt;. So when you run out of ideas for the web development, you don't have to pay for a high-level techincal employee to do simple task. (Form our own in-house experience, they are much happy when they are coding than when they are writing blog posts.)&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/hire-best-developer" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Hire the best developer&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/hire-developer" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Hire Developer&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/best-development" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Best Development&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/outsource" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Outsource&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/769ZTGpV1Qg" height="1" width="1"/&gt;</description>
     <pubDate>Mon, 01 Aug 2011 21:54:23 +0000</pubDate>
 <dc:creator>Jeremy Kleier</dc:creator>
 <guid isPermaLink="false">103 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/how-hire-best-developers</feedburner:origLink></item>
  <item>
    <title>Garfield overviews Drupal security</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/1wWJai98r3Y/garfield-overviews-drupal-security</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2010&amp;amp;addr=101214"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/images/caticonorange.png" style="width: 120px; height: 100px; " /&gt;View Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;When it comes to web security, some solutions are just inherently better than others. Everybody knows elves are only good at making toys beneath the ice of the North Pole or baking cookies in magically flame-retardant trees. So if you ever found a way to make elves work all year long for free, like Santa, you’d be better off putting them to work making snacks and copyright-breaking toy knock-offs rather than dumping them in an IT department. Websites need real security. Fortunately, Drupal has that covered.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Drupal has an entire team dedicated solely to finding and fixing security issues. Now, if that team had to find every hole and issue alone, the scope would just be too broad to be manageable. But they don’t. That’s because of something Drupal has that’s a little more unusual: community.
&lt;p&gt;    Open source systems usually have a conglomerate of people contributing, but not collaborating. Drupal’s security team helps pull the community of users in to work together. As soon as someone finds an issue, the team is notified, and they fix it. Other open source systems usually don’t have that, so it takes longer for problems to be found and resolved. Completely custom systems never have that kind of support. Drupal has hundreds of thousands of users constantly testing it and an entire team focused on resolving issues—it’s bound to be more secure than anything an individual builds alone. There is strength in numbers.&lt;/p&gt;
&lt;p&gt;    And if you’re starting to wonder if this method of fixing security holes might be a hole in and of itself, the Drupal security team has already thought of that. Only those using the module in question are notified when an update is required, so only they would know there was a hole until the problem was fixed. The team doesn’t carelessly tell the world that there’s a hole in security, and they don’t leave the hole there long.&lt;/p&gt;
&lt;p&gt;    With Drupal, there’s always a support system, always an army of fellow-users making sure that the first person to find a problem isn’t the person who might exploit it. And that’s much better than an army of elves.&lt;/p&gt;
&lt;p&gt;    Well, unless you’re craving cookies, anyway.&lt;/p&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal-security" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal Security&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/security" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;security&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal-community" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;drupal community&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/open-source" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;open source&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/garfield" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Garfield&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/1wWJai98r3Y" height="1" width="1"/&gt;</description>
     <pubDate>Fri, 29 Jul 2011 21:42:26 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">121 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/garfield-overviews-drupal-security</feedburner:origLink></item>
  <item>
    <title>Measure Twice, Cut Once</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/AWgET71P6Vk/measure-twice-cut-once</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="image-left"&gt;&lt;img alt="Photo Credit by Funkdooby" src="/sites/clikfocus.com/files/images/measuretape_0.jpg" style="width: 300px; height: 225px; float: right; margin: 10px; border-width: 1px; border-style: solid;" /&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;"Measure twice, cut once"&lt;/strong&gt; isn't a new concept in construction by any means. The same idea applies to developing a brand new website. Getting all your ideas down on paper and exploring them with a seasoned developer or project architect at the start of a web project can be one of the most cost-saving solutions available.&lt;/p&gt;
&lt;p&gt;Consulting with a skilled developer will allow you to get the most mileage out of Drupal—in our case, to maximize your budget with the highest possible yield of features.&lt;/p&gt;
&lt;p&gt;Having your developer and design team work together can help cut down on the cost and time-consumption of theme implementation. It can also help maximize browser compatibility, to help you reach a larger audience.&lt;/p&gt;
&lt;p&gt;Ultimately, a little planning can go a long way toward preventing future headaches and saving your budget.&lt;/p&gt;
&lt;div class="image-right"&gt;
     &lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/consulting" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Consulting&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/new-website" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;new website&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/getting-started" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;getting started&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/measure-twice-cut-once" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;measure twice cut once&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/AWgET71P6Vk" height="1" width="1"/&gt;</description>
     <pubDate>Wed, 20 Jul 2011 12:22:20 +0000</pubDate>
 <dc:creator>Jeremy Kleier</dc:creator>
 <guid isPermaLink="false">91 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/measure-twice-cut-once</feedburner:origLink></item>
  <item>
    <title>Garfield introduces Drupal’s internationalization module</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/yvrKykigLxo/garfield-introduces-drupal%E2%80%99s-internationalization-module</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2007&amp;amp;addr=070423" target="_blank"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/caticonorange.png" style="width: 120px; height: 100px;" /&gt;View Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Sometimes, the most readily available interpreter isn’t exactly what you need. In the last couple of posts, we looked briefly at the services provided by the locale and content translation modules. They’re powerful tools, but it’s easy to see that sometimes a little more power is needed to get the job done. Sometimes you need a different interpreter. That’s where the internationalization module steps in.&lt;/p&gt;
&lt;div&gt;Drupal’s core translation interface lacks three key items: taxonomy, custom menu, and CCK fields. Most of core has these items translated because they are system variables wrapped in the ‘t’ function. However, these three items are stored in the database, not in code, making them trickier to translate. The internationalization forms a bridge over this obstacle and provides a simple interface for translating all of the database items in the system.
&lt;p&gt;    So, when the locale and content translation modules can only get you from a meow to a squeak, take a look at Drupal’s internationalization module. It gives a simple solution for translating database items. We’ll look more at some more of its uses next time.&lt;/p&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/translation" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;translation&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/drupal-core" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal Core&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/garfield" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Garfield&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/internationalization" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Internationalization&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/yvrKykigLxo" height="1" width="1"/&gt;</description>
     <pubDate>Tue, 19 Jul 2011 20:59:38 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">119 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/garfield-introduces-drupal%E2%80%99s-internationalization-module</feedburner:origLink></item>
  <item>
    <title>Drupal &amp; Photography: how online communities are good for both</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/EqNlARtcQMw/drupal-photography-how-online-communities-are-good-both</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="image-right"&gt;&lt;img alt="" class="caption" src="/sites/clikfocus.com/files/images/pentax_mx-1.jpg" style="float: right; width: 200px; height: 134px; " title="Pentax MX SLR (photo from wikipedia)" /&gt;&lt;/div&gt;
&lt;div&gt;When I was 14, I was given my late Grandfather's camera - a &lt;a href="http://kmp.bdimitrov.de/bodies/film_M/MX.html"&gt;Pentax MX&lt;/a&gt;. This gift spurred an immediate interest in photography and after some time I was able to take some decent photographs. However, I had no understanding of the basic of photography. My "technique" consisted of fiddling with various knobs until the light meter lit up the green LED light. Without a basic understand of &lt;a href="http://en.wikipedia.org/wiki/Aperture"&gt;aperture&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Shutter_speed"&gt;shutter speed&lt;/a&gt;, and how the two work together to affect the various qualities of a photograph, I was basically shooting in the dark.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div class="image-left"&gt;&lt;img alt="" class="caption" src="/sites/clikfocus.com/files/images/waterfall_0.jpg" style="float: left; width: 300px; height: 452px; " title="Helen Hunt waterfall near Colorado Springs. The classic example of using a slow shutter speed to blur motion." /&gt;&lt;/div&gt;
&lt;p&gt;What does all that have to do with web development? (or the price of tea in China, for that matter!) I was first exposed to the open source philosophy/movement, call it what you will, in college when I started tinkering with operating systems such as &lt;a href="http://www.netbsd.org/"&gt;NetBSD&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Linux"&gt;Linux&lt;/a&gt;. First for fun, and shortly thereafter to work my way through school. I quickly learned that rich online resources were freely available for my use. The barrier of access was drastically lowered when I discovered that an online search would usually turn up the answer to any given question within seconds. &lt;/p&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Fast forward quite a few years. In fall of 2009, after many years of using digital point &amp;amp; shoot cameras, I decided to get back into the &lt;a href="http://en.wikipedia.org/wiki/Single-lens_reflex_camera" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(68, 192, 54); text-decoration: none; "&gt;SLR&lt;/a&gt; world,  A short amount of research indicated that I could use my old Pentax lenses with a modern Pentax camera, and so I settled on a &lt;a href="http://www.pentaximaging.com/slr/K-x_Black/"&gt;Pentax k-x&lt;/a&gt;. I quickly got online to research how to marry the decades-old analog technology with my modern digital SLR. Within a few days, I had learned far more about photography than I had gleaned over many years of taking photographs. This easy access to a community of photography enthusiasts allowed me to significantly improve my grasp of the fundamentals of photography and their application. In my opinion, online communities make a fantastic &lt;a href="http://www.wired.com/magazine/2011/06/ff_feedbackloop/"&gt;feedback loop&lt;/a&gt;, providing quick (usually constructive!) criticism of one's work. Although it never occurred to me to do so, I could have easily checked out a library book and joined a photography club. However, neither of these options would have afforded the immediacy and depth of the resources now available to me, literally at any moment I choose.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;p&gt;&lt;img alt="" class="caption" src="/sites/clikfocus.com/files/images/imgp6034_0.jpeg" style="float: right; width: 400px; height: 266px; " title="Beaver Lake, near Sitka, AK. A small aperture was used in order to achive a large depth of field." /&gt;In the same way, the huge community that has formed around Drupal drastically increases the power and productivity of any one Drupal developer. As it has &lt;a href="http://trends.google.com/trends?q=drupal&amp;amp;ctab=0&amp;amp;geo=all&amp;amp;geor=all&amp;amp;date=all&amp;amp;sort=0"&gt;vastly gained in recognition&lt;/a&gt; over the past few years, the newsgroups and mailing lists of yore have exploded into a gigantic, highly collaborative community. Drupal developers and users meet and collaborate in thousands of venues, from local meetup groups and &lt;a href="http://drupal.org/node/247972"&gt;Drupal camps&lt;/a&gt; all the way on up to the &lt;a href="http://drupal.org"&gt;drupal.org&lt;/a&gt; code repositories and &lt;a href="http://denver2012.drupal.org/"&gt;DrupalCon&lt;/a&gt;. Web developers in general, and specifically Drupal developers are always communicating about ways to improve the product. Indeed, it might appear that I'm idly browsing twitter, but in reality I'm learning techniques and exploring ideas that will make me more efficient, and improve the products I deliver. (I threw that last sentence in for my boss's benefit...!)&lt;/p&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;So, what does this mean for someone who's thinking about going with Drupal for a web site? In short, the whole Drupal community is working for you. Almost any given piece of functionality you might want for your website has probably been produced and contributed. We use our knowledge of the contributed code base to put projects together as efficiently as possible, providing the "glue" and expertise needed to make the whole greater than the sum of the parts.&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/photography" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;photography&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal-beginnings" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal Beginnings&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/linux" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Linux&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/pentax" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Pentax&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/drupalcon" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;DrupalCon&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupalorg" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal.org&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/drupal-camps" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal Camps&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/EqNlARtcQMw" height="1" width="1"/&gt;</description>
     <pubDate>Sat, 16 Jul 2011 04:54:40 +0000</pubDate>
 <dc:creator>adrian@clikfocus.com</dc:creator>
 <guid isPermaLink="false">102 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/drupal-photography-how-online-communities-are-good-both</feedburner:origLink></item>
  <item>
    <title>Garfield introduces Drupal’s core content translation module</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/8RMmI58KtVU/drupals-core-content-translation-module</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2011&amp;amp;addr=110116" target="_blank"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/caticonorange.png" style="width: 120px; height: 100px;" /&gt;View Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;Having already established the importance of multi-lingual sites in my previous post, I would like to continue discussing Drupal’s multi-lingual system. Content Translation is the next important piece.&lt;/p&gt;
&lt;p&gt;&lt;u&gt;Node Translation and SEO&lt;/u&gt;&lt;br /&gt;
    Like the Locale module, Content Translation comes with Drupal’s core install and adds the primary front end requirement to the system: the ability to translate nodes. Since nodes possess the majority of the system’s content and provide the basic metadata such as title, tags, and URL control, translating the content doesn’t just change the text, it creates a new site. When it comes to search engine optimization, the ability to translate the node instead of just the text will make the difference on how high the site is on Google’s list.&lt;/p&gt;
&lt;p&gt;    &lt;u&gt;Content Translation&lt;/u&gt;&lt;br /&gt;
    After enabling the content translation module, the individual content types can then have translation enabled. If the site’s basic page type is intended to be translatable but the blog is not, this isn’t a problem, as the controls are specific to each node type.&lt;/p&gt;
&lt;p&gt;    Once enabling the translations on the desired types, a convenient translate tab is visible to any user with translate permissions. The translators can just log in, visit the desired page, and click “translate” in the nodes header. The translate interface then displays all other languages available on the system and gives the translator the ability to see which languages have already been translated as well as links to edit or add new translations.&lt;/p&gt;
&lt;p&gt;    Mixing the Locale and Content Translation modules, a core Drupal site is 90% translatable. We’ll take care of the rest of core and the add-ons in the next post.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/content-translation" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;content translation&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/node-translation" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Node Translation&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal-core" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal Core&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/garfield" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Garfield&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/seo" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;seo&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/8RMmI58KtVU" height="1" width="1"/&gt;</description>
     <pubDate>Thu, 07 Jul 2011 19:44:38 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">106 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/drupals-core-content-translation-module</feedburner:origLink></item>
  <item>
    <title>Drupal Performance Improvements: Low-hanging Fruit</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/LiENm5E4o6U/drupal-performance-improvements-low-hanging-fruit</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;Recently, a client with a Drupal site built in-house contacted us looking to improve its performance. We did some initial testing, and the average load time for the login page was 3.04 seconds.* We also used the very helpful web page performance analysis tool &lt;a href="http://developer.yahoo.com/yslow/"&gt;YSlow&lt;/a&gt;, which gave a grade of C. Doesn't sound &lt;em&gt;too&lt;/em&gt; bad, right? Well, it turns out that in the web world, &lt;a href="http://glinden.blogspot.com/2006/11/marissa-mayer-at-web-20.html"&gt;speed matters&lt;/a&gt;. Delays that seem like they would be imperceptible create a real difference in user satisfaction and, in the case of ecommerce sites, conversion rates. In addition, slow page loads can and will &lt;a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html"&gt;negatively affect your search ranking&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here's the good news: in about 20 minutes, we were able to double performance to an average of 1.52 seconds per page load and boost YSlow's grade to a solid A. We did this by:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;re-tuning Drupal's stock configuration&lt;/li&gt;
&lt;li&gt;adding a couple of extra modules&lt;/li&gt;
&lt;li&gt;re-configuring the web server software&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt; &lt;/p&gt;
&lt;p&gt;There are many additional strategies that we employ where appropriate high-traffic web sites, or those where the absolute maximum in performance is required. In this case, we were able to dramatically improve our client's site performance in a very budget-friendly manner.&lt;/p&gt;
&lt;p&gt;&lt;sub&gt;* Page load times were measured from refresh to the on-load event as an average of 5 tests, with browser caching turned off.&lt;/sub&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/performance" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;performance&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/taxonomy/term/1" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;budget&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/seo" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;seo&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/why-drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Why Drupal?&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/LiENm5E4o6U" height="1" width="1"/&gt;</description>
     <pubDate>Sat, 02 Jul 2011 04:17:37 +0000</pubDate>
 <dc:creator>adrian@clikfocus.com</dc:creator>
 <guid isPermaLink="false">81 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/drupal-performance-improvements-low-hanging-fruit</feedburner:origLink></item>
  <item>
    <title>Garfield Introduces Drupal’s Core Locale Module</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/VP4fFXoi_1Y/garfield-introduces-drupal%E2%80%99s-core-locale-module</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2010&amp;amp;addr=101127" target="_blank"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/caticonorange.png" style="width: 120px; height: 100px; float: left;" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2010&amp;amp;addr=101127" target="_blank"&gt;View Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;With a world that is becoming more technologically advanced, it is important that your web presence appeals to the languages within your demographic. No country likes being forced into learning another language to obtain a product or service. And they shouldn’t have too. And thanks to Drupal they don’t need to.&lt;/p&gt;
&lt;p&gt;Drupal builds basic multi-lingual support into core. First, the API provides a string translation wrapper. This means that any text that is exported from code is fully translatable. Drupal also improved the translations on the front-end. Every piece of text in the administration pages is also translatable, allowing administrators and translators to see the back-end of the site in their own language. The best part is new languages can be added to Drupal through a simple select list. Once enabled, the locale module provides a "Languages Administration" page offering a selection of roughly 50 different languages, some of which come with Drupal’s core already translated. The interface also displays what percentage of the site has already been translated into each language so that the marketing team can plan specific language launches.&lt;/p&gt;
&lt;p&gt;One of ClikFocus’s primary clients is a multi-lingual site with 6 languages and offices in each of the corresponding countries. They were excited to be able to see both the front and back-end interface in the native languages of the countries each office is located in. After running the site for about a year, the client wanted an upgrade. Several new offices had opened up and some new languages were needed. The languages were added almost instantly using the locale module. A few hours of theme upgrades to support the new languages and the site was available for 9 translations.&lt;/p&gt;
&lt;p&gt;Multi-lingual sites open up new horizons for a company. Markets that may appear closed due to cultural or demographical differences will begin to open. Countries will also be proud to use your products and services knowing that, by the use of their language on your site, their culture is important to your company. ClikFocus knows the importance of languages for entering new markets and has the expertise to make Drupal’s multi-lingual interface work for you.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/garfield" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Garfield&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/i18n" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;i18n&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/internationalization" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Internationalization&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/locale" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;locale&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/VP4fFXoi_1Y" height="1" width="1"/&gt;</description>
     <pubDate>Tue, 21 Jun 2011 15:23:41 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">90 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/garfield-introduces-drupal%E2%80%99s-core-locale-module</feedburner:origLink></item>
  <item>
    <title>Garfield Compares Drupal to WordPress</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/qedC6oxohpY/garfield-compares-drupal-wordpress</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=2011&amp;amp;addr=110609"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/caticonorange.png" style="width: 120px; height: 100px;" /&gt;View Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;WordPress is a powerful tool and any good web developer would have to confess that. I think Garfield used the perfect word to describe it “cute”. WordPress looks good. It is easy to use and easily available. For simple blogs, and even simple informative sites it’s probably the best choice. But when it comes to raw power WordPress falls into second place. It just can’t compare to Drupal’s flexibility.&lt;/p&gt;
&lt;p&gt;While WordPress focuses on being a powerful user-friendly interface for blogging and displaying information Drupal has emphasized developer tools and API’s. The best example of this is the new Drupal 7 Fields API. Formerly known as CCK in Drupal 6 it gives Drupal the ability to add new content types and customize those types to represent anything. Pages, events, blog posts, documents, videos are all created quickly through configuration changes. But that’s just the front end. Most importantly the Fields API allows programmers to hook into the core of Drupal and create new and customized types and behaviors.&lt;/p&gt;
&lt;p&gt;Recently a customer desired a calendar to display upcoming events. Calendars are a common request for organizations that depend on speaking engagements and class schedules but each organization wants different information included in the events. Time, date, location, sponsors, food menu’s, and age requirements are examples of data that may be desired inside an event. It would be easy to place all of this information in one large text area with a WYSIWYG editor but separating the information into individual fields provides for SEO optimization, searching and filtering inside of the site, dynamic visibility of the content. A calendar page will sort added events by date automatically and only display events after the current date. A separate page could be listed with all events targeted at children under 13. In a more static setup these pages would have to be manually added to the separate lists for every new event and old events would have to be manually removed from the list instead of expiring automatically.&lt;/p&gt;
&lt;p&gt;WordPress contains similar abilities to display dynamic content but without the ease of creating custom fields and behaviors on the fly. When you get a calendar on WordPress you get what some developer needed for his site. Customizing the fields available requires altering or adding php code for each field. Creating new ways to filter and present the data requires similar PHP changes for each display.&lt;/p&gt;
&lt;p&gt;As a web developer I’ve chosen Drupal because my hands are not tied by the core functionality. Instead the core is an API that equips and enables me to create a site that meats my high standards and my customers expectations.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/garfield" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Garfield&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/wordpress" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Wordpress&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/fields-api" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Fields API&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal-7" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal 7&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/views" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Views&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal-vs-wordpress" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal vs. Wordpress&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/why-drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Why Drupal?&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/qedC6oxohpY" height="1" width="1"/&gt;</description>
     <pubDate>Mon, 13 Jun 2011 21:24:51 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">83 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/garfield-compares-drupal-wordpress</feedburner:origLink></item>
  <item>
    <title>Garfield Teaches Drupal</title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/OOnVpTsLkmM/garfield-teaches-drupal</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;div class="garfield-link"&gt;&lt;a href="http://www.garfield.com/comics/vault.html?yr=1978&amp;amp;addr=780619"&gt;&lt;img alt="" src="/sites/clikfocus.com/files/caticonorange.png" style="width: 120px; height: 100px;" /&gt;View Garfield Comic&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;It’s a reach I know but who doesn’t love an orange cartoon cat with a hatred for Mondays and general attitude towards life. What if this lovable creature knew Drupal and decided to impart his wisdom to us. That is what I would like to explore. I love building websites and I love the challenges presents. Most of all I love teaching those solutions. So with my friend, Garfield, we are going on an adventure to introduce this fantastic tool called Drupal.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/garfield" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Garfield&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal-7" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal 7&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/taxonomy/term/2" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;clients&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal-development" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal development&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/OOnVpTsLkmM" height="1" width="1"/&gt;</description>
     <pubDate>Mon, 13 Jun 2011 16:11:50 +0000</pubDate>
 <dc:creator>Daniel Henry</dc:creator>
 <guid isPermaLink="false">82 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/garfield-teaches-drupal</feedburner:origLink></item>
  <item>
    <title>The advantages of Drupal </title>
    <link>http://feedproxy.google.com/~r/clikfocus/clients/~3/tg6S-JZ6jzI/advantages-drupal</link>
    <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;People wonder why they should use Drupal instead of a completely custom solution. There are many more reasons to use Drupal than can be detailed in a short blog post, but here are a few.&lt;/p&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Drupal is:&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Social:&lt;/strong&gt; When you choose Drupal, it's easy to add features such as commenting, forums and social networking integrations that would take large amounts of time to build from the ground up. This lets you provide a rich experience for your sites' users from day 1.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Search Engine Optimized:&lt;/strong&gt; With features like search engine friendly URLs, standards compliant markup and built-in &lt;a href="http://drupal.org/node/1089804"&gt;RDF support&lt;/a&gt;, Drupal is great for Search Engine Optimization [SEO]. Here at ClikFocus, we take this to the next level by including features like automatically generated sitemaps, meta tag output and automatic path redirection, along with many other improvements. With these optimizations, search engines will find your content quickly, and site visitors will never see a 'page not found' error.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Secure:&lt;/strong&gt; Because thousands of developers work on Drupal and test it for security flaws, vulnerabilities are quickly identified, fixed and disclosed. There is a dedicated Drupal &lt;a href="http://drupal.org/security-team"&gt;Security team&lt;/a&gt; that works to resolve security issues, review code, and advise developers. For more information, please see the comprehensive Security White Paper that is available at &lt;a href="http://drupalsecurityreport.org/"&gt;drupalsecurityreport.org&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Speedy:&lt;/strong&gt; When custom software is being built, developers spend a lot of time (and money!) re-inventing the wheel. Need a custom user roles? Done. Caching for quick page loads? Check. Easy theme switch... Well, you get the idea! Using Drupal allows you to focus your resources on what makes your site truly unique and valuable.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shared:&lt;/strong&gt; The Drupal community is huge, and grows larger by the day. If you have a question about how to accomplish a task with Drupal, chances are someone has already answered it for you. If you need new functionality added to your site, it's more than likely that a plugin has already been created, saving you time and money instead of creating it from scratch.&lt;/li&gt;
&lt;/ul&gt;&lt;div&gt; &lt;/div&gt;
&lt;div&gt;I'm not saying that Drupal is perfect, but it may just be perfect for your needs!&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="field field-name-field-tags field-type-taxonomy-term-reference field-label-inline clearfix"&gt;&lt;div class="field-label"&gt;Tags:&amp;nbsp;&lt;/div&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/drupal-development" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Drupal development&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/security" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;security&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item even"&gt;&lt;a href="/tags/social-media" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;social media&lt;/a&gt;&lt;/div&gt;&lt;div class="field-item odd"&gt;&lt;a href="/tags/why-drupal" typeof="skos:Concept" property="rdfs:label skos:prefLabel"&gt;Why Drupal?&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/clikfocus/clients/~4/tg6S-JZ6jzI" height="1" width="1"/&gt;</description>
     <pubDate>Wed, 01 Jun 2011 22:44:46 +0000</pubDate>
 <dc:creator>adrian@clikfocus.com</dc:creator>
 <guid isPermaLink="false">63 at http://clikfocus.com</guid>
  <feedburner:origLink>http://clikfocus.com/blog/advantages-drupal</feedburner:origLink></item>
  </channel>
</rss>
