.

.

Saturday 18 August 2012

Block Programs accessing Internet with Firewall App Blocker


One of the great features that Windows have is the Firewall which helps us in not only blocking the functionalities of the programs but also prevent them from connecting to the internet. This helps us in many ways as preventing a program from connecting to internet helps in saving internet data, helps in securing the system, preventing the program to download some unwanted stuffs and other things.
Any user can make use of the default Windows Firewall and block any program but the process of doing this is not that easy. It involves some complex steps like visiting the Control panel, opening up System Security and adding the program as an exception. Although you may find this process simple but it can’t get simpler than just dragging and dropping the tool to enable all the restrictions.
Yes with the help of this tool called Firewall App Blocker, you just need to do this only. Just download the app from the link below, run it to open the interface and drag drop the program to add to the block list. The tool contains only two main buttons, Add and Delete which works in a simple manner. You can also browse for the executable file of the program and click the Add button to add it to the block list. Clicking the Delete button will remove it from the list.
The program not only improves the Windows Firewall functionality but also enables you to block any program accessing internet at the backend. The program is free and simple to use and since it do not require any installation it can be run directly from the USB drive portably.
Firewall App Blocker is tested to work on Windows 7 both 32 and 64 bits, however on Vista and Windows 8 it has not been tested to work.
Download Firewall App Blocker


Social Network Sidebar Gadget For Blogger


Social Bookmark site helps to get more traffic to your blog.There fore we need some more followers for our social profile. By using this gadget you can link your profile with this gadget. Your users can follow you from your site. It include Facebook fan,Twitter followers, and Rss subscribers. you can do with easy steps. Follow these steps to add it your blog.

1. Log in to blogger account and Go to Design >> Edit HTML

2. Find this tag by using Ctrl+F    ]]></b:skin>

3. Paste below code Before ]]></b:skin> tag
#col2 {

float: left;

width: 320px;

}

.subcol {

width: 150px;

}

.subcol h2 {

font-size: 14px;

padding: 0 0 10px;

color: #999999;

}

#subscribe { background:#none; width:308px;  font-size:8px; }

.subscribe_icons { width:286px; margin:0px auto; }

.subscribe_icons li { display:inline; float:left; margin:0px 2px 5px 2px; width:52px; text-align:center; font-size:11px; }

.subscribe_icons a { display:block; padding:40px 0px 2px; -webkit-transition:all .2s ease-out; -moz-transition:all .2s ease-out; color:#444 !important; }

.subscribe_icons a:hover { color:#26b !important; text-decoration:none; -moz-box-shadow:0px 2px 4px hsla(0,0%,0%,.35); -webkit-box-shadow:0px 2px 4px hsla(0,0%,0%,.35); }

.subscribe_icons .subscribe_buzz a { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3LUMpv1o-_uHPyshWmWVY1enQDv6V1pHqWyuYbq0yDrGCBPBpcjHkVAsp7M8Q-xgO_cbbtLPYvSfAUAX5mdwcmcQtjdhjK84GC8q-BX8VP3DzwMwKbwop5jMsLg-qfT9A6JeIv8zfoyo/s1600/buzz.png) center top no-repeat; }

.subscribe_icons .subscribe_twitter a { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-zSu0XJBW90SgtH6U3mEQq3-DeNKUaPUCT7QHXNNqJTU-BIEs8v3eOUww68hAd8_wd3cdp1gTV7ch_1M9bf9Rk77QUHPSIpFXHR313EQVyT23Ntb49YCq3b-qRDDrDoK3XURieY7uYLU/s1600/twitter1.png) center top no-repeat; }

.subscribe_icons .subscribe_facebook a { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg2M-6Ec0GuKLWrF9FtamLEn7-Ky7M7lXQzBYLg89ubJecIUIXIDutmqUOvVctxCn8TIaZ5zRqM5fWypJP99i50LQDWHqTjSVdDgtpN9PdtDoVxEG5aIlMy7N2YUHvtsPWuHuZwrDUCnY/s1600/facebook1.png) center top no-repeat; }

