<?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>Networknet.nl &#187; wordpress</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:46:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MacOS: MarsEdit blog editor for Mac</title>
		<link>http://www.networknet.nl/apps/wp/archives/1005</link>
		<comments>http://www.networknet.nl/apps/wp/archives/1005#comments</comments>
		<pubDate>Tue, 14 Sep 2010 19:22:21 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=1005</guid>
		<description><![CDATA[While reading a post from Webdesigner Depot named How to Blog Effectively I learned some new things. On my pc&#8217;s I often use Windows Live Writer or WordPress Admin to write and publish my blog posts. I searched for a while a stable and easy to use desktop blog editing tool for my Mac&#8217;s and I finally found a good one. MarsEdit Browser-based interfaces are slow, clumsy, and require you to be connected to the internet just to use them. Browsers are perfect for reading web content, but not so great for creating it. If you&#8217;re serious about your blog, you need a desktop blog editor. If you&#8217;re lucky enough to have a Mac, nothing is more powerful or more elegant than MarsEdit. Rich And HTML Text Editing Wildly Compatible Perfect Previews Media At Your Fingertips Easy File Uploads Re-Blog It! Offline Freedom For more information please go to ﻿MarsEdit website. The interface The user interface is clean, quick and most important I can use paste of the images/screenshots directly in the MarsEdit window.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/1005/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JeOS: Installing mutt without an Internet connection</title>
		<link>http://www.networknet.nl/apps/wp/archives/797</link>
		<comments>http://www.networknet.nl/apps/wp/archives/797#comments</comments>
		<pubDate>Mon, 11 May 2009 14:59:34 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[JeOS]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=797</guid>
		<description><![CDATA[I needed to install mutt on my JeOS virtual machine. The system had no Internet connectivity because the machine is sitting behind internal firewall. Mutt is handy little tool for scripting and it allows you attach your files. The files can anything, I will use this tool to email me my mysql database dumps. Download the .deb files: http://packages.ubuntu.com/hardy/i386/mutt/download http://packages.ubuntu.com/hardy/i386/mutt-patched/download Copy the installation files and install them: dpkg -i mutt_1.5.17+20080114-1ubuntu1_i386.deb dpkg -i mutt-patched_1.5.17+20080114-1ubuntu1_i386.deb The following line I scheduled to email me the mysql dump.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/797/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Reset Admin password</title>
		<link>http://www.networknet.nl/apps/wp/archives/758</link>
		<comments>http://www.networknet.nl/apps/wp/archives/758#comments</comments>
		<pubDate>Wed, 25 Mar 2009 12:19:33 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=758</guid>
		<description><![CDATA[At some point I lost my admin account password for a WordPress site. There are several ways to perform a password reset for WordPress. These are my instruction how I reset my &#8220;admin&#8221; account password for WordPress 2.7.1. How to reset WordPress admin password? Open a linux shell Generare a md5 password by running echo -n password &#124; md5sum Go to phpmyadmin and open your wordpress database Run following sql (please change the database to yours): UPDATE &#8217;name-your-database&#8217;.'wp_users&#8217; SET &#8217;user_pass&#8217; =&#8217; 5f4dcc3b5aa765d61d8327deb882cf99&#8242; WHERE  &#8217;wp_users&#8217;.'ID&#8217; =1 LIMIT 1 ; You can also run mysql; select the database with &#8220;use name-your-database;&#8221; and run the UPDATE sql from above. References Resetting Your Password &#160; &#160;]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/758/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress: intranet and firewall</title>
		<link>http://www.networknet.nl/apps/wp/archives/740</link>
		<comments>http://www.networknet.nl/apps/wp/archives/740#comments</comments>
		<pubDate>Wed, 11 Mar 2009 17:15:38 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[intranet]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=740</guid>
		<description><![CDATA[I am a huge fan of WordPress blogging platform. Recently I introduced the platform in my enterprise environment. WordPress is running behind a restricted network and it has no connection to the Internet. While installing and finalizing the virtual machine which is used to host WordPress I encountered one problem with it. WordPress was so slow! I download  latest version of WordPress 2.7 and installed it on a Ubuntu JeOS 8.04 virtual machine appliance. The initial configuration worked fine; but after I went to the admin area it took minutes before anything was returned. WordPress was so slow that every action took more than 30 seconds. Due to the fact virtual machine was sitting in a firewalled intranet environment the system could not connect to services sitting on the Internet.  See my worklog how I got WordPress working and pages are loaded in less than a second. How to disable interaction with the Internet and WordPress Admin? Goto ../wordpress/wp-includes and open http.php Search for &#8220; function request( $url, $args = array() ) {&#8220; Add &#8220;return;&#8221;  behind global. E..g &#8220; return;global $wp_version;&#8221; Now I disabled all interactions to the Internet, but I don&#8217;t need them in this enviroment. References: After upgrade to 2.7 &#8211; very slow]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/740/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress: XML-RPC services disabled</title>
		<link>http://www.networknet.nl/apps/wp/archives/693</link>
		<comments>http://www.networknet.nl/apps/wp/archives/693#comments</comments>
		<pubDate>Sun, 04 Jan 2009 19:59:26 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[remote publishing]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xml-rpc]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/693</guid>
		<description><![CDATA[Some while ago I created a new WordPress blog. Recently I updated my Windows Live Writer configuration and I registered my new blog in Windows Live Writer. Just after entering all required parameters I got the following warning: WordPress developers decided to disable “Remote Publishing” from version 2.6 and higher. Networknet.nl is running since 2.5  and I never hit this problem before. To enable the “Remote Publishing” feature logon to WordPress admin interface / Settings / Writing / and check “Enable the WordPress, Movable Type, MetaWeblog and Blogger XML-RPC publishing protocols.”. Related links: WordPress to disable Remote Access]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/693/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress version 2.5 upgrade</title>
		<link>http://www.networknet.nl/apps/wp/archives/409</link>
		<comments>http://www.networknet.nl/apps/wp/archives/409#comments</comments>
		<pubDate>Mon, 31 Mar 2008 19:03:23 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[exclude]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/409</guid>
		<description><![CDATA[Two hours ago I upgraded Networknet.nl with WordPress version 2.5 and immediately after the php binaries and database were upgraded I hit my first problem. Within my Widgets Design Sidebar I have the Pages widget which shows all pages on the right side of my blog starting with &#8220;About me&#8221;.. VMware. For some topics I created pages instead of WordPress posts and linked those pages to a parent page; these two pages were excluded from &#8220;Pages Widget&#8221;. After the upgrade my pages widget become really huge showing 30+ pages. I did a search on WordPress support site and someone else already reported this problem; no response yet except me on this post.&#160; I didn&#8217;t want to downgrade my new WordPress version and therefore I used this method to query the parent pages and exclude them manually without doing the PHP code research how to exclude them. Open phpmyadmin Select your wordpress database Open wp_posts and click SQL &#160;&#160;&#160; Paste this sql query Click GO button and click Export; I export to CSV to excel and copied all cells into Notepad. Paste these pages into the exclude for your pages widget. Dirty solution but I solved my problem in less than 5 minutes for now&#8230;]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/409/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

