Posts

Showing posts with the label tips n tricks

Surf sites without registering/Login using User Agent Switcher.

Image
User Agent Switcher is a Firefox addon which allows you to switch the user agent of a browser into search engine crawlers or bots. Most of the websites/forums allows these bots to crawl the the site for the purpose of indexing. The UAS (User Agent Switcher) switches the user agents to search engine crawlers, so using it any site can be accessed on the net which allows search engines to crawl them without registration or logging. You can switch User agent to : * Googlebot 2.1 * Msnbot 1.1 * Yahoo Slurp * iPhone3 * Internet explorer 6,7,8.  Download UAS

Hiding files inside a JPEG Image

Image
Using a simple trick in Windows, you can actually hide a file inside of the JPEG picture file. To achieve this you will need to have either WinZip or WinRAR installed on your computer. Steps: 1. Select all the files that you want to hide and save it in a folder say C:\hide 2. Create a RAR or ZIP archive to the above files. 3. Select a JPEG image and save it to same folder (C:\hide). 4. Open Command prompt (Windows+R--->Type CMD ---> ENTER) 5. Navigate to the folder where files are stored (Use "cd" command to change the directory) 6. Type command “COPY /b image.jpg + hide.rar output.jpg” (without quotes)     -image.jpg is the JPEG image      -Output.jpg is the output image with hidden files 7. Visit the directory, there you will see output.jpg     -Double click on it ,Image will be opened     -Open with WinRAR you'l find your hidden file. Done!

Simplest way to remove all hyperlinks in a MS Word document.

Image
When you copy any content from Internet to your MS Word document , you may find that there are a lot of hyperlinks, which you may want to delete. So how to remove this hyperlinks? Simply right-click them one by one and choose “ Remove hyperlink “, but this method is too time consuming and not feasible to remove large number hyperlinks.  To remove all hyperlinks at once there are two ways: ► Direct Way:       • Press “ Ctrl + A ” to select all content.       • Press “ Ctrl + Shift + F9 ”       • Done! With this method the job is easy but the problem is that Formatting remains the same . So it still gives a hyperlink look to the content. To over come this there is a alternate indirect method. ► Indirect Way: As we know that Word pad does not support hyperlinks.So to remove Hyperlinks: • First copy the content in Word pad.    • Then copy the content from Word pad to MS Word Document. • All hyperlinks will be r...

Microsoft Fix It : Troubleshooter for common Windows Problems

Image
Microsoft's Fix it Center is a beta troubleshooting program that tweaks common Windows issues. Fix it Center finds and fixes many common PC and device problems automatically. It also helps prevent new problems by proactively checking for known issues and installing updates. Fix it Center helps to consolidate the many steps of diagnosing and repairing a problem into an automated tool that does the work for you.  Features: Easy to Install and Run: Easy-to-use wizards will guide you through the set-up process and help you anytime you need support. Automated: With automated troubleshooters, Fix it Center helps solve issues with your PC, even if you're not sure what the exact problem is. Fix It Center scans your device to diagnose and repair problems, then gives you the option to "Find and fix" or to "Find and report. Preventive Care: By helping you find and fix issues before they become real problems, Fix it Center help...

Some Must-use Mobile applications.

Image
Here's the list of some essential and freely available mobile application that will enhance your mobile experience.Below list gives the name of some apps that are used in day-to-day activity like dictionary, gmail, maps, messenger and browser apps.   ♠ Opera Mini Browser: Its the best n popular browser for mobile phone . A clean, simple and  user experience is available for you, no matter what phone you have.Its has a well designed user interface that allows smooth navigation. http://www.opera.com/mobile     ♠ eBuddy IM Messenger: All in one instant messenger which includes MSN, Yahoo!, AIM, ICQ, Google Talk and Facebook chat on the go.eBuddy is available for iPhone, Android, Java based mobiles, Nintendo, Sony PSP and more. http://www.ebuddy.com/mobile.php     ♠ Dictionary: It's a free, offline, java, mobile, English explanatory dictionary application with approximately 34,000 word definitions that allows users to search meanings and save multiple bookm...

