Showing posts with label Computer. Show all posts

Best Free Antivirus Downloads for Windows 8



I switched from windows 7 to windows 8 some time prior to as I was pretty annoyed by the sluggish velocity of 7. And consider me windows eight is really brilliant running machine that I was once ready for from a long time through home windows workforce. it is not most effective quick however the glossy appears to be like,default sounds and issues make it more awesome.

But everyone knows that as prior home windows OS versions, home windows 8 is also inclined to virus and spyware and adware attacks. And to remain free from viruses, it the most common and elementary task of any home windows consumer to seek out the antivirus tool applications. So, i thought to research perfect antivirus instrument for windows 8 and prove with some in point of fact great choices that provided maximum safety against viruses, malwares and a couple of other threats.

Antivirus software listed beneath are fully suitable with home windows eight – 32 and sixty four OS and to be had freely on the internet for single and non-industrial use.
So, have a look on WebSeasoning’s different listing of top eight highest and free antivirus software for home windows 8 to maintain your laptop safe in opposition to more than a few virus threats and hackers.

1) Microsoft security essentials
Microsoft security necessities provides actual-time protection for your house laptop that guards towards viruses, spy ware, and other malicious tool. Microsoft security necessities is a free obtain from Microsoft that is easy to put in, straightforward to use, and always kept up to date so that you can be assured your laptop is secure by means of the newest expertise. For extra small print and how to download MSE, that you could take a look at our article completely dedicated on MSE.

2) Avast Free Antivirus
Avast! antivirus device is to be had for free and industrial use. It gives complete virus protection for your computer. Antivirus engine is complemented through anti-spy ware, firewall and antispam modules to give protection to you against phishing schemes, identification theft and web-allotted internet viruses. automatic updates for greater person comfort and security.

3) AVG Free Antivirus
AVG has been around in the Antivirus market from a long time and received lot of loyal customers to their kitty. additionally they provide upgraded version which may be very pricey but I consider that their free Antivirus application is great for customers having non-public computer systems. AVG user interface is lovely simple and it takes a minute to install for your computer.

4) Avira AntiVir non-public
probably the most simple to make use of and light Antivirus software in the market. it really works completely wonderful to discover virus, spy ware, rootkit threats. the most effective a part of Avira is that it’s quiet prominent in the case of finding malware. Few false positives about Avira is that it does no longer inlude e mail scanner in free model, however when you open any infected electronic mail, it comes once more into motion.

5) Panda Cloud Antivirus
the primary free cloud antivirus towards viruses, spyware, rootkits and spyware and adware. Panda Antivirus Beta3 helps home windows eight (32 and 64bit). . The antivirus contains out BackgroundScan with the aid of deactivating many unnecessary operations.

6) Comodo Firewall + Antivirus
Comodo Firewall and Antivirus is now Comodo internet security.Comodo internet security four.0 features a built-in sandbox which combines file machine/registry virtualization and least-privileged person account theory as a way to fight unknown malware.

7) ClamWin Free Antivirus
ClamWin is a Free Antivirus application for Microsoft home windows eight / Vista / XP / Me / 2000 / ninety eight and home windows Server 2008 and 2003. It comes with an easy installer and open supply code. Please observe that ClamWin Free Antivirus does now not embody an on-access actual-time scanner. You need tomanually scan a file so as to become aware of an epidemic or spy ware.

8 ) Free eScan Antivirus Toolkit Utility
eScan Antivirus Toolkit 12.x is suitable with windows 8 – 32 & 64-bit OS. eScan Antivirus Toolkit is a FREE utility that enables you to scan and easy Viruses, spyware, adware and every other Malware that will have contaminated your laptop. The eScan Antivirus Toolkit requires no set up and can also be run instantly from anywhere, for your laptop, USB force or from a CD ROM. It will also be run although you already have different antivirus instrument put in on your computer.
Learn more »

How to Add a YouTube Subscribe Button in Blogger


 
 
If you are a video blogger who loves to record odd videos and use YouTube to host them on their websites, then you might also prefer adding a YouTube Subscription widget, which would ultimately encourage users to follow you on your official YouTube channel associated with your website.  Recently, one of our users asked us How to Add YouTube Subscribe Button in Blogger? Sometimes you don’t want your users to follow extra instructions to subscribe to your channel, so it is better to put up such widget that subscribes your visitors to your channel with just one click. In this article, we will show you How to Add YouTube Subscribe Button in Blogger.

