Showing posts with label Widget. Show all posts
Showing posts with label Widget. Show all posts

Sunday, May 25, 2014

Ads by Online Browser Advertising 病毒 如何消除


刚才一进到部落。
哇,怎么多了这种广告?


开始时不以为然。我以为是 Google Adsense 的新杰作。
怎么一看之下,为何所属公司是Online Browser Advertising
随即就觉得很不对劲。毕竟除了Adsense 和 Nuffnang,偶没加其他公司的广告,要不然会和Adsense 起利益冲突,户口会被banned。
而且随便点击就会开出一个新窗口,最厌恶这种Advertisement。

结果一查之下,竟然是病毒。也不完全是病毒,是一种广告软体 Adware Program。
据网上得知,通常会是在Download的时候也一同下载。
继而成为被广告公司利用来赚钱的目标,而且会影响你电脑的日常运作。
可以发现到这些广告其实都很废,而且频频出现新窗口。

所以在下载的时候,要注意disable 一些无用的Program。
更要注意 文件 Download 的来源。

其实一开始,偶以为来访者点击这类广告,偶就会有广告钱。
原来是有钱,不过是这间公司Author的钱。

在查询之下,用了以下方法消灭了这个病毒。请参考 资料来源

1. Uninstall Online Browser Advertising program from computer
(a) 点击 Control Panel
(b) 看到 Program 那项,点击 "Uninstall a program",之后出现Program list,找下是否有这些 Program 在你电脑,之后一一删除。

Program List: Online Browser Advertising, RemoveThaeAdAopp, UTUobEAdaBlock, SafeSaver, Sup Tab, ValueApps, Lollipop, Software Updated Version, DP1815, Video Player, Convert Files for Free, Plus-HD 1.3, BetterSurf, Trusted Web, LyricsBuddy-1, YOnline Browser Advertising 1.2, Media Player 1.1, Savings Bull, Feven Pro 1.2, Websteroids, Savings Bull, HD-Plus 3.5, Re-markit 和 其他近期下载 不知名 Program 也一同删除。

(c) 假如无任何发现,可进入第2项。

2. Remove Ads from Browser (Internet Explorer, Firefox, Google Chrome)

(A) Internet Explorer
(i) 打开 Internet Explorer,在右上角点击 ,然后点 "Internet Options"
(ii) 在 Internet Options,点击 "Advanced" 一栏, 之后在 Reset Internet Explorer settings 点击 “Reset
(iii) 然后会出现一个窗口问  是否要reset all Internet Explorer settings?
记得 打勾 Delete personal settings,之后点击 Reset
(iv) 当完成任务后,会出现一个窗口显示任务完成,点击 "Close"
(v) 关闭所有游览后再打开Internet Explorer即可。

(B) Firefox
(i) 打开 Firefox, 点击 左上角的 Firefox,之后去 “Help" Sub-Menu,之后选择 "troubleshooting information"
(ii) 在 troubleshooting information,请点击右边 "Reset Firefox to its default state" 里的 ”Reset Firefox"
(iii) 之后会出现一个窗口,问 "Are you sure you want to reset Firefox to its initial state?"
点击 “Reset Firefox”。
(iv) 当完成任务后,会出现一个窗口,点击 "Finish"。

(C) Google Chrome
(i) 打开 Google Chrome,点击  按钮,选择 "Tools",然后点击 "Extensions"。
(ii) 在 "Extensions" 里,下列 Extensions 需要删除。

Online Browser Advertising, SafeSaver, DP1815, Video Player, Convert Files for Free, Plus-HD 1.3, BetterSurf, Media Player 1.1, Media Watch, LyricsBuddy-1, YOnline Browser Advertising 1.2, Media Player 1.1, Savings Bull, Fevem Pro 1.1, Websteroids, Savings Bull, HD-Plus 3.5 和其他 不知名 extensions 也一律删除。
点击[Image: Remove an extension from Chrome]即可删除。

3. 下载 AdwCleaner

ADWCLEANER 下载连接

(i) 在还没开始下载 AdwCleaner 前,记得关闭所有游览和所有程序,之后才下载进行 AdwCleaner 程序。
(ii) 当下载完毕,开启 AdwCleaner 后,点击 “Scan” 按钮。之后会开始进行扫描程序。
(iii) 完成扫描后,打勾 所有病毒文件,点击 "Clean"。如下图显示。

(iv) 完成后,系统会要求 Reboot Computer,点击 "OK",以重新开启电脑。

