<?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>update &#8211; Blogvaria</title>
	<atom:link href="https://blog.evaria.com/key/update/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.evaria.com</link>
	<description>The personal pages</description>
	<lastBuildDate>Wed, 11 Nov 2015 09:53:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
<site xmlns="com-wordpress:feed-additions:1">1077093</site>	<item>
		<title>How to find and replace text in a MySQL Database using SQL</title>
		<link>https://blog.evaria.com/2015/how-to-find-and-replace-text-in-a-mysql-database-using-sql/</link>
		
		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Wed, 01 Jul 2015 12:46:43 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql admin]]></category>
		<category><![CDATA[statement]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://blog.evaria.com/?p=1571</guid>

					<description><![CDATA[Lets say you have a word or reference you need to change within one (or several) column(s) in one of your tables. The following SQL statement will then come in &#8230; ]]></description>
										<content:encoded><![CDATA[<p>Lets say you have a word or reference you need to change within one (or several) column(s) in one of your tables. The following SQL statement will then come in very handy and may be applied using one of your SQL admin tools. I personally use phpMyAdmin, but any tool or command line should work.</p>
<p><code>UPDATE table_name SET column_name = replace( column_name, 'from_old_value', 'to_the_new_value' ); </code></p>
<p>This post was written in the hope that it may prove useful for someone, and also as a &#8220;reminder&#8221; to myself as I seem to forget this simple yet powerful SQL statement <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1571</post-id>	</item>
		<item>
		<title>How to Disable Automatic Updates in WordPress</title>
		<link>https://blog.evaria.com/2014/how-to-disable-automatic-updates-in-wordpress/</link>
		
		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Wed, 09 Apr 2014 08:05:17 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://blog.evaria.com/?p=1513</guid>

					<description><![CDATA[Since 3.7, a typical WordPress install will now be able to automatically update itself when there is a new minor/security release available without any user input. For example, it will &#8230; ]]></description>
										<content:encoded><![CDATA[<p>Since 3.7, a typical WordPress install will now be able to automatically update itself when there is a new minor/security release available without any user input. For example, it will automatically update itself from WordPress 3.7 to 3.7.1. Auto updates are not enabled by default for major releases like 3.7.1 to 3.8. In this article, we will show you how to disable automatic updates in WordPress.<span id="more-1513"></span></p>
<h3>Why and Who Would Want to Disable Automatic Updates</h3>
<p>On managed WordPress hosting, the host usually takes care of automatic updates for users. But now with WordPress 3.7 this functionality will be available to all WordPress users. The problem is that some of them may not be ready for it yet. Despite warnings many users make modifications to WordPress core which may not be compatible with automatic updates and could affect their WordPress sites.</p>
<p>There are also users who run WordPress for clients and have their own ways to update WordPress when a new version is available. Lastly, there are users who just want to do their updates manually and have more control over it. Please note that even though you can disable automatic updates, it is still highly recommended that you update your WordPress install to the latest version as soon as possible for better security.</p>
<h3>Disabling WordPress Automatic Updates</h3>
<p>Disabling automatic updates in WordPress is easy. Simply add this line of code in your <em>wp-config.php</em> file:</p>
<p><code>define( 'WP_AUTO_UPDATE_CORE', false );</code></p>
<p>This will disable the WordPress automatic updater, and you will still get notified when there is a new version available, so you can update at your own convenience.</p>
<p>We hope that you found this tip useful. What are your thoughts automatic updates? Would you keep them enabled or use the above method to disable them? Let us know by leaving a comment below.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1513</post-id>	</item>
		<item>
		<title>Firefox 3.6 is out</title>
		<link>https://blog.evaria.com/2010/firefox-3-6-is-out/</link>
		
		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Fri, 22 Jan 2010 10:25:00 +0000</pubDate>
				<category><![CDATA[Internet stuff]]></category>
		<category><![CDATA[Tech news]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://blog.evaria.com/?p=1189</guid>

					<description><![CDATA[Firefox version 3.6 is now available for all. And this time around there seams to be a lot of improvements &#8211; and one I&#8217;ve already noticed for sure &#8211; SPEED. &#8230; ]]></description>
										<content:encoded><![CDATA[<p>Firefox version 3.6 is now available for all. And this time around there seams to be a lot of improvements &#8211; and one I&#8217;ve already noticed for sure &#8211; SPEED. 20% faster at least!</p>
<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" data-attachment-id="1190" data-permalink="https://blog.evaria.com/2010/firefox-3-6-is-out/firefox-3-6/" data-orig-file="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2010/01/firefox-3-6.jpg?fit=500%2C325&amp;ssl=1" data-orig-size="500,325" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="firefox-3-6" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2010/01/firefox-3-6.jpg?fit=500%2C325&amp;ssl=1" data-large-file="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2010/01/firefox-3-6.jpg?fit=500%2C325&amp;ssl=1" src="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2010/01/firefox-3-6.jpg?resize=500%2C325&#038;ssl=1" alt="" title="firefox-3-6" width="500" height="325" class="alignleft size-full wp-image-1190" /></p>
<p><a href="http://www.mozilla.com/en-US/firefox/features/">Read all about the upgrade, features and improvements here</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1189</post-id>	</item>
		<item>
		<title>New Beta&#8217;s from Windows Live</title>
		<link>https://blog.evaria.com/2008/new-betas-from-windows-live/</link>
		
		<dc:creator><![CDATA[Wennichen]]></dc:creator>
		<pubDate>Fri, 19 Sep 2008 11:18:59 +0000</pubDate>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[Windows Live]]></category>
		<guid isPermaLink="false">http://blog.evaria.com/?p=974</guid>

					<description><![CDATA[Most of the Microsoft Live products, including Live Messenger, are now available in new Beta versions. Windows Live is Microsoft&#8217;s collection of applications and services that according to them will &#8230; ]]></description>
										<content:encoded><![CDATA[<p><strong>Most of the Microsoft Live products, including Live Messenger, are now available in new Beta versions.</strong></p>
<p>Windows Live is Microsoft&#8217;s collection of applications and services that according to them will help the user to gain information and keep in touch with family, friends and colleagues he/she cares about.</p>
<p>Windows Live was launched back in 2006 with Live releases of existing products like Messenger, Hotmail and Spaces. However, more than 40 Live products was announced at the time but only a few has seen the day of light so far and some will probably never surface at all.</p>
<p>In 2007 Microsoft released a second &#8220;Live wave&#8221;, this time including brand new products like Mail, Photo Gallery, the blogging tool Writer, and several services like Events, SkyDrive, Calendar and Family Safety.</p>
<p>Now Microsoft are building up the release of the <a href="http://windowslivewire.spaces.live.com/blog/cns!2F7EB29B42641D59!6822.entry" target="_blank">third &#8220;Live wave&#8221; </a> of products. First round includes new beta releases of Messenger, Mail, Photo Gallery, Movie Maker, Writer, Toolbar and Family Safety.</p>
<p><span id="more-974"></span></p>
<p><a href="http://download.live.com/" target="_blank"><img data-recalc-dims="1" decoding="async" data-attachment-id="975" data-permalink="https://blog.evaria.com/2008/new-betas-from-windows-live/winlivebeta/" data-orig-file="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/winlivebeta.jpg?fit=505%2C427&amp;ssl=1" data-orig-size="505,427" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Windows Live Installer Beta" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/winlivebeta.jpg?fit=500%2C422&amp;ssl=1" data-large-file="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/winlivebeta.jpg?fit=505%2C427&amp;ssl=1" class="alignnone size-medium wp-image-975" title="Windows Live Installer Beta" src="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/winlivebeta.jpg?resize=500%2C422&#038;ssl=1" alt="" width="500" height="422" srcset="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/winlivebeta.jpg?resize=500%2C422&amp;ssl=1 500w, https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/winlivebeta.jpg?w=505&amp;ssl=1 505w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<p>Microsoft has not made a complete list of all the updates so far but among the news released so far it&#8217;s clear that Live Messenger 2009 amongst others have been given a new design which according to Microsoft will make it easier to configure for each individual user. A screenshot is shown below:</p>
<p><img data-recalc-dims="1" decoding="async" data-attachment-id="977" data-permalink="https://blog.evaria.com/2008/new-betas-from-windows-live/msn-beta-09/" data-orig-file="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/msn-beta-09.jpg?fit=410%2C501&amp;ssl=1" data-orig-size="410,501" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="Windows Live Messenger 2009 beta" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/msn-beta-09.jpg?fit=409%2C500&amp;ssl=1" data-large-file="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/msn-beta-09.jpg?fit=410%2C501&amp;ssl=1" class="alignnone size-full wp-image-977" title="Windows Live Messenger 2009 beta" src="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/msn-beta-09.jpg?resize=410%2C501&#038;ssl=1" alt="" width="410" height="501" srcset="https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/msn-beta-09.jpg?w=410&amp;ssl=1 410w, https://i0.wp.com/blog.evaria.com/wp-content/uploads/2008/09/msn-beta-09.jpg?resize=409%2C500&amp;ssl=1 409w" sizes="(max-width: 410px) 100vw, 410px" /></p>
<p>All beta versions are available in multiple languages <a href="http://download.live.com/" target="_blank">on this page</a>.</p>
<p>To be totally honest I&#8217;ll probably <a href="http://www.digsby.com/features.php" target="_self">stick to Digsby</a> for for now&#8230; However, if you have any thoughts or first impressions with the new Beta series please feel free to share <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">974</post-id>	</item>
		<item>
		<title>Upgrading to WordPress 2.6</title>
		<link>https://blog.evaria.com/2008/upgrading-to-wordpress-26/</link>
					<comments>https://blog.evaria.com/2008/upgrading-to-wordpress-26/#comments</comments>
		
		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Thu, 17 Jul 2008 10:25:54 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://blog.evaria.com/?p=909</guid>

					<description><![CDATA[As recently announced on Egtvedt Web Design (my &#8220;company&#8221; site) the new version of WordPress is available and does not cause any conflicts and errors like version 2.5 did for &#8230; ]]></description>
										<content:encoded><![CDATA[<p>As recently <a href="http://dev.evaria.com/60/">announced on Egtvedt Web Design</a> (my &#8220;company&#8221; site) the new version of WordPress is available and does not cause any <a href="https://blog.evaria.com/2008/wp-plugins-1-fix-and-1-update/">conflicts and errors</a> like version 2.5 did for a lot of people. Thus, I&#8217;ll be updating Blogvaria in a few minutes now.</p>
<p>In the meanwhile you could <a href="http://www.mozilla.com/en-US/firefox/all.html" target="_blank">update your Firefox browser</a> (or install the latest) to version 3.0.1, which includes <a href="http://www.mozilla.org/security/known-vulnerabilities/firefox30.html" target="_blank">several security fixes</a> amongst others.</p>
<p><strong>Update:</strong> Everything seams to work properly. If you notice anything out of the ordinary or have had problems with your update please leave a comment.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.evaria.com/2008/upgrading-to-wordpress-26/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">909</post-id>	</item>
	</channel>
</rss>