The first thing you need to do is to go to YouTube Developer’s page. Once the page is completely loaded scroll down to “Configure a button” and fill the text fields with your information. Insert your YouTube Channel URL, eg: /mybloggerlab. After entering the URL, you can customize the appearance or layout of your YouTube Subscription button.

While making changes, you can see the interactive preview on the right. Once you have finished customizing your widget, copy the code present below the “Preview” and paste it anywhere you would like to show on your website.

Now go to Blogger.com >> Add a Gadget >> Add HTML/JavaScript and paste the code in the HTML Text box which you copied a few moments ago. Once everything is done, press “Save” button to complete the process.

Congratulations: You have successfully added YouTube Subscribe Button in Blogger. Now go and check our blog to see the widget in action.

We hope this article have helped you in learning How to add YouTube Subscribe Button in Blogger. Does anyone actively use YouTube.com to upload videos and other interesting stuff? Feel free to share you experience by commenting below.
Learn more »

How to Embed a YouTube Video as Page Background in Blogger


 
Some people might be wondering if there really exists a way to embed a YouTube video in the background of a Blogger blog that actually plays and works just like every other normally video embedded. Recently, one of our users asked us How to Embed a YouTube Video as page Background in Blogger? Embedding a YouTube video might turn out to be productive for a user who is selling a product, so it could be useful in attracting customer’s attention and interest. Today in this article, we will show you How to Embed a YouTube Video as page Background in Blogger.

Although, the results can be wonderful and productive but on the other hand, it has three major drawbacks. The videos cannot be paused, so if there is an ad running on the video you cannot do anything about it. It might slow down your blog, so before adding make sure you use it purposely for distinctive causes.

Before implementing, make sure you do not have a site that is fairly large in width. The maximum widget of you website content should not be more than 700px, so users can easily enjoy the video playing in the background. For additional modifications, you can make your website a bit of transparent to provide more clear video appearance.

How to Embed a YouTube Video as page Background in Blogger:

The first thing you need to do is to login into your Blogger.com account. After logging in select a blog on which you would like to install the YouTube video in the background. Now go to Template >> Edit HTML >> Search for the </head> tag and just above it paste the following code.

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
/* jQuery tubular plugin
|* by Sean McCambridge
|* http://www.seanmccambridge.com/tubular
|* Copyright 2012
|* licensed under the MIT License
|* Enjoy.
|*
|* Thanks,
|* Sean */
var videoWidth = 853;
var videoRatio = 16/9;
var defaultDiv = 'wrapper-video';
jQuery.fn.tubular = function(videoId,wrapperId) {
wrapperId = (typeof(wrapperId) == undefined) ? 'wrapper-video' : wrapperId;
t = setTimeout("resizePlayer()",1000);
jQuery('html,body').css('height','100%');
jQuery('body').prepend('<div id="yt-container" style="overflow: hidden; position: fixed; z-index: 1;"><div id="ytapiplayer">You need Flash player 8+ and JavaScript enabled to view this video.</div></div><div id="video-cover" style="position: fixed; width: 100%; height: 100%; z-index: 2;"></div>');
jQuery('#' + wrapperId).css({position: 'relative', 'z-index': 99});
var ytplayer = 0;
var pageWidth = 0;
var pageHeight = 0;
var videoHeight = videoWidth / videoRatio;
var duration;
var iframe = '<iframe id="myytplayer" width="' + videoWidth + '" height="' + videoHeight + '" src="http://www.youtube.com/embed/' + videoId + '?autoplay=1&controls=0&modestbranding=1&showinfo=0&hd=1&iv_load_policy=3&version=3&wmode=transparent&loop=1&playlist=' + videoId + '" frameborder="0" allowfullscreen></iframe>';
jQuery('#ytapiplayer').html(iframe);
jQuery(window).resize(function() {
resizePlayer();
});
return this;
}
function onYouTubePlayerReady(playerId) {
ytplayer = document.getElementById("myytplayer");
ytplayer.setPlaybackQuality('medium');
ytplayer.mute();
}
function resizePlayer() {
var newWidth = jQuery(window).width();
var newHeight = jQuery(window).height();
jQuery('#yt-container, #video-cover').width(newWidth).height(newHeight);
if (newHeight > newWidth / videoRatio) {
newWidth = newHeight * videoRatio;
}
jQuery('#myytplayer').width(newWidth).height(newWidth/videoRatio);
}
//]]>
</script>

