<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://tech.saigonist.com/taxonomy/term/27/all" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>chrome</title>
    <link>http://tech.saigonist.com/taxonomy/term/27/all</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Start a separate Chrome app on OSX with flags from Terminal</title>
    <link>http://tech.saigonist.com/b/osx/start-separate-chrome-app-osx-flags-terminal</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;March 16, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/chrome&quot;&gt;chrome&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/command-line&quot;&gt;command line&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/incognito&quot;&gt;incognito&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Chrome can be opened from the command line. And by running it from the command line you can configure Chrome with a number of options, there are several hundred possible flags which you can start Chrome with.&lt;/p&gt;

&lt;p&gt;First of all, just to start/open Chrome from the command line instead of the Dock (or Spotlight) all you need is the path to the Chrome app binary. This is the absolute location of Chrome on Mac OS X: &lt;code&gt;/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome&lt;/code&gt;. You can copy and paste that to Terminal and it should open Chrome without any special options, or...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Wed, 16 Mar 2016 09:42:00 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">73 at http://tech.saigonist.com</guid>
  </item>
  <item>
    <title>Manage clearing / refreshing cache in Chrome when reloading page</title>
    <link>http://tech.saigonist.com/b/server/manage-clearing-refreshing-cache-chrome-when-reloading-page</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;March 16, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/cache&quot;&gt;cache&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/chrome&quot;&gt;chrome&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Web developers are constantly clicking the refresh button in their browser to see their latest changes. It almost becomes like a nervous tick, clicking that refresh to get that fix. And it&#039;s frustrating when changes on the backend don&#039;t result in the reward-inducing changes in the page loaded by the browser.&lt;/p&gt;

&lt;h2&gt;Web page caching explained&lt;/h2&gt;

&lt;p&gt;There&#039;s two levels of caching, and we deal with them in different places. First, there&#039;s flushing any cached resources in the browser, whether in the browser&#039;s memory or in files. And then there&#039;s requesting non-cached resources from the web...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Wed, 16 Mar 2016 05:54:42 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">71 at http://tech.saigonist.com</guid>
  </item>
  <item>
    <title>How to save battery life on MacBooks</title>
    <link>http://tech.saigonist.com/b/osx/how-save-battery-life-macbooks</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;March 12, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/battery&quot;&gt;battery&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/energy&quot;&gt;energy&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/chrome&quot;&gt;chrome&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Here are some tips I use to optimize battery life on my MacBook Pro. Being aware of energy hogging apps (all browsers) and pausing them can extend your battery life to what Apple advertises.&lt;/p&gt;

&lt;ol&gt;&lt;li&gt;Open Activity Monitor and switch to the Energy pane. This will tell you who the big offenders are. Chrome is a notorious energy hog, but Safari would be #1 too if you&#039;re using it to do a lot of browsing. If there&#039;s anything else in there which isn&#039;t obvious (like video players, bitcoin miners ;) then you may want to shut them down while you&#039;re on battery power. You can also get a summary&lt;/li&gt;...&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 11 Mar 2016 19:39:00 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">65 at http://tech.saigonist.com</guid>
  </item>
  <item>
    <title>Learn CSS by playing with resources at hand: Chrome Developer Tools</title>
    <link>http://tech.saigonist.com/b/code/learn-css-playing-resources-hand-chrome-developer-tools</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;March 2, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/css&quot;&gt;css&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/chrome&quot;&gt;chrome&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;CSS is all around us. It&#039;s the invisible language that dictates how every web page, including the one you&#039;re reading now, looks - from color to size and shape, layouts and positions of each piece, all that we call &quot;style&quot;. CSS stands for Cascading Style Sheets, a stylesheet simply being the text file containing the CSS definitions. You can take a look at a stylesheet now by right-clicking somewhere in a web page and selecting &quot;Inspect&quot; in Chrome or &quot;Inspect element&quot; in Safari. But you should use Chrome for this exercise.&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Wed, 02 Mar 2016 16:54:00 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">39 at http://tech.saigonist.com</guid>
  </item>
  <item>
    <title>Selenium IDE vs Selenium Webdriver vs CasperJS</title>
    <link>http://tech.saigonist.com/b/code/selenium-ide-vs-selenium-webdriver-vs-casperjs</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;November 24, 2015&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/webcrawler&quot;&gt;webcrawler&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/scrape&quot;&gt;scrape&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/selenium&quot;&gt;selenium&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/casperjs&quot;&gt;casperjs&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/phantomjs&quot;&gt;phantomjs&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/javascript&quot;&gt;javascript&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/chrome&quot;&gt;chrome&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/firefox&quot;&gt;firefox&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Or more specifically: Selenium IDE (Firefox plugin) vs Selenium Webdriver (Python and other languages) vs CasperJS (and PhantomJS or SlimerJS)&lt;/p&gt;&lt;p&gt;Selenium allows you, a programmer or non-programmer, to control a web browser and make it do things that you would otherwise do manually. With that ability, you can test your website over and over (and automatically from cron), similate users, or visit any number of web pages and read data (web scraping) on them and save to a file for processing.&lt;/p&gt;&lt;p&gt;If you go to the &lt;a href=&quot;http://www.seleniumhq.org/download/&quot;&gt;Selenium website&lt;/a&gt; you will...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 24 Nov 2015 03:50:23 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">14 at http://tech.saigonist.com</guid>
  </item>
  </channel>
</rss>
