<?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>Sam Beal &#38; Associates</title>
	<atom:link href="http://sambeal.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sambeal.com</link>
	<description>Technology Marketing</description>
	<lastBuildDate>Wed, 15 May 2013 16:50:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Channel ROI</title>
		<link>http://sambeal.com/channel-roi/</link>
		<comments>http://sambeal.com/channel-roi/#comments</comments>
		<pubDate>Sun, 28 Apr 2013 15:25:19 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Inbound Marketing]]></category>

		<guid isPermaLink="false">http://sambeal.com/?p=1931</guid>
		<description><![CDATA[With Google Analytics, you can evaluate ROI for all channels in a single dashboard. Email Blogs Press Releases Affiliate content (whitepapers) Affiliate advertising (banner ads) Paid search (Adwords) Your website... <a class="entry-read-more" href="http://sambeal.com/channel-roi/">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://sambeal.com/channel-roi/campaign/" rel="attachment wp-att-1935"><img src="http://sambeal.com/wp-content/uploads/2013/04/campaign.jpg" alt="campaign" width="211" height="316" class="alignleft size-full wp-image-1935" /></a></p>
<p>With Google Analytics, you can evaluate ROI for all channels in a single dashboard.</p>
<div style="float: right; margin-right: 320px;">
<ul>
<li>Email</li>
<li>Blogs</li>
<li>Press Releases</li>
<li>Affiliate content (whitepapers)</li>
<li>Affiliate advertising (banner ads)</li>
<li>Paid search (Adwords)</li>
</ul>
</div>
<div style="clear:both"></div>
<div style="float:left;">
Your website analytics plan should include <strong>Macro conversions</strong> (a lead, an online purchase) and <strong>Micro conversions</strong> (a document download, time on site values).</p>
<p>If you install the Google Analytics tracking script on your pages, search and referrals from social or affiliate sites will be automatically scored. Adwords can be added by simply &#8220;connecting&#8221; Analytics to correct Adwords account. The remaining channels require explicit tags or URLs to collect data. The <a href="http://support.google.com/analytics/answer/1033867?hl=en">Google URL builder</a> is a simple way to add virtual campaigns. For a complex website, the <a href = "http://www.google.com/tagmanager/"Google Tag Manager </a> can simplify tag management.</p>
<p>In order to evaluate ROI you need measures, i.e. goals. Analytics allows up to 20 explicit goals to be created. You can assign specific URL visits, &#8220;events&#8221; created by tags or time on site parameters, such as number pages views. Goals can also have dollar values. If you establish a cost per action (CPA) for each of the assigned goals, then Google ROI dashboard will provide insight for <strong>multiple channel and multiple conversion effects</strong>.</p>
<p>Consider this scenario: A visitor comes to your site from Google search. They view a couple of pages. A few days later they are reading EE Times and see you banner ad. Later on a Google search for a specific design issue takes the visitor to an article on your solution on one of your partner sites. The visitor returns to your site and registers for a demo. Each of these actions have value and the combination leads to the macro conversion <em>the VP of Sales cares about</em>. Marketing&#8217;s challenge is to optimize the channel investment to produce that end result.
</div>
]]></content:encoded>
			<wfw:commentRss>http://sambeal.com/channel-roi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State Machine Compiler: A Hidden Treasure</title>
		<link>http://sambeal.com/state-machine-compiler-a-hidden-treasure/</link>
		<comments>http://sambeal.com/state-machine-compiler-a-hidden-treasure/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 21:17:39 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sambeal.com/?p=1872</guid>
		<description><![CDATA[Most any digital system will require state machines to control the operation and implement algorithms. State machines are easily enough to write manually, but because they tend to require much... <a class="entry-read-more" href="http://sambeal.com/state-machine-compiler-a-hidden-treasure/">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>Most any digital system will require state machines to control the operation and implement algorithms. State machines are easily enough to write manually, but because they tend to require much iteration during development the frequent modifications can be tiresome and error prone. In addition, documenting the functionality becomes a chore as each iteration must be updated.</p>
<p>In the mid-nineties a solution appeared that seemed to address iterating and documenting state machines. A small company offered State CAD, a tool that enabled graphical entry of state machines. Along with the ease of graphical entry the tool compiled to RTL so the results could be synthesized to ant technology.</p>
<p>Graphical entry allows designers to see exactly what the logic does without having to pour over lines of code. Moreover, graphic entry is faster and less error prone than manual coding. Best of all, the graphic and code are always identical because one is the child of the other.</p>
<p>A few years after its introduction, the tool was acquired by Xilinx and added to the tool suite. It remained available without cost as part of the Xilinx suite and, best of all, technology independent.</p>
<p>The tool, however, disappeared after the ISE 10.1 release years ago for reasons that are obscure. For engineers who are familiar with the benefits of State CAD an internet search and a bit of luck will uncover its location. But those unfortunates who have never been introduced to the benefits of graphical entry may remain mired in their tedious ways.</p>
<p>While there are other tools available that have similar capabilities, none reputedly offer RTL outputs nor are they complementary.</p>
<p>The State CAD UI is straightforward and examples of its use abound. For example, see: <a href="http://ece.wpi.edu/~rjduck/state_cad_tutorial.pdf">http://ece.wpi.edu/~rjduck/state_cad_tutorial.pdf</a>. In a nutshell, you select the circle icon for adding states and the arrow icon for transitions. You can add outputs to states and conditions to the transitions. There are countless other features.</p>
<p>The tool has a page for compile options that lets users select language (Verilog or VHDL) and other parameters such as to optimize for speed vs. size, or whether to register outputs. Errors show up at compile time and the tool offers suggestions for corrections.</p>
<p>Xilinx does not maintain State CAD and it is aging. One drawback in using it with Windows 7 in 64-bit mode causes a missing MSVC71.dll error. My attempts to circumvent the DLL problem were not fruitful.</p>
<p>Perhaps an enterprising Windows guru can give us a DLL workaround. Better yet, persuade Xilinx management to sell the tool for a dollar so that it may be made available for engineers to come. Otherwise, I fear its usage will in time will be swamped by operating system improvements.</p>
<p>Written by <a onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://plus.google.com']);" rel="author">Dennis McCarty</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sambeal.com/state-machine-compiler-a-hidden-treasure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trends in Mobile Imaging</title>
		<link>http://sambeal.com/trends-in-mobile-imaging/</link>
		<comments>http://sambeal.com/trends-in-mobile-imaging/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 22:56:03 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://sambeal.com/?p=1838</guid>
		<description><![CDATA[Introduction There are four key elements to mobile imaging: Media Processing Display Technology Content Interface protocols between processor ICs and image controller IC&#8217;s Today&#8217;s Application Processors for Smartphone and Tablet... <a class="entry-read-more" href="http://sambeal.com/trends-in-mobile-imaging/">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<h3>Introduction</h3>
<p>There are four key elements to mobile imaging:</p>
<ul>
<li>Media Processing</li>
<li>Display Technology</li>
<li>Content</li>
<li>Interface protocols between processor ICs and image controller IC&#8217;s</li>
</ul>
<p>Today&#8217;s Application Processors for Smartphone and Tablet have substantial graphics processing capability. Most are fabricated in 28m high K metal gate CMOS nodes and the next generation of sub 20nm FINFETs will provide even more processing capability.<br />
Display Technology for LED and AOMLED ranges from 200 PPI for large form factors to 440PPI for small form factors.<br />
MIPI Interface standards dominate mobile electronics. Content is application and market segment driven. We&#8217;ll explore those in more detail below.</p>
<h3>Smartphone Displays</h3>
<p><a href="http://sambeal.com/trends-in-mobile-imaging/howtowatch4ksmartphone/" rel="attachment wp-att-1817"><img class="alignright size-full wp-image-1817" alt="HowToWatch4KSmartphone" src="http://sambeal.com/wp-content/uploads/2013/04/HowToWatch4KSmartphone.jpg" width="296" height="240" /></a></p>
<p>Steve Jobs introduced the 326 PPI &#8220;retina display&#8221; of the iPhone 4 with the claim that it exceeded the discrimination of the human retina. According to Dr. Raymond Soneira of <a href="http://displaymate.com">DisplayMate Technologies</a> this was marketing hyperbole. He calculated that the maximum discernible PPI at 12 inches from your eyes is 477 pixels per inch. At 18 inches it falls to 318 PPI. I think most people tend closer to 18 inches so Mr. Jobs was basically correct. Perhaps we will be able to identify 4K Smartphones by their owner&#8217;s viewing style.</p>
<p>Advanced high resolution requires improved transistor density (and adequate dark space) and lower RC delays to reduce refresh times. There are two transistor technology candidates, amorphous oxide semiconductors and low temperature polysilicon. Faster refresh is required to improve motion blur. LCD TVs with 120Hz refresh are common and 240Hz is emerging. The same improvements will emerge in portable displays. Motion estimation and motion compensation (ME/MC) techniques use frame insertion to improve motion effects in action video and 3D gaming.[1]</p>
<h3>Professional Tablets</h3>
<p>Who will pay for more resolution than a digital movie requires? How about architects, general contractors, and a wide range of scientists and medical professionals.</p>
<div><a class="alignleft" href="http://mobilemim.com"> <img class="alignleft size-full wp-image-1824" alt="mobilemim" src="http://sambeal.com/wp-content/uploads/2013/04/mobilemim.gif" width="256" height="240" /></a><a class="alignright" href="http://sambeal.com/trends-in-mobile-imaging/4ktablet/" rel="attachment wp-att-1825"> <img class="alignright size-full wp-image-1825" alt="4Ktablet" src="http://sambeal.com/wp-content/uploads/2013/04/4Ktablet.gif" width="340" height="240" /></a></div>
<div style="clear: both;"></div>
<h3>High Resolution Content</h3>
<p><a href="http://sambeal.com/trends-in-mobile-imaging/orpm/" rel="attachment wp-att-1836"><img class="alignright size-full wp-image-1836" alt="ORPM" src="http://sambeal.com/wp-content/uploads/2013/04/ORPM-300x225.png" width="320" height="240" /></a></p>
<p>
Cloud based telemedicine, i.e., image processing in the cloud for display on mobile devices, will play a key role in improving and distributing diagnosis. John Gore, director of Vanderbilt University Institute of Imaging Science (VUIIS) is researching medical imaging that produces extreme close-up views of the details of tissues, revealing the dynamics of cellular and molecular biology. [2]</p>
<p>
Smartphones could be ideal for stereoscopic 3D technology allowing capture, playback and gaming. Codecs such as multiview H.264 (MVC), stereo JPEG (JPS) and JPEG Multi-Picture Object (MPO) are a critical element. OpenGL is used for gaming. 3D is achieved with dual images offset in color and phase, effectively doubling the resolution processing for a given display. Video frame rates are typically doubled to remove visual jitter. [3]</p>
<div style="clear: both;"></div>
<h3>Image Interface Technology</h3>
<div style="float: left;"><img class="alignright width=" alt="" src="http://sambeal.com/wp-content/uploads/2013/04/table1-300x162.gif" height="194" /></p>
<p>
The <a href="http://mipi.org">MIPI Alliance</a> is a standards setting body with over 240 contributing member companies from the mobile platform, semiconductor and IP industries. Image display is supported by MIPI DSI with D-PHY connectivity. D-PHY allows power efficient, EMI reduced, serial communication between a CSI-2 or DSI host/device pair. 4 lanes of 1.5Gbps D-PHY supports displays of up to 2.5Kx2K resolution. A potential upgrade to M-PHY (DSI-2) could boost support to 4K.</p>
</div>
<div style="clear: both;"></div>
<div style="float: left;">
<h3>Camera Interface Technology</h3>
<p><img class="alignright width=" alt="" src="http://sambeal.com/wp-content/uploads/2013/04/table2-300x177.gif" height="212" /></p>
<p>
Image capture is supported by the CSI-2 and D-PHY combination. Image data captured by the camera sensor should be presented to the CSI-2 Transmitter in RAW, RGB or YUV formats; the MIPI spec lists all the detailed formats that the CSI-2 connectivity infrastructure is required to support. The CSI-2 sensor interface provides you the option to compress the RAW data, and converts any kind of pixel data to bytes, which are then packetized and distributed over one or more lanes of the D-PHY. The higher the resolution of the captured image, the more speed and/or number of lanes needed. Given the max D-PHY throughput of 1.5Gbps per lane, with a maximum of 4 data lanes, the maximum camera resolution supported, assuming 24 bits/pixel in RGB format, with 30 frames/second is 8 megapixels. The proposed CSI-3 standard with MIPI M-PHY at Gear 3 (6.0Gbps) could support 60 fps.</p>
</div>
<div style="clear: both;"></div>
<h3>What does the future hold</h3>
<p>
The trend to higher resolutions both in image capture and image display will continue. Will we ever see the quality of a <a href="http://www.red.com/products/epic">RED EPIC Camera</a> in a smartphone? Seems unlikely, but with stereoscopic multi-camera imaging and processing, who knows. One challenge that will not dissipate is the power required to transmit raw bandwidth between components in a system. From the tables above there is a level of resolution that will only be supported by compressed bit streams. Cameras will compress images on the fly and displays will decompress frames to buy 2 to 3 orders of headroom. </p>
<h3>Technical References</h3>
<ol class="ref">
<li>State of the art technologies and future prospective in display industry<br />
Moon, Joo-Tae, Samsung Display Labs, (IEDM), 2012</li>
<li>Medical Imaging: Just What the Doctor (and the Researcher) Ordered: New Applications for Medical Imaging Technology, Mertz, L., Pulse 2013, IEEE</li>
<li>Embedded stereoscopic 3D camera system for mobile platforms<br />
Aguirre, A.; Batur, A.U.; Hewes, G.; Pekkucuksen, I.; Venkatraman, N.; Ware, F.; Buyue Zhang, ICASSP 2012</li>
</ol>
<p>&nbsp;</p>
<p>Written by <a onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://plus.google.com']);" href="https://plus.google.com/103865048162598648943" rel="author">Sam Beal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sambeal.com/trends-in-mobile-imaging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webinar 101</title>
		<link>http://sambeal.com/webinar-101/</link>
		<comments>http://sambeal.com/webinar-101/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 22:56:01 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Inbound Marketing]]></category>

		<guid isPermaLink="false">http://sambeal.com/?p=1830</guid>
		<description><![CDATA[A Webinar is a great Inbound Marketing tactic Webinars typically produce a cost per lead of $5 or less. Webinars allow your product managers and key engineers to interact with... <a class="entry-read-more" href="http://sambeal.com/webinar-101/">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<h2>A Webinar is a great Inbound Marketing tactic</h2>
<p>Webinars typically produce a cost per lead of $5 or less. Webinars allow your product managers and key engineers to interact with existing and potential customers in a seminar like setting without the time and money cost of a live seminar.</p>
<p>And webinars continue to work for you by pulling in leads after the event.</p>
<p>The keys to webinar success are:</p>
<ul>
<li>Great Content &#8211; presentation material that keeps views interested</li>
<li>Promotion Plan &#8211; get folks registered</li>
<li>Infrastruce &#8211; use a service that simply works and works simply. We recommend <a href="http://GoToWebinar.com"> by Citrix.</a></li>
</ul>
<p>Please view a short clip that explains it more detail<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://sambeal.com/webinar-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://sambeal.com/wp-content/uploads/2013/03/Webinar.mp4" length="24588927" type="video/mp4" />
		</item>
		<item>
		<title>The Web Tech Dilemma for High Tech</title>
		<link>http://sambeal.com/the-web-tech-dilemma-for-high-tech/</link>
		<comments>http://sambeal.com/the-web-tech-dilemma-for-high-tech/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 16:40:19 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Inbound Marketing]]></category>

		<guid isPermaLink="false">http://sambeal.com/?p=1636</guid>
		<description><![CDATA[Inbound vs. Outbound In a typical high tech startup company, the marketing budget is allocated to outbound activities, e.g. trade shows, display advertising and press coverage. This works in the... <a class="entry-read-more" href="http://sambeal.com/the-web-tech-dilemma-for-high-tech/">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p class="MuseoSansRounded-100" style="font-size: 1.0em; color: #555;">
<h2>Inbound vs. Outbound</h2>
<p class="MuseoSansRounded-100" style="font-size: 1.0em; color: #555;">In a typical high tech startup company, the marketing budget is allocated to outbound activities, e.g. trade shows, display advertising and press coverage. This works in the short-term but at a high cost (&gt;$100/lead). Sustainable lead generation requires Inbound Marketing.</p>
<h2>Search is where the engineers are</h2>
<p class="MuseoSansRounded-100" style="font-size: 1.0em; color: #555;">Search is almost free if you have a website that converts visitors into leads. Search Engine Optimization (SEO) specialists, like web design specialists abound. They know the buzz words and you can pay them a lot of money for results you may not understand. SEO was once a &#8220;work at home in 10 easy lessons&#8221; career path, but SEO techniques that relied on simple tricks to &#8220;game&#8221; Google have been crushed by Google&#8217;s Panda and Penguin updates. SEO today requires an understanding of the content.</p>
<h2>Content is Complicated</h2>
<p class="MuseoSansRounded-100" style="font-size: 1.0em; color: #555;">High tech content is best created by people with an engineering background, who understand Integrated Circuits and design. The founders of the high tech company have that expertise. Unfortunately their ability to communicate in website format, is often lacking. Content is much more than detailed product features. See the video from Susan Weinschenk, Ph.D, author of <strong><a href="http://www.amazon.com/Things-Designer-People-Voices-Matter/dp/0321767535" target="_blank">100 Things Every Designer Needs to Know About People</a>.</strong></p>
<p class="MuseoSansRounded-100" style="font-size: 1.0em; color: #555;">The right solution is a combination of landing page optimization, content creation and SEO, performed by Semiconductor Professionals who understand web technology. That is Sam Beal &amp; Associates.</p>
<p><iframe src="http://www.youtube.com/embed/LotNZufx8o4" height="315" width="560" allowfullscreen="" frameborder="0"></iframe></p>
<p>Written by <a onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://plus.google.com']);" href="https://plus.google.com/103865048162598648943" rel="author">Sam Beal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sambeal.com/the-web-tech-dilemma-for-high-tech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Marketing</title>
		<link>http://sambeal.com/searchenginemarketing/</link>
		<comments>http://sambeal.com/searchenginemarketing/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 22:31:06 +0000</pubDate>
		<dc:creator>Tikuli Dogra</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SEO and SEM]]></category>

		<guid isPermaLink="false">http://sambeal.com/?p=1507</guid>
		<description><![CDATA[Web marketers use online advertising to lure customers and create leads. Web analysis tools are used to monitor web site activity and generate statistics regarding the behavior of site visitors.... <a class="entry-read-more" href="http://sambeal.com/searchenginemarketing/">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<div style="float: left; min-width: 900px;">
<p class="MuseoSansRounded-100"><span style="color: #555555;"><br />
Web marketers use online advertising to lure customers and create leads. Web analysis tools are used to monitor web site activity and generate statistics regarding the behavior of site visitors. Two components of Search Engine Marketing (SEM) include organic (non-paid) Search Engine Page Results (SERPs) and paid advertisements. These two sorts of results are displayed by the search engine in different parts of the results pages. A sample Google search result is shown in the figure below. It contains paid text ads at the top and right side, paid display ads in the center, and organic (free o non-paid) search results in the center. The organic search results may extend for many pages. In this example, there are over 90,000 pages of results. </span></p>
</div>
<div style="float: left;"><img alt="" src="http://sambeal.com/images/search.gif" width="430" height="560" /></div>
<div style="float: right; width: 420px; margin-left: 10px;">
<h2>SERPs &#8211; It is all about position</h2>
<p class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;">Rank positioning is very vital for success of a campaign and here is where you need a good SEO/PPC expert to do it for you. It may involve deep keyword research, intelligent grouping, and an intense analytic driven campaign management using various strategies and web tools.</p>
<p>  Ninety nine percent of clicks occur on page one and two-thirds of those are the top three SERPs on page one. If your keywords are not on page one, your site is effectively invisible to most users. The figure below compares SERP vs. Keyword for three competing websites. SERP analysis is a key part of understanding how your keywords compete. You can improve SERPs with SEO and great content. Depending on your competitive position, it can take months to improve search ranking. However, in the short-term you can promote with earned media such as third party blogger, social media or paid media, (i.e. advertising).</p>
<p>&nbsp;</p>
</div>
<div style="float: right;"><img alt="SERP analysis" src="http://sambeal.com/images/serp.gif" width="400" height="200" /></div>
<div style="float: left;">
<h2>Search Advertising</h2>
<p class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;">Google Adwords is segmented in two types of Advertising networks – Search Network and Display Network. Web site managers use each according to their goals for the site. Google continuously improves AdWords with features such as multiple site links, click-to-call, and user ratings. It may seem like an overwhelming experience but an expert team of analysts which knows the complex optimisation techniques can take your business to another level keeping in mind your brand image and business initiatives. Google continuously improves AdWords with features including multiple site links, clibk to call, and user ratings.</p>
<p class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;">The key elements of a Paid Search campaign are:</p>
<ul class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;">
<li>Adgroups</li>
<li>Keywords</li>
<li>Ads Text)</li>
<li>Ads Media (image, animated gif, video)</li>
<li>Landing Pages</li>
<li>Bidding</li>
<li>Metrics, like CTR, CPM, Ad Position, etc.</li>
</ul>
<p class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;"><strong>AdGroups </strong>are the most important elements of site effectiveness and are built around a set of keywords selected to relate to your products.</p>
<p class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;"><strong>Keywords </strong>may be head or long tail as well as branded and non-branded. They are inserted into targeted AdGroups for monitoring and adjusted for performance. The iteration of the words needn&#8217;t be costly. Our experts can fine-tune your campaign using site management tools.</p>
<p class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;"><strong>Ad Text </strong>are the copy words. We assist you to design Ads with clear, compelling messages with relevant keywords, right landing pages, a search user’s query and also encourages potential customers to act while simultaneously raising CTR and quality scores.</p>
<p class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;"><strong>Landing pages </strong>should be a thematic expression of an Adgroup and effectively communicate what the Ad is offering. They should also be keyword-relevant to improve the quality score. Visitors to the site should immediately grasp the key benefits of the products.</p>
<p class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;">The science of <strong>bid management</strong> is often guided by common sense. The maximum amount you are willing to pay is one factor in your position on the page. The consistency between the ad, the keywords and the landing page are part of a complex formula Google uses to determine Ad position and the actual cost per click. In other words, the better the consistency the less you pay. There are other aspects like geo tagging, Ad scheduling, negative keyword research, A/B testing etc which come as a complete package when you engage with us.</p>
<p class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;"><strong>Metrics</strong> such as Click Thru Rate (CTR), Cost per Action (CPA) are part of Business Intelligence. Typically an analytics tool like Google Analytics is used to measure Ad effectiveness or ROI. For some businesses, <em>time on site</em> or <em>depth of visit</em> might be an effective action.</p>
<h2>Display Advertising</h2>
<p class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;">Google Display Network helps you expand your campaign to include graphics allowing you to reach a wider market. Google Display Ads are image ads of various IAB standard sizes. The Ads may also include text, interactive, rich media or flash Ads as well as mobile or video Ads. The new Dynamic Ad Display allows the Ads to be tailored to target-specific audience and placed accordingly on specific sites. You select ads for Google partner websites based on an Adgroup of keywords. Keywords in this space are used to identify themes and websites that match your theme. The Ads can be priced as CPC or CPM (cost per 1000 impressions). With careful optimization advertising can achieve significantly greater CPM with Display than with contract or brokered ads.</p>
<h2>You need both</h2>
<p class="MuseoSansRounded-100" style="font-size: 0.9em; color: #555;">In general, if your keywords have high SERPs you may not need advertising. Or you can focus your advertising on select products or services. The ideal scenario is a search result that returns multiple links to your website &#8211; through a combination of Ads and organic search results. If you employ site extensions, visitors will be able to preview the landing page for either an Ad or a search result. Your analytic tools (e.g. Google Analytics) can help you measure the ROI of both organic search and advertising.</p>
<p>Written by <a href="https://plus.google.com/110205844182552436814" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://plus.google.com']);" rel="author">Tikuli Dogra</a></p>
<p><a href="sambeal.com/about/#tikuli" rel="author">Written by Tikuli Dogra</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://sambeal.com/searchenginemarketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Law of Accelerating Returns for computing cycles</title>
		<link>http://sambeal.com/the-law-of-accelerating-returns-for-computing-cycles/</link>
		<comments>http://sambeal.com/the-law-of-accelerating-returns-for-computing-cycles/#comments</comments>
		<pubDate>Fri, 04 Jan 2013 17:41:47 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sambeal.com/?p=1260</guid>
		<description><![CDATA[1943 &#8211; One ENIAC was ~300 Operations per Second (Ops) 2003 &#8211; no smartphones, no cloud, 500M PCs x 1Gops x 10% usage = 50*10E15 + BigIron 2013 &#8211; Cloud... <a class="entry-read-more" href="http://sambeal.com/the-law-of-accelerating-returns-for-computing-cycles/">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p>1943 &#8211; One ENIAC was ~300 Operations per Second (Ops)</p>
<p>2003 &#8211; no smartphones, no cloud, 500M PCs x 1Gops x 10% usage = 50*10E15 + BigIron</p>
<p>2013 &#8211; Cloud (Google, Amazon, Microsoft, Apple) computing cycles is ~200 petaflops {guess}<br />
The sum of the Top500 supercomputers is &gt;100petaflops<br />
1B smartphone/pads x 1GOps x 25% activity = 250 PetaOps<br />
PC sales have declined but still contribute &gt;50*10E15<br />
Assume Big Iron is constant (very conservative) [Note 1]<br />
Total ~ 10**18 Ops</p>
<p>Ignoring the difference in FlOps and Ops.<br />
In 70 years, Ops have increased by ~17 orders of magnitude, or about 2X Moore&#8217;s Law [Note 2]<br />
In 10 years, Ops have increased by 200X, or about 2X Moore&#8217;s Law.</p>
<p>With (very fuzzy) activity assumptions, it&#8217;s not obvious that total computing is accelerating beyond <a href="http://en.wikipedia.org/wiki/Moore's_law"><strong>Moore&#8217;s Law</strong></a>.</p>
<p>But total computing capacity appears to be accelerating.</p>
<p>[Note 1] IBM has 90% of the Big Iron market, sells ~4000 mainframes/year x 1GOps x 10 years of active installations = 4&#215;10**13, so we can discount the impact since they&#8217;ve only gotten faster.</p>
<p>[Note 2] <strong>Moore&#8217;s Law</strong> is a metric of semiconductor performance which doubles every ~18 months.</p>
<p>See <a href="http://www.kurzweilai.net/the-law-of-accelerating-returns">The Law of Accelerating Returns</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sambeal.com/the-law-of-accelerating-returns-for-computing-cycles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ideal for the small business</title>
		<link>http://sambeal.com/ideal-for-the-small-business/</link>
		<comments>http://sambeal.com/ideal-for-the-small-business/#comments</comments>
		<pubDate>Wed, 19 Dec 2012 20:41:59 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://uzzicom.com/?p=461</guid>
		<description><![CDATA[If you just started your own business you know everything about your particular line of work. You know what to do and how to do it best. You also know... <a class="entry-read-more" href="http://sambeal.com/ideal-for-the-small-business/">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://uzzicom.com/wp-content/uploads/2012/12/small-business-saturday.jpg"><img class="alignleft size-full wp-image-464" title="small-business-saturday" alt="" src="http://uzzicom.com/wp-content/uploads/2012/12/small-business-saturday.jpg" width="408" height="294" /></a></p>
<p>If you just started your own business you know everything about your particular line of work.</p>
<p>You know what to do and how to do it best. You also know you need to market this. But how?</p>
<p>Should you advertise? Print a folder? What suits your business’s needs?<br />
How do you get the most costumers for the least amount of money?</p>
<p>This is where we come in. Let us look over your marketing needs. Any market, any budget, we’ll help you make a marketing plan and see it through. All the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://sambeal.com/ideal-for-the-small-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Your Business Online</title>
		<link>http://sambeal.com/get-your-business-online/</link>
		<comments>http://sambeal.com/get-your-business-online/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 04:45:05 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://uzzicom.com/?p=442</guid>
		<description><![CDATA[California Initiative to get small business online. Did you know that 60% of California&#8217;s small businesses have no online presence? If you don&#8217;t have a website it&#8217;s not too late.... <a class="entry-read-more" href="http://sambeal.com/get-your-business-online/">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<h2>California Initiative to get small business online.</h2>
<p><a href="http://uzzicom.com/wp-content/uploads/2012/12/images.jpeg"><img class="alignleft size-full wp-image-443" title="images" alt="" src="http://uzzicom.com/wp-content/uploads/2012/12/images.jpeg" width="192" height="192" /></a></p>
<p><strong>Did you know that 60% of California&#8217;s small businesses have no online presence?</strong></p>
<p>If you don&#8217;t have a website it&#8217;s not too late. Regardless of your business model &#8211; bricks and mortar, consumer or professional services &#8211; you can benefit from being where smartphone owners and web-savvy clients can find you.<br />
If you are comfortable with computer applications like Microsoft Outlook, you can probably master WordPress. If not, there are paid website design solutions that are very economical like Squarespace or Wix. Do not hire a fancy PR firm that will charge you thousands of dollars when a few hours or few dollars per month will do the job.</p>
<p>Perhaps the most frugal option was just announced by Google. Google has teamed up with the state of California to help small business get online with a low-cost domain name and hosting services. <a href="http://www.gybo.com/california">Find out more here.</a></p>
<p>But a website alone is not an online experience. With proper marketing, content and search engine optimization no one will find your site. Like a yellow page ad in a book that is tossed in the recycle bin, your investment will be wasted.</p>
<p>That&#8217;s we do at Uzzicom &#8211; help small business not only get online, but utilize the power of the web to increase their sales.<br />
So what are you waiting for? Get your business plugged in today.</p>
<p>Written by <a href="http://sambeal.com/about/#sam" rel="author">Sam Beal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sambeal.com/get-your-business-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A low tech website in a high tech market?</title>
		<link>http://sambeal.com/b2e/</link>
		<comments>http://sambeal.com/b2e/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 23:28:34 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://uzzicom.com/?p=156</guid>
		<description><![CDATA[High technology products for computing, communications, instrumentation and industrial equipment, etc., are designed by engineers. There is no shopping cart on a website for products or services that cost $10,000+.... <a class="entry-read-more" href="http://sambeal.com/b2e/">Read more &#187;</a>]]></description>
				<content:encoded><![CDATA[<div style="float: left; text-align: center; max-width: 180px; font-size: 11px; margin: 0 0 0 0px;"><img alt="" src="http://arasan.com/wp-content/media/SB.gif" /></div>
<div style="clear: both;"></div>
<div>
<p>High technology products for computing, communications, instrumentation and industrial equipment, etc., are designed by engineers. There is no shopping cart on a website for products or services that cost $10,000+. To borrow a term from Jeff Thull, author of <a href="http://www.amazon.com/gp/product/0793195225/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=the50-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0793195225"><img style="border: none !important; margin: 0px !important;" alt="" src="http://www.assoc-amazon.com/e/ir?t=the50-20&amp;l=as2&amp;o=1&amp;a=0793195225" width="1" height="1" border="0" />The Prime Solution</a>, selling software, design services, intellectual property, sub-systems, etc., is a complex sale. The goal is to establish value for your products and services. In high tech, that cycle starts with getting an engineer to take interest.</p>
<p>Historically this happens by demonstrating your products or services at trade shows or through direct sales contacts. While effective the &#8220;cost per lead&#8221; can be several hundred dollars. Leads generated through a website can be an order of magnitude less &#8211; if you know how. The process can be viewed a funnel.</p>
<div style="float: right;"><a href="http://uzzicom.com/wp-content/uploads/2012/12/Funnel.png"><img title="Funnel" alt="" src="http://uzzicom.com/wp-content/uploads/2012/12/Funnel-275x300.png" width="275" height="300" /></a></div>
<p>Awareness &#8211; Can engineers find your website?</p>
<p>Interest &#8211; Do they explore or bounce?</p>
<p>Desire &#8211; Do you &#8220;educate&#8221; them adequately to take the next step?</p>
<p>Action &#8211; Do you convert them into a lead for the sales team?</p>
<p><em>The AIDA acronym is ~100 years old but still relevant</em></p>
</div>
<p>Written by <a href="https://plus.google.com/103865048162598648943" rel="author">Sam Beal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sambeal.com/b2e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