<script type='text/javascript'>
//<![CDATA[
$().ready(function() {
$('body').tubular('71BLn00VN_w','wrapper-video');
});
//]]>
</script>

After pasting the above coding, again in the template look for <body> open tag and just below it add this small piece of code. However, if you are unable to find <body> tag then try searching <body expr:class='&quot;loading&quot; + data:blog.mobileClass'> or similar piece of code.
<div id='wrapper-video'>

Since, we have added a open DIV id, its our job to close it properly otherwise the template would pop errors. So now search for the </body> ending tag and just above it paste this code.

</div> 

Important: Do not forget to replace 71BLn00VN_w  with the ID of YouTube video, the ID are the characters that appear at the end of the URL. To provide you assistance we have attached a screenshot below. Once everything is done, Save the template.


Congratulations; You have successfully added a YouTube Video in the background of you blogger site. Go and preview your website to see if everything is working just fine.

We hope this tutorial may have helped you in learning how to add YouTube Videos in blogger. It is essentially awesome thing to be added in your blogger enabled site. Firstly makes your product attractive and second you have nothing to loose.
Learn more »

Kaspersky Internet Security 2014

Install Kaspersky Internet Security 2014 Trial


The first thing you have to do is install the 30 trial day of Kaspersky Internet Security 2014 or AntiVirus 2014. So, click one of the next buttons to chose what product you prefer. When you click it. it will start downloading the Setup. When completed, run the .exe file and install it.
Download : Kaspersky Internet Security 2014
Download : Kaspersky AntiVirus 2014 
Download : Kaspersky Serial Keys

Activating 3 months trial


The Kaspersky that you installed in your PC, only has 30 days to use. But I have one good news. There is available a key that provides you 91 days trial. How I do that?
→ Click in Enter activation code
→ Click in Activate application
→ Enter the next code. Select it, right-click, Copy. Then in KIS windows, right-click in box and Paste
The code is: QCGUH-J8FF6-33WGA-UBY62
→ Click Activate
→ Wait a moment ... when done it will appear a message saying that activation was successfully done. You have now 91 days to use Kaspersky.


After 91 days ...


Now is time to use a Trial Reset program. Before you download it, you may disable the Kaspersky Protection. For that, right-click in Kaspersky icon in notification area like the next image. It will make appear a context menu. Click Pause Protection. It will appear a new window. Select the first option and then more than 5 minutes. You can also chose the third option Pause. Is the same. Click in Pause Protection button

Now, we have to disable the Self-Defence In the main window, go to Settings < Additional < Self-Defense Uncheck the box and click Accept in the MessageBox that will show up. Right-click in Kaspersky icon in notification area like the next image. It will make appear a context menu. Click Exit.
Before you continue, save and close all your work
Now we are ready to reset the trial of Kaspersky. Download the activator here, unzip and run the .exe file
Remember it must be run as administrator. The activator is in russian but no problem. Is easy :)
Click the first button like in image. It will appear a MessageBox. When you click YES and Windows will restart.

Now that windows restarted, open the Main Window of Kaspersky. It will say that you don´t have a licence. Easy! Paste again the key of 91 days trial and you will get it again. Follow the steps I showed in Activating 3 months trial section.
Learn more »

How To Use Google Keyword Planner Tool For Keyword Research?

Google is basically a search engine and provides the best results to its worldwide users for last 15 years. Apart from being a major search engine, it also manages a huge number of other free and paid products such as Gmail, Chrome, Feedburner, Blogger, YouTube, Adsense, Adwords and many more. Within last few years, Google introduced many new services and closed some of its products too. And the most recent and major change in Google products is; replacing Google Planner tool over Google Keyword Tool.
Keyword Planner Tool
GKT was one of the best free tools available online for doing Keyword search. It was used by millions of webmasters and web marketers for keyword research. But now it has gone far away, and you’ve to be and you must be familiar with the new Planner Tool which I’m going to reveal in this post further.

What was Google Keyword Tool?