更多详情,请参考 资料来源
资料来源连接里有第4和第5项,有介绍系统去防止病毒侵入 (Anti-Malware)。
但我只做到第3项就能消除Adware Program了,因为电脑本身就有Antivirus,之后我用Antivirus再Scan电脑。

结果,我部落的Ads病毒消除了,电脑运作也顺畅了 =)
资料来源 是个很好的帖子,特转此文章,分享经历~

资料来源http://malwaretips.com/blogs/ads-by-online-browser-advertising-virus/#uninstall

Friday, June 29, 2012

Blogger: Threaded Comments/Continuous Reply On Blogspot


Finally, God never disappoints the studious. I found it!!! yay~
Most of bloggers are still using  @XXX  method, which popup in a new window.

But I found the more convenient method about comment replies as shown below:


I decided to keep these as a record by posting it. Half the day is gone, just because of this threaded comments method =.=  So funny right? Anyway, I am here showing the easiest way to add this threaded comments into your blogspot.

1) There are 2 main settings you should change to display threaded/continuous comments in your Blogger site:

a. Ensure your Blog Feed are set to  "Full"  in  Settings > Other


b. Choose to "Embed" your comment form below your post in Settings>Posts and Comments
Then, save settings.















2) Next, go to Template and click the Edit HTML button.
On the warning page, choose to proceed, then make sure you have checked the "Expand Widget Templates" box.

3) Now search for the following line of code:

<b:include data='post' name='comments'/>

If your template does not include this line of code, chances are you're already using an updated Blogger template and do not need to proceed any further.

4) If you do find the above line of code, replace it with the following:
<b:if cond='data:post.showThreadedComments'>
  <b:include data='post' name='threaded_comments'/>
<b:else/>
  <b:include data='post' name='comments'/>
</b:if>

5) Preview your template to ensure you haven't made any mistakes in pasting the code, and if all is well, save your template!

Now when you view a post's comments section, you should see a "Reply" link beneath any existing comments. When you reply to a comment, a comment form will appear under the comment you are responding to, and your responses will appear beneath.

The only disadvantage of this comment style: Cannot popup in a new windows :((  especially friends profile name. Hence, please always be aware to
Right Click --> Open a new tab/ window.

Reference: Specially thanks to  BloggerBuster

Thursday, June 21, 2012

Newest Version: Related Posts Link for Blogger


I believe that some of the users would prefer a more simple and clean related posts link version that shows only blogger posts titles, just like me :))  Finally, I found this useful and simple version!  Let's see the screenshot below:



How To Add Related Posts Link For Blogger
1) Log in to Blogger. Go to Design  -->  Edit HTML and tick the  "Expand Widget Templates" checkbox.

2) Find this line.  

</head>

3) Just above it, paste the following code:

<!--Related Posts Scripts and Styles Start-->
<!--Remove--><b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#related-posts {
background: #F8F8F4;
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts .widget{
background: #F8F8F4;
padding-left:6px;
margin-bottom:10px;
}
#related-posts .widget h2, #related-posts h2{
background: #F8F8F4;
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:#383838;
}
#related-posts a:hover{
color:blue;
}
#related-posts ul{
list-style-type:none;
background: #F8F8F4;
margin:0 0 0px 0;
padding:0px;
text-decoration:bold;
font-size:15px;
text-color:#000000
}
#related-posts ul li{
background:#F8F8F4 url(
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJ5asvu3MfGrzDvgSciyZKYnpb-hQ0kLQE3u0LFEth3B_TFVBJj7tNznP4kQv-YUEc6A3iqToF5OYHGgjsuZBsT-7jP_Qnt6htbfnLxANwK-gFveAMtMXKnZsZqB-S0JKwkx4dWf6gYUQH/s1600/bullet.gif) no-repeat ;
display:block;
list-style-type:none;
margin-bottom: 3px;
padding-left: 30px;
padding-top:0px;}
</style>
<script type='text/javascript'>
var relatedpoststitle=&quot;Related Posts&quot;;
</script>
<script src='http://helplogger.googlecode.com/svn/trunk/related_posts.js' type='text/javascript'/>
<!--Remove--></b:if>
<!--Related Posts Scripts and Styles End-->

4)  Find (CTRL + F) this line:

<div class='post-footer-line post-footer-line-1'>

If you can't find it, try finding this one:

<p class='post-footer-line post-footer-line-1'>

5) Now immediately after any of these lines (whichever you could find) place the code below:

