<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>East Coast EFX - Trusted by the World’s Most Respected Brands.</title>
  <link>http://www.eastcoastefx.com/</link>
  <description>The EFX Blog</description>
  <language>en-us</language>
  <generator>Vae</generator>
  <item>
   <title>Phusion Passenger on cPanel/WHM</title>
   <description>&lt;p&gt;&lt;a href=&quot;http://www.modrails.com/install.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Phusion Passenger&lt;/a&gt; is an excellent resource which makes deploying your Ruby or Rails app extremely easy. It has suport for both Apache and Nginx. There are plenty of guides online for installation, however we came across a scenario where we needed to deploy an app to an apache2 environment with WHM/cPanel installed.&lt;/p&gt;  &lt;p&gt;First you must install the passenger gem:&lt;/p&gt;  &lt;pre class=&quot;brush: ruby, gutter: true&quot;&gt;  gem install passenger&lt;/pre&gt;  &lt;p&gt;Then you need to run the passenger installer. Assuming it runs without errors, it will give you 2 pieces of code to put in various places, which is what I&amp;#39;m going to talk about in this tutorial.&lt;/p&gt;  &lt;pre class=&quot;brush: bash, gutter: true&quot;&gt;  passenger-install-apache2-module  &lt;/pre&gt;  &lt;p&gt;The first block of code that the installer will tell you to put is the following into your apache configuration file:&lt;/p&gt;  &lt;pre class=&quot;brush: apache, gutter: true&quot;&gt;  # Load Passenger  LoadModule passenger_module /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.11/ext/apache2/mod_passenger.so  PassengerRoot /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.11  PassengerRuby /usr/local/bin/ruby  &lt;/pre&gt;  &lt;p&gt;Note: Your version may be different than what is above. I&amp;#39;d recommend you copy and paste it directly from the output of the installer.&lt;/p&gt;  &lt;p&gt;While you could put it into your httpd.conf, you will lose these changes when an update takes place, thanks to cPanel. So, instead of placing this in httpd.conf, place the above 3 lines of code into &lt;strong&gt;/usr/local/apache/conf/includes/pre_main_global.conf&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The second part of the installer is going to tell you to input the following code into your apache config file&lt;/p&gt;  &lt;pre class=&quot;brush: apache, gutter: true&quot;&gt;  &amp;lt;VirtualHost *:80&amp;gt;      ServerName &amp;#119;&amp;#119;&amp;#119;&amp;#046;&amp;#100;&amp;#111;&amp;#109;&amp;#097;&amp;#105;&amp;#110;&amp;#046;&amp;#111;&amp;#114;&amp;#103;      DocumentRoot /home/username/path-to-app/public      &amp;lt;Directory /home/username/path-to-app/public&amp;gt;          Allow from all          Options -MultiViews      &amp;lt;/Directory&amp;gt;  &amp;lt;/VirtualHost&amp;gt;  &lt;/pre&gt;  &lt;p&gt;If you look in httpd.conf, you will see all the virtual host blocks that are in there. Find the one for your domain, and you will see the following:&amp;nbsp;&lt;/p&gt;  &lt;pre class=&quot;brush: apache, gutter: true&quot;&gt;  # To customize this VirtualHost use an include file at the following location   # &amp;quot;/usr/local/apache/conf/userdata/std/2/username/domain.org/*.conf&amp;quot;  &lt;/pre&gt;  &lt;p&gt;So instead of modifying httpd.conf directly, we need to create a config file, tell apache to check for includes, automatically update httpd.conf, distill, then restart. Instead of using vi, you can also use vim, pico or the editor of your choice. The filename doesn&amp;#39;t matter, I used extra.conf here.&lt;/p&gt;  &lt;pre class=&quot;brush: bash, gutter: true&quot;&gt;  mkdir -p /usr/local/apache/conf/userdata/std/2/username/domain.org/  vi /usr/local/apache/conf/userdata/std/2/username/domain.org/extra.conf  &lt;/pre&gt;  &lt;p&gt;Then put the following into this file:&lt;/p&gt;  &lt;pre class=&quot;brush: apache, gutter: true&quot;&gt;  DocumentRoot /home/username/path-to-app/public    &amp;lt;Directory /home/username/path-to-app/public&amp;gt;      Allow from all      Options -MultiViews    &amp;lt;/Directory&amp;gt;  &lt;/pre&gt;  &lt;p&gt;Next run the following:&lt;/p&gt;  &lt;pre class=&quot;brush: bash, gutter: true&quot;&gt;  /scripts/ensure_vhost_includes --user=username  /usr/local/cpanel/bin/apache_conf_distiller --update  /usr/local/cpanel/bin/build_apache_conf  /etc/init.d/httpd restart  &lt;/pre&gt;  &lt;p&gt;That&amp;#39;s it! You should now visit your url and see the Passenger screen if there are any errors, or you&amp;#39;ll see your app live if you&amp;#39;ve set it up correctly!&lt;/p&gt;  </description>
   <link>http://www.eastcoastefx.com/blog/2012/01/01/phusion-passenger-on-cpanel-whm</link>
   <guid>http://www.eastcoastefx.com/blog/2012/01/01/phusion-passenger-on-cpanel-whm</guid>
  </item>
  <item>
   <title>Unbind OSX Play Button</title>
   <description>&lt;p&gt;&lt;img alt=&quot;unbind osx play button&quot; class=&quot;left&quot; src=&quot;http://eastcoastefx.vaesite.com/__data/uploads/images/spotify.png&quot; style=&quot;width: 150px; height: 150px; &quot; /&gt;If you are a fan of Spotify like all of us around the office, you know how pesky it can be if Spotify isn&amp;#39;t open and you hit the&amp;nbsp;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 13px; line-height: 16px; &quot;&gt;►&lt;/span&gt;/&lt;em style=&quot;font-weight: bold; font-style: normal; color: rgb(0, 0, 0); font-family: arial, sans-serif; line-height: 16px; font-size: small; &quot;&gt;II&lt;/em&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: arial, helvetica, clean, sans-serif; font-size: 13px; line-height: 16px; &quot;&gt;&amp;nbsp;button on your Mac keyboard, and iTunes pops up in your face, thus requiring a prompt quit. If you are a fan of VLC, this can also be frustrating when trying to play movies and you get a bouncing iTunes icon eager to interrupt your flick.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;To fix this, NoMitsu released a great, fast and easy .dmg installer to unbind the key. It still operates as normally when your programs are open, it just won&amp;#39;t try to open iTunes at an inopportune time. You can download the file &lt;a href=&quot;http://nomitsu-kronos.hd.free.fr/download.php?file=mmfix&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. You can uninstall fix just as easily by running the installer again.&lt;/p&gt;  &lt;p&gt;Note that if you download any OS X updates, you will probably need to re-install this patch.&lt;/p&gt;  </description>
   <link>http://www.eastcoastefx.com/blog/2011/12/27/unbind-osx-play-button</link>
   <guid>http://www.eastcoastefx.com/blog/2011/12/27/unbind-osx-play-button</guid>
  </item>
  <item>
   <title>Link Emperor Review</title>
   <description>&lt;p&gt;&lt;img alt=&quot;link emperor review&quot; class=&quot;left&quot; src=&quot;http://eastcoastefx.vaesite.com/__data/uploads/images/link-emperor.jpg&quot; /&gt;&lt;/p&gt;  &lt;p&gt;When it comes to SEO, there are a million and one services out there which get the job done. Not only that, but there are a million and one methods to do it. This can make things a little (read: very) confusing when you don&amp;#39;t necessarily have 8 hours a day to dedicate to manually backlinking, researching, testing, re-testing and managing your campaigns. That&amp;#39;s where &lt;a href=&quot;http://www.linkemperor.com/?a=10371efc3ebe&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Link Emperor&lt;/a&gt; comes in.&lt;/p&gt;  &lt;p&gt;Not long ago, our company East Coast EFX had the pleasure of completely redesigning the &lt;a href=&quot;http://www.linkemperor.com/?a=10371efc3ebe&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Link Emperor website&lt;/a&gt;. The owners of the and creators of this service, Kevin &amp;amp; Bobby, are not only long-time business associates but good friends. All potential bias aside, in this Link Emperor Review I would like to give a bit of insight into this service and why we around the office all use it for our personal SEO projects (it&amp;nbsp;would work for all our client projects just as well, but generally the client has very exact guidelines that are to be followed so we honor that first and foremost).&lt;/p&gt;  &lt;p&gt;First of all, what is it? Link Emperor&amp;nbsp;is&amp;nbsp;a full-service SEO solution which allows you to take a completely hands-off approach to building your campaign, link building, keyword tracking, and more. The best part about it is, they offer (at the time of this writing)&amp;nbsp;&lt;strong&gt;18&lt;/strong&gt; different backlinking strategies to create a&amp;nbsp;&lt;em&gt;diverse portfolio&amp;nbsp;&lt;/em&gt;of links to your money sites. This isn&amp;#39;t just a basic linkwheel with a glaring footprint. This is a greatly varying array of all different&amp;nbsp;&lt;strong&gt;types&lt;/strong&gt;&amp;nbsp;of links to give you an all-in-one command center to automatically administer all your SEO needs. The more you diversify, the better off you are. There are several of these linking types which are exclusive to&amp;nbsp;&lt;a href=&quot;http://www.linkemperor.com/?a=10371efc3ebe&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Link Emperor&lt;/a&gt;&amp;nbsp;too, meaning not only do you get the most common types (directory submissions, blog commenting, link indexing, forum profile creations, etc), but several other completely unique strategies as well that aren&amp;#39;t offered elsewhere. A complete list can be found&amp;nbsp;&lt;a href=&quot;http://www.linkemperor.com/link-building?a=10371efc3ebe&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Here&amp;#39;s the general flow&amp;mdash;after completing all your on-page SEO (proper h1 tags, title tags, google chrome audits for page speed, keyword density, etc), you log into Link Emperor and create a new campaign. You insert all your multiple landing pages along with their assigned keywords, save it, and let Link Emperor go to work. Because your account is linked with your Google AdWords account, your landing pages &amp;amp; keywords will be analyzed on many different levels in order to generate a &amp;quot;target value&amp;quot; for each keyword. This target value takes many many different factors into account, and it will&amp;nbsp;&lt;em&gt;automatically&lt;/em&gt;&amp;nbsp;update in real-time according to a) keyword volume b) analyzed on-page score for that landing page c) past backlinking effectiveness d) current rank e) competition as well as a slew of other factors.&lt;/p&gt;  &lt;p&gt;What does this mean to you? Well, it means you can take a hands-off approach to your campaigns. All you need to do is do your initial research, set up your articles and on-page SEO, input them into the admin area, double-check your target values and let&amp;nbsp;&lt;a href=&quot;http://www.linkemperor.com/?a=10371efc3ebe&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Link Emperor&lt;/a&gt;&amp;nbsp;go to work for you! I advise you to check out the many additional features that this service offers which I don&amp;#39;t mention in this article. You can find them on their&amp;nbsp;&lt;a href=&quot;http://www.linkemperor.com/?a=10371efc3ebe&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;homepage&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;So, that&amp;#39;s great and all, but what about the most important thing?&amp;nbsp;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Results&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;Below is a screenshot from 2 different campaigns. The first campaign is a fresh project we started about 2 months ago, and as you can see in the screenshots Link Emperor really gave us enormous boosts in rankings in a very short time.&lt;/p&gt;  &lt;p&gt;The second screenshot is perhaps a little more interesting to more verteran SEO&amp;#39;ers who want to see what this service can do for established campaigns that are already in really competitive positions, fighting to get to #1. For campaign 2, we had this running for over a year, and despite using several different backlinking methods our rankings never really moved much in the course of the year. You can see here that within a month we actually had an awesome boost in rankings, and our revenue from one keyword tripled just from moving up one spot!&lt;/p&gt;  &lt;p&gt;So I encourage you to &lt;a href=&quot;http://www.linkemperor.com/?a=10371efc3ebe&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;sign up now&lt;/a&gt;! They also offer a 3-day trial if you&amp;#39;re interested, just click the link and you will see the trial link on the homepage.&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;link emperor review campaigns&quot; src=&quot;http://eastcoastefx.vaesite.com/__data/uploads/images/link-emperor-review-campaigns.jpg&quot; style=&quot;margin: 0 auto; display:block; &quot; /&gt;&lt;/p&gt;  </description>
   <link>http://www.eastcoastefx.com/blog/2011/11/12/link-emperor-review</link>
   <guid>http://www.eastcoastefx.com/blog/2011/11/12/link-emperor-review</guid>
  </item>
  <item>
   <title>Change your New Tab background in Chrome</title>
   <description>&lt;p&gt;&lt;a href=&quot;http://eastcoastefx.vaesite.com/__data/uploads/images/background.png&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;change chrome new tab background&quot; class=&quot;left&quot; src=&quot;http://eastcoastefx.vaesite.com/__data/uploads/images/background.png&quot; style=&quot;width: 200px; height: 200px; &quot; /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It&amp;#39;s a fact that design nuts love to customize their workflow - I for one am guilty. If you&amp;#39;re into this sort of thing, you may enjoy&amp;nbsp;&lt;a href=&quot;http://lifehacker.com/5843052/change-the-mission-control-and-dashboard-background-in-mac-os-x-lion&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;this article&lt;/a&gt;&amp;nbsp;about customizing the background of Dashboard in Lion. I did this the other day, it looked much nicer than the default &amp;quot;Lego&amp;quot; pattern. Naturally I wanted to take it a step further and change the background of my Google Chrome &amp;quot;New Tab&amp;quot; wallpaper as well. Unfortunately, all the default themes in Chrome&amp;#39;s repository are atrocious - not to mention some might only wish to change the background and leave the rest of Chrome&amp;#39;s elegant design &amp;quot;as is.&amp;quot; Here&amp;#39;s your guide on how to do just that.&lt;/p&gt;  &lt;p&gt;For this example, I&amp;#39;ll use the above tiled image that I personally used for both Dashboard and chrome - a nice velvet looking criss-cross pattern. Click to view it full-size, and save it if you want to use it. Otherwise use some Google-Fu to find a nice tileable image (large full size images work as well, I just find them distracting).&lt;/p&gt;  &lt;p&gt;While it would seem changing the background would be easy as changing a line in the default Chrome CSS file, it&amp;#39;s all packaged using Google&amp;#39;s equivalent of a zip file, not to mention hidden like valuable collector toys at a garage sale. Therefore, we need to create a barebones theme, with the New Tab background being the only thing defined.&amp;nbsp;&lt;/p&gt;  &lt;p&gt;First, you&amp;#39;ll want to create a new folder on your desktop for the theme. I called mine&amp;nbsp;&lt;strong&gt;velvet&lt;/strong&gt;. Inside of your newly created folder, create another new folder called&amp;nbsp;&lt;strong&gt;images&lt;/strong&gt;. Inside this images folder is where you will place your background file. Note: &lt;em&gt;It must be in .png format&lt;/em&gt;.&lt;/p&gt;  &lt;p&gt;Next, you will need to create a new empty .txt file, and rename it to&amp;nbsp;&lt;strong&gt;manifest.json&lt;/strong&gt;. You can use any standard text editor to modify this file, just as long as it&amp;#39;s not Front Page 98.&lt;/p&gt;  &lt;p&gt;Paste in the code below.&lt;/p&gt;  &lt;pre class=&quot;brush: javascript&quot;&gt;  {    &amp;quot;version&amp;quot;: &amp;quot;1.0&amp;quot;,    &amp;quot;name&amp;quot;: &amp;quot;Velvet&amp;quot;,    &amp;quot;theme&amp;quot;: {      &amp;quot;images&amp;quot; : {        &amp;quot;theme_ntp_background&amp;quot; : &amp;quot;images/background.png&amp;quot;      },      &amp;quot;colors&amp;quot; : {        &amp;quot;ntp_link&amp;quot;: [255,255,255],         &amp;quot;ntp_text&amp;quot;: [255,255,255],         &amp;quot;ntp_section_link&amp;quot;: [255,255,255],         &amp;quot;ntp_section_text&amp;quot;: [25,25,25],        &amp;quot;ntp_background&amp;quot;: [25,25,25]      },      &amp;quot;tints&amp;quot; : {        },      &amp;quot;properties&amp;quot; : {        &amp;quot;ntp_background_repeat&amp;quot;: &amp;quot;repeat&amp;quot;      }    }  }  &lt;/pre&gt;  &lt;p&gt;Then change the following:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;    The&amp;nbsp;&lt;strong&gt;name&lt;/strong&gt; of your theme&lt;/li&gt;   &lt;li&gt;    The filename of the .png file you used for your background.&lt;/li&gt;   &lt;li&gt;    If you are using a light colored image, you can delete everything inside of &amp;quot;colors&amp;quot;, just like everything is deleted from inside &amp;quot;tints.&amp;quot; This will leave it at the default of Chrome, which is configured to display everything on light backgrounds. I want the text to appear white however so I can see it on a dark background. Note: All colors must be in RGB.&lt;/li&gt;   &lt;li&gt;    If you want the background color (which is underneath the image) to match the image during the very brief time the image loads (to prevent flickering), change &lt;strong&gt;ntb_background&lt;/strong&gt; to an all-around average color of your image.&amp;nbsp;&lt;/li&gt;   &lt;li&gt;    If you are using an image which is tileable, leave &amp;quot;ntp_background_repeat&amp;quot; on&amp;nbsp;&lt;strong&gt;repeat&lt;/strong&gt;. If you are using a large image however, change this to&amp;nbsp;&lt;strong&gt;no-repeat&lt;/strong&gt;.&amp;nbsp;&lt;/li&gt;  &lt;/ol&gt;  &lt;p&gt;After that, save your manifest.json file, and open up Chrome. Paste in the following in the URL bar:&amp;nbsp;&lt;strong&gt;&lt;a href=&quot;chrome://extensions&quot; target=&quot;_blank&quot;&gt;chrome://extensions&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Click on &amp;quot;Load unpacked extension...&amp;quot;, select the folder you created on your desktop, and then hit OK. Don&amp;#39;t navigate inside the folder so you see images or the manifest file, just select the root folder then click confirm. You should now be able to open a new tab and see your changes. Note: If you receive a message that your manifest.json file has errors, go back and look to make sure there are no floating commas at the end of the last line. It gives you a line number so finding these errors should be easy. You can also go back and tweak things if necessary.&lt;/p&gt;  &lt;p&gt;Once you&amp;#39;re satisified - go back to &lt;a href=&quot;chrome://extensions&quot; target=&quot;_blank&quot;&gt;chrome://extensions&lt;/a&gt; and select &amp;quot;Pack Extension...&amp;quot; For &amp;quot;Extension root directory&amp;quot; select the theme folder again, and confirm. You don&amp;#39;t need to specify a key unless you plan to upload it to the theme database and update it in the future. Once all is said and done you should have a .crx file containing your theme next to your original theme folder. All that&amp;#39;s left to do is drag the theme.crx file into chrome. It will ask if you want to continue, just hit accept and the theme will be installed.&lt;/p&gt;  &lt;p&gt;If you get a CRX_FILE_NOT_READABLE error message, it&amp;#39;s likely because you need to update Chrome, or you&amp;#39;re using some sort of weird build and will need to re-install. I recieved this message using Chromium, however the theme worked just fine on my VM with Windows 7. Worst case scenario is you move the folder into an obscure location and from then on just hit &amp;quot;Load unpacked extension...&amp;quot; whenever you want it to show up. Even if you quit chrome and re-open it, it will still be loaded so that is the good news.&lt;/p&gt;  &lt;p&gt;&lt;a href=&quot;http://eastcoastefx.vaesite.com/__data/uploads/images/chrome.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;change background of chrome new tab&quot; src=&quot;http://eastcoastefx.vaesite.com/__data/uploads/images/chrome.jpg&quot; style=&quot;width: 710px; height: 507px; &quot; /&gt;&lt;/a&gt;&lt;/p&gt;  </description>
   <link>http://www.eastcoastefx.com/blog/2011/09/26/change-your-new-tab-background-in-chrome</link>
   <guid>http://www.eastcoastefx.com/blog/2011/09/26/change-your-new-tab-background-in-chrome</guid>
  </item>
  <item>
   <title>Throttling Bandwidth in OS X</title>
   <description>&lt;p&gt;When you&amp;#39;ve got a low latency 20 megabit connection that load pages in an instant, it&amp;#39;s impossible to see how our unfortunate internet brethren may see your page load. This particular set of commands that throttle bandwidth proved extremely useful to me when getting certain javascript functions to work before the page was fully loaded. &amp;quot;ipfw&amp;quot; is shipped with OS X and is probably present in some linux distros.&lt;/p&gt;  &lt;pre class=&quot;brush: bash, gutter: false&quot;&gt;  sudo ipfw pipe 1 config bw 40KByte/s&lt;/pre&gt;  &lt;p&gt;This creates a pipe that only allows up to 40KB/s to go through. If you want to simulate dial-up, set it to 5KByte/s!&lt;/p&gt;  &lt;pre class=&quot;brush: bash, gutter: false&quot;&gt;  sudo ipfw add 1 pipe 1 src-port 80&lt;/pre&gt;  &lt;p&gt;This will attach that pipe on port 80, effectively throttling its bandwidth.&lt;/p&gt;  &lt;pre class=&quot;brush: bash, gutter: false&quot;&gt;  sudo ipfw delete 1&lt;/pre&gt;  &lt;p&gt;When you&amp;#39;re all done you&amp;#39;ll want to remove the bandwidth restriction, unless you&amp;#39;re old and miss the days of having slow internet, revelling in anticipation as jpegs slowly load.&amp;nbsp;&lt;/p&gt;  &lt;p&gt;There you have it! No need to download extra software to throttle your bandwidth.&lt;/p&gt;  </description>
   <link>http://www.eastcoastefx.com/blog/2011/09/07/throttle-bandwidth-in-os-x</link>
   <guid>http://www.eastcoastefx.com/blog/2011/09/07/throttle-bandwidth-in-os-x</guid>
  </item>
  <item>
   <title>Custom Mac Dock</title>
   <description>&lt;p&gt;If you ever get tired of the white, glossy dock that comes pre-installed with OS X, or are looking for that extra little touch to match your &lt;a href=&quot;http://interfacelift.com/icons/downloads/downloads/mac_os_x/index2.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;icon set&lt;/a&gt;, you can install different designs a custom Mac dock (tested in Snow Leapard and Lion).&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;    Go to finder, and press ⌘+Shift+G.&lt;/li&gt;   &lt;li&gt;    In the &amp;#39;go to folder&amp;#39; box, type&amp;nbsp;&lt;strong&gt;/System/Library/CoreServices&lt;/strong&gt;&lt;/li&gt;   &lt;li&gt;    Right click on Dock.app and select Show Package Contents.&lt;/li&gt;   &lt;li&gt;    Navigate to &lt;strong&gt;Contents &amp;gt; Resources&lt;/strong&gt;.&lt;/li&gt;  &lt;/ol&gt;  &lt;p&gt;Back up all the files you see in the Resources folder so you have a copy of the default dock, and then replace it with all the files in the zip file. I didn&amp;rsquo;t design this dock from scratch, but I mixed and matched a lot of different dock styles that I found online and ended up with this custom mac dock that looks amazing. It&amp;#39;s black, sleek, with a matte finish, and includes a nice strip of reflective gloss. For the open app icons it is a subtle blue glowing LED.&lt;/p&gt;  &lt;p&gt;&lt;a href=&quot;http://eastcoastefx.vaesite.com/__data/uploads/files/efx-black.zip&quot;&gt;Download Now&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;custom mac dock&quot; src=&quot;http://eastcoastefx.vaesite.com/__data/uploads/images/Screen Shot 2011-09-02 at 7_34_45 PM.png&quot; style=&quot;width: 408px; height: 125px; &quot; /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img alt=&quot;custom mac dock 2&quot; src=&quot;http://eastcoastefx.vaesite.com/__data/uploads/images/Screen Shot 2011-09-02 at 7_33_58 PM.png&quot; style=&quot;width: 710px; height: 57px; &quot; /&gt;&lt;/p&gt;  </description>
   <link>http://www.eastcoastefx.com/blog/2011/09/02/custom-mac-dock</link>
   <guid>http://www.eastcoastefx.com/blog/2011/09/02/custom-mac-dock</guid>
  </item>
  <item>
   <title>Search Within Files</title>
   <description>&lt;p&gt;Are you ever modifying a theme or plugin, and you want to find one simple element inside someone else&amp;rsquo;s code, but can&amp;rsquo;t be bothered sifting through hundreds if not trillions of files doing &amp;quot;find&amp;quot; to search for that one little bit of text? This command will solve that problem - It allows you to search within files on your server, as opposed to searching just the filenames which is the default on most FTP programs.&lt;/p&gt;  &lt;p&gt;Say are modifying a Wordpress gallery plugin to display a caption underneath where it&amp;#39;s outputting a title. After using Firebug to find that the title is called &amp;quot;portfolio_title,&amp;quot; you look through a few obvious files in the plugin folder and can&amp;#39;t seem to find where it&amp;#39;s located.&lt;/p&gt;  &lt;p&gt;First you need to SSH into your server as root via something like Terminal for OS X, or PuTTY for Windows. Replace the example IP below with your actual server IP. Use &lt;a href=&quot;http://www.domaintools.com/&quot; target=&quot;_blank&quot;&gt;domaintools.com&lt;/a&gt; to find the IP of your server if you don&amp;#39;t already know it.&lt;/p&gt;  &lt;pre class=&quot;brush: bash&quot;&gt;  ssh root@208.28.14.187&lt;/pre&gt;  &lt;p&gt;After you enter your password, you need to run the following command. When you enter your password, you likely won&amp;#39;t see the cursor moving, this is normal. Replace the * wildcard below with the name of the cPanel account. Also replace xyz with whatever folder you are searching in.&lt;/p&gt;  &lt;pre class=&quot;brush: bash&quot;&gt;  find /home/*/public_html/xyz/ -exec grep -l &amp;quot;portfolio_title&amp;quot; {} \; | xargs grep &amp;quot;portfolio_title&amp;quot;&lt;/pre&gt;  &lt;p&gt;Alternatively, you can just leave the * in the command and have it search through all accounts.&lt;/p&gt;  </description>
   <link>http://www.eastcoastefx.com/blog/2011/09/02/search-within-files</link>
   <guid>http://www.eastcoastefx.com/blog/2011/09/02/search-within-files</guid>
  </item>
  <item>
   <title>New Look for EFX</title>
   <description>&lt;p&gt;&lt;em&gt;Welcome to the new EFX&lt;/em&gt;.&lt;/p&gt;  &lt;p&gt;We decided that with multiple international offices opening up, and our main focus moving from catering primarily the east coast to all over the world, we would completely revamp our image, our goals, and the look and feel of our infrastructure and site. Our new brand still retains &amp;#39;east coast&amp;#39; in its official name, because it&amp;#39;s a part of our golden past that has brought us to where we are today, but we now emphasize the EFX - the part that defines what we can do for you. It&amp;#39;s what sets us apart from the thousands of other agencies out there. 10 years into this, and we have defined a strong standard and have established ourselves as an industry leader who sets examples for others to follow for years to come.&lt;/p&gt;  &lt;p&gt;Our company has rapidly grown in the last 24 months to an international agency with new offices opening in great places such as UAE. We have refined&amp;nbsp;&lt;strong&gt;every&lt;/strong&gt; aspect of our process, relentlessly sifting through every aspect with a fine-tooth comb to help&lt;b&gt;&amp;nbsp;&lt;/b&gt;you where it counts: more revenue from your websites, more attention from the public, and more positive reviews and loyal customers.&lt;/p&gt;  &lt;p&gt;Our team includes 3 new featured and full-time web developers that we are excited to bring on board, as well as 2 new designers who have joined our team of experts who deliver drop-dead gorgeous work. Every time.&lt;/p&gt;  &lt;p&gt;I encourage you to browse around our new site and learn a bit more about what we can do for you. We around the offices are looking forward to hearing from you and I can&amp;#39;t wait to see what unfolds!&lt;/p&gt;  &lt;p&gt;Kind regards,&lt;/p&gt;  &lt;p&gt;Travis Skindzier&lt;br /&gt;   &lt;span style=&quot;color: #747474;&quot;&gt;President, and chief technical officer&lt;/span&gt;&lt;/p&gt;  </description>
   <link>http://www.eastcoastefx.com/blog/2011/08/21/new-look-for-efx</link>
   <guid>http://www.eastcoastefx.com/blog/2011/08/21/new-look-for-efx</guid>
  </item>
 </channel>
</rss>
