<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>D-talk (Entries tagged as optimizing)</title>
    <link>http://blog.dynom.nl/</link>
    <description>The little things that pop into mind</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2-beta4 - http://www.s9y.org/</generator>
    
    

<item>
    <title>MySQL 5 optimizing</title>
    <link>http://blog.dynom.nl/archives/MySQL-5-optimizing_20071009_10.html</link>
            <category>MySQL</category>
    
    <comments>http://blog.dynom.nl/archives/MySQL-5-optimizing_20071009_10.html#comments</comments>
    <wfw:comment>http://blog.dynom.nl/wfwcomment.php?cid=10</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.dynom.nl/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    

    <author>nospam@example.com (Mark van der Velden)</author>
    <content:encoded>
    &lt;p&gt;Optimizing MySQL always has been a hot topic for many developers and DBA&#039;s. I always took a lot for granted and never really bothered with optimizing MySQL other then trying to make the best query&#039;s I could.  Over the years I&#039;ve learned a lot more about MySQL and so my journey went into trying to optimize my MySQL server(s). After a lot of trial and error on development machines, it&#039;s time for the real deal &lt;img src=&quot;http://blog.dynom.nl/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;  The first thing to do is use your favorite search engine and learn the basics, you&#039;ll mostly find these phrases: &#039;good queries&#039;, key_buffer_size (or key_buffer), Key_read_requests and Key_reads and memory.&lt;/p&gt;&lt;p&gt;I&#039;m going to talk mostly about MySQL 5 and MySQL 5.1 database tuning. The basics apply to all version but in 5 and 5.1 there are additional parameters not available in previous versions. I&#039;m asuming you are familair with terms as: web servers, indexes, MyISAM, InnoDB, tables, databases, Linux file system (most I talk about applies to windows builds also) &lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://blog.dynom.nl/archives/MySQL-5-optimizing_20071009_10.html#extended&quot;&gt;Continue reading &quot;MySQL 5 optimizing&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 09 Oct 2007 11:20:18 +0200</pubDate>
    <guid isPermaLink="false">http://blog.dynom.nl/archives/guid_20071009_10.html</guid>
    <category>mysql</category>
<category>optimizing</category>

</item>
<item>
    <title>SEO - shared hosting or dedicated hosting</title>
    <link>http://blog.dynom.nl/archives/SEO-shared-hosting-or-dedicated-hosting_20070829_9.html</link>
            <category>Misc</category>
    
    <comments>http://blog.dynom.nl/archives/SEO-shared-hosting-or-dedicated-hosting_20070829_9.html#comments</comments>
    <wfw:comment>http://blog.dynom.nl/wfwcomment.php?cid=9</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.dynom.nl/rss.php?version=2.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    

    <author>nospam@example.com (Mark van der Velden)</author>
    <content:encoded>
    There is much talk going on about it, name based hosting should score more negative in google then dedicated hosted websites.
The opinions are spread, both sides have good arguments but the side that says &quot;it&#039;s mostly bogus&quot; I agree with.

Your site CAN have a more negative ranking then a dedicated one if the IP you host on get&#039;s shitlisted.
Meaning...
 &lt;br /&gt;&lt;a href=&quot;http://blog.dynom.nl/archives/SEO-shared-hosting-or-dedicated-hosting_20070829_9.html#extended&quot;&gt;Continue reading &quot;SEO - shared hosting or dedicated hosting&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 29 Aug 2007 19:20:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.dynom.nl/archives/guid_20070829_9.html</guid>
    <category>google</category>
<category>misc</category>
<category>optimizing</category>
<category>seo</category>
<category>yahoo</category>

</item>
<item>
    <title>String length vs isset to check string length's</title>
    <link>http://blog.dynom.nl/archives/String-length-vs-isset-to-check-string-lengths_20070807_5.html</link>
            <category>PHP</category>
    
    <comments>http://blog.dynom.nl/archives/String-length-vs-isset-to-check-string-lengths_20070807_5.html#comments</comments>
    <wfw:comment>http://blog.dynom.nl/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.dynom.nl/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Mark van der Velden)</author>
    <content:encoded>
    &lt;p&gt;A while ago I&#039;ve had a discussion about the optimal way to determine a string length in PHP. The &lt;b&gt;&lt;i&gt;obvious &lt;/i&gt;&lt;/b&gt;way is to use strlen()&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;php&quot; style=&quot;text-align: left&quot;&gt;&lt;span style=&quot;color: #ff0000&quot;&gt;$str&lt;/span&gt; = &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;This is a string&#039;&lt;/span&gt;;&amp;#160; &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.php.net/echo&#039;);&quot;  href=&quot;http://www.php.net/echo&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;echo&lt;/span&gt;&lt;/a&gt; &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.php.net/strlen&#039;);&quot;  href=&quot;http://www.php.net/strlen&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;strlen&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #ff0000&quot;&gt;$str&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;; &lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;// 16 &lt;/span&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;However to check the length of a minimal requirement it&#039;s actually not that optimal to use strlen. The following is actually much faster (roughly 5 times)&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://blog.dynom.nl/archives/String-length-vs-isset-to-check-string-lengths_20070807_5.html#extended&quot;&gt;Continue reading &quot;String length vs isset to check string length&#039;s&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 07 Aug 2007 13:47:00 +0200</pubDate>
    <guid isPermaLink="false">http://blog.dynom.nl/archives/guid_20070807_5.html</guid>
    <category>isset</category>
<category>optimizing</category>
<category>php</category>
<category>sarcasm</category>
<category>strlen</category>

</item>

</channel>
</rss>