<!-- Related Posts Code Start-->
<!--Remove-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'> <b:loop values='data:post.labels' var='label'> <b:if cond='data:label.isLast != &quot;true&quot;'> </b:if> <b:if cond='data:blog.pageType == &quot;item&quot;'> <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop>
<script type='text/javascript'> var maxresults=5; removeRelatedDuplicates(); printRelatedLabels(&quot;<data:post.url/>&quot;); </script> </div> <!--Remove--></b:if> <!-- Related Posts Code End-->

Note: In order to change the number of maximum related posts being displayed for each label, search for the code max-results=5 and change the number "5" to any desired number.

6) Save Template

That's all !  Have a nice day!!
Reference: Specially thanks to helpblogger

Monday, October 10, 2011

我刚开通新浪微博了!! 你呢?

相信你们也听过 微博
没听过的    那可真是“OUT OUT ”
赶快赶快 去点击看看!
我也听了好久     可都还没开 = =
刚刚终于开了!!   而且关注了许多明星艺人
那儿对我来说简直是个喜讯
因为许多中国明星啊
香港明星   台湾明星   竟然都有开微博!!
我本身可算得上是中国粉丝^^
所以我既不是韩国粉丝  
也不是日本粉丝哦

新浪微博是什么呢?
说穿了   微博就等同于Facebook
可是我玩Facebook 玩腻了!
结果把它给“关”了 O
而且我喜爱的中国明星都不在Facebook
尤其是“目前”我喜爱的苏有朋  
赵薇    林心如等等(都是受“还珠格格”的影响—!)
他们可都没开Facebook滴

呵呵    似乎扯得太远了
我开这帖子的目的不是这个
我要说的是     
有微博的朋友
欢迎关注我的微博哦
因为没有关注者     我没办法认证身份
多谢啦

微博: http://www.weibo.com/lagoonchen

Monday, February 14, 2011

Blogger: How to remove the blog from the list of blogs that you're following?



Sometimes, I add blog without thinking>>>
Add Add Add and don't know 
Remove Remove Remove...
OMG, do you know? 
3 days before
I started to find out....find....find here...find there~
Just want to remove the nonsense blog that I'm following before!!
That blog don't have navbar!
Headache =.=

Finally, I found the resolution!!!
But that solution is so funny!
Do you know what's the problem with my blog?

Tuesday, February 1, 2011

How To Add Recent Comments Widget For Blogger

You can add a recent comments widget (gadget) on your Blogger blog and know What's Going On!


1. Go to your Blogger Dashboard > Layout > Page Element > Add a Gadget > HTML/JavaScript

Page Elements 



Page Elements







Page Elements


2. Copy and Paste the code below.

Tuesday, January 25, 2011

Pacman Games Widget in Blogspot !!!

Saturday, January 22, 2011

How to makes your blog easier to search?

To makes others easier to search your blog
You can use this method.
This is called "Blogger/Blogspot Title Swapping".
Here are some examples before and after Title swapping.

Before:
before Title swapping






After:
After Title Swapping






So, Which is good one?

Put Adsense Between Posts Blogger

Yup, Adsense can help you to earn more $$ ^^
Do you know put adsense between posts 
is actually can increase the rate of clicking on adsense??
This will explain how to Embedd adsense ads in between posts body.

1.Generate Parsed code for adsense code because we cannot put adsense code directly in the xml.So parse it using AdParser.
2.After parsing,your ad code Should look like this.

Related posts Link for Blogger

We already have Related Posts/Similar Posts widget WITH thumbnail for blogger. It includes the thumbnails  of image in that post. But we are here now with a simple but attractive Related Posts/Similar Posts widget without thumbnails.

METHOD
----------------------

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZHyPa2ccBbQcH4eVXB8O7LmLUYCI6obj4PCd85sd4WtNQFBe75EgEapVuKywjK00iDc1nutVjmLqt5cSuitGOGJis3-KdZWoQxlxcUicgVmFu8ClwbHbetanaBdpXmomlTP7S88o6GMOo/s1600/related+posts+FREE+BLOGGER+HELP.JPG

So lets add this to your blog.

Wednesday, January 19, 2011

"LINK" between post-to-post~LinkWithin Widget

 
Today, I would like to share with you 
 "Link between Post-to-Post

To let your friends look at 
your other old nice stories?


Easy "4" steps to get this Link widget!!
Howdy man!
As an old saying goes, 
Let's share the fortune (有福同享)! 
It's a nice widget which show 
Related Stories Under Each Post!

四个步骤就能让你的文章产生连接哦!

LinkWithin is a blog widget that appears under each post, linking to related stories from your blog archive.

简单来说,LinkWithin 可以帮助你连接其它你曾经写过的文章~

Loading