<?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>Anthony Taliercio - Managed Hosting Atlanta</title> <atom:link href="http://www.anthonyt.com/feed/" rel="self" type="application/rss+xml" /><link>http://www.anthonyt.com</link> <description>Call me at 678-365-2828</description> <lastBuildDate>Tue, 07 Jun 2011 00:39:34 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>How to edit php.ini to to increase allowed file size upload on a Plesk dedicated server</title><link>http://www.anthonyt.com/2011/modify-php-ini-to-to-increase-allowed-file-size-upload-on-a-plesk-dedicated-server/</link> <comments>http://www.anthonyt.com/2011/modify-php-ini-to-to-increase-allowed-file-size-upload-on-a-plesk-dedicated-server/#comments</comments> <pubDate>Sun, 22 May 2011 22:18:01 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[Plesk]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=620</guid> <description><![CDATA[How to edit php.ini to to increase allowed file size upload on a Plesk dedicated server I&#8217;m a big fan of Plesk.  It allows novice system administrators to manage a dedicated server via the web browser.  Plesk is one of the web hosting industries best tools. Plesk is setup in such a way that you won&#8217;t want [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://cdn.anthonyt.com/wp-content/plesk300.png"><img
class="alignnone size-full wp-image-622" title="Modify php.ini on a Plesk server" src="http://cdn.anthonyt.com/wp-content/plesk300.png" alt="" width="300" height="93" /></a></p><h1>How to edit php.ini to to increase allowed file size upload on a Plesk dedicated server</h1><p>I&#8217;m a big fan of Plesk.  It allows novice system administrators to manage a dedicated server via the web browser.  Plesk is one of the web hosting industries best tools.</p><p>Plesk is setup in such a way that you won&#8217;t want to make PHP changes directly in the /etc/php.ini config file.  You&#8217;ll have make those changes within the Plesk configuration for the domain.</p><p>To do so you&#8217;ll have to modify the vhost.conf (or vhost_ssl.conf for anything running under SSL).</p><p>Here&#8217;s directions on editing the Plesk vhost.conf file via SSH:</p><blockquote><p>vi /var/www/vhosts/yourdomainname.com/conf/vhost.conf</p></blockquote><p>And then add the following (I chose 60 M but you can make this whatever you want):</p><blockquote><p>&lt;Directory /var/www/vhosts/yourdomainname.com/httpdocs&gt;</p><p>php_admin_value post_max_size 60M</p><p>php_admin_value upload_max_filesize 60M</p><p>&lt;/Directory&gt;</p></blockquote><p>Now you&#8217;ll have to rebuild Plesk to see the new vhost.conf file:</p><blockquote><p>/usr/local/psa/admin/sbin/websrvmng &#8211;reconfigure-vhost &#8211;vhost-name=yourdomainname.com</p></blockquote><p>And then restart Apache:</p><blockquote><p>/etc/init.d/httpd restart</p></blockquote><p>Your server will now allow your web application to upload larger files!</p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2011/modify-php-ini-to-to-increase-allowed-file-size-upload-on-a-plesk-dedicated-server/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Install and configure memcached for Magento 1.5.0.1 on RedHat 5.5</title><link>http://www.anthonyt.com/2011/install-and-configure-memcached-for-magento-on-redhat-5/</link> <comments>http://www.anthonyt.com/2011/install-and-configure-memcached-for-magento-on-redhat-5/#comments</comments> <pubDate>Sun, 15 May 2011 16:44:40 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[Magento]]></category> <category><![CDATA[E-Commerce]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[memcached]]></category> <category><![CDATA[redhat 5]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=588</guid> <description><![CDATA[Magento is a very powerful shopping cart.  Because there are so many requests to the database during each load it&#8217;s speed is depentant upon MySQL. Memcached is a memory caching system used to speed up dynamic database driven websites by caching MySQL in RAM. The service allows MySQL database tables to be stored in memory, [...]]]></description> <content:encoded><![CDATA[<div
id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Magento is a very powerful shopping cart.  Because there are so many requests to the database during each load it&#8217;s speed is depentant upon MySQL.</div><div
id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Memcached is a memory caching system used to speed up dynamic database driven websites by caching MySQL in RAM.</div><div
id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">The service allows MySQL database tables to be stored in memory, thus increasing the speed of Magento.</div><p><a
href="http://cdn.anthonyt.com/wp-content/magento.jpg"><img
class="alignnone size-medium wp-image-590" title="magento" src="http://cdn.anthonyt.com/wp-content/magento-300x84.jpg" alt="magento" width="300" height="84" /></a></p><p><a
href="http://cdn.anthonyt.com/wp-content/memcached_banner75.jpg"><img
class="alignnone size-medium wp-image-589" style="border: 0px initial initial;" title="memcached" src="http://cdn.anthonyt.com/wp-content/memcached_banner75-300x55.jpg" alt="memcached" width="300" height="55" /></a></p><h1>Installing memcached on RedHat 5.5 to speed up Magento 1.5.0.1</h1><p><a
href="http://www.magentocommerce.com/" target="_blank">Magento</a> is a very powerful shopping cart.  Because there are so many requests to the database during each page load it&#8217;s speed is bottlenecked by MySQL.</p><p>The Magento team built in the option to use a few caching systems to help with speed.  Memcached, APC, &amp; xcache are some available options.</p><p>Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of Magento database calls.</p><h2>Install Memcached using an RPM</h2><p>Memcached is not built into RedHat Enterprise Linux 5 by default.  So I&#8217;m going to install an RPM that has the software (<a
href="http://www.lullabot.com/articles/installing-memcached-redhat-or-centos" target="_blank">credit</a>):</p><blockquote><p>rpm -Uhv http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm</p></blockquote><p>RedHat 5.5 has some dependency issues (<a
href="http://stackoverflow.com/questions/4420066/memcached-installing-issues" target="_blank">credit</a>) so we&#8217;ll need to tell Yum how to correct them:</p><blockquote><p>yum &#8211;enablerepo=rpmforge,rpmforge-extras install memcached</p></blockquote><p>Confirm memcached is running:</p><blockquote><p>memcached -h</p></blockquote><h2>Install the PECL extension</h2><p>Now we have to allow PHP to access memcached with the PECL extension:</p><blockquote><p>pecl install memcache</p></blockquote><p>Add the memcache extension to the php.ini file (usually at /etc/php.ini)</p><blockquote><p>extension=memcache.so</p></blockquote><p>Configure memcache</p><blockquote><p>vi /etc/sysconfig/memcached</p></blockquote><p>Depending upon how much RAM you have to play with adjust these settings.  For my install I want to give memcache 2 GB of RAM and listen on localhost:</p><blockquote><p>PORT=&#8221;11211&#8243;</p><p>USER=&#8221;memcached&#8221;</p><p># max connection 2048</p><p>MAXCONN=&#8221;2048&#8243;</p><p># set ram size to 2048 &#8211; 2GB</p><p>CACHESIZE=&#8221;2048&#8243;</p><p># listen to loopback ip 127.0.0.1, for network connection use real ip e.g., 10.0.0.4</p><p>OPTIONS=&#8221;-l 127.0.0.1&#8243;</p></blockquote><p>Verify the the install in PHP info:</p><table
style="border-collapse: collapse; margin-left: auto; margin-right: auto; text-align: left;" border="0" cellpadding="3" width="600"><tbody><tr
class="h" style="background-color: #9999cc; font-weight: bold; color: #000000;"><th
style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; text-align: center !important; border: 1px solid #000000;">memcache support</th><th
style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; text-align: center !important; border: 1px solid #000000;">enabled</th></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">Active persistent connections</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">0</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">Version</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">2.2.6</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">Revision</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">$Revision: 303962 $</td></tr></tbody></table><table
style="border-collapse: collapse; margin-left: auto; margin-right: auto; text-align: left;" border="0" cellpadding="3" width="600"><tbody><tr
class="h" style="background-color: #9999cc; font-weight: bold; color: #000000;"><th
style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; text-align: center !important; border: 1px solid #000000;">Directive</th><th
style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; text-align: center !important; border: 1px solid #000000;">Local Value</th><th
style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; text-align: center !important; border: 1px solid #000000;">Master Value</th></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.allow_failover</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">1</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">1</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.chunk_size</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">8192</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">8192</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.default_port</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">11211</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">11211</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.default_timeout_ms</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">1000</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">1000</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.hash_function</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">crc32</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">crc32</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.hash_strategy</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">standard</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">standard</td></tr><tr><td
class="e" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000;">memcache.max_failover_attempts</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">20</td><td
class="v" style="font-family: sans-serif; font-size: 12px; vertical-align: baseline; background-color: #cccccc; color: #000000; border: 1px solid #000000;">20</td></tr></tbody></table><h2>Set up Memcached as a service</h2><p>Just installing memcached by itself wont don anything.  Now we have to set it up as a service.  Register the script to start with the server:</p><blockquote><p>/sbin/chkconfig &#8211;add memcached</p></blockquote><div>And finally start memcached as a service:</div><blockquote><div>/etc/init.d/memcached start</div></blockquote><h2>Intergrate memcached with Magento</h2><div>To enable Memcached within Magento, you will need to add the following block of code to your app/etc/local.xml file (<a
href="http://blog.nexcess.net/2010/03/22/enabling-memcached-in-magento/" target="_blank">credit</a>)</div><div><blockquote><div><div>&lt;session_save&gt;&lt;![CDATA[memcached]]&gt;&lt;/session_save&gt; &lt;!&#8211; db / memcache / empty=files &#8211;&gt;</div><div>&lt;session_save_path&gt;&lt;![CDATA[tcp://127.0.0.1:11211?persistent=1&amp;weight=2&amp;timeout=10&amp;retry_interval=10]]&gt;&lt;/session_save_path&gt;</div><div>&lt;cache&gt;</div><div>&lt;backend&gt;&lt;![CDATA[memcached]]&gt;&lt;/backend&gt;</div><div>&lt;slow_backend&gt;&lt;![CDATA[database]]&gt;&lt;/slow_backend&gt;</div><div>&lt;memcached&gt;&lt;!&#8211; memcached cache backend related config &#8211;&gt;</div><div>&lt;servers&gt;&lt;!&#8211; any number of server nodes can be included &#8211;&gt;</div><div>&lt;server&gt;</div><div>&lt;host&gt;&lt;![CDATA[127.0.0.1]]&gt;&lt;/host&gt;</div><div>&lt;port&gt;&lt;![CDATA[11211]]&gt;&lt;/port&gt;</div><div>&lt;persistent&gt;&lt;![CDATA[1]]&gt;&lt;/persistent&gt;</div><div>&lt;weight&gt;&lt;![CDATA[1]]&gt;&lt;/weight&gt;</div><div>&lt;timeout&gt;&lt;![CDATA[10]]&gt;&lt;/timeout&gt;</div><div>&lt;retry_interval&gt;&lt;![CDATA[10]]&gt;&lt;/retry_interval&gt;</div><div>&lt;status&gt;&lt;![CDATA[1]]&gt;&lt;/status&gt;</div><div>&lt;/server&gt;</div><div>&lt;/servers&gt;</div><div>&lt;compression&gt;&lt;![CDATA[0]]&gt;&lt;/compression&gt;</div><div>&lt;cache_dir&gt;&lt;![CDATA[]]&gt;&lt;/cache_dir&gt;</div><div>&lt;hashed_directory_level&gt;&lt;![CDATA[]]&gt;&lt;/hashed_directory_level&gt;</div><div>&lt;hashed_directory_umask&gt;&lt;![CDATA[]]&gt;&lt;/hashed_directory_umask&gt;</div><div>&lt;file_name_prefix&gt;&lt;![CDATA[]]&gt;&lt;/file_name_prefix&gt;</div><div>&lt;/memcached&gt;</div><div>&lt;/cache&gt;</div></div></blockquote></div><h2>Flushing Cache</h2><p>Magento is now using Memcached so you wont use the native cache found in  /var/cache.  Anytime you make changes to Magento you&#8217;ll have to flush the memcached cache to see changes.  To flush the cache you&#8217;ll have to Telnet to the memcached service:</p><blockquote><p>telnet localhost 11211</p></blockquote><p>You&#8217;ll see an output:</p><blockquote><p>Trying 127.0.0.1&#8230;</p><p>Connected to localhost.</p><p>Escape character is &#8216;^]&#8217;.</p></blockquote><p>The just give the following command:</p><blockquote><p>flush_all</p></blockquote><p>That&#8217;s all you need to do.. the cache is now flushed.  You can quit the Telnet session and you&#8217;re done.</p><blockquote><p>quit</p><p>Connection to localhost closed by foreign host.</p><p>$</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2011/install-and-configure-memcached-for-magento-on-redhat-5/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Intel Solid State Hard Drives</title><link>http://www.anthonyt.com/2011/intel-solid-state-hard-drives/</link> <comments>http://www.anthonyt.com/2011/intel-solid-state-hard-drives/#comments</comments> <pubDate>Mon, 14 Feb 2011 18:33:13 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[PEER 1]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=568</guid> <description><![CDATA[Managed Hosting Servers with Intel Solid State Hard Drives Intel Solid-State Hard Drives (SSDs) have no moving parts, high reliability and longer life-span than traditional hard drives. This allows SSD to outperform SATA, 15k RPM SAS, and Fibre Channel disk by leaps and bounds. SSD are the new standard for a high I/O database servers. Increase [...]]]></description> <content:encoded><![CDATA[<p><span
class="title" style="font-size: 24px;font-weight: bold;color: #ffffff;font-family: Helvetica;line-height: 110%;"><br
/> Managed Hosting Servers with Intel Solid State Hard Drives</span></p><p><strong>Intel Solid-State Hard Drives</strong> (SSDs) have no moving parts, high reliability and longer life-span than traditional hard drives.</p><p>This allows SSD to outperform SATA, 15k RPM SAS, and Fibre Channel disk by leaps and bounds.</p><p><span
style="font-size:14px;"><strong>SSD are the new standard for a high I/O database servers.</strong></span></p><p><img
src="http://gallery.mailchimp.com/b3cab42c7c2e1dede16002f28/images/intelssd.1.png" border="0" alt="Intel SSD" width="330" height="99" /></p><ul><li> Increase speed of your Managed Hosting server up to 400% faster than 15k SAS</li><li> Same reliability as traditional disk</li><li> Great for database servers with high I/O demands</li><li> Available in 80 or 160 GB size</li></ul><p><strong><span
style="font-size:14px;"><span
style="color:#000000;">To REALLY make your SSD database server <em>smoke</em> from now until 02/28/11 we&#8217;ll DOUBLE THE RAM FREE.</span></span></strong></p><p><strong> </strong></p><p><strong>Call me @ 678-365-2828 &#038; ask me how you can get setup with a SSD server to get the performance you deserve !!!</strong></p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2011/intel-solid-state-hard-drives/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Struggling with PCI Compliance?</title><link>http://www.anthonyt.com/2010/struggling-with-pci-compliance/</link> <comments>http://www.anthonyt.com/2010/struggling-with-pci-compliance/#comments</comments> <pubDate>Wed, 22 Dec 2010 19:38:55 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[PEER 1]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=557</guid> <description><![CDATA[Even Santa struggles with getting the North Pole PCI compliant. What should you do when your bank asks you to become PCI compliance? A great place to start is by reading &#8220;How to Be Compliant&#8221; on pcisecuritystandards.org. PEER 1 Managed Hosting can help your business with the following requirements: - Firewall - Intrusion Detection - [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://cdn.anthonyt.com/wp-content/pcichecklist.png"><img
class="aligncenter size-medium wp-image-559" title="pcichecklist" src="http://cdn.anthonyt.com/wp-content/pcichecklist-300x200.png" alt="pcichecklist" width="300" height="200" /></a></p><p>Even Santa struggles with getting the North Pole PCI compliant.</p><p>What should you do when your bank asks you to become PCI compliance?  A great place to start is by reading &#8220;<a
href="https://www.pcisecuritystandards.org/merchants/how_to_be_compliant.php" target="_blank">How to Be Compliant</a>&#8221; on pcisecuritystandards.org.</p><p>PEER 1 Managed Hosting can help your business with the following requirements:<br
/> - Firewall<br
/> - Intrusion Detection<br
/> - Log Monitoring<br
/> - Backup<br
/> - SSL Encryption<br
/> - Virus Protection<br
/> - Patch Management</p><p>Call me at 678-365-2828 discuss how PEER 1 Hosting can help you.</p><p>We&#8217;re one of the only companies in Atlanta Georgia offering truly secure managed hosting.</p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/struggling-with-pci-compliance/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PEER 1 Hosting Business Class Email</title><link>http://www.anthonyt.com/2010/peer-1-hosting-business-class-email/</link> <comments>http://www.anthonyt.com/2010/peer-1-hosting-business-class-email/#comments</comments> <pubDate>Fri, 13 Aug 2010 20:58:33 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[PEER 1]]></category> <category><![CDATA[Atlanta]]></category> <category><![CDATA[business class email]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Exchange]]></category> <category><![CDATA[hosted]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=550</guid> <description><![CDATA[PEER 1 Hosting recently released its highly anticipated Business Class Email system running off Microsoft Exchange! Why should you outsource your email ? - Eliminate the cost of owning &#38; maintaining in-house email servers. - Save time, money, and system administration resources. - Focus on your core business, let us worry about the technical details. [...]]]></description> <content:encoded><![CDATA[<p>PEER 1 Hosting recently released its highly anticipated Business Class Email system running off Microsoft Exchange!</p><p>Why should you outsource your email ?<br
/> - Eliminate the cost of owning &amp; maintaining in-house email servers.<br
/> - Save time, money, and system administration resources.<br
/> - Focus on your core business, let us worry about the technical details.</p><p>If you have an in-house email server you can save up to 50-90% by outsourcing your email!</p><p>Each Mailbox Includes:<br
/> - Microsoft Outlook 2007 or Entourage for Macs<br
/> - ActiveSync Integration for Mobile Phones<br
/> - Shared Calendar, Contacts, Tasks &amp; Public Folder<br
/> - McAfee MX Logic Antivirus &amp; Anti-spam Filtering Services<br
/> - Backups, Patching &amp; Software Upgrades<br
/> - WebMail Access via Outlook Web Access<br
/> - 3 GB per mailbox, aggregated between accounts</p><p>It starts at only $10 per month per mailbox!</p><p>Call me @ 678-365-2828 for more information.</p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/peer-1-hosting-business-class-email/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>VMware Solutions in Atlanta</title><link>http://www.anthonyt.com/2010/vmware-solutions-in-atlanta/</link> <comments>http://www.anthonyt.com/2010/vmware-solutions-in-atlanta/#comments</comments> <pubDate>Sat, 15 May 2010 20:32:47 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[PEER 1]]></category> <category><![CDATA[Atlanta]]></category> <category><![CDATA[hosting]]></category> <category><![CDATA[IT]]></category> <category><![CDATA[virtualization]]></category> <category><![CDATA[vmware]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=545</guid> <description><![CDATA[PEER 1 Hosting is now offering VMware solutions in the Atlanta, Georgia office. You can now guarantee the highest availability of hosting services with VMware desktop &#38; server virtualization. Reduce IT spending, run enterprise apps with the highest Service Level Agreement, automate IT tasks and create IT agility &#38; efficiency with VMware virtualization. Call me [...]]]></description> <content:encoded><![CDATA[<p>PEER 1 Hosting is now offering VMware solutions in the Atlanta, Georgia office.</p><p>You can now guarantee the highest availability of hosting services with VMware desktop &amp; server virtualization.</p><p>Reduce IT spending, run enterprise apps with the highest Service Level Agreement, automate IT tasks and create IT agility &amp; efficiency with VMware virtualization.</p><p>Call me @ 678-365-2828 for more information.</p><p><a
href="http://cdn.anthonyt.com/wp-content/vmware-vsp.png"><br
/> </a></p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/vmware-solutions-in-atlanta/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ErosEntertainment.com</title><link>http://www.anthonyt.com/2010/erosentertainment-com/</link> <comments>http://www.anthonyt.com/2010/erosentertainment-com/#comments</comments> <pubDate>Wed, 28 Apr 2010 17:10:34 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[Projects I've Worked On]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=537</guid> <description><![CDATA[Eros Entertainment, is an Indian media and entertainment company, involved in the production, acquisition and distribution of filmed entertainment across in movie theaters, on video and television, and in new media. Established in 1977, the company operates in over 50 countries, with offices in India, UK, USA, Dubai, Australia, Fiji, and Isle of Man. It [...]]]></description> <content:encoded><![CDATA[<p><strong>Eros Entertainment</strong>, is an Indian media and entertainment company, involved in the production, acquisition and distribution of filmed entertainment across in movie theaters, on video and television, and in new media.</p><p>Established in 1977, the company operates in over 50 countries, with offices in India, UK, USA, Dubai, Australia, Fiji, and Isle of Man. It releases 30 to 40 films annually, and has a film library containing more than 1,300 titles. Its catalog has more than 900 films and more than 5,000 music videos. (source Wikipedia.org)</p><p><strong>Managed Hosting Customer Since: </strong>2001</p><p><strong>URL:</strong> <a
title="Eros Entertainment" href="http://www.erosentertainment.com" target="_blank">http://www.erosentertainment.com</a></p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/erosentertainment-com/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ticket-Ops.com</title><link>http://www.anthonyt.com/2010/ticket-ops-com/</link> <comments>http://www.anthonyt.com/2010/ticket-ops-com/#comments</comments> <pubDate>Tue, 16 Mar 2010 19:51:05 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[Projects I've Worked On]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=529</guid> <description><![CDATA[Ticket-Ops.com is a leading eTicketing and related services company with a North American focus. Their core competency is in three areas; Attraction industry (20+ years in Attraction Management &#38; Marketing); Internet-focused software; and a creative entrepreneurial approach combined with a service commitment. Managed Hosting Customer Since: January 2010 URL: http://www.ticket-ops.com]]></description> <content:encoded><![CDATA[<p><strong>Ticket-Ops.com</strong> is a leading eTicketing and related services  company with a North American focus. Their core competency is in three  areas; Attraction industry (20+ years in Attraction Management &amp;  Marketing); Internet-focused software; and a creative entrepreneurial  approach combined with a service commitment.</p><p><strong>Managed Hosting Customer Since:</strong> January 2010<br
/> <strong>URL:</strong> http://www.ticket-ops.com</p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/ticket-ops-com/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>KathyIreland.com &#8211; Sterling/Winters Company</title><link>http://www.anthonyt.com/2010/kathyireland-com-sterlingwinters-company/</link> <comments>http://www.anthonyt.com/2010/kathyireland-com-sterlingwinters-company/#comments</comments> <pubDate>Thu, 11 Mar 2010 00:25:33 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[Projects I've Worked On]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=491</guid> <description><![CDATA[KathyIreland.com &#8211; A wife, mother, Sunday school teacher, Chief Designer and CEO of Kathy Ireland Worldwide®, Kathy’s mission is “… finding solutions for families, especially busy moms.” Forbes, Newsweek and Wall Street Journal acknowledge Kathy Ireland as a $1.4 billion design empire. Managed Hosting Customer Since: April 2003 URL: http://www.KathyIreland.com]]></description> <content:encoded><![CDATA[<p><strong>KathyIreland.com</strong> &#8211; A wife, mother, Sunday school teacher, Chief Designer and CEO of Kathy Ireland Worldwide®, Kathy’s mission is “… finding solutions for families, especially busy moms.” Forbes, Newsweek and Wall Street Journal acknowledge Kathy Ireland as a $1.4 billion design empire.</p><p><strong>Managed Hosting Customer Since:</strong> April 2003<br
/> <strong>URL:</strong> http://www.KathyIreland.com</p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/kathyireland-com-sterlingwinters-company/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CGAP.org &#8211; The World Bank</title><link>http://www.anthonyt.com/2010/cgap-org-the-world-bank/</link> <comments>http://www.anthonyt.com/2010/cgap-org-the-world-bank/#comments</comments> <pubDate>Tue, 09 Mar 2010 21:46:47 +0000</pubDate> <dc:creator>Anthony Taliercio</dc:creator> <category><![CDATA[Projects I've Worked On]]></category><guid
isPermaLink="false">http://www.anthonyt.com/?p=485</guid> <description><![CDATA[CGAP.org is an independent policy and research center dedicated to advancing financial access for the world&#8217;s poor. It is supported by over 30 development agencies and private foundations who share a common mission to alleviate poverty. Housed at the World Bank, CGAP provides market intelligence, promotes standards, develops innovative solutions and offers advisory services to [...]]]></description> <content:encoded><![CDATA[<p><strong>CGAP.org</strong> is an independent policy and research center dedicated to advancing financial access for the world&#8217;s poor. It is supported by over 30 development agencies and private foundations who share a common mission to alleviate poverty.</p><p>Housed at the World Bank, CGAP provides market intelligence, promotes standards, develops innovative solutions and offers advisory services to governments, microfinance providers, donors, and investors.</p><p><strong>Managed Hosting Customer Since:</strong> April 2008<br
/> <strong>URL: </strong>http://www.cgap.org</p> ]]></content:encoded> <wfw:commentRss>http://www.anthonyt.com/2010/cgap-org-the-world-bank/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 930/1112 objects using disk: basic
Content Delivery Network via cdn.anthonyt.com

Served from: www.anthonyt.com @ 2012-02-08 05:25:24 -->
