skip to main | skip to sidebar

Expert Gamerz

Pages

  • Home

Wednesday, 23 May 2012

How To Easily unfollow a Facebook post from the new notification box

, Facebook gave its notification box a revamped look, as well as a new feature. You can now unfollow a post directly from the notification box.








As you can see above, in the top-right corner of each notification you'll see a small X. When the X is clicked on, you'll be asked to confirm that you do want to unfollow that post. After confirming, the notification will disappear, being replaced with an undo button (should you change your mind). Going forward, you'll no longer receive alerts from the status update you just unsubscribed from.
Posted by Unknown at 08:17 0 comments Email This BlogThis! Share to X Share to Facebook
Labels: Windows

Tuesday, 22 May 2012

Facebook chat window being used to spread new virus.


A new virus is reportedly spreading across computers through the chat window of the social networking giant Facebook
The pop-up window, used for person-to-person chat, pops up with a message from a 'friend', which links to an innnocent looking website.
Clicking on the link immediately infects user's PC with the virus, labelled Steckt.Evl by discoverers Trend Micro, The Daily Mail reports.
The virus instantly disables and removes anti-virus software, then spreads itself by opening chat windows on the Facebook friends of the user.
Security experts Trend Micro, which uncovered the new threat, said the worm propagates via instant messaging applications and social networking sites.
Like many other new Internet threats, the first thing the worm does is disable programs that might detect and destroy it.
According to the report, the purpose is to 'control' the PC, both to steal sensitive information such as bank details and to use the 'zombie' machine as part of a network of attackers in large-scale cyber attacks.
Posted by Unknown at 05:01 0 comments Email This BlogThis! Share to X Share to Facebook
Labels: Windows

Friday, 18 May 2012

Download SWF File From Website With Ease



Here’s how to configure IDM to download swf file from website

  1. Open Internet Download Manager software
  2. Click on “Options” button from the toolbar
    download swf file from website
  3. Now click on “Edit” button located beside “Customize IDM download panels in browsers” text (bottom most button in that panel)
    download flash videos from websites
  4. Now you can add the file formats by clicking on “Add” button
    how to download flash videos from websites
  5. Specify the file format as “SWF” (without quotes)
    download flv videos from websites
  6. That’s it.. Now click on OK button twice
  7. Now restart your browser and navigate to any website which contains flash game or animation (swf content), Now you could see the IDM download button above the swf content which allows you to download the respective swf with a single click.
  8. Finally just choose the destination on your PC to download the swf file and enjoy flash games offline!
Posted by Unknown at 00:49 0 comments Email This BlogThis! Share to X Share to Facebook
Labels: Windows

Thursday, 17 May 2012

Smooth Scroll jQuery Back To Top Button



Remember Always Back Up Your Template Before You Make Changes - 

Step 1. In Your Blogger Dashboard Click Design > Edit Html 

Design Edit Html Blogger

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code)

]]></b:skin>

Step 3. Copy and Paste the following code Directly Above / Before ]]></b:skin>


#toTop {
display:none;
text-decoration:none;
position:fixed;
bottom:10px;
right:10px;
overflow:hidden;
width:51px;
height:51px;
border:none;
text-indent:-999px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGPH7hpIbwv-vl39RsVsMR000e2Htw5V52AU8k4F8vRZAc3v538uQah-w1iGQ7aGdLbfnYLYI2TCGc5USwo9oLZTkGcUG6rA0fi04pVEI0Jh2HuNuP5TUZWbDqc9Rqzn2gaxRKwarQWYo/s1600/ui.totop.png) no-repeat left top;
}
#toTopHover {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGPH7hpIbwv-vl39RsVsMR000e2Htw5V52AU8k4F8vRZAc3v538uQah-w1iGQ7aGdLbfnYLYI2TCGc5USwo9oLZTkGcUG6rA0fi04pVEI0Jh2HuNuP5TUZWbDqc9Rqzn2gaxRKwarQWYo/s1600/ui.totop.png) no-repeat left -51px;
width:51px;
height:51px;
display:block;
overflow:hidden;
float:left;
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
outline:none;
}

Note - To move the button to the left of your blog change right:10px; to left:10px; .

Step 4. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code)

</head>

Step 5. Now Copy And Paste This Code Directly Above / Before </head>

Note - If you have previously added jQuery script to your template you can leave out the line in green.
<script src='http://code.jquery.com/jquery-1.6.1.min.js' type='text/javascript'/>
<script src='http://suyb.googlecode.com/files/jquery.easing.1.3.js' type='text/javascript'/>
<script src='http://suyb.googlecode.com/files/jquery.ui.totop.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function() {
/*
var defaults = {
containerID: &#39;moccaUItoTop&#39;, // fading element id
containerHoverClass: &#39;moccaUIhover&#39;, // fading element hover class
scrollSpeed: 1200,
easingType: &#39;linear&#39;
};
*/

