<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Scripts on kenops</title><link>https://www.kenops.io/tags/scripts/</link><description>Recent content in Scripts on kenops</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 26 May 2009 21:34:07 +0000</lastBuildDate><atom:link href="https://www.kenops.io/tags/scripts/index.xml" rel="self" type="application/rss+xml"/><item><title>Website tracking with Google Analytics</title><link>https://www.kenops.io/posts/website-tracking-with-google-analytics/</link><pubDate>Tue, 26 May 2009 21:34:07 +0000</pubDate><guid>https://www.kenops.io/posts/website-tracking-with-google-analytics/</guid><description>&lt;p&gt;&lt;img loading="lazy" src="http://www.vital-mktg.com/blog/images/Google_Analytics.jpg" title="Google Analytics"&gt;I recently started using &lt;a href="http://www.google.com/analytics/" title="Google Analytics"&gt;Google Analytics&lt;/a&gt; to track my web site usage and so far it&amp;rsquo;s been great.  By creating a account, and installing the wordpress plugin &amp;ldquo;&lt;a href="http://wordpress.org/extend/plugins/google-analyticator/"&gt;Google Analyticator&lt;/a&gt;&amp;rdquo; I now get detail on how my site is being viewed.  Great stuff - try it out!&lt;/p&gt;</description></item><item><title>mySql search and replace within a field.</title><link>https://www.kenops.io/posts/mysql-search-and-replace-within-a-field/</link><pubDate>Tue, 19 May 2009 15:22:16 +0000</pubDate><guid>https://www.kenops.io/posts/mysql-search-and-replace-within-a-field/</guid><description>&lt;p&gt;When moving wordpress sites from one domain to another, it&amp;rsquo;s common to have hard coded urls in the database of the old web site.  To update the majority of the posts, you can use the following sql statement to update the post urls.  You may also need to run the statement on the guid foild as well.&lt;/p&gt;
&lt;p&gt;UPDATE wp_posts SET post_content = REPLACE(post_content, &amp;lsquo;staging.server.com&amp;rsquo;, &amp;lsquo;&lt;a href="https://www.productionserver.com"&gt;www.productionserver.com&lt;/a&gt;&amp;rsquo;);&lt;/p&gt;</description></item><item><title>Cool Mac automater Actions</title><link>https://www.kenops.io/posts/cool-mac-automater-actions/</link><pubDate>Mon, 20 Apr 2009 03:40:44 +0000</pubDate><guid>https://www.kenops.io/posts/cool-mac-automater-actions/</guid><description>&lt;p&gt;&lt;a href="http://junecloud.com/software/automator/junecloud-automator-actions.html"&gt;&lt;img loading="lazy" src="http://junecloud.com/images/entries/.junecode/480x800/20090131_7666.jpg" title="Automator Actions"&gt;&lt;/a&gt;I just found cool automater actions at  &lt;a href="http://junecloud.com/software/automator/junecloud-automator-actions.html"&gt;http://junecloud.com&lt;/a&gt; The action I&amp;rsquo;m especially please with is the &amp;ldquo;Create Clean Archive&amp;rdquo; action.  This will create a archive zip file that does not have the usualy .DS_Store files and crap.  Excellent stuff!&lt;/p&gt;</description></item></channel></rss>