<?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>Aptalent Solutions</title>
	<atom:link href="http://www.aptalent.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aptalent.com</link>
	<description>Market commerce solutions. Interconnected.</description>
	<lastBuildDate>Tue, 06 Dec 2011 19:52:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Securing Linux: Setting up AIDE</title>
		<link>http://www.aptalent.com/general/securing-linux-setting-up-aide</link>
		<comments>http://www.aptalent.com/general/securing-linux-setting-up-aide#comments</comments>
		<pubDate>Tue, 06 Dec 2011 19:52:05 +0000</pubDate>
		<dc:creator>jeff moore</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.aptalent.com/?p=604</guid>
		<description><![CDATA[Part of the process in creating a more secure Linux enviornment is tracking changes to sensative system files. The Advanced Intrusion Detection Environment (AIDE) was developed as a GPL replacement for Tripwire. Aide takes a &#8220;snapshot&#8221; of the state of the system, registering hashes, modification time and other data regarding specific files. This &#8220;snapshot&#8221; is [...]]]></description>
			<content:encoded><![CDATA[<p>Part of the process in creating a more secure Linux enviornment is tracking changes to sensative system files.  The Advanced Intrusion Detection Environment (AIDE) was developed as a GPL replacement for Tripwire.  Aide takes a &#8220;snapshot&#8221; of the state of the system, registering hashes, modification time and other data regarding specific files. This &#8220;snapshot&#8221; is used to build a database that can be checked against current file states to determine if modifications have taken place.  The AIDE system is straight forward to setup and maintain, with a couple of caveats.  The AIDE manual can be found <a href="http://aide.sourceforge.net/stable/manual.html">here</a>.</p>
<p>In general, you should install AIDE on a new system, before plugging it into the network.  Once you take the initial system snapshot, you should archive a copy of that snapshot offline &#8212; to be used as a future integrity reference.  Here are the general steps to setting up a new AIDE installation on CentOS 5.x:<br />
1) Install: #yum install aide<br />
2) Initialize: #/usr/sbin/aide &#8211;init<br />
3) Archive the initial database snapshot: #cp /var/lib/aide/aide.db.new.gz /var/lib/aide/aide.db.gz<br />
4) Copy the snaphot offline (using SFTP etc)<br />
5) Run a check to ensure you have a clean setup: #/usr/sbin/aide &#8211;check</p>
<p>The last step runs a check of current files against your AIDE database.  Assuming you run the check immediately after initialization, you should get a confirmation that your setup is good:<br />
AIDE, version xx.xx.xx<br />
### All files match AIDE database. Looks okay!</p>
<p>6) Create a cron job to run a check periodically (at least daily is recommended), and send the results to a monitored email:<br />
-> create a file in /etc/cron.daily/aide.cron with the following contents:<br />
#!/bin/bash<br />
/usr/sbin/aide &#8211;check | /bin/mail -s &#8220;Daily Aide Data&#8221; email@host.com</p>
<p>The database, by default resides in /var/lib/aide, and the configuration file is /etc/aide.conf<br />
Note that SELinux needs to be enabled (and in at least &#8220;permissive&#8221; mode) for AIDE to process correctly.  If you see errors such as:<br />
&#8220;lgetfilecon_raw failed for /usr/share/apps/&#8230;:No data available&#8221; during initialization it is probably related to SELinux.  If you can&#8217;t (or won&#8217;t) turn on SELinux, you can edit the aide.conf file to remove all references to selinux as follows:</p>
<p>Add these lines (you are really changes R, L and > defaults):<br />
R=p+i+n+u+g+s+m+c+acl+xattrs+md5<br />
L=p+i+n+u+g+acl+xattrs<br />
>=p+u+g+i+n+S+acl+xattrs</p>
<p>Also, find and change these lines as follows (note these are default values, simply removing &#8220;+selinux&#8221;):<br />
#DIR = p+i+n+u+g+acl+selinux+xattrs<br />
DIR = p+i+n+u+g+acl+xattrs</p>
<p>#PERMS = p+i+u+g+acl+selinux<br />
PERMS = p+i+u+g+acl</p>
<p>#DATAONLY =  p+n+u+g+s+acl+selinux+xattrs+md5+sha256+rmd160+tiger<br />
DATAONLY =  p+n+u+g+s+acl+xattrs+md5+sha256+rmd160+tiger</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.aptalent.com%2Fgeneral%2Fsecuring-linux-setting-up-aide&amp;linkname=Securing%20Linux%3A%20Setting%20up%20AIDE"><img src="http://www.aptalent.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.aptalent.com/general/securing-linux-setting-up-aide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AT&amp;T-Mobile Merger Rebuttal</title>
		<link>http://www.aptalent.com/general/att-mobile-merger-rebuttal</link>
		<comments>http://www.aptalent.com/general/att-mobile-merger-rebuttal#comments</comments>
		<pubDate>Mon, 09 May 2011 19:32:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.aptalent.com/?p=474</guid>
		<description><![CDATA[In an open letter to the FCC, Sascha Segan brings some enlightened and cogent arguments &#8212; from a consumers point of view &#8212; regarding the proposed AT&#038;T-Mobile merger. http://www.pcmag.com/article2/0,2817,2384729,00.asp]]></description>
			<content:encoded><![CDATA[<p>In an open letter to the FCC, <a href="http://www.pcmag.com/author-bio/sascha-segan">Sascha Segan</a> brings some enlightened and cogent arguments &#8212; from a consumers point of view &#8212; regarding the proposed AT&#038;T-Mobile merger.  http://www.pcmag.com/article2/0,2817,2384729,00.asp</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.aptalent.com%2Fgeneral%2Fatt-mobile-merger-rebuttal&amp;linkname=AT%26%23038%3BT-Mobile%20Merger%20Rebuttal"><img src="http://www.aptalent.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.aptalent.com/general/att-mobile-merger-rebuttal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future of credit card form factor</title>
		<link>http://www.aptalent.com/general/future-of-credit-card-form-factor</link>
		<comments>http://www.aptalent.com/general/future-of-credit-card-form-factor#comments</comments>
		<pubDate>Wed, 06 Oct 2010 16:44:21 +0000</pubDate>
		<dc:creator>jeff moore</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.aptalent.com/?p=460</guid>
		<description><![CDATA[Kit Eaton at FastCompany posted an interesting article yesterday regarding the probable future of the plastic in your wallet. Yes, you&#8217;ve probably heard about RFID before, but as the prevalence of smartphone technology continues its inexorable march forward (&#8220;55.7 million people in the U.S. owned smartphones during the three months ending in August, up 14 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fastcompany.com/user/kit-eaton">Kit Eaton</a> at FastCompany posted an <a href="http://www.fastcompany.com/1693165/credit-cards-to-go-electronic-then-disappear-wirelessly-into-iphone-screens">interesting article</a> yesterday regarding the probable future of the plastic in your wallet.  Yes, you&#8217;ve probably heard about RFID before, but as the prevalence of smartphone technology continues its <a href="http://techcrunch.com/2010/10/06/comscore-android-continues-assault-on-rim-apple/">inexorable march forward</a> (&#8220;55.7 million people in the U.S. owned smartphones during the three months ending in August, up 14 percent from the the May period&#8221;), using smartphone technology to replace a piece of magnetized plastic makes more and more sense.  </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.aptalent.com%2Fgeneral%2Ffuture-of-credit-card-form-factor&amp;linkname=Future%20of%20credit%20card%20form%20factor"><img src="http://www.aptalent.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.aptalent.com/general/future-of-credit-card-form-factor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Productivity Tip: Undo a sent gmail message &amp; include Bob</title>
		<link>http://www.aptalent.com/productivity/geek-productivity-tip-undo-a-sent-gmail-message</link>
		<comments>http://www.aptalent.com/productivity/geek-productivity-tip-undo-a-sent-gmail-message#comments</comments>
		<pubDate>Mon, 23 Aug 2010 16:46:24 +0000</pubDate>
		<dc:creator>jeff moore</dc:creator>
				<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.aptalent.com/?p=451</guid>
		<description><![CDATA[Yet Another Reason gmail Rocks! &#8212; Undo Send Have you ever pressed the &#8220;Send&#8221; button in gmail &#8212; then immediately realized that you forgot to include an attachment, or all appropriate recipients &#8212; and wished you could &#8220;Undo&#8221; the transmission of that message? Well now you can thanks to Gmail Labs! Here is a &#8220;how-to&#8221; [...]]]></description>
			<content:encoded><![CDATA[<h4>Yet Another Reason gmail Rocks! &#8212; Undo Send</h4>
<p>Have you ever pressed the &#8220;Send&#8221; button in gmail &#8212; then immediately realized that you forgot to include an attachment, or all appropriate recipients &#8212; and wished you could &#8220;Undo&#8221; the transmission of that message?  Well now you can thanks to Gmail Labs!  <a href="http://mashable.com/2010/08/22/how-to-undo-send-in-gmail/">Here is a &#8220;how-to&#8221; article on Mashable.</a></p>
<h4>Bob</h4>
<p>There are two other Lab entries that you should check out: &#8220;Got the wrong Bob?&#8221; and &#8220;Don&#8217;t Forget Bob&#8221;.  The first tries to help reduce the chance of sending mail to the wrong recipient.  When was the last time you got an email from a stranger asking, &#8220;Are you sure you meant to send this to me?&#8221; and promptly realized that you didn&#8217;t? Sometimes these little mistakes are actually quite painful &#8212; personal info to some random guy named Bob instead of Bob the HR rep? Doh!</p>
<p>&#8220;Got the wrong Bob?&#8221; is a Labs feature aimed at sparing you that kind of embarrassment. Turn it on from the <a href="https://mail.google.com/mail/?ui=2&#038;fs=1&#038;view=pu&#038;st=labs">Labs tab</a> under Gmail Settings, and based on the groups of people you email most often, Gmail will try to identify when you&#8217;ve accidentally included the wrong person — before it&#8217;s too late. For example, if you normally email Bob Jones together with Mark and Susan, but this time you added Bob Smith instead, gmail will warn you that it might be a mistake.</p>
<p>&#8220;Don&#8217;t Forget Bob&#8221; is a Labs feature that helps remind you to include the correct group of recipients.  Gmail suggests more people you might want to include based on the groups of people you email most often.</p>
<p>Drop me a comment and let me know about your favorite &#8220;Lab&#8221;!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.aptalent.com%2Fproductivity%2Fgeek-productivity-tip-undo-a-sent-gmail-message&amp;linkname=Geek%20Productivity%20Tip%3A%20Undo%20a%20sent%20gmail%20message%20%26%23038%3B%20include%20Bob"><img src="http://www.aptalent.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.aptalent.com/productivity/geek-productivity-tip-undo-a-sent-gmail-message/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Productivity Tip: Access bookmarks from anywhere</title>
		<link>http://www.aptalent.com/productivity/geek-productivity-tip-access-bookmarks-from-anywhere</link>
		<comments>http://www.aptalent.com/productivity/geek-productivity-tip-access-bookmarks-from-anywhere#comments</comments>
		<pubDate>Sun, 13 Sep 2009 06:54:41 +0000</pubDate>
		<dc:creator>jeff moore</dc:creator>
				<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=316</guid>
		<description><![CDATA[Introduction Your web browser&#8217;s bookmarks come in handy for organizing and quickly retrieving your frequently-used sites (and, of course, as a memory-jogger for those infrequently-visited but important web pages). Unfortunately, sometimes technology can come between you and your bookmarks &#8212; maybe you&#8217;d like to synchronize the bookmarks on your work and home computer, maybe you [...]]]></description>
			<content:encoded><![CDATA[<h4>Introduction</h4>
<p>Your web browser&#8217;s bookmarks come in handy for organizing and quickly retrieving your frequently-used sites (and, of course, as a memory-jogger for those infrequently-visited but important web pages).  Unfortunately, sometimes technology can come between you and your bookmarks &#8212; maybe you&#8217;d like to synchronize the bookmarks on your work and home computer, maybe you need to access a site from a public machine, and at the least we all should periodically make backups of our local bookmarks in case of hardware failure.  There are several options for storing and accessing your bookmarks from the cloud &#8212; allowing you to use them from anywhere, and on any machine.  While there are many services and plugins available, I&#8217;ve chosen three services that allow you to store, access and and share your bookmarks in the cloud.  The first, Xmarks, puts a priority on synchronization of bookmarks across multiple computers, while del.icio.us and diigo put an emphpasis on the social aspects of sharing those bookmarks with others.</p>
<h4>Xmarks</h4>
<p>Of the several browser plugins available, Xmarks does a great job of saving your bookmarks online.  Available as a free download for IE, Firefox and Safari browsers, once you install Xmarks and create an account, it saves your bookmarks online.</p>
<li> Install Xmarks on each computer you use, and it seamlessly integrates with your web browser and keeps your bookmarks safely backed up and in sync.  Xmarks will sync across browsers too.  From my point of view, sync is definitely Xmarks strongest feature. </li>
<li>Of course, Xmarks also includes a few social-sharing features.  For instance, Xmarks will highlight the 3 top sites in your Google results based on how many people have bookmarked them. Simply move your mouse over the site info icon to learn more about that site.<br />
<div class="wp-caption alignnone" style="width: 428px"><img alt="Xmarks Google Search Feature" src="http://i28.tinypic.com/2ey7swk.jpg" title="Xmarks Google Search Feature" width="418" height="233" /><p class="wp-caption-text">Xmarks Google Search Feature</p></div>
</li>
<li>Xmarks also adds an information button in your browser&#8217;s address bar providing additional information about a particular URL. Click on the Xmarks info icon in your location bar to see detailed information about the site you are on, and discover other great sites just like it.<br />
<div class="wp-caption alignnone" style="width: 428px"><img alt="Xmarks Additional URL Information" src="http://i32.tinypic.com/ilx4j8.jpg" title="Xmarks Additional URL Information" width="418" height="233" /><p class="wp-caption-text">Xmarks Additional URL Information</p></div>
</li>
<li>Public computer access: so what if you are using a public computer (or a friend&#8217;s machine) that doesn&#8217;t have the Xmarks plugin installed?  No problem.  You can view, edit, add and delete bookmarks from any browser by going to my.xmarks.com and logging in with your Xmarks username and password.<br />
<div class="wp-caption alignnone" style="width: 428px"><a href="http://www.xmarks.com/"><img alt="Xmarks no-plugin access" src="http://i25.tinypic.com/2ymc4li.jpg" title="Xmarks no-plugin access" width="418" height="233" /></a><p class="wp-caption-text">Xmarks no-plugin access</p></div>
</li>
<li>Other features include mobile access, sync profiles (allowing you to group your bookmarks by function, name each Sync Profile whatever you like and pick which bookmarks belong to it), and sharing (making designated bookmarks available to others in an RSS feed or web page) </li>
<p></p>
<h4>Diigo</h4>
<p>&#8220;Inquisitive of the world unite!&#8221;  Diigo boasts a powerful research tools and a knowledge-sharing community that allows users to do things like highlight and add &#8220;sticky notes&#8221; to compelling web pages, and provides tools for collaborate and search.   </p>
<li>Diigo toolbar: with the Diigo plugin installed, you can start by importing your bookmarks from your browser (or del.icio.us), and identifying them individually as public or private.  The Diigo plugin has a browser sidebar that provides easy access to your bookmarks, and to URL-specific social features such as comments from other Diigo readers, and annotations (see below).  You can also send your Diigo bookmarks to Twitter, Facebook or your blog.<br />
<div class="wp-caption alignnone" style="width: 453px"><a href="http://www.diigo.com/"><img alt="diigo plugin options" src="http://i29.tinypic.com/11lmmms.jpg" title="diigo plugin options" width="443" height="459" /></a><p class="wp-caption-text">diigo plugin options</p></div>
</li>
<li>Annotations: Diigo provides the ability to add page comments, highlight passages, and even place sticky notes on specific pages which are available to other Diigo users. Sticky notes can float in window above a web page&#8217;s content, or you can view the notes only in the Diigo Sidebar.  In the &#8220;Readers&#8221; tab of the Sidebar, you can link through to the bookmarks annotations of specific readers, and browse the Diggo community associated with a site.
</li>
<li>Public computer access: as with Xmarks, you can access your Diigo account and bookmarks from the web. Diigo also provides a less feature-rich-yet-useful &#8220;Diigolet&#8221; (http://www.diigo.com/tools/diigolet) for other browsers.<br />
<div class="wp-caption alignleft" style="width: 810px"><img title="Diigo" src="http://i31.tinypic.com/2wokpbb.jpg" alt="" width="800" height="574" /><p class="wp-caption-text">Diigo Toolbar</p></div></li>
<li>Commenting and conversations: you can post comments that other Diigo users can read (and add their own comments) against any web page</li>
<p></p>
<h4>del.icio.us</h4>
<p>Like Diigo, Delicious allows you to upload your browser bookmarks, and emphasizes social bookmark sharing and interaction.  They also provide a browser-based plugin tool that provides quick access to your bookmarked and most-visited site and tags.  While the Diigo Sidebar has social sharing as its core focus, the Delicious browser-based Sidebar is used primarily to help you organize and access your own bookmarks.</p>
<li> Delicious bookmarks uploads: you can easily upload your browsers bookmarks to Delicious.  I liked the fact that all bookmarks are set as private by default &#8212; meaning I didn&#8217;t have to worry about my online banking or other private links being suddenly publicly available.  Installing the browser plugin was a snap (I allowed the plugin to add the Delicious menu item to my browsers main menu), and I found the tools to be straight-forward and easy to use. </li>
<li> Saving bookmarks</li>
<p> Saving a Bookmark on Delicious is likely to be a little different than what you&#8217;re used to. Don&#8217;t worry, the process is intuitive and you&#8217;ll find that tags and notes will make your bookmarks much easier to manage. Depending on which buttons you&#8217;ve added to your browser, you can click the &#8220;Tag&#8221; or &#8220;Bookmark this on Delicious&#8221; button to save a new bookmark. Regardless of the buttons you&#8217;ve chosen, you&#8217;ll see the following dialog box.<br />
<div class="wp-caption alignnone" style="width: 360px"><a href="http://www.delicious.com"><img alt="Save bookmark with Delicious" src="http://i32.tinypic.com/m8eemt.jpg" title="Save bookmark with Delicious" width="350" height="224" /></a><p class="wp-caption-text">Save bookmark with Delicious</p></div><br />
You can also Tweet out your bookmark as you save it.</p>
<li>Public computer access: as with the other services, you can access your bookmarks online from your Delicious account.  From within your account, you can also see the marks other people are making in the &#8220;Fresh Bookmarks&#8221; tab from your account home, as well as bookmarks organized by Delicious popularity under the &#8220;Popular Bookmarks&#8221; tab.<br />
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.aptalent.com%2Fproductivity%2Fgeek-productivity-tip-access-bookmarks-from-anywhere&amp;linkname=Geek%20Productivity%20Tip%3A%20Access%20bookmarks%20from%20anywhere"><img src="http://www.aptalent.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.aptalent.com/productivity/geek-productivity-tip-access-bookmarks-from-anywhere/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aptalent&#8217;s e-commerce system helps maximize your SEO strategy</title>
		<link>http://www.aptalent.com/seo/aptalents-e-commerce-system-helps-maximize-your-seo-strategy</link>
		<comments>http://www.aptalent.com/seo/aptalents-e-commerce-system-helps-maximize-your-seo-strategy#comments</comments>
		<pubDate>Sun, 24 May 2009 22:54:52 +0000</pubDate>
		<dc:creator>jeff moore</dc:creator>
				<category><![CDATA[Aptalent E-Commerce]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=226</guid>
		<description><![CDATA[Introduction As a company, we&#8217;ve been installing, configuring, integrating and consulting to business regarding e-commerce systems for over 7 years, so from the beginning, we knew the direction when we wanted to take our own e-commerce product.   With roots deep in the wine industry, the Aptalent team understands the real direct-to-consumer issues producers face [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="SEO" src="http://i41.tinypic.com/fm2hyf.jpg" alt="" width="318" height="241" /></p>
<h4>Introduction</h4>
<p>As a company, we&#8217;ve been installing, configuring, integrating and consulting to business regarding e-commerce systems for over 7 years, so from the beginning, we knew the direction when we wanted to take our own e-commerce product.   With roots deep in the wine industry, the Aptalent team understands the real direct-to-consumer issues producers face today; our e-commerce system seeks to help make wine purchase &amp; shipping easy for the customer, and site administration a no-brainer for the producer.  With features such as product searching &amp; comparision, compliance intelligence, simple checkout and built-in SEO optimization, the Aptalent e-commerce system (borrowing from Gary V. ) &#8220;crushes&#8221; it!</p>
<h4>SEO Features</h4>
<p>The democratization of the direct-to-consumer market is leveling the playing field for smaller producers with limited distributor access.  Combined with a <a href="http://www.aptalentsolutions.com/wine/wine-producers-social-media-a-perfect-pairing" target="_blank">coherent social media presence</a>, a sound SEO strategy can help raise a brand&#8217;s market presence; Aptalent&#8217;s e-commerce systems helps producers maximize their SEO strategy by combining best-in-class product search features with built-in search intelligence.</p>
<h5>Easy-to-read product URLs</h5>
<p>Based on the Magento open-source engine, Aptalent&#8217;s e-commerce system generates product URLs that are easy for both users and search engines to read (i.e. such as &#8220;http://{your-domain}/2007-grenache-rose.html&#8221;).  Using product (and category) detail within the URL means that search engines know where your products are and can directly link to them &#8212; driving targeted customers directly into the core of your store.<br />
* Search engine &#8220;spiders&#8221; can index your entire store and increase your product&#8217;s visibility &#8212; thereby increasing the probability of new customer acquisition and increased sales;<br />
* Search engines and product comparison sites can link directly to your products, helping to drive revenue with highly targeted leads;<br />
* Descriptive URL’s help users make sense of and increase the quality of your site&#8217;s navigation;<br />
* URLs with incorporated keywords boost natural search engine ranking and increase site traffic.</p>
<h5>Canonical URLs</h5>
<p>Aptalent&#8217;s e-commerce system uses the canonical HTML tag, support for which was announced recently by Google, Yahoo! and Live.  Essentially, this means that your products can be indexed in a multitude of ways (for customer review and searching convenience), and the search engines won&#8217;t penalize your site.  Previously, many sites have encountered issues with multiple versions of the same content on different URLs. This creates three big problems:<br />
* Search engines don&#8217;t know which content version(s) to include/exclude from their indices;<br />
* Search engines don&#8217;t know whether to direct the link metrics (trust, authority, anchor text, etc.) to one page, or keep it separated between multiple versions;<br />
* Search engines don&#8217;t know which content version(s) to rank for query results<br />
When this happens, site owners suffer rankings and traffic losses and engines suffer lowered relevancy. Fortunately, the Aptalent e-commerce system handles all of this for you &#8212; potentially increasing your site&#8217;s visibility, search-ability, and search relevance.</p>
<p>Contact Aptalent today and let us show you how we can help you maximize your SEO strategy and increase sales!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.aptalent.com%2Fseo%2Faptalents-e-commerce-system-helps-maximize-your-seo-strategy&amp;linkname=Aptalent%26%238217%3Bs%20e-commerce%20system%20helps%20maximize%20your%20SEO%20strategy"><img src="http://www.aptalent.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.aptalent.com/seo/aptalents-e-commerce-system-helps-maximize-your-seo-strategy/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wine Producers + Social Media = A Perfect Pairing?</title>
		<link>http://www.aptalent.com/wine/wine-producers-social-media-a-perfect-pairing</link>
		<comments>http://www.aptalent.com/wine/wine-producers-social-media-a-perfect-pairing#comments</comments>
		<pubDate>Tue, 19 May 2009 22:56:03 +0000</pubDate>
		<dc:creator>jeff moore</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=131</guid>
		<description><![CDATA[Introduction Can social media help producers expand their market, and extend their brand?  Is social media a fad or does it represent a siesmic sales-channel shift? As you have undoubtedly heard by now, social media purports to change the customer-communication model; in many ways social media is like a cocktail party, making it possible for [...]]]></description>
			<content:encoded><![CDATA[<h4><img class="alignleft" title="pairing" src="http://i40.tinypic.com/259d79i.jpg" alt="" width="241" height="318" /></h4>
<h4>Introduction</h4>
<p>Can social media help producers expand their market, and extend their brand?  Is social media a fad or does it represent a siesmic sales-channel shift?</p>
<p>As you have undoubtedly heard by now, social media purports to change the customer-communication model; in many ways social media is like a cocktail party, making it possible for like-minded people to find one another and communicate.   Wine enthusiasts, for example, have a multitude of options for sharing their likes, questions and stories (more on this later), and since wine is inherently social, wine producers + (appropriately harnessed) social media should equal a perfect pairing.   What aspects of social media should a producer harness, and just as importantly, how?</p>
<h4>Social Media Components</h4>
<p>Decanting the panoply of relevant social media components can seem daunting, however, there really are a handful of useful tools that can get you started.  I&#8217;ve broken them out by category:</p>
<address><span style="font-family: Georgia; line-height: 19px; white-space: normal;"><strong>Network</strong>: Facebook, Twitter</span></address>
<address><strong>Video</strong>: Viddler, YouTube</address>
<address><strong>Blogs</strong>: WordPress, Blogger</address>
<p>Networking tools such as Facebook and Twitter offer ways of connecting with customers: better than in the old broadcast (advertising, promotion) model &#8212; networking tools allow producers to start a two-way conversation with wine enthusiasts.  In its most simplistic state, networking helps build brand awareness, and more importantly, listen to potential customers.  Video and blogs help with brand identity and brand awareness (think: search).</p>
<h4>Does Social Media Really Change Anything?</h4>
<p>Using social media networking tools is a great way for producers to communicate directly with their current customers.  But in addition, the use of video and blogging tools helps build brand identity and market penetration &#8212; especially with younger enthusiasts.  </p>
<p>A couple of examples: Facebook has more than 175 million users (and there are more users ages 26-44 than 18-25 &#8212; insidefacebook.com).   Creating a Facebook community can help keep the brand fresh in enthusiasts minds.  In the same vein, Twitter allows a producer to present personality and a spirit of caring to current and potential customers.  </p>
<p>With youtube.com in the top 3 Internet sites, a video indexed by Google helps lift a brand in a related search.  Video + blogging tools help increase a site&#8217;s (and associated product&#8217;s) search scores, and thus results (when used as part of a sensible overall SEO strategy). Combined, these tools represent a systemic shift in the ways a producer can open/create and keep new dialogs with enthusiasts. </p>
<h4>What Is the Community Saying? </h4>
<p>Customers are talking.  A producer should choose to listen. An easy example, here are a couple of Twitter posts representing customer opinions expressed during recent weekend tasting excursions:  </p>
<p><em>&#8220;Featherstone, &#8217;03 vineyard of the yr. Beautiful resto on the veranda. Amazing 07 cab franc and sauv b credit card gonna suffer today #wine&#8221;</em></p>
<p><em><span style="font-style: normal;">Outstanding!  Let&#8217;s share this with the world! Somms listen up!  Wouldn&#8217;t it be great to capture the feedback and begin an on-going conversation with this customer?  Perhaps he/she could be introduced to other varietals/vintages or perhaps more could be learned regarding value-added services (for instance wine club membership) that would interest them.</span></em></p>
<p>Here is a slightly different post:</p>
<p><em>&#8220;Can&#8217;t believe [XXX Winery] closed their picnic area to visitors. #Wine Club members only now. I guess they have enough business. Shame&#8221;</em></p>
<p>Even established brands can benefit from having a social media cognizance.  Can a producer capture or reply to every relevant post?  Probably not.  Should they try?  Hell yes.</p>
<h4>How To Harness The Tools</h4>
<p>Harnessing the power of social media is an on-going effort, and one that will take time.  Start simply, and plan on it taking time to find the right &#8220;voice&#8221; for your brand, and to begin building a social media rapport with your customers.  Some brands have already recognized social media&#8217;s potential and are moving quickly to get their conversations going.  One well known example is <a href="http://www.areallygoodejob.com/overview.aspx" target="_self">Murphy-Goode Winery</a> &#8211; hiring a &#8220;Lifestyle Correspondent&#8221; who will &#8220;report on the cool lifestyle of Sonoma County Wine Country, and of course, tell people what you&#8217;re learning about winemaking&#8221;.   </p>
<p>Murphy-Goode&#8217;s approach may be all-out, but here&#8217;s an example of a common-sense approach to harnessing social media: <a href="http://www.vsattui.com/index.cfm" target="_blank">V. Sattui Winery</a> .  Check them out!  They have a direct-link to their Facebook account, and are using embedded YouTube video (&#8220;The Wine Guys&#8221;) to promote their brand. </p>
<h4>Pick the Low-Hanging Social Media Fruit</h4>
<p>Can social media help producers expand their market, and extend their brand? Absolutely.  As we&#8217;ve discussed, the thoughtful use of networking, video and blogging tools can help a producer better hear the enthusiast&#8217;s voice, and increase brand awareness.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.aptalent.com%2Fwine%2Fwine-producers-social-media-a-perfect-pairing&amp;linkname=Wine%20Producers%20%2B%20Social%20Media%20%3D%20A%20Perfect%20Pairing%3F"><img src="http://www.aptalent.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.aptalent.com/wine/wine-producers-social-media-a-perfect-pairing/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding Fields to the Default Magento Registration Form</title>
		<link>http://www.aptalent.com/magento/adding-fields-to-the-default-magento-registration-form</link>
		<comments>http://www.aptalent.com/magento/adding-fields-to-the-default-magento-registration-form#comments</comments>
		<pubDate>Wed, 06 May 2009 04:44:10 +0000</pubDate>
		<dc:creator>jeff moore</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.aptalentsolutions.com/?p=90</guid>
		<description><![CDATA[Introduction Our goal was to add a few fields to the standard Magento Registration form (Magento 1.21, using the default template structure), enabling us to capture information such as company name, and phone. Solution The standard registration page URL is: /customer/account/create/ and calls register.phtml ( in the path: /app/design/frontend/default/default/template/customer/form/). We accomplished our goal by following these four [...]]]></description>
			<content:encoded><![CDATA[<h4>Introduction</h4>
<p>Our goal was to add a few fields to the standard Magento Registration form (Magento 1.21, using the default template structure), enabling us to capture information such as company name, and phone.</p>
<h4>Solution</h4>
<p align="left">The standard registration page URL is: <strong>/customer/account/create/</strong></p>
<p align="left">and calls <strong>register.phtml</strong> ( in the path: /app/design/frontend/default/default/template/customer/form/).</p>
<p align="left">We accomplished our goal by following these four steps:</p>
<p align="left">1) We added php/html form elements necessary to create new input boxes for each additional field in register.phtml: (i.e. here&#8217;s the code for the company_name element):</p>
<address><span style="font-style: normal;"><span style="color: #0000ff;">&lt;</span></span><span style="color: #0000ff;">div class=&#8221;input-box&#8221;&gt;<br />
</span></address>
<address><span style="color: #0000ff;">&lt;label for=&#8221;company_name&#8221;&gt;&lt;?php echo $this-&gt;__(&#8216;Company Name&#8217;) ?&gt;&lt;/label&gt;&lt;br/&gt;<br />
</span></address>
<address><span style="color: #0000ff;">&lt;input type=&#8221;text&#8221; name=&#8221;company_name&#8221; id=&#8221;company_name&#8221; value=&#8221;&lt;?php echo $this-&gt;htmlEscape($this-&gt;getFormData()-&gt;getCompany()) ?&gt;&#8221; title=&#8221;&lt;?php echo $this-&gt;__(&#8216;Company Name&#8217;) ?&gt;&#8221; class=&#8221;input-text&#8221; /&gt;<br />
</span></address>
<address><span style="color: #0000ff;">&lt;/div&gt;</span></address>
<address><span style="font-style: normal;"><br />
2) We added complementary elements under &#8220;getDefaultEntities()&#8221; in Setup.php (path: /app/code/core/Mage/Customer/Model/Entity/), one for each additional field created above:</span></address>
<address><span style="font-style: normal;"><br />
</span></address>
<address><span style="font-family: Arial; font-style: normal;">&#8216;</span><span style="color: #0000ff;">company_name&#8217; =&gt; array(<br />
</span></address>
<address><span style="color: #0000ff;">&#8216;label&#8217;         =&gt; &#8216;Company Name&#8217;,<br />
</span></address>
<address><span style="color: #0000ff;">&#8216;required&#8217;      =&gt; false,<br />
</span></address>
<address><span style="color: #0000ff;">&#8216;sort_order&#8217;    =&gt; 64,</span></address>
<address><span style="color: #0000ff;">),</span></address>
<p align="left"><span style="font-style: normal;">3) Add to the content of $customer in AccountController.php (path: /app/code/core/Mage/Customer/controllers/) by grabbing the new fields from posted info, in the createPostAction() function: </span></p>
<address><span style="color: #0000ff;"> $customer = Mage::getModel(&#8216;customer/customer&#8217;)-&gt;<br />
setCompany($this-&gt;getRequest()-&gt;getPost(&#8216;company_name&#8217;));</span></address>
<address><span style="color: #0000ff;"><br />
</span></address>
<address><span style="font-style: normal;">4) Finally,  we will need to add database records to table eav_attribute, corresponding to the newly created fields.  The idea is to add to the associated data model, where newly defined model data is entered as the &#8220;attribute_code&#8221;, with the corresponding entity_type_id (which for this data happens to be &#8217;1&#8242;). </span></p>
</address>
<address><span style="font-style: normal;">Using your favorate SQL editor (i.e. phpMySQL or <a href="http://www.webyog.com/en/">sqlYog</a> &#8212; highly recommended), execute the following SQL statement for each field created above (replacing ‘company’ and ‘Company Name’ with the respective field name information as required):</p>
<p align="left"><em></em></p>
<address><span style="font-style: normal;"><span style="color: #0000ff;"><em>INSERT INTO eav_attribute (entity_type_id, attribute_code, backend_type, frontend_input, frontend_label, is_global,is_visible, is_required, is_configurable, is_filterable_in_search) VALUES(&#8217;1&#8242;, &#8216;company&#8217;, &#8216;varchar&#8217;,  &#8216;text&#8217;, &#8216;Company Name&#8217;, &#8217;1&#8242;, &#8217;1&#8242;, &#8217;0&#8242;,  &#8217;1&#8242;,  &#8217;1&#8242;);</em></p>
<p><em><span style="font-style: normal;"><span style="color: #000000;">Your new registration form could look something like this:</span> <a href="https://buytournesolwine.com/index.php/customer/account/create/">https://buytournesolwine.com/index.php/customer/account/create/</a> </span></em></p>
<p></span></span></address>
<p></span></address>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.aptalent.com%2Fmagento%2Fadding-fields-to-the-default-magento-registration-form&amp;linkname=Adding%20Fields%20to%20the%20Default%20Magento%20Registration%20Form"><img src="http://www.aptalent.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.aptalent.com/magento/adding-fields-to-the-default-magento-registration-form/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Creating &#8220;Pretty Permalinks&#8221; in WordPress</title>
		<link>http://www.aptalent.com/wordpress/creating-pretty-permalinks-in-wordpress</link>
		<comments>http://www.aptalent.com/wordpress/creating-pretty-permalinks-in-wordpress#comments</comments>
		<pubDate>Fri, 01 May 2009 22:31:54 +0000</pubDate>
		<dc:creator>jmoore</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.aptdev.com/?p=50</guid>
		<description><![CDATA[WordPress documentation includes an article on using Permalinks &#8212; providing a nice intro into how to make your blog entries&#8217; URLs more user friendly. For example, a fresh WP 2.7 install uses a post URL in the format: &#8220;http://example.com/?p=N&#8221; (where N = a post number). I wanted to make the permalink URLs for our Aptalent [...]]]></description>
			<content:encoded><![CDATA[<p><strong>WordPress</strong> documentation includes an <a href="http://codex.wordpress.org/Using_Permalinks">article</a> on using Permalinks &#8212; providing a nice intro into how to make your blog entries&#8217; URLs more user friendly.  For example, a fresh WP 2.7 install uses a post URL in the format: &#8220;http://example.com/?p=N&#8221; (where N = a post number).</p>
<p>I wanted to make the permalink URLs for our Aptalent Solutions blog a bit friendlier &#8212; for instance in the format: &#8220;http://example.com/category/post-name/&#8221;.  Since we are using Apache2 under Linux (2.6 kernel) and WordPress 2.7, we needed to make the following 3 changes:<br />
<strong>1) ensure mod_rewrite is enabled in apache2</strong>: depending on your distro, mod_rewrite may be off by default.  To enable, we needed to edit our apache httpd.conf file and ensure the following line was uncommented:<br />
LoadModule rewrite_module modules/mod_rewrite.so</p>
<p>We then needed to find the mod_rewrite.so file (on our system it was located in the /usr/lib/httpd/modules folder) and copy it to the &#8220;modules&#8221; folder under apache (using a command such as &#8220;cp /usr/lib/httpd/modules/mod_rewrite.so /usr/local/apache2/modules/&#8221; (make sure to substitue the location of your apache modules folder).<br />
We  then needed to restart the apache server (&#8230;/apache2/bin/apachectl restart), and check that mod_so.c shows up in Apache&#8217;s included modules (the command &#8220;apachectl -l&#8221; will show you which Apache modules are currently loaded). <br />
<strong>2) add an &#8220;AllowOverride&#8221; directive to the virtualhost entry</strong>: we had to make sure that our apache server&#8217;s <strong>WordPress</strong> site entry had the following entry (located within the conf&#8217;s &lt;VirtualHost&gt; entry):</p>
<p> &lt;Directory &#8220;/var/www/vhosts/WP-physical-directory/&#8221;&gt;</p>
<p>                AllowOverride all</p>
<p>                Options FollowSymLinks</p>
<p>                Order allow,deny</p>
<p>                Allow from all</p>
<p>       &lt;/Directory&gt;</p>
<p>Where &#8220;WP-physical-directory&#8221; is the actual physical folder where your WP site lives.</p>
<p><strong>3) add an .htaccess file</strong>: in the root folder of our WordPress installation, we ran the following commands:<br />
touch .htaccess<br />
chmod 755 .htaccess</p>
<p>And finally, in our <strong>WordPress</strong> admin, under &#8220;Settings&#8221;, &#8220;Permalinks&#8221; we chose the &#8220;Custom&#8221; radio button, and typed &#8220;/%category%/%postname%&#8221; (without the quote marks) as the custom structure format.</p>
<p>Now we can post a permalink URL such as http://www.aptdev.com/wordpress/creating-pretty-permalinks-in-wordpress</p>
<p>Happy posting.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.aptalent.com%2Fwordpress%2Fcreating-pretty-permalinks-in-wordpress&amp;linkname=Creating%20%26%238220%3BPretty%20Permalinks%26%238221%3B%20in%20WordPress"><img src="http://www.aptalent.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.aptalent.com/wordpress/creating-pretty-permalinks-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Aptalent Solutions?</title>
		<link>http://www.aptalent.com/general/hello-world</link>
		<comments>http://www.aptalent.com/general/hello-world#comments</comments>
		<pubDate>Wed, 08 Apr 2009 22:44:51 +0000</pubDate>
		<dc:creator>jeff moore</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.aptdev.com/?p=1</guid>
		<description><![CDATA[Aptalent Solutions is a the development group behind Aptalent, Inc.  a web presence, ecommerce and integration design company dedicated to exceptionally functional, business-oriented applications.]]></description>
			<content:encoded><![CDATA[<p>Aptalent Solutions is a the development group behind Aptalent, Inc.  a web presence, ecommerce and integration design company dedicated to exceptionally functional, business-oriented applications.  We are the makers of vertical ecommerce systems that are fully integrated with accounting backend systems using our own integration engine.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.aptalent.com%2Fgeneral%2Fhello-world&amp;linkname=What%20is%20Aptalent%20Solutions%3F"><img src="http://www.aptalent.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.aptalent.com/general/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