$().UItoTop({ easingType: &#39;easeOutQuart&#39; });

});
</script>

Step 6. Save your template.


Drop Your Comments And Questions Below.

Posted by Unknown at 21:11 0 comments Email This BlogThis! Share to X Share to Facebook
Labels: Windows

How To Make Headline News In Blog


As we know, headline news is a feature in TV stations wich usually located at the bottom. Usually, that's display some latest news. But in this case, because it's about blog, so the headline news display the recent posts of your blog. So, the visitors can watch the newest post of your blog. Now, if you want to add it into your blog, just follow the steps below.

1. Log in to your blogger account
2. Go to Design --> Page Elements --> Add Gadget
3. Choose HTML/Java Script
4. Copy the code below, and paste into the place
<script type="text/javascript">
var hn_url_blog = "http://
ctipstricks.blogspot.com";
var hn_jumlah_post = 5;
var hn_warna_latar = "#EEEEEE";
var hn_warna_garis = "#000000";
var hn_posisi = "top";
var hn_tampilkan_judul = true;
var hn_backlink = true;
</script>
<script src=" https://sites.google.com/site/ctiptricks/headlinenews.js?attredirects=0&d=1 ">
</script>
=>Change with your blog address
=>Number of posts that you want to display
5. Save now 
Posted by Unknown at 11:45 0 comments Email This BlogThis! Share to X Share to Facebook
Labels: BLOG TIPS

How to Send Colorful Text in Facebook Chat


Facebook has restricted its user to chat in black text due concerns of server overloading and speed. But now you are no longer bound to chat in black text. There are some special codes for you that empower you to send colourful text in chat. This trick is solely based on the fact that when profile ID’s are inserted in between square brackets, it automatically transforms into the profile picture. These ID’s are specially created for this purpose.
You can also send messages in colourful text but these codes will not work in Status update. This will also not work if the other person is using chat from his mobile.

How to Send Colorful Text in Facebook Chat

How to Send Colourful Text in Facebook Chat:

How to Use it:

To create a word of colourful text copy the codes of alphabets and make sure to insert single space between the each alphabetic code. Here is the code for COMPUTER TRICKS.
COMPUTER: [[115602405121532]] [[116564658357124]] [[106596672714242]] [[111669128857397]] [[108983579135532]] [[112669162092780]] [[115430438474268]]  [[106699962703083]]
 TRICKS: [[112669162092780]] [[106699962703083]] [[109294689102123]] [[115602405121532]] [[116651741681944]] [[115927268419031]]

Here is the list of codes with their alphabets.

[[107015582669715]] = A
[ [116067591741123]] = B 






[[115602405121532]] = C
[[112542438763744]] = D
[[115430438474268]] = E
[[109225112442557]] = F
[[111532845537326]] = G
[[111356865552629]] = H
[[109294689102123]] = I
[[126362660720793]] = J
[[116651741681944]] = K
[[115807951764667]] = L
[[106596672714242]] = M
[[108634132504932]] = N
[[116564658357124]] = O
[[111669128857397]] = P
[[107061805996548]] = Q
[[106699962703083]] = R
[[115927268419031]] = S
[[112669162092780]] = T
[[108983579135532]] = U
[[107023745999320]] = V
[[106678406038354]] = W
[[116740548336581]] = X
[[112416755444217]] = Y
Posted by Unknown at 09:45 0 comments Email This BlogThis! Share to X Share to Facebook

auto post birthday wishes on facebook wall Of Friend


Birthdays come and birthdays go.And more often than not we miss wishing our friends. This is especially true of our online network of friends too.One thing you can do is an automated birthday wishes messages on facebook. All these days facebook shows the birthday notice of your friends on your facebook homepage. You need to manually go to their walls and wish them but now this task done by the facebook birthday app. You can send automated birthday wishes.

Auto post Birthday wishes with Autobudder.

Autobudder is an facebook app that helps you to automatically post birthday wishes on the walls of your facebook friends with customized messages from you, at sharp 12, before anyone can. Its hassle free, doubles as a birthday calendar, and at times, just helps maintain those social commitments

How to use AutoBudder ?
  • First log in to your facebook account.
  • Go to http://facebook.com/autobudder
  • Click ‘go to app’ button.
  • Click ‘Allow’ to grant access to the application so that it can collect all the birthday dates of your friends
  • Now in the application, click ‘Set common message!!’
  • You can set custom messages or just allow the default birthday wish message from autobudder.
  • The application displays how the message will appear on wall of your friend.
  • You can also choose to ignore wishing some of your friends by clicking the ignore against your friend’s name.
Now you can set the time zone from the options tab at the top. So that you can set the birthday wish to post exactly at 12 clock. You can enable/disable greeting cards with the birthday message.


Auto post birthday wishes with birthdayFB.

