OneTipADay - What Will You Learn Today? |
How To Enable Concurrent Sessions In Windows 7 Posted: 04 Mar 2012 02:22 AM PST Posted on One Tip A Day - What Will You Learn Today? Do you have a windows 7 machine that you manage remotely? Maybe you have a machine that your wife or child uses, or a media center machine in the front room that you want to make changes to while somebody else is using it? Enabling Concurrent Sessions in Windows 7 will allow you to do this i.e. allow more than one person to be logged into Windows 7 at the same time. Enabling concurrent sessions in Windows 7 is easy:
Now if you want to enable Multiple Concurrent Sessions i.e. log in on the same account more than once:
How To Enable Concurrent Sessions In Windows 7 is a post from One Tip A Day - What Will You Learn Today? - Tips for your PC, Mobile, MP3 player, Software and more. Each day One Tip will be posted: Simple and quick to apply for all user levels.. Visit One Tip A Day - What Will You Learn Today? for the Latest Tips for your PC, Mobile, MP3 player, Software and more. Each day One Tip will be posted: Simple and quick to apply for all user levels. |
WordPress SEO: Only Display RSS Titles In Sidebar Posted: 03 Mar 2012 04:55 AM PST Posted on One Tip A Day - What Will You Learn Today? One basic SEO tip is to increase the density of your keywords on your pages, so I was surprised to find that the default behaviour of the WordPress RSS widget is to display the titles from the sites added, but if you check the page source, the full feed i.e. all the text from each of the posts is added to the page! This obviously isn’t good, but the solution is easy:
<?php include_once(ABSPATH.WPINC.’/rss.php’); wp_rss(‘http://sitefeed.com/rss’, 10); ?> replacing sitefeed.com/rss with the sitefeed that you want to display. This code uses WP’s inbuilt function to display just the titles from feeds e.g. for the Connected Internet Tech News feed I’ve added: <?php include_once(ABSPATH.WPINC.’/rss.php’); wp_rss(‘http://www.connectedinternet.co.uk/feed’, 10); ?> Edit the number at the end to choose how many title to display. WordPress SEO: Only Display RSS Titles In Sidebar is a post from One Tip A Day - What Will You Learn Today? - Tips for your PC, Mobile, MP3 player, Software and more. Each day One Tip will be posted: Simple and quick to apply for all user levels.. Visit One Tip A Day - What Will You Learn Today? for the Latest Tips for your PC, Mobile, MP3 player, Software and more. Each day One Tip will be posted: Simple and quick to apply for all user levels. |
You are subscribed to email updates from One Tip A Day - What Will You Learn Today? To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
0 comments:
Post a Comment