.subscribe_icons .subscribe_rss a { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOWGad5bdD2YZvgqrvSrLFF0qm0Ln-GemTLjOBPqWyi8WwXp0Clu7Den7A0sJkOmwDdEtTqEHLgDHzA8SqnFhy9zPKUgrgQIWssazDBTMmtsT-E251gCjlD8dPeTW5BxVoI1jP6ZcwcGM/s1600/rss1.png) center top no-repeat; }

.subscribe_icons .subscribe_email a { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjF81cIYdOQ0Y-HOc8seCFlQIgA66roheGQbNtRIbn8l32qp_7J0HJ4xp7-QBZRbKWgOWTNIUh1wbelYvoctvJfUKM8wnOHYjb7mgHI3L6PD5bAYzhc46Gvs3dBaWptqfPg6cF6ReRy2bc/s1600/email.png) center top no-repeat; 

4. Now Go to Design >> Page Element

5. Click Add Gadget and select 'HTML/Javascript'

6. Paste  below code.


<!-- www.bloggertrix.com -->

<div id='col2'>

<div id='subscribe'>

<ul class='subscribe_icons'>

<li class='subscribe_buzz'><a href='ADD HERE YOUR GOOGLE PROFILE URL' rel='nofollow' target='_blank'>Buzz</a></li>

<li class='subscribe_twitter'><a href='ADD HERE YOUR TWITTER URL' rel='nofollow' target='_blank'>Twitter</a></li>

<li class='subscribe_facebook'><a href='ADD HERE YOUR FACEBOOK URL' rel='nofollow' target='_blank'>Facebook</a></li>



<li class='subscribe_rss'><a href='ADD HERE YOUR FEEDBURNER URL' rel='nofollow' target='_blank'>RSS</a></li>

<li class='subscribe_email'><a href='ADD HERE YOUR FEEDBURNER EMAIL URL' rel='nofollow' target='_blank'>Email</a></li>

</ul>

<!-- End -->

Replace highlighted word with your URLs

7. Now save 'HTML/Javascript'
 you are done.

Add Cool Css Sprites Menu For Blogger

This is cool sprite menu style. It work with Firefox 3.5, IE 7, Chrome 3.0 & Opera 9.02 Its look very attractive.I include 4 style menu. You can make attractive your blog. Its easy to add it to your blog.Follow below simple steps.Earlier i created more horizontal menubars.


1. Log in to blogger account and Go to Design >> Edit HTML

2. Put checked marked in Expand Widget Templates

3. Find this code  by using Ctrl+F <div id='content-wrapper'>

4.  Paste below code Before <div id='content-wrapper'> code


<div class="bloggertrix-navi1">

  <ul>

    <li class="sm1"><a href="#"></a></li>

    <li class="sm2"><a href="#"></a></li>

    <li class="sm3"><a href="#"></a></li>

    <li class="sm4"><a href="#"></a></li>

    <li class="sm5"><a href="http://xtremetipsntricks.blogspot.in/"></a></li>

  </ul>

</div>

*Replace # With your URL

5. Find this tag by using Ctrl+F    ]]></b:skin>

6. Paste below one of code Before ]]></b:skin> tag (choose a style as your like.)

Style 1





/*menubar by http://xtremetipsntricks.blogspot.in */

.bloggertrix-navi1 {

    display:block;

    height:72px;

    margin:30px auto;

    position:relative;

    width:525px; }

.bloggertrix-navi1 ul {

    float:none;

    list-style-image:none;

    list-style-type:none;

    margin:3px 0; }

.bloggertrix-navi1 ul li {

    background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8955CgBbvOcFwZcTESf7s0jIlrsWXvBiRVJXknB90c_BfGtmI5P9R0YxluF_V7v3c-umBDlG4a4q0XCI0eOs4YIbebzR4f5eGQUtVj9Msy_hqo_ypFm2EIHAPjKgwCQvC8F5QX8phq2g/s1600/bloggertrix.com-tab-1.png);

    background-repeat:no-repeat;

    float:left;

    height:72px;

    margin:0px;

    padding-top:5px;

    position:absolute; }

.bloggertrix-navi1 ul li a {

    display:block;

    height:100%;

    width:100%; }

.bloggertrix-navi1 ul li.sm1 {

    background-position:0 0;

    left:0px;

    width:125px; }

