Fixing high ping issue with online games on Thinkpad Yoga 14 in Windows 10

If you are using your wireless and getting high pings in game with your Yoga 14 with Windows 10, you should try tweaking the card settings.

1. Go to Device Manager
2. Go to Network Adapters and open properties for your Intel wireless card
3. Select Advanced
4. Change 802.11 Channel Width for band 2.4 to 20Mhz Only instead of auto
5. Change Wireless Mode to 802.11b/g if it was on 802.11 a/b/g

Fixing shutdown issue on Thinkpad Yoga 14 in Windows 10

If your Thinkpad isn't shutting down properly when you try to do a shutdown. ie. when you press shut down in your start menu but the computer just goes into a type of sleep mode without being able to wake up.

You should downgrade your Intel Management Engine Interface Driver from ver. 11.0.0.1146/11.0.0.1153 to ver. 10.0.30.1054/10.0.31.1000

The ver. 10 driver is for Windows 8 but it will work with Windows 10.

I don't know if there is any long term issue with running the older driver but my shutdown is back to normal.

Remove space from Blog post body and Footer for Blogger

Add code to CSS

.main-inner { padding-bottom: 0px !important; }

Show widget only in Homepage for Blogger

In Template click Edit HTML and edit code below;

<b:widget id='HTML1' locked='false' title='Recent Posts' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'><!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>
<b:include name='quickedit'/>
</b:if></b:includable>
</b:widget>

Installing Drivers on Thinkpad Yoga 14

Installing Drivers on Thinkpad Yoga 14

If you are getting BLUESCREEN of death on Windows 8 fresh install try the steps below.

1. Once you finish installing windows turn off automatic updates so graphics driver can't be updated.
2. Install all the chipset and wifi drivers. (Important to install these two drivers first)
3. Install Thinkvantage software and install rest of the drivers.
4. Finally install the graphics driver.

Medeival Total War II - The Last Kingdom Mod Viking Unit List

create_unit Ragnar "HirdmennB" 1 9 3 3

Leidgangr Archers
Hladir Bowmen
Leidgangr Spearmen
Herkledi Spearmen
Vikingr Axemen
Berserkers
Atgeirmenn
Norse Swordsmen
Huskarl Swordsmen
Huskarl Axemen
HirdmennB
Riddarar

The Last Kingdom Mod Download (M2TW)

Contact Form for Blogger on Page for Blogger

Contact Form for Blogger on Page

 Step 1: Add Contact Form gadget in Layout

After Contact form gadget is added, please drag and drop it below Blog Posts gadget, then click Save arrangement button.

 Step 2: To hide contact form widget go to your Template, and click Edit HTML and find:

]]></b:skin>

Step 3: Insert before the ]]></b:skin> code:

.widget.ContactForm {
 display: none;
 }

 Step 4: Create new Page, then name the page "Contact" and paste code below in the html mode;

<style type="text/css">
 .widget.ContactForm {
 display: block;
 }
 .post-footer {
 display: none;
 }
 #blog-pager {
 display: none;
 }
 .blog-feeds {
 display: none;
 }
 .widget.ContactForm .title {
 display: none;
 }
 .widget.ContactForm * {
 max-width: 100%;
 }
 </style>

Step 5: Save