<?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>Marketing Smartt &#187; Web Development</title>
	<atom:link href="http://www.marketingsmartt.com/category/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marketingsmartt.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:53:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Choose Your Weapon Wisely</title>
		<link>http://www.marketingsmartt.com/choose-your-weapon-wisely/</link>
		<comments>http://www.marketingsmartt.com/choose-your-weapon-wisely/#comments</comments>
		<pubDate>Thu, 05 May 2011 17:35:33 +0000</pubDate>
		<dc:creator>Howard Chang</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.marketingsmartt.com/?p=4523</guid>
		<description><![CDATA[

In a perfect world, every web project would be built on powerful technologies that are easy to deploy, easy to use, and easy to maintain. In the real world, however, ...<a class="more-news" href="http://www.marketingsmartt.com/choose-your-weapon-wisely/">read more &#62;&#62;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://images.all-free-download.com/images/graphiclarge/multi_tool_37703.jpg" alt="image of multi-tool" width="256" height="256" /></p>
<p style="text-align: center;"><img src="file:///C:/Users/amyg/Desktop/multi_tool_37703.jpg" alt="" /></p>
<p>In a perfect world, every web project would be built on powerful technologies that are easy to deploy, easy to use, and easy to maintain. In the real world, however, you will never find a technology that offers all that, and it is critical to decide which development tool to use before starting a project. Choosing the right tool will cut down on development time and ensure the final product’s scalability (ability to handle an increasing amount of work in a graceful manner).</p>
<p>Content management systems (CMSs) and model-view-controller (MVC) frameworks are two types of tools that are used by SmarttNet to build web applications and websites. I will review three examples of these tools by looking at the following areas:</p>
<ul>
<li>The back-end user interface (UI) for average users (for example, the type of person who uses online banking).</li>
<li>The development and maintenance of web projects.</li>
</ul>
<p><span id="more-4523"></span></p>
<h3>MANAGING WEB CONTENT</h3>
<p><em>CMSs are software systems are used to create and manage web content without any knowledge of web programming or markup languages.</em></p>
<h4>WORDPRESS</h4>
<p>WordPress is an open source blog tool and publishing platform that allows users to edit website content without knowing how to write HTML code.</p>
<p><strong>Back-end UI:</strong>The UI is simple to use.<br />
<strong>Development: </strong>The front-end template development of WordPress is quite straightforward and customizable. However, not all the plug-ins, which offer additional functionalities, are well-designed and usable. It takes the same amount of time to develop a new plug-in as it does to develop a similar web application without using any premade frameworks.<br />
<strong>Maintenance:</strong> It’s very easy to maintain and upgrade the back-end core as long as the plug-ins don’t break.</p>
<h4>DRUPAL</h4>
<p>Drupal is an open-source CMS that allows users to publish, manage, and organize a wide variety of content on a website. SmarttNet uses Drupal to develop medium to large client websites when the project requires customized back-end system, database-driven functionalities.</p>
<p><strong>Back-end UI:</strong> The UI can be complicated depending on what modules are used.<strong> </strong><br />
<strong>Development:</strong> Drupal offers a really good set of application programming interfaces (APIs) that allows developers to quickly create database-driven applications. However, Drupal’s front-end elements are not as customizable, especially when the web designer wants to do something fancier than use the default Drupal-generated HTML code.<br />
<strong>Maintenance:</strong> If the site is built with complicated modules, it is difficult for average users to maintain and upgrade the system. However, if only simple modules are used, it is quite straightforward for them to perform those maintenance tasks.</p>
<h3>SEPARATING BUSINESS LOGIC AND THE UI</h3>
<p><em>MVC frameworks are based on the philosophy of separating business logic (functional algorithms that handle the information exchange between a database and a user interface) from user interface considerations; this allows developers to change each part without affecting the other.</em></p>
<h4>YII</h4>
<p>Yii is a PHP framework for creating web applications, and it provides a great set of tools for developing features and functionalities quickly.</p>
<p><strong>Back-end UI:</strong> Since the framework only provides basic functionalities, the whole back-end UI and workflow can be defined by the development team and clients. As a result, the user usually knows how to navigate the system well because the workflow has been defined by them.<br />
<strong>Development:</strong> It takes time for developers to get familiar with the system classes and to use them well. Once they know the core system, Yii is the most customizable and powerful tool to develop web applications and websites.<br />
<strong>Maintenance:</strong> The maintenance tasks for systems and websites developed under this platform are almost impossible for average users to maintain and upgrade. It requires a great deal of development experience and familiarity to carry out these tasks.</p>
<h3>CHOOSING WISELY</h3>
<p>As you can see, tool has its strengths and weaknesses. When choosing a technology to develop a web project, it’s not enough to just consider the features it provides—the developer must also consider the technical skill level of the users and the future maintenance of the web application or website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingsmartt.com/choose-your-weapon-wisely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synchronized Thinking</title>
		<link>http://www.marketingsmartt.com/synchronized-thinking/</link>
		<comments>http://www.marketingsmartt.com/synchronized-thinking/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 20:39:28 +0000</pubDate>
		<dc:creator>Padraic McAteer</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Our Work]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.marketingsmartt.com/?p=4516</guid>
		<description><![CDATA[
Most clients enter into a development project unaware of what a wireframe is or why they are used. A wireframe is the schematic of a website. It&#8217;s created before any ...<a class="more-news" href="http://www.marketingsmartt.com/synchronized-thinking/">read more &#62;&#62;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-4517" title="Wireframes act as the website schematic" src="http://www.marketingsmartt.com/wp-content/uploads/2011/04/wireframe_coffeeapp_reseized.jpg" alt="Wireframes act as the website schematic" width="300" height="358" /></p>
<p>Most clients enter into a development project unaware of what a wireframe is or why they are used. A wireframe is the schematic of a website. It&#8217;s created before any design or functionality is applied. It blends information architecture with navigational elements, content, and other interface essentials.</p>
<p>Wireframes are usually produced by one person: either the information architect (who defines the structure, organization, and navigation of a website) or the designer. This is fine for small projects, but for websites that require detailed functionality, a more collaborative approach is best. In this case, many chefs can make the broth that much nicer.<span id="more-4516"></span></p>
<h3>Working Together</h3>
<p>The development team can meet with the client to discuss exactly what will go on each page of the website. Everyone’s voice is heard because the client gets to work in tandem with the development team to plan out the user experience for the site. Programmers can also express any concerns for over-imaginative design concepts while suggesting realistic alternatives.</p>
<p>As a group, they can draw ideas on a whiteboard or on paper. The most important part is to record all thoughts and decisions so the wireframes can be digitally crafted into a pretty PDF or—even better—an interactive template. This brings the skeletal structure of the site to life and can be submitted to the client before design decisions are set in stone.</p>
<h3>Wireframe Deliverable</h3>
<p>So how is the final wireframe document created? <a  href="http://unify.eightshapes.com/">EightShapes</a> is a powerful system for creating wireframes and is more effective than other software solution. It uses Adobe InDesign to generate an interactive PDF or Flash file placed in a HTML page. Designs can be quickly assembled from a library of pre-existing assets. Styles can be added to buttons and text with one click. The final result is an attractive wireframe that reflects the decisions made during the collaboration session. This can be distributed to other members of the development team for embedding with additional deliverables or code annotation by programmers, thus continuing a more efficient collaboration process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingsmartt.com/synchronized-thinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 T-Shirt for Sale (Maybe)</title>
		<link>http://www.marketingsmartt.com/html5-t-shirt-for-sale-maybe/</link>
		<comments>http://www.marketingsmartt.com/html5-t-shirt-for-sale-maybe/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 20:35:26 +0000</pubDate>
		<dc:creator>Vincent Navetat</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.marketingsmartt.com/?p=4503</guid>
		<description><![CDATA[
HTML, the language used for structuring and presenting content on the Web, has evolved since its inception. Its current version, HTML5, offers new elements that reflect typical usage on modern ...<a class="more-news" href="http://www.marketingsmartt.com/html5-t-shirt-for-sale-maybe/">read more &#62;&#62;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.w3.org/html/logo/downloads/HTML5_Logo_256.png" alt="HTML 5 logo" width="256" height="256" /></p>
<p>HTML, the language used for structuring and presenting content on the Web, has evolved since its inception. Its current version, HTML5, offers new elements that reflect typical usage on modern websites. Recently, two somewhat contradictory announcements about HTML5 were published by the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG), who have both been involved in its development.<span id="more-4503"></span></p>
<h3>HTML5 as a Movement</h3>
<p>First, W3C proudly announced the creation of an <a  href="http://www.w3.org/html/logo/">HTML5 logo</a>. W3C’s statement takes a marketing-oriented approach; it considers this new standard a “movement” and is using logos, stickers, and even t-shirts to promote it!</p>
<p>Developers have been aware of HTML5 for years, but this announcement redefined W3C’s position on the use of HTML5. Before this statement, it was not considered a fully completed technology that was ready for use. Now W3C is clearly advising developers to take advantage of all its features. (By the way, some developers would be surprised to see CSS3 described as a new feature, considering that it is a different technology, regardless of the version of HTML standards.)</p>
<p>It was certainly the best time to proclaim this position: just a few weeks later, Firefox 4, Google Chrome 10, and Internet Explorer 9, all of which seem very proud of including more HTML5 features, were launched. (For an example, check out <a  href="https://demos.mozilla.org/en-US/">Firefox’s Web O’(pen) Wonder</a>.)</p>
<h3>HTML as a “Living Standard”</h3>
<p>A few days after this announcement, the WHATWG announced on its <a  href="http://blog.whatwg.org/html-is-the-new-html5">blog</a> that the time had come to stop talking about HTML numbered versions because this specification is now a “living standard”. Instead of calling this technology merely a draft because new features continue to be added, the WHATWG will maintain a document that defines the technology as it evolves.</p>
<p>The idea is interesting, but as the majority of websites are currently written in HTML 4, talking about numbered versions is a way to differentiate websites based on which technology they use. Furthermore, we can’t really consider Web standards to be a living process until all users update their Web browsers to the latest version. And even though Microsoft is working to <a  href="http://ie6countdown.com/">make Internet Explorer 6 disappear</a>, it will take some time before all users are able to enjoy the new Web features made possible by this new technology.</p>
<p>And if there won’t be any more numbered versions, what shall we do with our new HTML5 t-shirts?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingsmartt.com/html5-t-shirt-for-sale-maybe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content is (still) King</title>
		<link>http://www.marketingsmartt.com/content-is-still-king/</link>
		<comments>http://www.marketingsmartt.com/content-is-still-king/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 19:19:01 +0000</pubDate>
		<dc:creator>Martin Wong</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[The Social Web]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.marketingsmartt.com/?p=4486</guid>
		<description><![CDATA[
Content is getting to be a popular term these days, and it encompasses a lot of things. Content is practically everything that we find and interact with on the web. ...<a class="more-news" href="http://www.marketingsmartt.com/content-is-still-king/">read more &#62;&#62;</a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-4491" title="Warning - content is low!" src="http://www.marketingsmartt.com/wp-content/uploads/2011/04/content_low.jpg" alt="content_low" width="500" height="167" /></p>
<p>Content is getting to be a popular term these days, and it encompasses a lot of things. Content is practically everything that we find and interact with on the web. Text? Content. Graphics? Content. Video and audio? You guessed it, content too.  A tweet, a Facebook post? User-generated, but content nonetheless.  Content is everywhere and it’s what people are searching for, but as developers and managers of websites, we tend to forget that what we’re building and managing is a content-delivery platform.<span id="more-4486"></span></p>
<h3>Good Content is Great for Businesses and Helpful to Users – Everybody Wins</h3>
<p>Content is a pretty big deal. Especially to a growing group of content strategists, a dedicated and impassioned group of web professionals, who advocate for thoughtful planning and skilled execution of online content. What’s the result of web content that’s well-thought out and expertly executed? A website that serves your business goals as well as your visitors needs.  So if you want a more effective website, you want to start with more effective content.</p>
<h3><strong>Getting to the Bottom of Good Content</strong></h3>
<p>Effective content starts with a content strategy, and if you can’t bring a content strategist in to help you out, you can get on the path to good content just by thinking like one. Think strategically about content. Obsess, get philosophical and daydream about really amazing content and study the good stuff you come across – note why it’s good and what purpose it’s serving for the user and for the company. Alternately, pause to ask why a given piece of content is bad before you click away from it.  Think about content in the context of social media – what gets shared the most? What’s drumming up the most conversation? Understand the trappings of good content and work towards creating and curating it for your audiences.</p>
<h3><strong>Content is a Can of Worms. Open it up Early in the Project – Not the Day Before Launch</strong></h3>
<p>A kick-off meeting is a good place to ask, “what about content?” Well, what <em>about</em> it? Get the answers (or at least start the discussions) to <em>who’s </em>going to create it, <em>what</em> it’s going to be, <em>when </em>and <em>where</em> it’ll appear. Asking these questions will open up the floodgates to more and (I’m warning you now) it’ll get messy. But that’s okay, because content is complicated…all the more reason to have the content ironed out sooner than later. When we have a better idea of the content we want to feature on the site, we can plan for, design around and create user experiences to support it.  As users who mine the web for content that’s useful and delightful to us, we know all too well the value of really great content. It’s the stuff that helps us do what we went to a site to do (stuff like: make a decision on what to buy, learn more about the company, get an address etc.) and it’s the stuff that makes us want to share with our friends. It’s time that we, the people responsible for our companies’ websites, took this to heart.</p>
<p>Image credit: <a  style="text-decoration: none; color: #0063dc;" href="http://www.flickr.com/photos/smemon/">smemon87</a> /cc</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingsmartt.com/content-is-still-king/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Applying the Drupal theme to your web application</title>
		<link>http://www.marketingsmartt.com/applying_drupal_theme/</link>
		<comments>http://www.marketingsmartt.com/applying_drupal_theme/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 22:31:14 +0000</pubDate>
		<dc:creator>Howard Chang</dc:creator>
				<category><![CDATA[Our Work]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.marketingsmartt.com/?p=4149</guid>
		<description><![CDATA[
Our company uses quite a bit of custom built web applications on our Smartt.com website. When we decided to migrate Smartt.com (a Wordpress website) to Drupal, we immediately ran into ...<a class="more-news" href="http://www.marketingsmartt.com/applying_drupal_theme/">read more &#62;&#62;</a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-4237" title="Drupal theme for your web application" src="http://www.marketingsmartt.com/wp-content/uploads/2010/12/Drupal_theme.jpg" alt="Drupal theme for your web application" width="500" height="375" /></p>
<p>Our company uses quite a bit of custom built web applications on our Smartt.com website. When we decided to migrate Smartt.com (a Wordpress website) to Drupal, we immediately ran into problems applying the Drupal theme to those custom built applications.</p>
<p>I hope this solution that we discovered can help you if you are also struggling with the same problem.</p>
<ol>
<li>Create a page node in Drupal and call it <strong>Wrapper Top</strong>. Write down the node ID as well as the page URL (let’s assume the node ID here is 3).</li>
<li>Create a page node in Drupal and call it <strong>Wrapper Bottom</strong>. Write down the node ID as well as the page URL (let’s assume the node ID here is 4).</li>
<li>Create a file that only includes your Drupal header and some additional markup, and call it <strong>page-node-3.tpl.php</strong> under your Drupal theme directory.</li>
<li>Create another file that contains only the footer section of your Drupal template, and call it <strong>page-node-4.tpl.php</strong> under your Drupal theme directory. Now if you try to access those two pages, you’ll see one with only the header and one that has no style applied but has all the footer HTML markup.</li>
<li>In your web application, read and output the <strong>Wrapper Top</strong> page in the header section and do the same to read and output the <strong>Wrapper Bottom</strong> page in the footer section.</li>
<li>If your web application has its own title, you can use <strong>str_replace</strong> or <strong>preg_replace</strong> to manipulate the <strong>Wrapper Top</strong> page content before you print the content out.</li>
</ol>
<p>
<p>Image credit: <a  href="http://www.flickr.com/photos/gaborhojtsy/">Gábor Hojtsy</a> /cc</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingsmartt.com/applying_drupal_theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cost Analysis: Starting A Retail Store Vs. An Online Ecommerce Business</title>
		<link>http://www.marketingsmartt.com/cost-analysis-starting-a-retail-store-vs-an-online-ecommerce-business/</link>
		<comments>http://www.marketingsmartt.com/cost-analysis-starting-a-retail-store-vs-an-online-ecommerce-business/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 00:00:19 +0000</pubDate>
		<dc:creator>Martin Wong</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[advantages]]></category>
		<category><![CDATA[Cost Analysis]]></category>
		<category><![CDATA[E-commerce Business]]></category>
		<category><![CDATA[Retail Vs Ecommerce]]></category>

		<guid isPermaLink="false">http://www.marketingsmartt.com/?p=3614</guid>
		<description><![CDATA[In this challenging economy, how you promote and position your business will be key to your success. For many entrepreneurs who are looking to sell their products and services to ...<a class="more-news" href="http://www.marketingsmartt.com/cost-analysis-starting-a-retail-store-vs-an-online-ecommerce-business/">read more &#62;&#62;</a>]]></description>
			<content:encoded><![CDATA[<p>In this challenging economy, how you promote and position your business will be key to your success. For many entrepreneurs who are looking to sell their products and services to a wider audience, a common question is should you start an offline or an online business, or both?</p>
<p>Statistics show that 4 out of 5 businesses fail. This means that if you&#8217;re going to succeed in business, you need to understand what your customers want by measuring how they respond to your products. It isn&#8217;t enough to maintain a blind faith in the value of your products, you need to be quick to act when something isn&#8217;t working. The unsettling fact is that many great products simply don&#8217;t sell in the marketplace, but if you&#8217;re willing to try and fail a few times you&#8217;ll eventually stumble upon a winning formula.</p>
<p>The beauty of starting an online e-commerce business is that you can easily change your products and marketing strategy because you aren&#8217;t weighed down by the high cost of expensive stock and the maintenance costs of a traditional retail store. Using inexpensive online marketing, social media and analytic tools you can engage your customers, test different marketing approaches and monitor how they respond to your products without spending tens of thousands of dollars on an idea that may not sell.</p>
<p>Let&#8217;s take a look at the differences in startup cost and marketing for offline and online businesses with a brief cost analysis of both options.</p>
<h3><strong>Costs of An Offline Retail Store:</strong></h3>
<p align="left">
<p><strong>Much more money up front. </strong></p>
<p>In addition to your monthly lease payment and the obligation to rent a storefront for a minimum of 6 months to a year, you will have to pay to properly renovate your storefront, create a sign and buy equipment, which can run into the thousands of dollars. Let&#8217;s go with a moderate figure of $10,000 for renovation, sign creation, lease closing costs and equipment costs.</p>
<p><strong>Cost of you monthly lease.</strong></p>
<p>Here in Vancouver, a streetfront store in one of the cities&#8217; neighbourhoods costs between $50-75 per square foot. The average storefront retail shop is around 1000 square feet so your monthly rentals costs on the lower end of the commercial real estate market ($50/sq. foot) will be $4166 in leasing cost per month.</p>
<p><strong>Cost for reliable sales staff.</strong></p>
<p>For a retail store you&#8217;re going to likely need at least 2 staff members working 9:00 am to 7:00 pm each day of the week. Let&#8217;s say you pay your sales staff $12/hour, that will be $240 in labour costs each day, $1680 per week and $6720.</p>
<p><span style="text-decoration: underline;"><strong>Total Cost:</strong></span></p>
<p>$10,000 initial investment and then $10,886 per month in costs.</p>
<h3><strong>Costs of An Online E-Commerce Store:</strong></h3>
<p align="left">
<p><strong>Cost of web development for your website.</strong></p>
<p>To get a custom e-commerce website created it will start around $6,000. This would include your entire shopping cart platform, a company blog, social media integration, user reviews and ratings, and full e-commerce analytics tracking of visitors and sales.</p>
<p><strong>No cost for sales staff.</strong></p>
<p>Instead of paying over $6,000 dollars a month in sales staff, you can spend that money driving traffic to your website using highly-targeted PPC advertising. If you don&#8217;t want to handle the orders and shipping of stock yourself then you can easily hire someone to do this for you at a fraction of the cost of having sales people working in your store 10 hours a day.</p>
<p><strong>Online marketing is more effective.</strong></p>
<p>Compared to traditional marketing, which is difficult to track, there are many <a  href="http:///">advantages of online marketing</a>.The biggest advantages of marketing an online e-commerce website is that you can track your ROI (return on investment) from every marketing dollar you spend.</p>
<p><strong>Monthly web hosting costs.</strong></p>
<p>To host a e-commerce website on high-speed servers it will cost you around $30/month. You will then want to hire someone to do online marketing for your website and provide technical assistance if you ever have problems with your website which will cost around $2,000/month.</p>
<p><span style="text-decoration: underline;"><strong>Total Cost:</strong></span></p>
<p>$6,000 initial investment and $2030/month in costs.</p>
<h3>Minimizing The Risk</h3>
<p align=left>
<p>As you can see the startup costs are significantly lower for an E-commerce website (plus you don&#8217;t have to get locked into an expensive long-term lease) than a traditional retail storefront. On top of the expenses for both an offline and online business, you will need to spend money marketing and promoting your new business.</p>
<p>For some entrepreneurs, depending on the products they want to sell, either one of these options could be superior. However, the lower costs and better tracking of marketing for an e-commerce website provides a less risky and easier testing ground to fine-tune your new business model. For retail business owners that want to expand their operations across Canada, the United States and globally, an E-commerce website can help them dramatically expand their overall sales.</p>
<p>Most importantly, for new businesses an e-commerce website allows provides a relatively inexpensive way to test out your products and then easily expand into retail locations and a larger e-commerce system as your customer base increases.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingsmartt.com/cost-analysis-starting-a-retail-store-vs-an-online-ecommerce-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Released</title>
		<link>http://www.marketingsmartt.com/wordpress-3-0-released/</link>
		<comments>http://www.marketingsmartt.com/wordpress-3-0-released/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 18:00:41 +0000</pubDate>
		<dc:creator>Martin Wong</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.marketingsmartt.com/?p=3462</guid>
		<description><![CDATA[
Today Wordpress released its highly anticipated Wordpress 3.0 &#8220;Thelonious&#8221; update. The new release is a huge step forward in Wordpress&#8217; transition from a blogging platform to a more flexible, full-featured ...<a class="more-news" href="http://www.marketingsmartt.com/wordpress-3-0-released/">read more &#62;&#62;</a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3467" style="border: 1px solid black;" title="Wordpress 3.0 Released" src="http://www.marketingsmartt.com/wp-content/uploads/2010/06/wordpress3-released.png" alt="Wordpress 3.0 Released" width="516" height="289" /></p>
<p>Today Wordpress released its highly anticipated Wordpress 3.0 &#8220;Thelonious&#8221; update. The new release is a huge step forward in Wordpress&#8217; transition from a blogging platform to a more flexible, full-featured content management (CMS) system.</p>
<p>Wordpress continues to be one of the most popular blogging and CMS platforms with over 10.3 million downloads of the previous version 2.9. This exciting new version maintains Wordpress&#8217; famous lightweight, easy-to-install and simple-to-use user interface.<span id="more-3462"></span></p>
<p>Some of the key new features:</p>
<ul>
<li>A better designed and more easily customizable default theme called <strong>TwentyTen</strong></li>
<li>The integration of WordPress Multi-User so you can run multiple websites from the same administration dashboard.</li>
<li>Custom background support, easily update your background without modifying any code</li>
<li>You can now create custom post types for different kinds of content. Previously, the options were limited to writing a new blog post or a static page.</li>
<li>Easy menu creation and management from the WordPress backend where you can now create multiple menus, categories and custom external/internal links on your navigation menus.</li>
<li>Custom taxonomies to include more complex tagging and organization of content.</li>
<li>New developer API to make custom Wordpress themes even more powerful.</li>
<li>Lighter interface with contextual help available on every screen.</li>
</ul>
<p align="left">
<h3>Watch the new WordPress 3.0 video tour to see all the new features:</h3>
<p align="left">
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" wmode="transparent" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>
<p>If you&#8217;re thinking of upgrading your current version of Wordpress, you can use the auto-upgrade feature from the Wordpress Dashboard. Fortunately, most themes and plugins will continue to work with Wordpress 3.0 but make sure you backup your database and files before upgrading.</p>
<p>If you want give the new version a try, you can download Wordpress 3.0 at the official website <a  href="http://wordpress.org/download/">here</a>. The developers have also posted a <a  href="http://wordpress.org/download/counter/">live download counter</a> where you can see how many people are downloading the new version. At the time of publishing, Wordpress 3.0 had been downloaded 19,702 times (not bad for one day!).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingsmartt.com/wordpress-3-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caffeine Rush: How To Rank Higher With Google Caffeine</title>
		<link>http://www.marketingsmartt.com/caffeine-rush-how-to-rank-higher-with-google-caffeine/</link>
		<comments>http://www.marketingsmartt.com/caffeine-rush-how-to-rank-higher-with-google-caffeine/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:52:42 +0000</pubDate>
		<dc:creator>Martin Wong</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[The Social Web]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[google caffeine]]></category>
		<category><![CDATA[real-time search]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.marketingsmartt.com/?p=2288</guid>
		<description><![CDATA[The biggest update to Google&#8217;s search algorithm since 2005, codenamed &#8220;Google Caffeine&#8221; in set to go live in the coming days. Google Caffeine is poised to shake up the SEO ...<a class="more-news" href="http://www.marketingsmartt.com/caffeine-rush-how-to-rank-higher-with-google-caffeine/">read more &#62;&#62;</a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-2296 alignleft" title="caffeine" src="http://www.marketingsmartt.com/wp-content/uploads/2010/01/caffeine-300x229.gif" alt="caffeine" width="197" height="150" />The biggest update to Google&#8217;s search algorithm since 2005, codenamed &#8220;Google Caffeine&#8221; in set to go live in the coming days. Google Caffeine is poised to shake up the SEO industry with a number of new algorithm innovations. Most importantly, it will be much faster than the current Google search, will rely more on keyword strings in your content, and will elevate real-time search to a position of much greater importance.</p>
<p>The new emphasis on real-time search results will mean that many sites that consistently ranked near the top of the search results page will take a hit. This will give savvy webmasters who understand the dynamic environment of  real-time social media an excellent opportunity to significantly boost their Google rankings.<span id="more-2288"></span></p>
<p>Here is a brief rundown of what we know about Google Caffeine and SEO:</p>
<p><strong>Speed Will Matter More</strong></p>
<p>If you&#8217;re hosting your business website on a cheap $5.95/month unlimited hosting account, now might be the time to upgrade. The time it takes for pages on your website to load is now an important ranking factor on Google. Studies have repeatedly shown that improving your page loading speed results in increased user retention, more conversions and lower costs in the long run.</p>
<p>To make things easy, Google has provided a new Site Performance diagnostic tool in their <a  href="https://www.google.com/webmasters/tools/home?hl=en" target="_blank">Google Webmaster Accounts</a>. In addition to a using fast host, you can improve the loading speed of your pages by:</p>
<ol>
<li>Writing clean HTML and CSS code</li>
<li>Minimizing or eliminating unnecessary use  of Javascript</li>
<li>Compressing your image files so they load faster</li>
<li>Using a CMS program that enables page caching</li>
</ol>
<p><strong>Fresh Content Is King<br />
</strong></p>
<p>With the new Caffeine update fresh, well-written content will be more important than ever. Established businesses with static websites will drop in the search rankings and more engaged businesses with active blogs will take their place. Google has to continually innovate and update their search algorithm to stay ahead of the spammers that try to cheat their way to the top of search results. This update will be one more nail in the coffin of &#8220;black hat&#8221; SEO spammers and will reward webmasters that provide fresh, meaningful and original content in their specific niche.</p>
<p>To take advantage of real-time search results and give your website a solid boost, here are some ideas:</p>
<ol>
<li>Publish regular content like blog posts, press releases and company news on your website. You should try to add fresh content at least 2-3 times a week.</li>
<li>Encourage interaction on your website through comments, social bookmarking and social media links.</li>
<li>To take advantage of real-time search, post important new product or service announcements on your blog and on social media sites like Twitter and Facebook.</li>
</ol>
<p><strong>Backlinks Are Still Paramount</strong></p>
<p>The Google Caffeine update will not make any major changes to Google&#8217;s off-page factors, so quality and relevant backlinks will continue to be the most important ranking factor. The only difference is that links and references from social media sites like Facebook and Twitter will be elevated in their importance. To increase backlinks, the focus should be more on spending the necessary time to create engaging and informative content which will have the best potential to spread virally on social networks.</p>
<p>So, in order to take advantage of Google&#8217;s new Caffeine update you should have a regularly updated blog, test your page loading speed in Google&#8217;s Webmaster Tools to pinpoint page elements that are slowing things down and develop a strong backlink strategy that targets the viral potential of social media networks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingsmartt.com/caffeine-rush-how-to-rank-higher-with-google-caffeine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Taking your Business across Borders with your Website</title>
		<link>http://www.marketingsmartt.com/taking-your-business-across-borders-with-your-website/</link>
		<comments>http://www.marketingsmartt.com/taking-your-business-across-borders-with-your-website/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 17:57:30 +0000</pubDate>
		<dc:creator>Smartt Team</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[international]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://marketingsmartt.com/?p=178</guid>
		<description><![CDATA[Moving your company from the local to the national or international marketplace is a dream for many businesses.  It&#8217;s much easier to tap into the local market, but the local ...<a class="more-news" href="http://www.marketingsmartt.com/taking-your-business-across-borders-with-your-website/">read more &#62;&#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Moving your company from the local to the national or international marketplace is a dream for many businesses.  It&#8217;s much easier to tap into the local market, but the local market can only take you so far- there is a cap on how much you can grow.  National and international markets, however, offer an abundance of opportunities that simply aren&#8217;t available in the local arena.  But the problem, for most companies, is how to tap into this virtually unlimited market.<br />
The solution lies with the World Wide Web.  Since the invention of the Internet, the world has gotten much smaller and it&#8217;s gotten ever easier for companies to cross traditional borders.  The process is simple, but it does require a bit of planning to effectively break into the larger world marketplace.</p>
<p><span id="more-178"></span></p>
<p><strong>Target your International Market</strong></p>
<p>The first step involved with breaking into the global marketplace is to do your research.  Just as you had to research your local market, you will have to research the markets in EVERY country you wish to do business in.  Start by analyzing the market to make sure it has a place and a need for your product.  Oftentimes you&#8217;ll have to do a little additional research to allow for cultural differences.  What works well in one country, may not be applicable in other countries.  Make sure you don&#8217;t offend your potential buyers due to an innocent mistake that could have been easily avoided by doing a little research.</p>
<p><strong>Assess your Website Communication</strong></p>
<p>Before you can successfully break into another market, you need to make sure your communication is clear. As a general rule write as though you&#8217;re writing for an eight year-old.  Working in this way ensures that your sentences are simple, easy to read and easy to understand.  Using one specific word to describe something makes it easier for foreigners to understand what you&#8217;re talking about.  For example, choose between &#8220;bike&#8221; and &#8220;motorcycle,&#8221; but don&#8217;t use both interchangeably, this confuses communication.</p>
<p>Check your order forms to make sure they&#8217;re adaptable to people in other countries who format their addresses differently.  Forms should be optimized so that anyone from anywhere in the world can fill in the form without it freezing up on them.  If your website makes reference to any specific national holidays, this is something that should be changed- holidays differ from country to country and these cultural details should be kept in mind.</p>
<p><strong>Create Localized Websites</strong></p>
<p>Once your main website is optimized for international business, it&#8217;s time to target each region specifically.  The first step for many companies is to translate their website into 5 major languages: Chinese, Japanese, Spanish, French and German.  This is a good step only if your company is large enough and has the resources to support a project of this size.  Otherwise, take it slowly.  Research where your product is likely to take off and start by translating your site into that language.  Be mindful of any cultural differences and make sure you play to those differences on your site.  What&#8217;s funny in English may not be funny in Japanese, so make sure your site reflects cultural standards.</p>
<p>Now it&#8217;s time to create a second website that is specifically targeting  your new market.  This website should have the same feel as the main website except that it&#8217;s targeting a different group of people.  It&#8217;s up to you if you want to host your site locally or in the region you&#8217;re targeting.  Either way, you&#8217;ll submit your site to the foreign directories and submit your articles to a foreign submission service.</p>
<p>Use your main website as a starting point to create the look and feel of your localized site but make sure it still reflects the values in your foreign market.  Continue researching your foreign market and use that information to continue your marketing campaign.</p>
<p><strong>Market Internationally</strong></p>
<p>When your localized website is up and running it&#8217;s time to kick up your marketing efforts.  Use the same e-marketing strategies in your foreign market as you would in your local market.  Strategies for effective e-marketing include:</p>
<ul class="unIndentedList">
<li> Article writing campaigns</li>
<li> Directory submission</li>
<li> Informative content on your website</li>
<li> Blogs</li>
<li> Videos</li>
<li> Surveys</li>
<li> Contests</li>
<li> and Webinars</li>
</ul>
<p>All of these strategies used in conjunction with your website will allow you to break into an international market using nothing but the Internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingsmartt.com/taking-your-business-across-borders-with-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Increase Productivity and Lower Costs with your Website</title>
		<link>http://www.marketingsmartt.com/how-to-increase-productivity-and-lower-costs-with-your-website/</link>
		<comments>http://www.marketingsmartt.com/how-to-increase-productivity-and-lower-costs-with-your-website/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 17:56:29 +0000</pubDate>
		<dc:creator>Smartt Team</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://marketingsmartt.com/?p=176</guid>
		<description><![CDATA[Websites can be a drain on company resources.  For the most part websites are difficult to maintain and update especially for companies that aren&#8217;t in the tech industry.  Traditionally, having ...<a class="more-news" href="http://www.marketingsmartt.com/how-to-increase-productivity-and-lower-costs-with-your-website/">read more &#62;&#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Websites can be a drain on company resources.  For the most part websites are difficult to maintain and update especially for companies that aren&#8217;t in the tech industry.  Traditionally, having a website has required that you also have a webmaster who is in charge of updating and maintaining the site.</p>
<p>The problem with this model is that everything must go through the webmaster.  If you need to make a change to your site, no matter how small it is, you have to contact your webmaster and tell them what to do.  Depending on their workload, it could take up to a week or more before the changes are made.   Not only is this inefficient and a waste of time, but it also costs money.  Webmasters aren&#8217;t cheap.  They know that most people don&#8217;t possess the necessary technical knowledge to maintain their websites themselves so they can charge large amounts of money and companies pay because there&#8217;s no other choice.</p>
<p><strong>Take Control of Your Website</strong></p>
<p>But there is a choice.  You don&#8217;t have to rely on a webmaster.  In fact, you can increase productivity by eliminating the need for the middleman.  Up until this point your webmaster has been the link between your ideas and your website.  Cutting out the middleman will save you not only time but money as well.</p>
<p>The answer lies in the way you manage the content of your site.  Using a content management system (CMS) completely eliminates the need for a webmaster while enhancing the integrity of your site.</p>
<p><strong>Increase Productivity</strong></p>
<p>A CMS is a website creation application that allows anyone to update the site with little or no technical knowledge.  CMS&#8217;s are designed with the user in mind and for that reason they are easy to use, update and maintain.  On the backend, the CMS is designed like a simple word processor.  This simplicity allows anyone to add, edit and remove content with a few clicks.</p>
<p>Instead of writing the content, submitting it to the webmaster and waiting for him to add it to the site, you can upload content instantly yourself.  As soon as a change needs to be made, it can be.   Content management systems are web-based applications so any user can update the site from anywhere that has an internet connection.</p>
<p><strong>Lower Costs</strong></p>
<p>Since content management systems allow you to update your website yourself, you will save money on the maintenance of the site.  There is a one-time fee associated with the set up of your site.  This charge includes the costs of creating the design theme of your site, setting up the navigation tree, configuring the way pages are displayed and formatted and also the customizing the site branding with your own logo.</p>
<p>After the initial set up charges, there are no other fees associated with your website.  Ever.  Because you can update, maintain and edit the site yourself, you no longer need to pay someone else to do it for you.  If you want to add images, you can do it through the CMS; if you want to add music, video or other multimedia, you can also do that through the CMS.</p>
<p>Adding pages is simple as well.  The look at feel of your site is contained within the code of the CMS so any time you add a page the integrity of the site is maintained.  Everything stays the same from page to page, which makes for a consist website, no matter what you decide to add to it in the future.   By simply switching over to a CMS you will add value to your company by increasing productivity and lowering costs for the maintenance of your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketingsmartt.com/how-to-increase-productivity-and-lower-costs-with-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