Google Keyword tool was simply a tool used for keyword researching. GKT was used by webmasters and marketers to find the best keywords for their business which are searched mostly on the internet. And If you know Google Adword which is an advertising network managed by Google then you might have come across GKT as well, this tool was available for all Adword users, it was absolutely free to use and had a very simple and clear interface. You could find the local and global monthly searches for a certain keyword very easily. And it could also provide the approximate CPC (Cost Per Click) rates for that specific keyword.

What is Google Keyword Planner?

On 27th August, 2013, Google retired its GKT and replaced that with brand new Google Keyword Planner tool, which we are discussing via this post. GKP is similar to GKT which will provide you more relevant, close and deep insights about the keyword you are searching for. However, there were many features in GKT, which are not included in GKP, those features are either removed or skipped for a while of time by Google in GKP. Now you’ll have to first insert the Keyword and then you’ll have to enter the bidding amount and your daily budget for a certain keyword and after that you’ll see closer results and CPC rates for that keyword. It’s a kind of tool for advance users and basic users will face some difficulties while using it right now. However, you’ve to be familiar with it as soon as possible, because it’s the future of keyword researching.

How to use Keyword Planner?

Just go to your Google Adword account and you’ll find this tool under Tools and Analysis tab, click that tab and in the list of options click “Keyword Planner”, now you’ll just see following three options:
  • Search for Keyword and ad group ideas
  • Enter or Upload keywords to see how they perform
  • Multiple keyword lists
Keyword Planner Tool
So all these three options you can use while using GKP, and keep in mind that you must be logged in to Adword account in order to use this tool. While for Google Keyword Tool (Previous one) you didn’t need to login to your account.

So the first option “Search for Keyword and Ad groups ideas” is used to first search a desired keyword and then find a list of keyword group ideas. For example if you searched for a keyword like “SEO” you’ll find a lot of keywords related to SEO and vice versa.
Moreover, if you want to just search a single keyword and its monthly searches etc then use the second option which says “Enter or Upload Keywords to see how they perform”. You can just enter your keyword and find the estimated CPC and searches etc upon entering a bidding amount and daily budget for that keyword by yourself in the top 2 text fields. You can also upload keywords if you have them in a text file.
And for multiple keywords you can always use the last option, which is rarely used by basic users like me and you :P .

Why Google replaced this tool?

To be honest, I don’t exactly know why they did this cruelty. But being a user and webmaster I’ve been keeping eye on Google changes, and the recent change seems to be working more closely with Adword advertisers, because this tool has a lot of new features for advertisers such as targeting keywords and traffic on regional and city bases. While Google mostly doesn’t care of free users, so previous tool was better for free users and this tool is more better for active Adword advertisers. So we are tossed again by Google. But what can we do? Nothing. Just enjoy the new tool. Stay Happy. :D
Learn more »

Kaspersky PURE 3.0 Free 6 months

Kaspersky giving away six months license to UK based user. Don't worry you can use a simple trick to get one license for you, doesn't matter where you are from? Let's follow beneath the steps,

1. Open your web browser

2.  Just search with "UK Proxy" in Google or just click below link

3. Copy the following link, and paste it into enter the url here section of "www.quickproxy.co.uk" 
and hit Surf Now! button.
http://promo.kaspersky.com/infosec2013
4. You will see the page like below screenshot.


5. Fill the short form on page, if you aren't viewing the page like above then try to change the other proxy site of UK, or retry with the same site.

6. Don't forget to select Yes named radio button.

7. Done! If you see following message. You will get genuine license key via email within 15 seconds.
Learn more »

Start Menu 7 - Start Menu in New Flavour


Start Menu 7 - the best software to replace the standard Windows Start Menu ever made. Before creating Start Menu 7 program, I've spent a lot of time to understand how a human brain works with visual information. That's why Start Menu 7 is so easy and natural to use for everybody.
(click to enlarge)
  • The list of menu items is alphabetically sorted, so you can easily find any program or command by its name.
  • Open any location on your PC with a single click.
  • You can create, modify, and reorder items in Start Menu 7. So it's easy to create a list of the most used locations, popular directories, and virtual folders to access them with a single click.
  • There is a special Run button to access seldom used locations without adding them into menu.
  •  Start Menu 7 has a customizable Power Buttons panel.
  •  With Power Timer feature you can delay any of power management operations. 
Download   (6MB)

Version: 3.8 (freeware) with 64 bit support


Platforms: Windows All
Learn more »

Free YouTube Downloader From Wondershare