What is "Netcut" and How it works?

Image
NetCut This is a commonly used tool used on networks to cut down the network connection of victim. It makes  a Denial of Service attack on the Victim so that he doesn’t get internet access. It does so by flooding the switch with unreal MAC address entries that point to the victim’s ip address, so the packets are mapped incorrectly and the victim receives no packets.  Lets understand how it works: Suppose there is a Desktop PC with:       Hostname :  C4         IP : 10.0.0.81        Gateway : 10.0.0.138 We use here 3 tools: 1.Netcut : To make Attack. 2. Ethereal : To Checks Packets. 3. AntiArp : To monitors and block all incoming and outgoing ARP traffic from / to my pc.     First we use NetCut on my machine to block user 10.0.0.10   On the ethereal , it made 1767 ARP packets in only one minute..! The AntiArp shows that I ‘m sending fake Mac address to the gateway and I’m disguis...

Gmail dot blindness

Image
Gmail cannot recognize dots or periods in email addresses or the user names - that means an address like " abc.xyz@gmail.com " is the same as " abcxyz@gmail.com " or " a.b.cxy.z@gmail.com ". If a Gmail account like "abc.xyz@gmail.com" already exists, registration of "abcxyz@gmail.com" or any address with string "abcxyz"(charters may be separated with random pattern or sequence of dots) would fail. This is actually a bug than a feature but you can again exploit it to have different kind of email address in your forum signatures. Keep in mind that hyphens (-) and underscores (_) can't be used in a Gmail address. Also, gmail user names are case insensitive, so it doesn't matter if you enter upper case or lower case letters.

Get rid of restarting your pc after Software install.

Image
Many applications you install in your PC refuses to work without a restart. It’s annoying to restart your computer again just to use the software. The actual reason for which these software demands restart is that it requires Windows Registry to be re-read. Well, there’s a workaround. To force a registry re-read you just have to terminate and restart the Windows Explorer process(explorer.exe). You can do it by using Taskmanager and killing explorer.exe process. The other way is to create a batch file which will kill and restart your explorer.exe process. Type the following commands into an empty text file and save it as ‘reg_read.bat’.(Notice the .bat at the end) @echo off taskkill /f /IM explorer.exe explorer.exe This batch file terminates the explorer.exe process and then restarts it. Now, whenever you need to make windows reread the registry to avoid a restart after you install a new program, double click on ‘reg_read.bat’ and start using the software right away.

How to add Google Buzz button to your blog ?

Image
To add Buzz button to your blog you simply need to add a small piece of code to your blog's HTML content. Follow the Given steps: 1. Go to Layout > Edit HTML and Expand your widget templates.  2. Search for following in ur HTML code <div class='post-header-line-1'/> if you cant find it, Search for : <data:post.body/> 3.Immediately after that place following Google Buzz it  Code . <div style="float:right;padding:4px;"> <a expr:href='"http://www.google.com/reader/link?url=" + data:post.url + "&title=" + data:post.title + "&srcTitle=" + data:blog.title+ "&srcURL=" + data:blog.homepageUrl ' rel='nofolloW' style='text-decoration:none;' target='_blank'> <img alt='Buzz It' src='http://i48.tinypic.com/idyc04.png' style='border:0px;'/></a> </div> 4. You are done..! Now just check your post a button will appear. You can se...

Create Static pages in Blogger.

Image
Blogger has finally launced much awaited STATIC PAGES feature. It allows you to create 10 static pages. “ About ” or “ About Me ” section and other similar pages of your blog can be included in these static pages. Now whats the difference between Static page and a blog Post? Blog posts are time sensitive pieces of information that get listed on your site's blog pages i.e monthly archives pages, category pages an so on; Where as Static pages live outside of the blog chronology, they have no categories and can be ordered in an arbitrary manner. How to create static page in blogger? 1. Login Blogger Draft   "draft.blogger.com". 2. Click on NEW POST as you normally do for your posts. 3. Select Edit Pages option from top menu. 4. Click on New Page button. 5. Give Title, write the content and publish. DONE!! These pages url looks like " http://technofrolic.blogspot.com/p/about-us.html" .

