<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digital Shake</title>
	<atom:link href="http://www.digitalshake.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalshake.com</link>
	<description>solutions for mobile, web &#38; cms &#124; 404.201.2488</description>
	<lastBuildDate>Wed, 17 Aug 2011 02:25:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Use your htaccess to block out the scum!</title>
		<link>http://www.digitalshake.com/block-out-the-scum/</link>
		<comments>http://www.digitalshake.com/block-out-the-scum/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 02:30:23 +0000</pubDate>
		<dc:creator>DS</dc:creator>
				<category><![CDATA[Webtricks/Security]]></category>

		<guid isPermaLink="false">http://www.groundzeroltd.com/?p=25</guid>
		<description><![CDATA[Here is a step-by-step series of code blocks that should equip you with enough knowledge to block any/all necessary entities. Read through the set of code blocks, observe the patterns, and then copy, combine and customize to suit your specific scum-blocking needs: # set variables for user agents and referers and ip addresses SetEnvIfNoCase User-Agent [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a step-by-step series of code blocks that should  equip you with enough knowledge to block any/all necessary entities.  Read through the set of code blocks, observe the patterns, and then  copy, combine and customize to suit your specific scum-blocking needs:</p>
<p><code># set variables for user agents and referers and ip addresses</code><br />
<code>SetEnvIfNoCase User-Agent ".*(user-agent-you-want-to-block|php/perl).*" BlockedAgent</code><br />
<code>SetEnvIfNoCase Referer ".*(block-this-referrer|and-this-referrer|and-this-referrer).*" BlockedReferer</code><br />
<code>SetEnvIfNoCase REMOTE_ADDR ".*(666.666.66.0|22.22.22.222|999.999.99.999).*" BlockedAddress</code></p>
<p><code># set variable for any class B network coming from a given netblock</code><br />
<code>SetEnvIfNoCase REMOTE_ADDR "66.154.*" BlockedAddress</code></p>
<p><code># set variable for two class B networks 198.25.0.0 and 198.26.0.0</code><br />
<code>SetEnvIfNoCase REMOTE_ADDR "198.2(5|6)..*" BlockedAddress</code></p>
<p><code># deny any matches from above and send a 403 denied</code><br />
<code>&lt;Limit GET POST PUT&gt;</code><br />
<code>order deny,allow</code><br />
<code>deny from env=BlockedAgent</code><br />
<code>deny from env=BlockedReferer</code><br />
<code>deny from env=BlockedAddress</code><br />
<code>allow from all</code><br />
<code>&lt;/Limit&gt;</code></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.digitalshake.com%2Fblock-out-the-scum%2F&amp;title=Use%20your%20htaccess%20to%20block%20out%20the%20scum%21"><img src="http://www.digitalshake.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.digitalshake.com/block-out-the-scum/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Manage Brand Ambassadors</title>
		<link>http://www.digitalshake.com/manage-brand-ambassadors/</link>
		<comments>http://www.digitalshake.com/manage-brand-ambassadors/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 02:41:25 +0000</pubDate>
		<dc:creator>DS</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[More on Mobile & Apps]]></category>

		<guid isPermaLink="false">http://www.groundzeroltd.com/?p=29</guid>
		<description><![CDATA[Brands are increasingly turning to brand ambassadors to market their products. Ambassadors are individuals with credibility in a given area who are hired by a brand to introduce consumers to a given product and educate them about its advantages. Liquor companies, for example, often hire bartenders as brand ambassadors. The bartenders / brand ambassadors then [...]]]></description>
			<content:encoded><![CDATA[<p>Brands are increasingly turning to brand ambassadors to market their  products. Ambassadors are individuals with credibility in a given area  who are hired by a brand to introduce consumers to a given product and  educate them about its advantages.</p>
<p>Liquor companies, for example, often hire bartenders as brand  ambassadors. The bartenders / brand ambassadors then tell their  customers about the company’s brand of gin, and train other bartenders  in making signature cocktails with that gin.</p>
<p>Brand ambassadors provide companies and products with valuable  credibility. Wouldn’t you trust a liquor recommendation that came from a  bartender over one that came from a salesperson?</p>
<p>The downside is logistics. Creating a regional or national team of  brand ambassadors requires big investments in recruitment, training and  management.</p>
<p>With Drupal however, we can now create an online system that helps  recruit, manage and monitor brand ambassadors with much less investment.</p>
<p>We can&#8217;t wait to dig into a project utilizing the ability &#8211; maybe it&#8217;s perfect for you!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.digitalshake.com%2Fmanage-brand-ambassadors%2F&amp;title=Manage%20Brand%20Ambassadors"><img src="http://www.digitalshake.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.digitalshake.com/manage-brand-ambassadors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Process of Website Planning</title>
		<link>http://www.digitalshake.com/the-process-of-planning/</link>
		<comments>http://www.digitalshake.com/the-process-of-planning/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 13:31:35 +0000</pubDate>
		<dc:creator>DS</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Design & Planning]]></category>
		<category><![CDATA[More on Mobile & Apps]]></category>

		<guid isPermaLink="false">http://www.groundzeroltd.com/?p=53</guid>
		<description><![CDATA[As web designers it is very easy to get lost in our own heads. The process of a web design can be broken into many flavors and styles across the globe. Graphics artists and digital animators are just some of the people getting into building applications for the web. Although it’s bold to pop open [...]]]></description>
			<content:encoded><![CDATA[<p>As web designers it is very easy to get lost in our own heads. The process of a web design can be broken into many flavors and styles across the globe. Graphics artists and digital animators are just some of the people getting into building applications for the web.</p>
<p>Although it’s bold to pop open Adobe Photoshop and get right into designing, there are many steps which can enhance a website when taken into consideration. The planning process, although not seemingly too long, is an almost essential aspect of what it lends to the creative process. I hope to outline a few ideas here which can be applied towards designing fresh web interfaces.</p>
<p><a href="http://www.groundzeroltd.com/wp-content/uploads/2011/05/planning-website-sketch.jpg"><img class="aligncenter size-full wp-image-54" title="planning-website-sketch" src="http://www.groundzeroltd.com/wp-content/uploads/2011/05/planning-website-sketch.jpg" alt="" width="580" height="210" /></a></p>
<p><strong>Starting the Project</strong></p>
<p>This is possibly the most anxious and driving time during project work. When you’ve got an entirely blank slate to work with, thoughts and ideas seem to pile on faster than you can grasp them. It’s important here to breathe and reflect on the project’s ideals. Perhaps take a step back to question a few simple aspects of the project.</p>
<p>What are you or your client looking for in a completed object? Are there any specific items you want to include no questions asked? These may be heading banners, differing navigation menus, a powerful color scheme, or even a simple page logo. Try sketching out a few prototypes before taking to the digital process.</p>
<p>For those amongst us who are less artistically gifted even a crude sketch can provide more inspiration than nothing at all. A prototype offers not only a guideline but a wireframe for which to base all your future pages off. This wireframe may change between differing page styles (ex. home, about us, blog posts) but will ultimately contain the same template.<br />
Scrutinize Design Galleries</p>
<p>I have run into many designers who argue design galleries offer no value into the web. They are seemingly cheap ways to copy designers and rip on their ideas. And while I can respect this viewpoint, I simply cannot agree and actually think quite the opposite. Designers choose to submit their designs into these places and should feel honored that others may draw inspiration from their works.</p>
<p>Further there is nothing wrong with borrowing ideas! This is the beauty of creation as you take a mix of many differing artistic styles and blend them together in your own way. True web designers are able to master this skill and even begin to create their own interfaces simply from memory and inspiration!</p>
<p>CSS galleries and many of the showcases online today are perfect for the beginning designer. As you train the creative portions of your brain you begin to think outside comfort zones you’ve set up for yourself. This is one of the most difficult aspects in the career of web design, and more specifically during the creation process. But similar to many other things in life, this is one skill which becomes more developed with practice.</p>
<p><a href="http://www.groundzeroltd.com/wp-content/uploads/2011/05/macbook-pro-photoshop.jpg"><img class="aligncenter size-full wp-image-55" title="macbook-pro-photoshop" src="http://www.groundzeroltd.com/wp-content/uploads/2011/05/macbook-pro-photoshop.jpg" alt="" width="580" height="230" /></a><br />
<strong>Give Your Interface a Test-Run</strong></p>
<p>Before even coding your sketch or mockup design spend some time visualizing the browsing process. If possible (and this comes with practice) place yourself in the shoes of another user entering your website. Consider where they’d click and what they would find most interesting.</p>
<p>Once you get into this zone you may notice an accompanying change in mindset. This technique will help remove yourself from the position of “the designer” and see things from a larger perspective. I often recommend this step before coding to save yourself time in the long run.</p>
<p>In personal experience I frequently find myself updating page areas or colors mid-design. With enough time it’s simple to step out and envision how a user might interact with your page’s menu or links. This process can be difficult if you’ve been staring at the same design for 3 hours straight. Try taking a break to stretch and walk around – even 15 minutes can play a huge role in opening your perceptions.</p>
<p><a href="http://www.groundzeroltd.com/wp-content/uploads/2011/05/macbook-pro-photoshop.jpg"></a><a href="http://www.groundzeroltd.com/wp-content/uploads/2011/05/responsive-web-design.jpg"><img class="aligncenter size-full wp-image-56" title="responsive-web-design" src="http://www.groundzeroltd.com/wp-content/uploads/2011/05/responsive-web-design.jpg" alt="" width="580" height="230" /></a><br />
<strong>Design Numerous Builds for Comparison</strong></p>
<p>This step will take much more time but if you have the luxury I highly recommend pacing yourself. Once you’ve got a strong sketch going you may consider creating a few alternate designs to choose from. This can be done in Photoshop just as easily if you are not artistically gifted with paper and pencil, or simply feel more comfortable in software.</p>
<p>Some people find this step to be annoying and actually slow down the creative process. If you often second-guess yourself this method will save you loads of time during the final stages of production. I find 2-4 strong templates laid out in comparison can help push your indecisive nature towards picking a final stage product.<br />
Keep the Space!</p>
<p>White space is crucial with any great design. This comes as an almost no-brainer and you may consider a few obvious reasons. When page elements are laid out properly you’ll find a natural symmetry in design. Web pages coded with grids and accessibility in mind tend to appear cleaner and much more user friendly.</p>
<p>Walking the same line as white space it’s key to remove any elements which may be taking up un-needed space. This will obviously hold true as a belief during any stage of design – but catching your dislikes or mistakes early on will save hours on project work. Ensure your page’s content – paragraphs, headings, images, and videos – have enough room to breathe and interact with your website’s visitors.</p>
<p>I find writing a small list of mandatory page elements is a great way of getting started. This will change based on what type of website you’re designing, which demonstrates just how fluid this system can become. Typical instances include search boxes, social media sharing buttons, shopping cart icons or links, featured blog posts, or even a small contact form!</p>
<p>Whenever entering the design process feel comfortable letting your mind roam free. It is within this void of space where ideas are born and genius inspiration may be ignited. Stay true to your heart when designing. Creating websites has never been an easy task, however quite fun and often very rewarding when you set aside time for building and learning.</p>
<p>content regenerated from <span style="color: #808080;">webdesignledger.com</span></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.digitalshake.com%2Fthe-process-of-planning%2F&amp;title=The%20Process%20of%20Website%20Planning"><img src="http://www.digitalshake.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.digitalshake.com/the-process-of-planning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Tips for SEO &amp; User-Friendly Copy</title>
		<link>http://www.digitalshake.com/seo-planning/</link>
		<comments>http://www.digitalshake.com/seo-planning/#comments</comments>
		<pubDate>Mon, 30 May 2011 13:48:10 +0000</pubDate>
		<dc:creator>DS</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Design & Planning]]></category>

		<guid isPermaLink="false">http://www.groundzeroltd.com/?p=66</guid>
		<description><![CDATA[You hear it time and time again: content is king. It’s king because it’s what users want, and it’s king because of SEO – i.e. if you don’t have good content, you’re not going to rank. Of course, not all content is created equal. While over-optimizing content for search will make it less than user-friendly, [...]]]></description>
			<content:encoded><![CDATA[<p><strong></strong>You hear it time and time again: content is king. It’s king because it’s what users want, and it’s king because of SEO – i.e. if you don’t have good content, you’re not going to rank.</p>
<p>Of course, not all content is created equal. While over-optimizing content for search will make it less than user-friendly, focusing too much on usability can compromise its searchability.</p>
<p>So how can your content walk the line between SEO and usability? Well, there are 5 easy tips you can follow when trying to walk your content down that fine line between SEO and usability.</p>
<p><a href="http://www.groundzeroltd.com/wp-content/uploads/2011/05/seo-image.jpg"><img class="aligncenter size-full wp-image-71" title="seo-image" src="http://www.groundzeroltd.com/wp-content/uploads/2011/05/seo-image.jpg" alt="" width="540" height="357" /></a></p>
<p><strong>1. Length of On-Page Content</strong></p>
<p>The ideal minimum length of page copy for SEO purposes is 250 words. So where your user experience permits, you should have 250 words (or more) of actual inline content – i.e. not headers, not sidebar content.</p>
<p>That being said, 250 words is just a minimum. As a general rule, the more content the better. In fact, I’ve personally noticed that when a page has 1,000+ plus, it has a much better chance of ranking for the keywords that it’s optimized for.</p>
<p>Of course, there are pages where it doesn’t really make sense to have so much content. In such cases, 250 words of content would disrupt the user-experience and push interactive features below the fold.</p>
<p>Some examples of this are a category pages on blogs or ecommerce sites. In these cases, you might want to optimize the categories for a certain niche/vertical of keywords, and added 250 words of text at the top of the page would help.</p>
<p>But from a usability standpoint, categories exist so that users can navigate/browse products or content within a category. So adding 250 word of text would disrupt the user-experience by pushing those product/article links below the fold.</p>
<p>A decent compromise in such cases is to insert a bit of static content at the top of main-content area of your category pages. Generally, 300 characters (about twice the length of your page’s meta-description) is enough to (1) get some descriptive keywords on the page, but (2) keep the category links/listings well above the fold.</p>
<p><strong>2. Scanable Line Paragraphs</strong></p>
<p>Knowing that you want at least 250 words on each page, how do you make that content as usable as possible? That is, how can you make it scanable so that users are not deterred from actually reading it?</p>
<p>As a rule, you should aim for 3-4 line paragraphs (2 sentences). Of course, in some circumstances, a paragraph warrants more than 2 sentences. But by keeping paragraphs within 3-4 lines (5 lines max), you can create a text-experience that users can easily scan, making them more likely to actually consume the content.</p>
<p><strong>3. Headers</strong></p>
<p>Now, what do you do if you have more than 250 words on a page? If you’re talking about more than one product or service? How do you keep the user engaged?</p>
<p>Well, you do that by structuring your content. Basically, you should section off your content using header tags (e.g. &lt;h2&gt; and &lt;h3&gt;). This will create a break in the content that (1) makes it seem easier (i.e. ‘not as long’) to read, and (2) provides visual cues to pull the user’s eye through the content.</p>
<p>From an SEO perspective, moreover, the keywords in headers help you clue search engines into what your content is about. For example, three headers might tell search engines that three different (but related) topics are being discussed on the page.</p>
<p><strong>4. Keyword Density</strong></p>
<p>Keyword density is how often a keyword appears on a page. Depending on who you ask, the ideal keyword density is anywhere from 2%-5%.</p>
<p>The only problem with this is that even at the low-end, this can make for unnatural prose. For instance, if a keyword makes up 3% of all words on a page, the user will probably notice that that keyword appears quite often. In fact, it will make your copy seem robotic, non-compelling, and generally spammy.</p>
<p>Where you can fit in these extra keywords, however, is in your header tags. Indeed, by using keyword variation to draw up optimized header tags, you can gain an extra 1% of keyword density without making the actual copy seem contrived and unnatural.</p>
<p><strong>5. Bullet Lists</strong></p>
<p>One of the biggest copy tradeoffs between usability and search is bullet lists. While bullet lists help make content more scanable, search engine regard them as “broken content” – meaning that they don’t quite count as much as other page copy when it comes to their keyword density. There are two ways to get around this.</p>
<p>First, you can use a bullet list at the top of the page to outline the page’s content. This will help cue the user into what they can expect as they read through the page, which will help them better navigate the content.</p>
<p>If you do go this route, however, make sure that (1) you have 2 sentences/3 lines preceding the bullet list, (2) you have another 2 sentences/3 lines following it, and (3) there is a minimum of 250 words of “unbroken” content on the page. This will not only put the bullet list in context for user, but it will help ensure that search engines properly index the page.</p>
<p>Alternatively, you can simply place a bullet list further down in the content, as part of the one of the subsections. If sufficient content precedes a bullet list, that bullet list is less likely to factor large into how that page is indexed.</p>
<p>A general rule to mitigating tradeoffs between search and usability is developing content for humans, not for search bots. After all, at the end of the day, search engines are out to provide users (real human beings) with the most relevant content available.</p>
<p>If you take every possible step to optimize your site for search, chances are you’ll produce some rather non-user-friendly content. And the paradox there is that the less user-friendly content is, the less engaging it is, and the less likely it will be to attract backlinks or go viral.</p>
<p>So you should always think of the user before you think of the search bots. But always keep in mind that there are some elements you can add to a page that both increase usability, and help optimize your page for SEO purposes.</p>
<p><span style="color: #999999;"><span style="color: #808080;">content regenerated from </span>webdesignledger.com</span></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.digitalshake.com%2Fseo-planning%2F&amp;title=5%20Tips%20for%20SEO%20%26%23038%3B%20User-Friendly%20Copy"><img src="http://www.digitalshake.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.digitalshake.com/seo-planning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Mobile?</title>
		<link>http://www.digitalshake.com/why-mobile/</link>
		<comments>http://www.digitalshake.com/why-mobile/#comments</comments>
		<pubDate>Fri, 20 May 2011 22:02:08 +0000</pubDate>
		<dc:creator>DS</dc:creator>
				<category><![CDATA[More on Mobile & Apps]]></category>

		<guid isPermaLink="false">http://www.groundzeroltd.com/?p=109</guid>
		<description><![CDATA[If your business website is in the embarrassing situation of being one of those sites that cannot be viewed on a mobile phone, do not despair. Even though mobile viewable websites are created in a different way to standard websites, there are several solutions to tackle this problem. More mobile users than ever are surfing [...]]]></description>
			<content:encoded><![CDATA[<p><em>If your business website is in the embarrassing situation of being one of those sites that cannot be viewed on a mobile phone, do not despair. Even though mobile viewable websites are created in a different way to standard websites, there are several solutions to tackle this problem.</em></p>
<p>More mobile users than ever are surfing the internet via their handsets, If your site is not built for mobile use the average mobile user will leave it within 2 seconds. if however your site can “easily” be viewed on a mobile your competition will be at a huge disadvantage.</p>
<p>More and more people around you are using iPhones, Android and Blackberry phones in order to surf the web. The majority of the latest handsets have medium to large size viewing screens. The fact is smartphones are now within the reach of everyone, in the next year sales of these “next generation” handsets are predicted to explode. Why not ensure your business is an the best position to take advantage of this, if you don’t your competitors may just beat you to it.</p>
<p>Did you know that within a week your website could be mobile compliant?</p>
<p>All this “without”… interfering with your webmasters present design and website structure…</p>
<p>All businesses at some stage will need a mobile friendly website, there are some though that are particularly well suited to our mobile solutions</p>
<ul>
<li>Restaurants</li>
<li>Hotels</li>
<li>Business consultants</li>
<li>Bed and breakfast businesses</li>
<li>Taxi companies</li>
<li>Breakdown services</li>
<li>Accountants</li>
<li>Doctors</li>
<li>Vets</li>
<li>Dentists</li>
<li>Lawyers</li>
<li>Plumbers</li>
<li>Pubs</li>
<li>Bars</li>
<li>Locksmiths</li>
<li>Museums</li>
<li>Camping</li>
<li>Tourist attractions</li>
</ul>
<p>The above are just a few examples of businesses that will benefit from a mobile presence.</p>
<p>The big picture is that these are not e-commerce related businesses but rather “service specific”. There are exceptions of course, businesses that sell from a location are also ideally suited, you see mobile users are more likely to want instant contact or to get directions to your premises or business.</p>
<p>If your business has a mobile website and your competition doesn’t, who will get more customers?</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.digitalshake.com%2Fwhy-mobile%2F&amp;title=Why%20Mobile%3F"><img src="http://www.digitalshake.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.digitalshake.com/why-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMS Experience</title>
		<link>http://www.digitalshake.com/cms-experience/</link>
		<comments>http://www.digitalshake.com/cms-experience/#comments</comments>
		<pubDate>Wed, 04 May 2011 22:09:56 +0000</pubDate>
		<dc:creator>DS</dc:creator>
				<category><![CDATA[Content Management]]></category>

		<guid isPermaLink="false">http://www.groundzeroltd.com/?p=123</guid>
		<description><![CDATA[We bring massive collective experience. Our expertise with various CMS systems comes from years of working with them: we’ve developed more than 70 websites in Drupal, Joomla, WordPress, XOOPS and even a few custom solutions. Beautiful design layered on top of an intuitive user interface is the backbone of our websites. New and interesting widgets, [...]]]></description>
			<content:encoded><![CDATA[<p><em>We bring massive collective experience. Our expertise with various CMS systems comes from years of working with them: we’ve developed more than 70 websites in Drupal, Joomla, WordPress, XOOPS and even a few custom solutions.</em></p>
<p>Beautiful design layered on top of an intuitive user interface is the backbone of our websites. New and interesting widgets, or modules, are being built for use with these solutions every day.</p>
<p>We will tailor the wide range of features to fit your content needs. There are thousands of features; some of the commonly used ones include:</p>
<ul>
<li>Discussion forums</li>
<li>Blogs</li>
<li>Enhanced SEO</li>
<li>Calendaring</li>
<li>Parallel multilingual sites</li>
<li>Multiple levels of permissions and access</li>
<li>Ecommerce</li>
<li>Social Networks</li>
<li>Multi-contributers</li>
</ul>
<p><strong>Drupal and WordPress  in particular have an avid community of users and developers, and we’re excited to be a part of that. We are passionate about the development of both and eager to keep stretching its limits. We often code our own modules and widgets from scratch for our clients particular needs.</strong></p>
<p>We also offer complete design and development services for databases built on a wide range of technologies, including:</p>
<ul>
<li>MySQL</li>
<li>Microsoft SQL Server</li>
<li>Microsoft Access</li>
<li>Oracle</li>
</ul>
<p>Once your database is built, we’ll make sure your staff is well-trained on how to use it, and we’re always available for user support and maintenance.</p>
<p>For more on what we can do for you, contact us. We’d love to talk with you about your project.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.digitalshake.com%2Fcms-experience%2F&amp;title=CMS%20Experience"><img src="http://www.digitalshake.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.digitalshake.com/cms-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Facts</title>
		<link>http://www.digitalshake.com/mobile-facts/</link>
		<comments>http://www.digitalshake.com/mobile-facts/#comments</comments>
		<pubDate>Wed, 04 May 2011 22:02:54 +0000</pubDate>
		<dc:creator>DS</dc:creator>
				<category><![CDATA[More on Mobile & Apps]]></category>

		<guid isPermaLink="false">http://www.groundzeroltd.com/?p=112</guid>
		<description><![CDATA[Mobile Internet Users to reach 1.7 Billion by the year 2013 It is predicted that by the year 2013 over 1.7 billion mobile users will be accessing the internet via their mobile phones or similar WAP technology devices, this is something that no business should ignore and for those that take notice the rewards will [...]]]></description>
			<content:encoded><![CDATA[<p><em>Mobile Internet Users to reach 1.7 Billion by the year 2013</em></p>
<p>It is predicted that by the year 2013 over 1.7 billion mobile users will be accessing the internet via their mobile phones or similar WAP technology devices, this is something that no business should ignore and for those that take notice the rewards will be plentiful. Websites that can be viewed on a mobile phone are completely different from those that we see on the internet, they are built in a different kind of language and have to be made so that they can easily be viewed on the smaller screens of mobile phones.</p>
<ul>
<li>Mobile websites have to adjust to the screen size of mobile phones or smartphones</li>
<li>Mobile websites have fewer pages</li>
<li>Mobile websites have fewer images</li>
<li>The written content must be brief and to the point</li>
<li>The pages must be easy to navigate</li>
</ul>
<p><strong>If you do not comply with this then your business is at a huge disadvantage.</strong></p>
<p>In the next 5 years mobile websites are going to be by far one of the most obvious new additions to the internet and indeed the business world in general, mobile use is expanding so fast that literally millions of companies are being left in the dust. Those businesses that get a foot on the ladder first will be the ones who gain the most, those that do not will suffer dreadfully?</p>
<p><strong>Why is it important to get a mobile compliant website now?</strong></p>
<ul>
<li>Everyone is now using their mobile/cell phone to access the web</li>
<li>Google and the major search engines are ramping up their mobile presence (” mobile only” search is going to explode )</li>
<li>The older the domain, the better the search engine rank will be</li>
<li>Those companies that register sites early will make “huge gains” when it comes to ranking</li>
<li>Offering a mobile compliant site will show your customers you are an “up to date company”</li>
</ul>
<p>Mobile compliant websites are built in a different way that “normal” websites, standard websites are built using html and mobile sites use xhtml and html5. This new code works on mobile phones, the old code does not. The old code will show a site as either “too small” or only show a small part of a page, our designs will show a mobile site perfectly on a phone browser.</p>
<p><strong>What do your potential customers need from a mobile compatible website?</strong></p>
<p>If you think about it the answer is actually very simple, most mobile internet users are searching for “basic” contact information and from website that displays that information with ease.</p>
<ul>
<li>Your business location – easy directions in as short a time as possible. Our mobile solution provides an easy to use “find us” function</li>
<li>Your contact details – our technology can provide “click to call functions”, this means a mobile user can click a number on your site and it instantly pre-load into their mobile phone.</li>
</ul>
<p>Imagine if you will that mobile sites are like hi-tech business cards, in addition they are a way to gain an added advantage over your competition.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.digitalshake.com%2Fmobile-facts%2F&amp;title=Mobile%20Facts"><img src="http://www.digitalshake.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.digitalshake.com/mobile-facts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.1.2 Released</title>
		<link>http://www.digitalshake.com/wordpress-3-1-2-released/</link>
		<comments>http://www.digitalshake.com/wordpress-3-1-2-released/#comments</comments>
		<pubDate>Wed, 04 May 2011 02:46:32 +0000</pubDate>
		<dc:creator>DS</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Webtricks/Security]]></category>

		<guid isPermaLink="false">http://www.groundzeroltd.com/?p=31</guid>
		<description><![CDATA[From our friends over at WordPress: Posted April 26, 2011 by Ryan Boren. Filed under Releases,Security. WordPress 3.1.2 is now available and is a security release for all previous WordPress versions. This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts. The issue was discovered by a member of our security team, [...]]]></description>
			<content:encoded><![CDATA[<p>From our friends over at WordPress:</p>
<p>Posted April 26, 2011 by Ryan Boren. Filed under Releases,Security.<br />
WordPress 3.1.2 is now available and is a security release for all previous WordPress versions.<br />
This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts.<br />
The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter.</p>
<p>We will be updating all of our WordPress clients to 3.1.2 promptly. this especially important if you allow users to register as contributors or if you have untrusted users. This release also fixes a few bugs that missed the boat for version 3.1.1.</p>
<p>For those of you who are only hosting with us, this update is likely not covered by your plan, but we are always at the ready to assist you in the update.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.digitalshake.com%2Fwordpress-3-1-2-released%2F&amp;title=WordPress%203.1.2%20Released"><img src="http://www.digitalshake.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.digitalshake.com/wordpress-3-1-2-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