Wondershare Free YouTube Downloader automatically detects any YouTube video and other similar streaming FLV videos when you surfing on web. And it offers you two easy ways to download any videos from YouTube sites for totally free: detects and downloads videos that are playing automatically or input URL to download. To watch any format videos on your computer, the built-in player is a good helper. You will get a free video player installed after installing free YouTube Downloader. 
FEATURES
  • Downloads any videos from YouTube sites for totally free.
  • Downloads YouTube videos in batch, saving your time.
  • Automatically detects and downloads videos that are playing.
  • Built-in player enables you to watch FLV, AVI, MPG, WMV, MP4 videos cozily.
  • Records downloading history to prevent duplicate download.
  • System Requirements: Windows XP/Vista/Windows 7 

SUPPORTED

Video Sharing Websites: YouTube, Google Videos, Yahoo Video, AOL Video, Metacafe Video
Video Formats: FLV, AVI, MPG, WMV, MP4, MOV, 3GP, ASF, F4V, VOB, DAT, TS, M2TS, TR, TRP
Audio Formats: WMA, MP3, WAV, M4A


DOWNLOAD

Wondershare Free YouTube Download (7.7 MB)
Learn more »

Windows 7 Logon Screen Changer



Windows 7 Logon Background Changer is a free open source software that let you change the wallpaper of the Windows 7 logon screen (also known as "welcome screen", "login screen" or LogonUI).

Windows 7 Logon Screen Changer

It has been tested successfully with the final version of Windows 7 (RTM) and Windows 7 RC 7100. It works with Windows 7 Home Basic, Home Premium, Professional, Ultimate and Enterprise, in x86 or x64 (32 or 64 bits). It does NOT work with Windows 7 Starter (edition sold with most netbooks). It works also on Windows Server 2008 R2 (but you are not supposed to customize a server).

On a side note, this small program is WPF based, it's a nice technical demo of Windows Presentation Foundation capabilities for those interested in WPF. It requires a decent GPU for the 3D animations to run smoothly. It runs fine with my Radeon HD 3200 on my laptop computer, but it should also work with lower end graphic cards, albeit slowly.
 
                                                      
 
                                                   click here to get Source Code

                                                                                  

                                                            official website
Learn more »

Undelete 360: Restore files accidentally deleted from your Computer



Undelete 360 can recover files deleted from computer hard drives, USB/thumb drives and memory sticks, the memory cards used in cameras, smart phones, and other devices, pen drives, and more. The program supports both file recovery and folder recovery.





Undelete 360 is one of the best programs to use for restoring accidentally or unintentionally deleted files from your computer, regardless of storage medium. Best of all, Undelete 360 is 100% freeware: No ads, no beg screens, no time or feature limits. It is completely free for you to use and enjoy.

DOWNLOAD

1. Desktop Version 
 
Download Undelete 360 SETUP [undelete-360-setup.exe, 1.94 MB, Multilingual]
Version: 2.13
Date: 10-Feb-2012
License: Freeware



2. Portable version



The following install file is a simple exe file. There is no installer or uninstaller, no desktop or start menu icons are created, and no registry or other system changes are made. The portable install is suitable for users who want to perform a manual install or for users who want to install undelete 360 as a portable app on a USB flash drive. To run Undelete 360 Portable from your Flash drive, download it to your USB memory drive and run undelete-360.exe.

Download Undelete 360 PORTABLE [undelete-360.exe, 1.5 MB, Multilingual]
Version: 2.13
Date: 10-Feb-2012
License: Freeware


System Requirements

  • Operating system: Windows 2000 / XP / VISTA / Windows 7 / 2003 or 2008 Server.
  • Supported file systems: NTFS, NTFS5, FAT12, FAT16 and FAT32
  • RAM: 128-1024 MB (depends on the drive size and amount of free space)
  • Hard Disk: minimum 15 MB of free space required for installation
  • Display: 1024 x 768 or higher resolution, 256 colors

Note: If the recovered file won't open, try to repair it with File Repair software.
Learn more »

File Repair - Repair Damaged Files

 
Do not bothered.. when your files getting error message while openingSometime due to technical failure or virus problem might create such situation. File Repair software is a powerful tool to repair your corrupted files. It scans the damaged file and extracts maximum data from it to a new usable file.
FileRepair (click to enlarge)

