<?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>Embracer Media</title>
	<atom:link href="http://www.embracer.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.embracer.com</link>
	<description>Full service web development</description>
	<lastBuildDate>Mon, 07 Jun 2010 16:51:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why you HAVE to plan</title>
		<link>http://www.embracer.com/2010/why-you-have-to-plan</link>
		<comments>http://www.embracer.com/2010/why-you-have-to-plan#comments</comments>
		<pubDate>Mon, 07 Jun 2010 16:51:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.embracer.com/?p=119</guid>
		<description><![CDATA[There&#8217;s an old saying:
&#8220;Those who fail to plan, plan to fail.&#8221;
Have you heard this before?
The reason I ask is because many business owners, I talk with, are completely frustrated with the declining sales and profits that is occurring within their businesses, yet they feel like they have no control over helping their situations.
However, when I [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s an old saying:</p>
<p>&#8220;Those who fail to plan, plan to fail.&#8221;</p>
<p>Have you heard this before?</p>
<p>The reason I ask is because many business owners, I talk with, are completely frustrated with the declining sales and profits that is occurring within their businesses, yet they feel like they have no control over helping their situations.</p>
<p>However, when I ask them what their current marketing plan looks like, they give me a blank stare and say, &#8220;What marketing plan?&#8221;</p>
<p>Can you see the problem?</p>
<p>By creating a sold marketing strategy, and writing it down into a structured planned process for increasing sales, and profits, there is an almost immediate result as far as improving profits for a business.</p>
<p>What is a marketing plan exactly?</p>
<p>Basically it is a written blueprint of what methods and steps will be used to promote and market certain elements of your business to your target market.</p>
<p>The secret to a successful marketing plan, is identifying exactly how you will take a prospect / new customer, and transition them into a paying customer / client.</p>
<p>By mapping out this plan, you will not only see higher ROI for your marketing efforts, but you will also be able to identify where the &#8220;profit leaks&#8221; in your marketing are, and stop them&#8230;</p>
<p>This results in less wasted marketing, and increased profits!</p>
<p>That&#8217;s the simple version of creating a marketing plan, but you get the idea. By creating and implementing a written marketing plan, you will be far ahead of your competition who is not!</p>
<p>Such plans should also be created for any marketing campaigns, advertisements, events, etc. to identify (PRIOR to the marketing) what steps you plan to transition any leads generated into paying customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracer.com/2010/why-you-have-to-plan/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prioritize categories in search (Wordpress)</title>
		<link>http://www.embracer.com/2010/prioritize-categories-in-search</link>
		<comments>http://www.embracer.com/2010/prioritize-categories-in-search#comments</comments>
		<pubDate>Fri, 22 Jan 2010 07:10:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[astickypostorderer]]></category>
		<category><![CDATA[meta_key]]></category>
		<category><![CDATA[meta_value]]></category>
		<category><![CDATA[multiple loops]]></category>
		<category><![CDATA[order posts]]></category>
		<category><![CDATA[prioritize categories]]></category>
		<category><![CDATA[the loop]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wp_query]]></category>

		<guid isPermaLink="false">http://www.embracer.com/?p=115</guid>
		<description><![CDATA[As a preface, if anyone has a more elegant solution to this, or found this post helpful please comment below.
While working on a site for a client I came across what at the time seemed like a very simple problem: when user performs a search, posts from a certain category (and its subcategories) should come [...]]]></description>
			<content:encoded><![CDATA[<p>As a preface, if anyone has a more elegant solution to this, or found this post helpful please comment below.</p>
<p>While working on a site for a client I came across what at the time seemed like a very simple problem: when user performs a search, posts from a certain category (and its subcategories) should come out on top.</p>
<p>No problem &#8211; wp_query, order by and we&#8217;re set &#8211; however there&#8217;s nothing to order by.</p>
<ul>
<li>You can&#8217;t order by categories for this particular problem.</li>
<li>You can&#8217;t order by meta_key or meta_value if other posts don&#8217;t have that value. (All posts in the category that I wanted on top had a specific meta_key/value combination).<br />
That includes injecting into the SQL statement. As a sidenote, while working on this I figured out a way to order by multiple meta_values. Doesn&#8217;t help here but good to know.</li>
<li>Using multiple loops is a solution that many people on the net used for this particular problem. Though once you start using multiple loops for this, you get into pagination issues with The Loop. Too much headache to deal with. I want a simple solution.</li>
</ul>
<p>I was about to write a plugin to prioritize posts/categories when I came across a little gem of a plugin that does exactly that. It seems to be doing a simple task but it&#8217;s actually quite brilliant if you take a look at the code.</p>
<p>Combined with simply ordering posts by title with wp_query, I now have certain categories on top of search results and all posts are ordered by title.</p>
<p>You can grab this plugin here:</p>
<p>http://wordpress.org/extend/plugins/astickypostorderer/</p>
<p>Happy Wordpressing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracer.com/2010/prioritize-categories-in-search/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How safe is the data in your database?</title>
		<link>http://www.embracer.com/2009/database-safety-sql-injections</link>
		<comments>http://www.embracer.com/2009/database-safety-sql-injections#comments</comments>
		<pubDate>Wed, 11 Nov 2009 17:59:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://embracer.com/?p=3</guid>
		<description><![CDATA[This is a topic that everyone who writes scripts should be familiar with, and yet only within the past month I&#8217;ve worked with two custom scripts that were vulnerable to basic SQL injection attacks.
What is an SQL injection attack?
Any information that you gather from your website&#8217;s visitors via HTML forms is usually stored in a [...]]]></description>
			<content:encoded><![CDATA[<p>This is a topic that everyone who writes scripts should be familiar with, and yet only within the past month I&#8217;ve worked with two custom scripts that were vulnerable to basic SQL injection attacks.</p>
<h3>What is an SQL injection attack?</h3>
<p>Any information that you gather from your website&#8217;s visitors via HTML forms is usually stored in a database. It&#8217;s a simple &amp; efficient way to get this information in and out. So a script on your site takes the data from your HTML form (your customer&#8217;s name, e-mail, address, etc) and puts it in a database.</p>
<p><strong>HOWEVER</strong> &#8211; What if we entered database commands instead of our e-mail address into that HTML form? We can then potentially play around with the data that we&#8217;re not supposed to see or edit. Sneaky, eh.</p>
<p>If the script doesn&#8217;t check for this, <em>anyone</em> who visits your site can have a free reign on your data.</p>
<p>This doesn&#8217;t stop there. The same can apply to dynamically built pages as well. For example, things like www.yoursite.com/index.php?customer=57</p>
<p>In the above case &#8216;57&#8242; is the input that&#8217;s supposed to be the ID of the customer. Malicious minded people may substitute that &#8216;57&#8242; for an arbitrary database command and have it wreak havoc on all your records.</p>
<h3>How can it affect me?</h3>
<p>If your scripts are vulnerable, anyone with enough knowledge can</p>
<ul>
<li>View your data, even if they are not supposed to</li>
<li>Modify it. This includes deleting the entire database.</li>
</ul>
<h3>How you can protect yourself</h3>
<p>If you are coding the script yourself, you may find these resources useful:</p>
<p><a href="http://www.securiteam.com/securityreviews/5DP0N1P76E.html" target="_blank">http://www.securiteam.com/securityreviews/5DP0N1P76E.html</a><br />
<a href="http://www.askbee.net/articles/php/SQL_Injection/sql_injection.html" target="_blank">http://www.askbee.net/articles/php/SQL_Injection/sql_injection.html</a></p>
<p>General guidelines are:</p>
<ul>
<li>Only accept the input that you expect, nothing else. So if you want to enter customer&#8217;s name into the database, make sure your script checks that they only enter letters in the field. if you&#8217;re expecting their e-mail, check that what they entered is in a proper e-mail format, and so on. See <a href="http://komunitasweb.com/2009/03/10-practical-php-regular-expression-recipes/" target="_blank">this page</a> for more examples. Some will argue that sanitizing is more effective, but this point is important for other vulnerabilities as well. They both should be used. Which brings me to the next point.</li>
<li>Sanitize the rest of the data to catch characters you might have missed in the above procedure.</li>
<li>Use different databases for different scripts. So if one script gets &#8216;broken into&#8217;, your other information is safe</li>
<li>Only store as much information online as you can afford to. Besides SQL injections, someone may break in and steal/read your information using other vulnerabilities</li>
</ul>
<p>If you&#8217;re hiring someone to write a script that will communicate with a database, you should ask what steps they&#8217;ve taken to protect it against an SQL injection attack.</p>
<p>You shouldn&#8217;t panic, however. Most commercial &amp; open source scripts are already protected against well known attacks and keep getting patched as new things are discovered.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracer.com/2009/database-safety-sql-injections/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buffalo Trader Online</title>
		<link>http://www.embracer.com/2009/buffalo-trader-online</link>
		<comments>http://www.embracer.com/2009/buffalo-trader-online#comments</comments>
		<pubDate>Mon, 09 Nov 2009 20:29:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://embracer.com/?p=57</guid>
		<description><![CDATA[This online store was built using Squirrelcart, which was heavily modified to suit the needs of the client. We worked on this project from inception to launch, and currently maintain the site.
It also includes a Wordpress installation which has been skinned to go with the look of the site.
You can visit Buffalo Trader Online at [...]]]></description>
			<content:encoded><![CDATA[<p>This online store was built using Squirrelcart, which was heavily modified to suit the needs of the client. We worked on this project from inception to launch, and currently maintain the site.</p>
<p>It also includes a Wordpress installation which has been skinned to go with the look of the site.</p>
<p>You can visit Buffalo Trader Online at <a href="http://www.buffalotraderonline.com" target="_blank">http://www.buffalotraderonline.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracer.com/2009/buffalo-trader-online/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arte Italica Store</title>
		<link>http://www.embracer.com/2009/this-is-arte-italica</link>
		<comments>http://www.embracer.com/2009/this-is-arte-italica#comments</comments>
		<pubDate>Mon, 09 Nov 2009 20:28:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://embracer.com/?p=6</guid>
		<description><![CDATA[A Magento-powered storefront, this site was developed by another individual. We took over the development and maintenance of the project after he stopped working on it.
You can visit Arte Italica site at http://www.arteitalicahome.com
]]></description>
			<content:encoded><![CDATA[<p>A Magento-powered storefront, this site was developed by another individual. We took over the development and maintenance of the project after he stopped working on it.</p>
<p>You can visit Arte Italica site at <a href="http://www.arteitalicahome.com" target="_blank">http://www.arteitalicahome.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracer.com/2009/this-is-arte-italica/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GEOip Solution</title>
		<link>http://www.embracer.com/2009/geoip-solution</link>
		<comments>http://www.embracer.com/2009/geoip-solution#comments</comments>
		<pubDate>Mon, 09 Nov 2009 20:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Custom]]></category>

		<guid isPermaLink="false">http://embracer.com/?p=44</guid>
		<description><![CDATA[This is an example of a custom-coded solution, targeting people in certain areas.
Benefits to this is being able to present different text/images to customers in different locations.
Contact us to inquire about coding a solution to suit your needs.
]]></description>
			<content:encoded><![CDATA[<p>This is an example of a custom-coded solution, targeting people in certain areas.</p>
<p>Benefits to this is being able to present different text/images to customers in different locations.</p>
<p><a href="mailto:contact@embracer.com">Contact us</a> to inquire about coding a solution to suit your needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracer.com/2009/geoip-solution/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Danny Karchner&#8217;s Western Art</title>
		<link>http://www.embracer.com/2009/danny-karchners-western-art</link>
		<comments>http://www.embracer.com/2009/danny-karchners-western-art#comments</comments>
		<pubDate>Mon, 09 Nov 2009 20:23:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://embracer.com/?p=50</guid>
		<description><![CDATA[Gallery/blog of an artist. Gallery is based on Wordpress with custom skin and minor modifications.
Danny Karchner&#8217;s Western Art page can be found at http://karchnerwesternart.com/
]]></description>
			<content:encoded><![CDATA[<p>Gallery/blog of an artist. Gallery is based on Wordpress with custom skin and minor modifications.</p>
<p>Danny Karchner&#8217;s Western Art page can be found at http://karchnerwesternart.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracer.com/2009/danny-karchners-western-art/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yelverton Contracting</title>
		<link>http://www.embracer.com/2009/yelverton-contracting</link>
		<comments>http://www.embracer.com/2009/yelverton-contracting#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:42:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://embracer.com/?p=36</guid>
		<description><![CDATA[Example of a simple &#38; elegant design with Wordpress integration &#38; snippets on the main page. Lightbox-style gallery.
Yelverton Contracting can be found at http://www.yelvertoncontracting.com
]]></description>
			<content:encoded><![CDATA[<p>Example of a simple &amp; elegant design with Wordpress integration &amp; snippets on the main page. Lightbox-style gallery.</p>
<p>Yelverton Contracting can be found at <a href="http://www.yelvertoncontracting.com" target="_blank">http://www.yelvertoncontracting.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracer.com/2009/yelverton-contracting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Law Offices of Corey D. Silverstein, P.C.</title>
		<link>http://www.embracer.com/2009/law-offices-of-corey-d-silverstein-p-c</link>
		<comments>http://www.embracer.com/2009/law-offices-of-corey-d-silverstein-p-c#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:25:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Custom]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://embracer.com/?p=30</guid>
		<description><![CDATA[The Law Offices of Corey D. Silverstein, P.C. Integrated Wordpress snippets into the main page &#38; skinned Wordpress installation to match the look of the site.
Custom contact script which lets them track the leads received through the site.
The website of The Law Offices of Corey D. Silverstein can be found at http://www.silversteinlegal.com
]]></description>
			<content:encoded><![CDATA[<p>The Law Offices of Corey D. Silverstein, P.C. Integrated Wordpress snippets into the main page &amp; skinned Wordpress installation to match the look of the site.</p>
<p>Custom contact script which lets them track the leads received through the site.</p>
<p>The website of The Law Offices of Corey D. Silverstein can be found at <a href="http://www.silversteinlegal.com" target="_blank">http://www.silversteinlegal.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracer.com/2009/law-offices-of-corey-d-silverstein-p-c/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Research</title>
		<link>http://www.embracer.com/2009/seo-research</link>
		<comments>http://www.embracer.com/2009/seo-research#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:23:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Custom]]></category>

		<guid isPermaLink="false">http://embracer.com/?p=72</guid>
		<description><![CDATA[Over the past couple of years we&#8217;ve developed a system for pin-pointing exact keywords that a company should be targeting to get the maximum return on their investments.
Some of the custom tools that were developed for this purpose utilize 35+ servers for concurrent traffic, competition and commercial viability analysis.
]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of years we&#8217;ve developed a system for pin-pointing exact keywords that a company should be targeting to get the maximum return on their investments.</p>
<p>Some of the custom tools that were developed for this purpose utilize 35+ servers for concurrent traffic, competition and commercial viability analysis.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.embracer.com/2009/seo-research/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