.bloggertrix-navi1 ul li.sm2 {

    background-position:-125px 0;

    left:100px;

    width:124px; }

.bloggertrix-navi1 ul li.sm3 {

    background-position:-249px 0;

    left:200px;

    width:124px; }

.bloggertrix-navi1 ul li.sm4 {

    background-position:-373px 0;

    left:300px;

    width:125px; }

.bloggertrix-navi1 ul li.sm5 {

    background-position:-498px 0;

    left:400px;

    width:126px; }

.bloggertrix-navi1 ul li:hover {

    z-index:1000; }

.bloggertrix-navi1 ul li.sm1:hover {

    background-position:0 -75px; }

.bloggertrix-navi1 ul li.sm2:hover {

    background-position:-125px -75px; }

.bloggertrix-navi1 ul li.sm3:hover {

    background-position:-249px -75px; }

.bloggertrix-navi1 ul li.sm4:hover {

    background-position:-373px -75px; }

.bloggertrix-navi1 ul li.sm5:hover {

    background-position:-498px -75px; }

/*menubar by http://xtremetipsntricks.blogspot.in */

Style 2





/*menubar by http://xtremetipsntricks.blogspot.in */

bloggertrix-navi2 {

    display:block;

    height:72px;

    margin:30px auto;

    position:relative;

    width:525px; }

bloggertrix-navi2 ul {

    float:none;

    list-style-image:none;

    list-style-type:none;

    margin:3px 0; }

bloggertrix-navi2 ul li {

    background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB_N3-BzsduHMS2XNdK_vy4xoiG-SJjcJxjlbRJUOYPQZ6v1zZYTUoUrqWg3h2Yo3Xtvcw02Jm_kc08Z-OqImmMVPQHw1fU458cq1nKoAd3kiuRonUsp9-YYECjKbQM-JcYLOJfAYyrjY/s1600/bloggertrix.com-tab-2.png);

    background-repeat:no-repeat;

    float:left;

    height:72px;

    margin:0px;

    padding-top:5px;

    position:absolute; }

bloggertrix-navi2 ul li a {

    display:block;

    height:100%;

    width:100%; }

bloggertrix-navi2 ul li.sm1 {

    background-position:0 0;

    left:0px;

    width:125px; }

bloggertrix-navi2 ul li.sm2 {

    background-position:-125px 0;

    left:100px;

    width:124px; }

bloggertrix-navi2 ul li.sm3 {

    background-position:-249px 0;

    left:200px;

    width:124px; }

bloggertrix-navi2 ul li.sm4 {

    background-position:-373px 0;

    left:300px;

    width:125px; }

bloggertrix-navi2 ul li.sm5 {

    background-position:-498px 0;

    left:400px;

    width:126px; }

bloggertrix-navi2 ul li:hover {

    z-index:1000; }

bloggertrix-navi2 ul li.sm1:hover {

    background-position:0 -75px; }

bloggertrix-navi2 ul li.sm2:hover {

    background-position:-125px -75px; }

bloggertrix-navi2 ul li.sm3:hover {

    background-position:-249px -75px; }

bloggertrix-navi2 ul li.sm4:hover {

    background-position:-373px -75px; }

bloggertrix-navi2 ul li.sm5:hover {

    background-position:-498px -75px; }

/*menubar by http://xtremetipsntricks.blogspot.in */
7. Now save your template
     you are done.