YOU CAN REPAIR

 
  • corrupted Word documents (.doc, .docx, .docm, .rtf)
  • corrupted Excel spreadsheets (.xls, .xla, .xlsx)
  • corrupted Zip or RAR archives (.zip, .rar)
  • corrupted videos (.avi, .mp4, .mov, .flv, .wmv, .asf, .mpg)
  • corrupted JPEG, GIF, TIFF, BMP, PNG or RAW images (.jpg, .jpeg, .gif, .tiff, .bmp, .png)
  • corrupted PDF documents (.pdf)
  • corrupted Access databases (.mdb, .mde, .accdb, .accde)
  • corrupted PowerPoint presentations (.ppt, .pps, .pptx)
  • corrupted music (.mp3, .wav) 
You can repair files got corrupted due to:
 
  • unexpected power failure
  • network interruption
  • virus infection
  • network sharing
  • application errors 
List of the errors to be fixed:

  • File is not in a recognizable format
  • Unable to read file
  • File cannot be accessed
  • Application cannot open the type of file represented by filename
  • Out of memory errors, or low system resources errors 
DOWNLOAD FileRepair (1.01 MB)

NOTE: You can send your file for the manual repair of the file. Repair experts will analyze the file and repair it for you. Once the file has been received, it generally takes 1-24 hours to process. You can send your corrupted file as an attachment to us via email repair@filerepair1.com
Learn more »

A Fun Guidebook from Google

 
Google's Guide Book
What's a cookie? How do I protect myself on the web? And most importantly: What happens if a truck runs over my laptop? For things you always wanted to know about the web but were afraid to ask, read on. This post includes web-path to learn 20 Things about browser and the web. This book is designed innovatively, looks alike real book. If you use tablet or pad version of touchscreen then it augments the fun.

click here to go on this page.
Learn more »

Free windows 8 transformation pack 2.0 for windows 7

How to convert windows 7 to windows 8


How to convert windows XP, 7, Vista to windows 8 ? here is the answer.Now convert your windows 7, XP, Vista into windows 8.This transformation pack will simply replace some system files and add themes without any 3rd party application so it is risk free.This transformation pack give you same icons like windows 8, skins, toolsbars and add new enhancements to your desktop.It is updated version of transformation pack after 1.0.


This  transformation pack contains

Added Windows 8 new wallpapers and default user picture


windows 8 menu


Changed default system font to Segoe UI as Segoe UI Light caused UI


windows 8 control panel


Updated Windows 8 themes and visual styles    


Support for

Windows 7 (32 bit), Windows 7 (64 bit), Windows Server, Windows Vista (32 bit), Windows Vista (64 bit), Windows XP



Requirements:

NET Framework 2.0 - Required for system file transformation in Windows XP/Server 2003 x64 Editions.

NET Framework 4.0 - Required for Windows 8 features like User Tile/Metro UI Desktop/Auto-colorization.

 
Note:-

While installing Don't click on ad-supported applications.


Learn more »

How to Tweets Longer than 140 Characters

Twitter is one of best social site there we can follow celebrities and read about them on their tweet updates on twitter. but i don’t like one thing on twitter is that they allows only 140 characters on per tweet. So, what if you want share your ideas or thoughts in more than 140 characters? here’s some tips and tool that will help you to tweet more than 140 characters on twitter. If you write a tweet with long URL then you have one option is that you can shorten your URL using Google Shortner . and after that you can complete your tweet and share. but this is only helps you to short your URL not for tweet more than 140 characters.. :(   no worry ! here’s 5 best tool for it, you can choose any one tool which you prefer and it will allow you to tweet more than 140 characters.


1. long-tweet.com
Long tweets is one of best site where you can tweet more than 140 character. long tweet will transforms your long tweet into an image and published it on twitter. It can be possible in the new version of twitter to display images inside the tweets details page. This is great advantage of long tweet that it will share your tweet as an image displayed directly along with your tweet. your follower will no need to leave twitter to read your long tweets.
2. talltweets.com
Tall tweets is developed by one of most famous Indian blogger Amit Agrawal from Digital Inspiration.  You know what? this tool is uses one of best Bollywood star Amitabh Bachchan . You can see the screenshot below to know, what Amitabh Bachchan said :
Amitabh BachchanTo get started, sign in with your twitter account, compose a tweet and hit publish. if there are hyperlinks in your tweet, they’ll be shortened using bit.ly automatically.
3. twishort.com
TwiShort is also one of best tool for write longer messages, we loves twitter’s short quotes but some time we need to few character more to provide right message, so, this type of situations twishort.com always here for help you. :)
4. Twenth.com
Twenth.com is a service that allows you to tweet longer than 140 characters. Also accessible and user friendly on mobile devices
5. twitlonger.com
TwitLonger is the easy way to post longer than 140 characters to Twitter.All services are almost free and easy to use. you have to just login with your twitter account and authorize it. after that, you will be able to tweet more than 140 character.
Learn more »