Some websites that provide free hosting.

    * ZeroCatch One of the best free Web hosters that we've seen yet, ZeroCatch offers you 100 megs of space. This banner-ad supported hoster has speedy, reliable servers. Features here include FTP support, site promotion and more. If you're looking for an added draw for your site, check out their "partnership" program, which lets you become a free Web space provider yourself.     * TopCities.com A solid free Web space provider, TopCities.com offers you 150 megabytes of space, unlimited bandwidth, and free subdomains. Here, you upload your files using FTP, or via their online EasyUpload utility. TopCities.com also offers a number of free enhancements for your site, such as a guestbook and a message board.     * BlackAppleHost.com .  A new free Web hosting service that offers a hefty 5 gigs of space and instant account activation. You can upload your content here either via your browser or FTP. BlackAppleHost.com offers lots of features, ...

MSXML error during installation of MS Office 2010.

Image
Recently Microsoft released the “Beta Microsoft Office 2010” . When I tried it to install on Windows XP, but it gives and error message saying that please install MSXML 6.10.1129.0 blah blah..blah…. If anyone of you facing this problem then here is the solution for it. Many peoples are saying that the latest version of MSXML may be harmful for other programs installed on your Windows.  It is used as testing by "Microsoft Corporation", and for installing in those PC that are experiencing the first MSXML 6.10.1129.0 as uncompleted. If you desire to setup MSXML 6.10.1129.0 safely for Office 2010. Only you have to do is install ".Net framework 3.5" will automatically updated your MSXML. So if you have installed old version of .NET like 2.0 then you must install 3.1 version first then you can able install .NET framework 3.5 easily and that’s it. 

Overburn ur disk with Nero 9.

Image
Overburning is used to burn more than the normal amount of data onto a disk. The extra space used is the lead out portion of the disk, where about a minute and a half of extra music can be burnt (about 5 to 10 MB in a CD). Using overburning for any other purpose apart from music is too risky as there is a high scope for losing data. However, if it is a small file, then it can be accommodated. Nero lets you find out exactly how much data can fit in.  Test the overburning capacity of your media by starting up Nero DiscSpeed. Go to Extra > Overburning Test. This will take some time as Nero DiscSpeed simulates a complete write of the drive. It lists the capacity, the maximum amount of data that can be accommodated, and the extra space available for overburning.  In Nero Burning ROM, go to File > Options > Expert Features and check Enable Disk-at-once CD overburning or Enable DVD overburning and click on apply.

Wakoopa - Create your own Software profile.

Image
Wakoopa is a social network that helps people discover the best software, games and web apps on the market. Sign-up, install a small tracker on your desktop and automatically create your online software profile that you can share with friends and the world, also through widgets. Wakoopa keeps you updated about what your contacts are using, and sends you smart recommendations. Games, audio & video players, instant messengers or office tools: Wakoopa knows what's hot. With Wakoopa you know what software you've been using , and how long you've been using it. But you also get updated when a new version comes out or somebody writes a comment or review about your software.  How does it work?    Sign up : Sign-up and install our small tracker application on your PC or Mac. This tracks what (web) apps you use, without being too much of a burden.   Get tracked : Every 15 minutes a list of what software you're running is sent to your...

"I dont know where all my free space has gone..! "

Image
It happens to everyone eventually. Your hard drive is suddenly full and you are left wondering where did all my free space go? Now you must begin the task of deleting old files and folders to reclaim space but where do you start? In the past I would suggest manually checking the sizes of all of your folders so you know where to begin the hunt but now there is a great utility called WinDirStat that does the work for you. After inspecting a drive you are shown exactly how much data is in each folder, what file types are taking up the most space and even a visual representation of the files on your disk.   Features WinDirStat reads the whole directory tree once and then presents it in three useful views: The directory list, which resembles the tree view of the Windows Explorer but is sorted by file/subtree size, The treemap, which shows the whole contents of the directory tree straight away, The extension list, which serves as a legend and shows statis...