BirthdayFB is a site which helps you to automatically posts birthday wishes on the walls of your Facebook friends. Here's a screenshort from birthdayFB website.




  • First login into your facebook profile.
  • Go to site BirthdayFB and lets connect with facebook.
  • Click allow to grant access the application.
  • Click on the tiny drop down and select Write Message for sending a birthday wish to a selected friend. You can also go into the Write Messages section from the top toolbar to compose your messages.
  • Choose your birthday greetings or write yourself.
  • Go to preferences  and choose your time slot according you.
  • That's all, when the day come your friend automatically received a message

I hope you like this, please leave a comment
Enjoy
Posted by Unknown at 01:56 0 comments Email This BlogThis! Share to X Share to Facebook
Labels: COMPUTER, COMPUTER TRICKS, FACEBOOK, Facebook STATUS, FACEBOOK TRICKS, INTERNET TRICKS
Newer Posts Older Posts Home
Related Posts Plugin for WordPress, Blogger...

Labels

  • Android (4)
  • Angry Birds (1)
  • ANTIVIRUS (6)
  • AVG (2)
  • BLOG (12)
  • BLOG TIPS (4)
  • BROWSER (12)
  • Cars Wallpaper (1)
  • COMPUTER (53)
  • COMPUTER TRICKS (51)
  • Cool Abstract WallPaper (1)
  • Cool Wallpapers (5)
  • Counter Strike (2)
  • Desktop Utility (1)
  • DIABLO THE GAME (2)
  • Earn Money Online (2)
  • Eid Mubarak (2)
  • EMAIL (1)
  • FACEBOOK (15)
  • Facebook Profile Pictures (3)
  • Facebook STATUS (3)
  • FACEBOOK TRICKS (25)
  • FIFA (3)
  • Flag Of Different Countries (2)
  • Flower Wallpapers (1)
  • GAMES (20)
  • GOOGLE BOOK (1)
  • GOOGLE CHROME (5)
  • GOOGLE TRICKS (2)
  • GOOGLE+ (1)
  • GTA (2)
  • HALF-LIFE (1)
  • HArdDISK (2)
  • HOW TO CREATE THIS (2)
  • IDM (2)
  • internet ExPlOrEr (2)
  • INTERNET TRICKS (23)
  • Islamic Wallpapers (9)
  • Java Games (2)
  • Katrina Kaif Wallpaper (2)
  • label (1)
  • MAC (1)
  • MAINTENANCE OF COMPUTER (1)
  • MAX PAYNE (1)
  • MEDIAFIRE (2)
  • MEDIAFIRE GAMES. (1)
  • MICROSOFT (2)
  • MICROSOFT OFFICE (8)
  • MICROSOFT VISUAL STUDIO (1)
  • MOBILE (12)
  • Mobile Specifications (1)
  • Modern Warfare 3 GAME (1)
  • MOVIES (3)
  • Mozilla Firefox (2)
  • NFS (2)
  • Off-Page SEO (1)
  • OPERA (1)
  • OPERATING SYSYTEM (1)
  • OS (1)
  • PENDRIVE (3)
  • PES (2)
  • PES 2011 (1)
  • Picture Frames (3)
  • RECOVERY OF HARDDISK (2)
  • Remove Facebook Timeline (1)
  • Salman Khan Wallpapers (3)
  • SEO Tricks and Techniques (1)
  • Shahrukh Khan Wallpapers (7)
  • SoCCER GamEs (1)
  • Software (16)
  • SpeedBit Video Accelerator (1)
  • Sports Wallpapers (2)
  • TeAmViEWeR (1)
  • Technology (3)
  • Traffic Software (1)
  • Twitter (1)
  • UbunTu (1)
  • vlC (1)
  • WARCRAFT GAME (1)
  • Web Directory Submission In SEO (1)
  • Web TrIcKs (1)
  • Website Traffic Increasing Trick (SEO) (1)
  • Windows (6)
  • WiNdows 7 (35)
  • WINDOWS 8 (38)
  • WiNdows VISTA (9)
  • WiNdows XP (29)
  • YouTube (1)

Blog Archive

  • ▼  2013 (1)
    • ▼  February (1)
      • Latest 2013 Sxe Hack Inexinferis FX series
  • ►  2012 (127)
    • ►  December (4)
    • ►  August (62)
    • ►  June (8)
    • ►  May (24)
    • ►  April (10)
    • ►  March (1)
    • ►  February (18)
  • ►  2011 (168)
    • ►  December (13)
    • ►  November (63)
    • ►  October (82)
    • ►  September (10)
  • ►  2010 (6)
    • ►  September (6)

Followers

Powered by Blogger.

About Me

Unknown
View my complete profile

 
Copyright (c) 2010 Expert Gamerz. Designed for Video Games
Download Christmas photos, Public Liability Insurance, Premium Themes