How To Turn On WiFi In Windows 8 With Command Prompt


Who says Microsoft didn’t include Wi-Fi feature in windows 8. They actually included this feature but it’s kind of hidden from users. Windows 7 users easily create Wi-Fi hotspot because they have this feature already visible in the network connection. But for windows 8 users it’s not visible their so they suffer to share internet with their Wi-Fi devices. You won’t suffer after read this post. There are many ways to create hotspot in windows 8 either you can use command prompt or a software to turn on Wi-Fi in windows 8.

  
Enable WiFi with command prompt

First make sure you got the correct driver installed in your computer you can check your driver compatibility. Open command prompt and write the command line: netsh wlan show drivers
If it’s says Hosted network support: yes then you can continue or in case it says Hosted network support: No then you must update your WiFi driver or change Wi-Fi adapter.


   »»»Open command prompt as administrator
   »»»Type the command line given below:

    netsh wlan set hostednetwork mode=allow ssid=name key=password
   »»»Now turn on your Wi-Fi if it’s off and enable your Wi-Fi adapter
   »»» Type the command given below to start your hosted network

    netsh wlan start hostednetwork
   »»» It will display the hosted network started. Now close command prompt
   »»» Open Control panel and set it to view by large icon
   »»»Now select Network and Sharing Center you will see your newly created wifi
network
   »»» Click Change adapter settings and select properties of your default network
   »»»Click sharing tab and check on check the option “Allow other network users to connect through this internet’s connection" and select your recently created network name under Home networking connection.

Note: replace name with any name you would like to have as a Wi-Fi hotspot name and use any password. Make sure your ssid name and password contain more than 8 digit or character.
That’s it now enjoy your wireless network with your Wi-Fi devices like android, iPhone and laptop etc.
Learn more »

How to add bullet points in Notepad

Ever wondered how to make bullet points in Notepad?

Well here is the way. Press & hold Alt button and enter the numbers below from the numeric keypad at the extreme right of your keyboard (not the number keys below the function buttons), then release the Alt button.

4, 7, 8, 9, 10, 16, 175, 249, 250, 254, 0149

You will get different styles of bullets depending on the number you choose. Choose whichever style suits you. Your font setting in Notepad would also affect which kind of bullet style appear upon entering the above numbers in your Notepad document.

For an example if u choose No:4

Alt+4=♦

 Enjoy!!!!!
Learn more »

Windows 7 Ultimate Serial Numbers, Windows-7 32-bit Serial Key

















Make your Windows 7 Genuine
 
7YWX9-W3C2V-D46GW-P722P-9CP4D
MM7DF-G8XWM-J2VRG-4M3C4-GR27X 
KGMPT-GQ6XF-DM3VM-HW6PR-DX9G8 
MVBCQ-B3VPW-CT369-VM9TB-YFGBP 
KBHBX-GP9P3-KH4H4-HKJP4-9VYKQ 
BCGX7-P3XWP-PPPCV-Q2H7C-FCGFR 
RGQ3V-MCMTC-6HP8R-98CDK-VP3FM 
Q3VMJ-TMJ3M-99RF9-CVPJ3-Q7VF3 
6JQ32-Y9CGY-3Y986-HDQKT-BPFPG 
P72QK-2Y3B8-YDHDV-29DQB-QKWWM 
6F4BB-YCB3T-WK763-3P6YJ-BVH24 
9JBBV-7Q7P7-CTDB7-KYBKG-X8HHC 
C43GM-DWWV8-V6MGY-G834Y-Y8QH3 
GPRG6-H3WBB-WJK6G-XX2C7-QGWQ9 
MT39G-9HYXX-J3V3Q-RPXJB-RQ6D7 
MVYTY-QP8R7-6G6WG-87MGT-CRH2P
GRY6B-TJ49J-X73JG-38H9K-VWJHY 
C8XXQ-PQDD6-6KGP6-J8XT6-XGB2X 
8XRH7-RTC6B-BJ42C-C2Q8Y-BRXMG 
PTTCH-H7J6M-4XXWH-86RT3-66P6M
DLMKZ-2ILHP-7IUG9-A2QVK-A2BYX
BPVVG-7KVMM-HGRZ1-SQZ4L-USRHM
FJGCP-4DFJD-GJY49-VJBQ7-HYRR2

