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.
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; }
.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>
<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.
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)
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
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
Create a Google Groups Web Forum for Blogger
Create a Google Groups Web Forum on Page
Step 1: Create Google Group
Step 2: Create new Page, then name the page "Forum" and paste in the code below in HTML mode;
Paste:
<iframe frameborder="0" height="1000px" id="forum_embed" scrolling="no"
src="javascript:void(0)" width="100%">
<br />
</iframe>
<script type="text/javascript">
document.getElementById("forum_embed").src =
"https://groups.google.com/forum/embed/?place=forum/Your Google Group link" +
"&showsearch=true&showpopout=false&parenturl=" + encodeURIComponent(window.location.href);
</script>
Step 3: Save
Step 1: Create Google Group
Step 2: Create new Page, then name the page "Forum" and paste in the code below in HTML mode;
Paste:
<iframe frameborder="0" height="1000px" id="forum_embed" scrolling="no"
src="javascript:void(0)" width="100%">
<br />
</iframe>
<script type="text/javascript">
document.getElementById("forum_embed").src =
"https://groups.google.com/forum/embed/?place=forum/Your Google Group link" +
"&showsearch=true&showpopout=false&parenturl=" + encodeURIComponent(window.location.href);
</script>
Step 3: Save
How to change Older Post and New Post link text for Blogger
How to change Older Post and New Post link text
In Template click Edit HTML and edit code below;
<div class='blog-pager' id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'>Next Entries</a>
</span>
</b:if>
<b:if cond='data:olderPageUrl'>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'>Previous Entries</a>
</span>
In Template click Edit HTML and edit code below;
<div class='blog-pager' id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'>Next Entries</a>
</span>
</b:if>
<b:if cond='data:olderPageUrl'>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'>Previous Entries</a>
</span>
Change the position of the post link for Blogger
Change the position and size of the New and Older post link
To switch the position of the New and Older post link, add the following code before ]]> </b:skin> :
#blog-pager-older-link {
float: left;
}
#blog-pager-newer-link {
float: right;
}
To change font size:
#blog-pager {
font-weight: bold;
font: $(widget.font);
font-size: 100%;
}
To switch the position of the New and Older post link, add the following code before ]]> </b:skin> :
#blog-pager-older-link {
float: left;
}
#blog-pager-newer-link {
float: right;
}
To change font size:
#blog-pager {
font-weight: bold;
font: $(widget.font);
font-size: 100%;
}
Change Comment Avatar for Blogger
Change Comment Avatar
Edit Template, and click HTML and add code below before ;
<!-- Comment Avatar -->
<script src="http://code.jquery.com/jquery-latest.js"> <script> $("img[src='http://img1.blogblog.com/img/anon36.png']") .attr('src', 'https://lh3.googleusercontent.com/-somethinganonymous.png') .ssyby('blank') </script> <script src="http://code.jquery.com/jquery-latest.js"> <script> $("img[src='http://img2.blogblog.com/img/b36-rounded.png']") .attr('src', 'https://lh3.googleusercontent.com/--somethingyourlink.png') .ssyby('blank') </script>
Edit Template, and click HTML and add code below before ;
<!-- Comment Avatar -->
<script src="http://code.jquery.com/jquery-latest.js"> <script> $("img[src='http://img1.blogblog.com/img/anon36.png']") .attr('src', 'https://lh3.googleusercontent.com/-somethinganonymous.png') .ssyby('blank') </script> <script src="http://code.jquery.com/jquery-latest.js"> <script> $("img[src='http://img2.blogblog.com/img/b36-rounded.png']") .attr('src', 'https://lh3.googleusercontent.com/--somethingyourlink.png') .ssyby('blank') </script>
Change The Font Size Tags Labels for Blogger
Change The Font Size Tags Labels for Blogger
In Template click Edit HTML and find code ]]> then add code below:
.post-labels{font-size:11px}
In Template click Edit HTML and find code ]]> then add code below:
.post-labels{font-size:11px}
Remove Comment Link for Blogger
Remove Comment Link for Blogger
In Template click Edit HTML and find code ]]> then add code below:
.comment-link{display:none}
In Template click Edit HTML and find code ]]> then add code below:
.comment-link{display:none}
Removing attribution and mobile attribution from Blogger
Removing attribution from blogger
Step 1: In Template click Edit HTML and find code:
</head>
Step 2: Add code below:
<style>
#Attribution1 {
display: none;
}
</style>
Step 3: Save
Removing the attribution gadget from blogger mobile template
Step 1: Find code below in Template, and click Edit HTML:
<b:widget id='Attribution1' locked='true' mobile='yes' title='' type='Attribution'/>
Step 2: Replace it with statement below:
<b:widget id='Attribution1' locked='true' mobile='no' title='' type='Attribution'/>
Step 3: Save
Step 1: In Template click Edit HTML and find code:
</head>
Step 2: Add code below:
<style>
#Attribution1 {
display: none;
}
</style>
Step 3: Save
Removing the attribution gadget from blogger mobile template
Step 1: Find code below in Template, and click Edit HTML:
<b:widget id='Attribution1' locked='true' mobile='yes' title='' type='Attribution'/>
Step 2: Replace it with statement below:
<b:widget id='Attribution1' locked='true' mobile='no' title='' type='Attribution'/>
Step 3: Save
Align Navigation bar to center for Blogger
Align Navigation bar to center
In Template click Edit HTML and find code ]]></b:skin> then add code below:
.PageList {text-align:center !important;}
.PageList li {display:inline !important; float:none !important;}
In Template click Edit HTML and find code ]]></b:skin> then add code below:
.PageList {text-align:center !important;}
.PageList li {display:inline !important; float:none !important;}
Using Samsung Galaxy S5 (SPRINT) SM-G900P Internationally
How to change the APN settings on the Samsung Galaxy S5 (SPRINT) and make it work internationally:
1. Request Sprint iDCS to do a UICC unlock for the device.
2. Once confirmation is received from iDCS go to your phone's settings.
3. Settings -> General -> System Update -> UICC Unlock
4. Press UICC Unlock
5. If successful it should say the profile has been updated.
6. Power off the device
7. Remove the Sprint SIM card and insert Foreign SIM card.
8.Power on the device and go to phone's settings.
9 Settings -> Connections -> More networks -> Mobile networks -> Network mode; now change the LTE/CDMA to GSM/UMTS (should automatically restart the device)
10. Once the device is back on; Settings -> Connections -> More networks -> Mobile networks -> Network operators; click on the + symbol on the top right corner now you can add a custom APN for your foreign network.
Configuring Windows XP to Automatically Login
Annoyed with Windows XP asking for your password every time you turn on your computer; when you're the only one using the computer and could careless about security?
90s Cartoons in Korea "90년대 만화"
Quick list of cartoons from the 90s (in Korea)...
슈퍼 그랑죠
마법소녀 리나 (슬레이어즈)
꾸러기 수비대
피구왕 통키
Rome Total War Unit Code: All Roman Greek and Carthaginian Units
create_unit "place of destination" "unit code" 5 9 3 3
Romans:
roman peasant
roman archer
roman archer auxillia
roman velite
roman light infantry auxillia
roman city militia
roman princeps
roman triarii
JDownloader
JDownloader is an awesome program for those of you who like me download random shit all over the internet. The program basically simlifies downloading stuff from sites like Rapidshare where multiple files are hosted under different links. The program will automatically organize and sort the links that you copy and paste from a website and creating a nice sorted list of what you are downloading. The program also has built-in Captcha reader that will automatically input easier Captcha without the users interevention, otherwise it will alert the user to input the Captcha. I always thought that using sites like Rapidshare and Megaupload was a waste of time but JDownloader will make it much easier to use these sites.
Subscribe to:
Posts (Atom)