Tweak Windows 7 : Change logon Screen.

Image
Here's an interesting Windows 7 tweak that allows you to customize your winodws7 logon screen. You can do this with Tweak.com LOGON SCREEN CHANGER. It offers a very easy-to-use interface from which you can easily set a new logon screen for your Windows 7. What makes it different from the other logon changers is that it is portable and shows you the preview of your current and new logon screen. Just run the tool and you will find the following screen. Simply hit the Change Logon Scree n button, browse and select the new image and it will become your new Logon screen. Make sure that the background you select is smaller than 256KB, otherwise it will be rejected because of a size limitation set by Microsoft. If you want to remove your customized background just click Revert to Default Logon Screen and the registry changes will be removed. Download Logon Screen Changer

Tweak Windows7 - Reduce hangup time on welcome screen.

Image
Many of the Windows 7 users complain that their system hangup on welcome screen for long time. If you set a solid color background instead of a picture or a wallpaper, your system will hang for 30 seconds during the logon process. It is a limited yet huge problem. Instead of fixing this problem manually, Microsoft has provided a small to application to get rid of this glitch. The application is called HOTFIX. You will see the x86 version of Hotfix if you are using Internet Explorer(32-bit) or any other browser. To download the 64-bit(x64) version of Hotfix you will have to visit the above link using Internet Explorer(64-bit). You can download it from the link below. Download Hotfix

Blogger Tweak: How to keep a post always on Top

Image
Many people want a particular post to stay always at the top position on your homepage. Actually, Blogger arranges the posts order according to their date & time. So, you can also change your post time to keep it at the top as long as you wish . If you're writing a post and you want it to stay at top. Just click the Post Options link at the bottom of the post editor and change the date of the post to some future date like 2010 . The format of the date is Month/Day/Year like when I'm writing this post, the date is 7/15/09, so I can change 09 to some future year. If you've already written and published a post then you can go to Edit Posts and then find that post. Once found, click Edit link and post will again open in the Post Editor where you can change it's date. To get regular updates please subscribe to our FEEDS  

Track Stolen laptops & delete Private data using FIREFOX

Image
FireFound is firefox addon which helps you to track your stolen laptops and delete your Private data. FireFound FireFound is hands down the best security add-on for Firefox. It is a recently launched add-on which can track the location of your laptop if lost or stolen. It shows you the approximate geolocation along with the WiFi Network it last connected to. Once the add-on is installed, you will be asked to create a new account with FireFound(requires only username and password). When done, simply head over to the Options and choose to receive notification when the computer is used more than 2 miles(or any number of miles defined by the user) from it’s previous location. It can delete all data if you activate the Emergency Data Protection mode from the FireFound Dashboard. You can select which data should be deleted from the Options, when this mode is activated.   Head over to the FireFound page and hit Login, enter the Username and Password and you will be shown the last known lo...

Windows 7 : How to create Adhoc Network in Windows seven Starter Edition.

Image
Windows7 Starter edition dodn’t have an option for setting up an Ad-Hoc network in the Network and Sharing Center. On Microsoft product page it is stated that ad-hoc connection is not available in Windows 7 Starter edition. But as it all turns out, you can in fact use the ad-hoc network in Starter edition. Microsoft has promoted Windows 7 Starter edition in a bizarre way. Sure, it is a stripped down version of Windows 7 most suitable for netbooks but saying that it can’t create or be part of ad-hoc network is stupid and misleading. Most guides, including the one we wrote here, ask users to head over to the Network and Sharing Center and then set up ad-hoc network. But the ad-hoc shortuct is missing from Windows 7 Starter edition(see screenshot below). If you are using Windows 7 Starter, you are licensed to use the ad-hoc network but NOT licensed to use the ad-hoc network shortcut inside Network and Sharing Center. Read the sentence again, we are talking about ‘ad-hoc network’ and the...