3YHKG-DVQ27-RYRBX-JMPVM-WG38T
MVBCQ-B3VPW-CT369-VM9TB-YFGBP




Windows 7 Ultimate Serial Keys

windows 7 ulimate - lenovo - 22TKD-F8XX6-YG69F-9M66D-PMJBM
windows 7 ulimate - dell - 342DG-6YJR8-X92GV-V7DCV-P4K27
windows 7 ulimate - acer - FJGCP-4DFJD-GJY49-VJBQ7-HYRR2

Windows 7 Professional Serial Keys

windows 7 professional - dell - 32KD2-K9CTF-M3DJT-4J3WC-733WD
windows 7 professional - acer - YKHFT-KW986-GK4PY-FDWYH-7TP9F
windows 7 professional - hp - 74T2M-DKDBC-788W3-H689G-6P6GT
windows 7 professional - samsung - GMJQF-JC7VC-76HMH-M4RKY-V4HX6

Windows 7 Home Premium Serial Keys

windows 7 Home Premium - samsung - CQBVJ-9J697-PWB9R-4K7W4-2BT4J
windows 7 Home Premium - packard bell - VQB3X-Q3KP8-WJ2H8-R6B6D-7QJB7
windows 7 Home Premium - dell - 6RBBT-F8VPQ-QCPVQ-KHRB8-RMV82
windows 7 Home Premium - asus - 7JQWQ-K6KWQ-BJD6C-K3YVH-DVQJG


Windows 7 Beta 64-bit Product Key
7XRCQ-RPY28-YY9P8-R6HD8-84GH3
JYDV8-H8VXG-74RPT-6BJPB-X42V4
482XP-6J9WR-4JXT3-VBPP6-FQF4M
JYDV8-H8VXG-74RPT-6BJPB-X42V4
~~~~~~~~~~~~~~~~~~~~~~~~~~
Windows 7 Beta 32-bit Product Key
6JKV2-QPB8H-RQ893-FW7TM-PBJ73
TQ32R-WFBDM-GFHD2-QGVMH-3P9GC
GG4MQ-MGK72-HVXFW-KHCRF-KW6KY
4HJRK-X6Q28-HWRFY-WDYHJ-K8HDH
QXV7B-K78W2-QGPR6-9FWH9-KGMM7

 *We do not offer any guarantee that the codes work or are compatible with your Windows license. The list was collected from online sources and you are the only one responsible about how you are using them!!

Learn more »

Control Your Android Phone From Your Computer

Hello friends, hope you are all fine. Nowadays most of us use android phone and me too so I searched through online to control my mobile from my computer, in that way I found one way. You can ask me is it possible and even simple? The Answer is YES! You can by an simple application which is free in the market called “Airdroid”.
Why I choose this?
 There are many free applications in android market to control and connect your android phone with PC without cable. But the main problem is they uses more memory from your phone so it causes mobile hanging and slows down our phone software processing speed. In this way “AIRDROID” uses very less memory to process this so there is nothing affected by this application.

http://www.2012-tricks.blogspot.com

Steps to follow:
Step 1: Download and Install “AirDroid” application on your Android Device from android market, its fully free application.



Step 2 : After installing Airdroid on your device simply Run it and you will see the screen like the above page. In this you can see the URL(ip address)  and password field.
Step 3: Now you are successfully installed your apps, and ready to connect with you computer. For this you need a web browser.
Step 4: Then open your browser and enter the URL(ip address with port) you see in your Airdroid Device App in your web browsers field like below and hit enter.



Step 5: After you hit enter the new Airdroid will page and prompt you to enter PASSWORD, So you have you enter your password which you seen in your Airdoid Device application. Then click Login.
Step 6 : Now you are ready to Control you android device from your PC. Just control everything. ….
See you in the next post.  Thanks for watching this friends…..
Learn more »