ClickJacking Attack


  • Definition :-
    "Clickjacking is a malicious technique of tricking web users into revealing confidential information or taking control of their computer while clicking on seemingly innocuous web pages."  
  • Introduction :-

    "A vulnerability across a variety of browsers and platforms, a clickjacking takes the form of embedded code or script that can execute without the user's knowledge, such as clicking on a button that appears to perform another function.
    The long list of vulnerabilities involves browsers, Web sites and plug-ins like Flash."
  • How It Works? :-

    ClickJacking is a little bit difficult to explain however try to imagine any button that you see in your browser from the Wire Transfer Button on your Bank, Post Blog button on your blog, Add user button on your web-site, Google Gadgets etc.
    ClickJacking gives the attacker to ability to invisibly float these buttons on-top of other innocent looking objects in your browser.
    So when you try to click on the innocent object, you are actually clicking on the malicious button that is floating on top invisibly.

    In other words, the attack is thrown by a malicious web page embedding objects, possibly from a different site, such as framed documents or plugin content (Flash, Silverlight, Java…) which may lead to unwanted results if clicked by the current user (e.g. a “Delete all messages” button in your webmail or an advertisement banner in a click fraud scheme). Using DHTML, and especially CSS, the attacker can disguise or hide the click target in several ways which go completely undetected by the user, who’s easily tricked into clicking it in a more or less blind way.

    JavaScript increases the effectiveness of these attacks hugely, because it can make our invisible target constantly follow the mouse pointer, intercepting user’s first click with no failure.
    We can however imagine a few less effective but still feasible scriptless scenarios, e.g. covering the whole window with hidden duplicates of the target or overlaying an attractive element of the page, likely to be clicked (e.g. a game or a porn image link), with a transparent target instance.

    Examples :-
    • Malicious camera spying using Adobe's Flash.
    •  Flash, Java, SilverLight, DHTML Game or Application used to Spy on your Webcam and/or Microphone.

    • The best defense against ClickJacking attacks is to use Firefox with the NoScript add-on installed.

Adding Numbers For Threaded Commenting In Blogger

This Post will helps you to add numbers inside threaded comments.It will appear like 3, 3.a, 3.b, 3.c like that.To add this trick, you have to add threaded comments system for your blog.Im already provide screenshot for it. Follow these steps.
1. Log in to blogger account & Go to Design >> Edit HTML

2. Find this code  by using Ctrl+F  ]]></b:skin>

3.Paste below code Before ]]></b:skin> code
.comment-thread ol {

    counter-reset: countcomments;

}

 

.comment-thread li:before {

    content: counter(countcomments,decimal);

    counter-increment: countcomments;

    float: right;

    font-size: 22px;

    color: #555555;

    padding-left: 10px;

    padding-top: 3px;

    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRpGVDQnPb9pqWrHFiZXXY694VLID_8MalrP_D1y3UugcBqo8dqBMA3lZTw84Lg9qU66EMJMtyuEY-Pjk04MeoPWMXsOop4lKvd8IkFyAKsn0ZlUBqypDluP-wDOHZAc9EOlLi_sM3qsMo/s1600/commnetbt.png) no-repeat;

    margin-top: 7px;

    margin-left: 10px;

    width: 50px;

    height: 48px;



}

 

.comment-thread ol ol {

    counter-reset: contrebasse;

}

 

.comment-thread li li:before {

    content: counter(countcomments,decimal) "." counter(contrebasse,lower-latin);

    counter-increment: contrebasse;

    float: right;

    font-size: 18px;

    color: #666666;

}

4. Now Click  Save Template.
    You are done...

Feature Rich Screenshot Capture Tool for Windows 7 and 8


Time and again we need to take the screenshot of the screen in front of us. Whether it is for some proof, or just downloading some image that do not have any download link, screenshot capture tool comes to rescue. Although by default Windows have a screenshot capture wizard known as Windows Snipping Tool but it is quite plain and don’t have much photo editing features.
If you are some kind of person who needs to take the screenshots again and again then here is some tool that will interest you. This tool is called Free Screenshot Capture and as the name suggests, the tool is free to use. What makes this tool different from others is that it is very easy to use yet powerful utility which has been found to work on both Windows 7 and Windows 8.
Not only capturing the screen, it can also help you in capturing webcam, pick colors from screen and identify them (color picking wizard will help you in identifying the color name without the use of any more tool). It also includes some other tools like screen protractor, screen ruler, screen magnifier which will help you in one of the other scenarios while working on the system. Moreover using these measurement tools you can capture the images accurately and within dimensions and angles.
One more feature that impressed me was the Screen Capture with Delay feature which actually allows you to capture the screen after the specified time interval. Sometimes we need to capture a screenie not instantly but after performing some operations; this will come handy in those situations. You can also use the capture screenshots for instant captures and also adjust the screen brightness with this tool.
In short Free Screenshot Capture is a feature rich utility that can come handy in lot of different situations.

Enjoy !

 

Get Latest Updates: Subscribe Now | Like Us on Facebook

X