<?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>TechniTip.Net</title> <atom:link href="http://technitip.net/feed" rel="self" type="application/rss+xml" /><link>http://technitip.net</link> <description>TechniTip.Net - Useful tips regarding technical stuff for things like Linux, MySQL, Apache, PHP, Linux Server, iPhone and more.</description> <lastBuildDate>Fri, 03 Feb 2012 18:31:08 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <image><link>http://technitip.net</link> <url>http://technitip.net/wp-content/plugins/maxblogpress-favicon/icons/favicon-66.ico</url><title>TechniTip.Net</title> </image> <item><title>Automatic Backup of your WordPress Site to Dropbox</title><link>http://technitip.net/automatic-backup-of-your-wordpress-site-to-dropbox</link> <comments>http://technitip.net/automatic-backup-of-your-wordpress-site-to-dropbox#comments</comments> <pubDate>Thu, 05 May 2011 17:46:51 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Automatic]]></category> <category><![CDATA[Automatically]]></category> <category><![CDATA[Dropbox]]></category> <category><![CDATA[update]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1838</guid> <description><![CDATA[This seems to be a interesting way for backing up your WordPress site: WordPress Backup to Dropbox. For a few details check the tutorial &#8220;How to Automatically Backup Your WordPress Site to Dropbox&#8220;. I&#8217;ve not checked it by myself, but it looks usable. Never forget to backup! Related posts: Useful WordPress Plugins Simple MySql Backup [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Useful WordPress Plugins'>Useful WordPress Plugins</a></li><li><a
href='http://technitip.net/simple-mysql-backup-script' rel='bookmark' title='Simple MySql Backup Script'>Simple MySql Backup Script</a></li><li><a
href='http://technitip.net/vmware-esx-backup-script' rel='bookmark' title='VMWare ESX Backup Script'>VMWare ESX Backup Script</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>This seems to be a interesting way for backing up your WordPress site: <a
title="WordPress Backup to Dropbox Plugin" href="http://wordpress.org/extend/plugins/wordpress-backup-to-dropbox/" target="_blank">WordPress Backup to Dropbox</a>. For a few details check the tutorial &#8220;<a
title="How to Automatically Backup Your WordPress Site to Dropbox" href="http://wpmu.org/how-to-automatically-backup-your-wordpress-site-to-dropbox/" target="_blank">How to Automatically Backup Your WordPress Site to Dropbox</a>&#8220;. I&#8217;ve not checked it by myself, but it looks usable.</p><p>Never forget to backup!</p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fautomatic-backup-of-your-wordpress-site-to-dropbox&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Useful WordPress Plugins'>Useful WordPress Plugins</a></li><li><a
href='http://technitip.net/simple-mysql-backup-script' rel='bookmark' title='Simple MySql Backup Script'>Simple MySql Backup Script</a></li><li><a
href='http://technitip.net/vmware-esx-backup-script' rel='bookmark' title='VMWare ESX Backup Script'>VMWare ESX Backup Script</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/automatic-backup-of-your-wordpress-site-to-dropbox/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Running Rsync and Sudo over SSH</title><link>http://technitip.net/running-rsync-and-sudo-over-ssh</link> <comments>http://technitip.net/running-rsync-and-sudo-over-ssh#comments</comments> <pubDate>Thu, 07 Apr 2011 11:03:12 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux Server]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[root]]></category> <category><![CDATA[rsync]]></category> <category><![CDATA[ssh]]></category> <category><![CDATA[sudo]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1818</guid> <description><![CDATA[I often use rsync for doing backups. But if you want to do a remote backup and want to backup files and directories which are owned by different users or the root user running using rsync is difficult if you have disabled root login in your sshd_config using the statement PermitRootLogin no. For sure this is [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/socket-address-family-not-supported-by-protocol' rel='bookmark' title='socket: Address family not supported by protocol'>socket: Address family not supported by protocol</a></li><li><a
href='http://technitip.net/simple-mysql-backup-script' rel='bookmark' title='Simple MySql Backup Script'>Simple MySql Backup Script</a></li><li><a
href='http://technitip.net/putty-ssh-login-without-password-prompt' rel='bookmark' title='PuTTY SSH Login Without Password Prompt'>PuTTY SSH Login Without Password Prompt</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>I often use rsync for doing backups. But if you want to do a remote backup and want to backup files and directories which are owned by different users or the root user running using rsync is difficult if you have disabled root login in your sshd_config using the statement <em>PermitRootLogin no. </em>For sure this is the recommended setting if your server to backup has a public IP address.</p><p>A nice and easy solution which works best for me is to use sudo. This will allow to run rsync via ssh and sudo. To get it running you have to add an entry into your sudoers config file:</p><p>/etc/sudoers</p><pre>backup_user ALL=(root)NOPASSWD:/usr/bin/rsync</pre><p>This will allow the user <em>backup_user</em> to run the command <em>rsync</em> as root.</p><p>Next step is to add an <em>rsync-path</em> parameter to the remote rsync call:</p><pre>rsync --rsync-path="sudo rsync" backup_user@myhosttobackup.net:/root /backup_directory</pre><p>Finally rsync will automatically do an sudo to root on the remote server and all to backup all files owned by root as well.</p><p><strong>Links:</strong></p><ul><li><a
title="Rsync and sudo over SSH" href="http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/" target="_blank">Rsync and sudo over SSH</a></li></ul><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Frunning-rsync-and-sudo-over-ssh&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/socket-address-family-not-supported-by-protocol' rel='bookmark' title='socket: Address family not supported by protocol'>socket: Address family not supported by protocol</a></li><li><a
href='http://technitip.net/simple-mysql-backup-script' rel='bookmark' title='Simple MySql Backup Script'>Simple MySql Backup Script</a></li><li><a
href='http://technitip.net/putty-ssh-login-without-password-prompt' rel='bookmark' title='PuTTY SSH Login Without Password Prompt'>PuTTY SSH Login Without Password Prompt</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/running-rsync-and-sudo-over-ssh/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Let&#8217;s End Unboxing Videos</title><link>http://technitip.net/lets-end-unboxing-videos</link> <comments>http://technitip.net/lets-end-unboxing-videos#comments</comments> <pubDate>Thu, 07 Apr 2011 10:10:56 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Fun]]></category> <category><![CDATA[end]]></category> <category><![CDATA[Unboxing]]></category> <category><![CDATA[videos]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1809</guid> <description><![CDATA[No more unboxing videos please please please! Related posts: Adobe Training and Workshop Videos<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/adobe-training-and-workshop-videos' rel='bookmark' title='Adobe Training and Workshop Videos'>Adobe Training and Workshop Videos</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>No more unboxing videos please please please! <img
src='http://technitip.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p><iframe
title="YouTube video player" frameborder="0" height="378" src="http://www.youtube.com/embed/xrdHe__tt3U" width="618"></iframe></p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Flets-end-unboxing-videos&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/adobe-training-and-workshop-videos' rel='bookmark' title='Adobe Training and Workshop Videos'>Adobe Training and Workshop Videos</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/lets-end-unboxing-videos/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Automatically adjust Copyright Years</title><link>http://technitip.net/automatically-adjust-copyright-years</link> <comments>http://technitip.net/automatically-adjust-copyright-years#comments</comments> <pubDate>Wed, 06 Apr 2011 19:35:16 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1792</guid> <description><![CDATA[Often blogs have the copy right years hard coded in the footer. e.g. © 2008-2010. Ok this looks nice and informs the visitor how long the blog exists. But changing the footer every year is not a very lovely work to do. So my advise is to change the copyright information so that the year [...]
No related posts.]]></description> <content:encoded><![CDATA[<p>Often blogs have the copy right years hard coded in the footer. e.g. © 2008-2010. Ok this looks nice and informs the visitor how long the blog exists. But changing the footer every year is not a very lovely work to do. So my advise is to change the copyright information so that the year is changed automatically. An easy way to to this is to change the copyright information to something like this:</p><pre>© 2008-&lt;?php echo date('Y'); ?&gt; My Blog</pre><p>And you don&#8217;t have to change the copyright years in future.</p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fautomatically-adjust-copyright-years&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://technitip.net/automatically-adjust-copyright-years/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress Performance and NextGEN Gallery</title><link>http://technitip.net/wordpress-performance-and-nextgen-gallery</link> <comments>http://technitip.net/wordpress-performance-and-nextgen-gallery#comments</comments> <pubDate>Tue, 05 Apr 2011 18:38:32 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[gallery]]></category> <category><![CDATA[image rotator]]></category> <category><![CDATA[Improve]]></category> <category><![CDATA[NextGEN]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[slideshow]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1783</guid> <description><![CDATA[A small hint which will help to improve page load time especially when using Firefox or Safari browser: Maybe you&#8217;ve enabled the &#8220;flash slideshow&#8221; within the Slideshow options of NextGEN gallery. This will load the JW Image Rotator on every page. I&#8217;ve disable usage of the flash slideshow by unselecting the option: [ ] Integrate the [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li><li><a
href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Useful WordPress Plugins'>Useful WordPress Plugins</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>A small hint which will help to improve page load time especially when using Firefox or Safari browser:</p><p>Maybe you&#8217;ve enabled the &#8220;flash slideshow&#8221; within the Slideshow options of NextGEN gallery. This will load the JW Image Rotator on every page. I&#8217;ve disable usage of the flash slideshow by unselecting the option:</p><p><code>[ ] Integrate the flash based slideshow for all flash supported devices</code></p><p>Without usage of the flash image rotator it is still possible to use slideshows. But the overall page load time increases. For me it looks like that loading the flash object causes the overall page display to be delayed. Google Chrome seems to handle loading of the flash object faster.</p><p>Anyway for me the fastest browser available seems to be Google Chrome. On my 13&#8243; MacBook I recognize significant performance differences when using Safari, Firefox and Chrome. That&#8217;s the reason why I&#8217;m currently using Chrome (development version) as browser.</p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fwordpress-performance-and-nextgen-gallery&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li><li><a
href='http://technitip.net/useful-wordpress-plugins' rel='bookmark' title='Useful WordPress Plugins'>Useful WordPress Plugins</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/wordpress-performance-and-nextgen-gallery/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress Pingback is not working</title><link>http://technitip.net/wordpress-pingback-is-not-working</link> <comments>http://technitip.net/wordpress-pingback-is-not-working#comments</comments> <pubDate>Thu, 31 Mar 2011 18:56:07 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[pingback]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1767</guid> <description><![CDATA[It seems that a few others also have the problem that pingbacks of a WordPress installation are not working. In my case it was caused by Googles mod_pagespeed plugin for Apache. I thought this is a nice plugin, but it seems it causes to much problems with WordPress (second time here for me). So I [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/wordpress-favicon-plugin' rel='bookmark' title='WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li><li><a
href='http://technitip.net/wptouch-mobile-plugintheme-for-wordpress' rel='bookmark' title='WPtouch: Mobile Plugin&amp;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>It seems that a few others also have the problem that pingbacks of a WordPress installation are not working.</p><p>In my case it was caused by Googles <a
title="mod_pagespeed" href="http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/" target="_blank">mod_pagespeed</a> plugin for <a
title="Apache Web-Server" href="http://httpd.apache.org/" target="_blank">Apache</a>. I thought this is a nice plugin, but it seems it causes to much problems with WordPress (second time here for me). So I decided to no longer use this plugin.</p><p>Useful link:</p><ul><li><a
title="WordPress Trackback Tutorial" href="http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/" target="_blank">WordPress Trackback Tutorial</a></li><li><a
title="WordPress Not Sending Pingbacks/Trackbacks" href="http://www.kokeytechnology.com/content-management-system/wordpress/wordpress-27-and-271-not-sending-pingbackstrackbacks/" target="_blank">WordPress Not Sending Pingbacks/Trackbacks</a></li></ul><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fwordpress-pingback-is-not-working&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/wordpress-favicon-plugin' rel='bookmark' title='WordPress Favicon Plugin'>WordPress Favicon Plugin</a></li><li><a
href='http://technitip.net/wptouch-mobile-plugintheme-for-wordpress' rel='bookmark' title='WPtouch: Mobile Plugin&amp;Theme for WordPress'>WPtouch: Mobile Plugin&#038;Theme for WordPress</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/wordpress-pingback-is-not-working/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Enable WordPress Auto-Login</title><link>http://technitip.net/enable-wordpress-auto-login</link> <comments>http://technitip.net/enable-wordpress-auto-login#comments</comments> <pubDate>Wed, 30 Mar 2011 21:29:45 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Auto-Login]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1675</guid> <description><![CDATA[You may also think that loggin in every time you want to access the admin area of one of your WordPress blogs is quite annoying. But there is a quick way to enable the auto-login for WordPress. It&#8217;s shown below. Add the following lines of code to the functions.php in theme directory: function auto_login() { [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li><li><a
href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li><li><a
href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>You may also think that loggin in every time you want to access the admin area of one of your WordPress blogs is quite annoying. But there is a quick way to enable the auto-login for WordPress. It&#8217;s shown below.</p><p>Add the following lines of code to the functions.php in theme directory:</p><pre>function auto_login() {
  if (!is_user_logged_in()) {
  //determine WordPress user account to impersonate
  $user_login = 'guest';
 //get user's ID
  $user = get_userdatabylogin($user_login);
  $user_id = $user-&gt;ID;
  //login
  wp_set_current_user($user_id, $user_login);
  wp_set_auth_cookie($user_id);
  do_action('wp_login', $user_login);
  }
}
add_action('init', 'auto_login');</pre><p>Source: <a
title="WordPress Auto-Login" href="http://www.lbsharp.com/wordpress/index.php/2007/12/10/wordpress-auto-login/" target="_blank">lbsharp.com</a></p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fenable-wordpress-auto-login&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li><li><a
href='http://technitip.net/wordpress-page-navigation-plugin-wp-pagenavi' rel='bookmark' title='WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;'>WordPress Page Navigation Plugin &#8220;WP-PageNavi&#8221;</a></li><li><a
href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/enable-wordpress-auto-login/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Disable WordPress Admin Bar</title><link>http://technitip.net/disable-wordpress-admin-bar</link> <comments>http://technitip.net/disable-wordpress-admin-bar#comments</comments> <pubDate>Wed, 30 Mar 2011 21:12:01 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Admin Bar]]></category> <category><![CDATA[disable]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1668</guid> <description><![CDATA[WordPress 3.1 comes with a new feature called &#8220;admin bar&#8221;. The admin bar is displayed whenever you are logged in as admin on regular pages on your blog. I don&#8217;t like the bar because it doesn&#8217;t make so much sense for me and I think it slows down page display. Furtunatly there is an eays [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li><li><a
href='http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update' rel='bookmark' title='WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>WordPress 3.1 comes with a new feature called &#8220;admin bar&#8221;. The admin bar is displayed whenever you are logged in as admin on regular pages on your blog. I don&#8217;t like the bar because it doesn&#8217;t make so much sense for me and I think it slows down page display.</p><p>Furtunatly there is an eays way to disable the admin bar. The only thing you have to do is to add one line of code into the <em>functions.php</em> of your theme:</p><pre>add_filter( 'show_admin_bar', '__return_false' );</pre><p>And the admin bar disappears, very nice.</p><p>Source: <a
title="WordPress Admin Bar disable" href="http://blog.wordpress-deutschland.org/2010/12/02/wordpress-admin-bar-deaktivieren.html" target="_blank">German WordPress Blog</a></p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fdisable-wordpress-admin-bar&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li><li><a
href='http://technitip.net/wordpress-3-0-%e2%80%9ethelonious%e2%80%9c-update' rel='bookmark' title='WordPress 3.0 „Thelonious“ Update'>WordPress 3.0 „Thelonious“ Update</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/disable-wordpress-admin-bar/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Improve WordPress Admin Performance 2</title><link>http://technitip.net/improve-wordpress-admin-performance-2</link> <comments>http://technitip.net/improve-wordpress-admin-performance-2#comments</comments> <pubDate>Tue, 01 Feb 2011 21:30:33 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Admin]]></category> <category><![CDATA[AN]]></category> <category><![CDATA[Improve]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[Yoast]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1659</guid> <description><![CDATA[Here is another quick but good tip to improve the performance of your WordPress admin area: Delete all revision of every post. It can be achieved using a simple SQL statement: DELETE a,b,c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) LEFT JOIN wp_postmeta c ON (a.ID = c.post_id) WHERE a.post_type = [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/wordpress-performance-and-nextgen-gallery' rel='bookmark' title='WordPress Performance and NextGEN Gallery'>WordPress Performance and NextGEN Gallery</a></li><li><a
href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Here is another quick but good tip to improve the performance of your WordPress admin area:</p><p>Delete all revision of every post. It can be achieved using a simple SQL statement:</p><p><code>DELETE a,b,c<br
/> FROM wp_posts a<br
/> LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)<br
/> LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)<br
/> WHERE a.post_type = 'revision'</code></p><p>I do this from time to time. Optionally it&#8217;s possible either to disable revison managment or restrict the number of saved revisions by adding one of the following statements into your wp-config.php:</p><p><code>define('WP_POST_REVISIONS', false );</code></p><p><code>define('WP_POST_REVISIONS', 3);</code></p><p>The information has been taken from <a
title="Deleting WordPress Revisions" href="http://weblogtoolscollection.com/archives/2010/09/28/deleting-wordpress-revisions/" target="_blank">weblogtoolscollection.com</a>.</p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fimprove-wordpress-admin-performance-2&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance' rel='bookmark' title='Improve WordPress Admin Performance'>Improve WordPress Admin Performance</a></li><li><a
href='http://technitip.net/wordpress-performance-and-nextgen-gallery' rel='bookmark' title='WordPress Performance and NextGEN Gallery'>WordPress Performance and NextGEN Gallery</a></li><li><a
href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/improve-wordpress-admin-performance-2/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Improve WordPress Admin Performance</title><link>http://technitip.net/improve-wordpress-admin-performance</link> <comments>http://technitip.net/improve-wordpress-admin-performance#comments</comments> <pubDate>Tue, 01 Feb 2011 20:47:35 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Admin]]></category> <category><![CDATA[Improve]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[Yoast]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1644</guid> <description><![CDATA[WordPress performance is a pain. It&#8217;s not  secret. Here is a small tip to improve the WordPress admin dashboard a little bit. First of all I&#8217;ve disabled the WordPress Development Blog, Other WordPress News, Plugins and the Latest news from Yoast widgets. It can be done using the Screen Options button on the upper right [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li><li><a
href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li><li><a
href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>WordPress performance is a pain. It&#8217;s not  secret. Here is a small tip to improve the WordPress admin dashboard a little bit. First of all I&#8217;ve disabled the WordPress Development Blog, Other WordPress News, Plugins and the Latest news from Yoast widgets. It can be done using the Screen Options button on the upper right side of the admin panel.</p><p>This is nice, but WordPress does still send a few HTTP requests to netdna.yoast.com. I think it makes no sense because we have disabled the Yoast widget:</p> <a
href="http://technitip.net/wp-content/gallery/test/withyoast.gif" title="" class="shutterset_singlepic144" > <img
class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/144__618x_withyoast.gif" alt="withyoast" title="withyoast" /> </a><p>To avoid this few unneeded request I&#8217;ve installed the <a
title="Yoast remove plugin" href="http://wordpress.org/extend/plugins/yoast-remove/faq/" target="_blank">Yoast Remove plugin</a>. After installing and enabling the plugin the additional HTTP requests are gone and as a result we&#8217;ve improved the load time our admin dashboard a little bit:</p> <a
href="http://technitip.net/wp-content/gallery/test/withoutyoast.gif" title="" class="shutterset_singlepic143" > <img
class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/143__618x_withoutyoast.gif" alt="withoutyoast" title="withoutyoast" /> </a><p><strong>Links</strong></p><ul><li><a
title="Yoast remove plugin" href="http://wordpress.org/extend/plugins/yoast-remove/faq/" target="_blank">Yoast Remove plugin</a></li></ul><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fimprove-wordpress-admin-performance&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/improve-wordpress-admin-performance-2' rel='bookmark' title='Improve WordPress Admin Performance 2'>Improve WordPress Admin Performance 2</a></li><li><a
href='http://technitip.net/disable-wordpress-admin-bar' rel='bookmark' title='Disable WordPress Admin Bar'>Disable WordPress Admin Bar</a></li><li><a
href='http://technitip.net/limit-your-wordpress-tag-cloud' rel='bookmark' title='Limit Your WordPress Tag Cloud'>Limit Your WordPress Tag Cloud</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/improve-wordpress-admin-performance/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
