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
Showing posts with label Guide. Show all posts
Showing posts with label Guide. Show all posts
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; }
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.
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?
Fixing Windows Update Issue CODE:80070005
1. Download subinacl.msi:
http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en#AffinityDownloads
2. Install it C:\Windows\System32 folder
Re-installing Drivers for Asus G50V-A2
I recently reformatted my computer (G50V) and I had to re-install all my drivers. This time I was prepared; when I first did my reformat after getting my copy of Windows 7 Pro x64 I began installing the drivers at random causing issues with my short keys and such so this time I did some research from trial and error and here is the list you should follow when installing drivers for Asus G50.
Asus EEE PC 901 SSD: Super Talent FPM32GLSE Review
I own the Asus eeepc 901 XP 12GB which means the hard drive space is very limited for any type of operating environment. The netbook initially came installed with XP Home on the 4GB built in SSD, meaning there wasn't enough space so I had to install Ubuntu on it to make it a till more spacious.
Guide to installing phpBB and wordpress on NearlyFreeSpeech.NET Web Hosting
My roommate thought it would be useful for me to write this guide so I did and here it goes…
Before we begin I hope whoever is reading this already has some experience with FTP clients and webhosting, plus I hope you are already aware of what phpBB and wordpress are. (But if you don’t and want to know what they are google it)
So I will start off by going through a step by step of getting your mysql setup on your NFSN hosting since that will be the foundation for installing both phpBB and wordpress.
Subscribe to:
Posts (Atom)