Friday, January 1, 2010

Hot file premium links


Hi guys as a new year gift i  thought of giving hotfile premium links to my regular readers who might download ebooks,apps,movies which are uploaded into hotfile.com site.
As a non member you can get 3 links per day.
Join this blog as a member to get 6 links per  day.
Post your required links here by clicking on Post comment to this post.Ill post the premium links.
Enjoy folks ..................................................
Read rest of entry

Google GO fast paced,open source,reliable programming language



I thought of posting this article for many days ,but took this day as occasion to post this article.Google Go is a open source programming language brought to You by Google.It was named from the first two letters of the Google itself.Go's syntax is derived from the all time famous C-language and its features have been developed based on the some of the interesting features present in Python,Pascal,Modula,Oberon,Limbo and Newsqueak .This resulted in a Programming language which is simple,concurrent,fast,reliable.It supports concurrency and has built in Garbage collection like most of the programming languages do.The googlers created this language due to the fact that Current programming languages doesnot cater to the needs of modern day's Fast paced,Reliable applications.At present GO is supported by two compilers which can be used on LINUX platform. You can visit its Official website Golang.org .or watch this youtube video
Read rest of entry

Thursday, December 31, 2009

Get back your flip 3d shortcut in windows 7


Flip 3d is the main reason that i have shifted from windows xp to windows Vista i was very much impressed by this 3d effect.Even my friends came to my house to see this effect.For guys who never heard about this Flip3d.It is a enhancement made to Alt+tab  to switch between different windows lying on the taskbar  .

In vista you can invoke FLIP3D effect by clicking here


When i installed windows 7 to my surprise i found out that this cool shortcut was missing .I thought for some days why microsoft people removed such a cool feature from its new shipment.Later a friend of mine told the shortcut was still present and he showed me how to get it back in windows 7.
Follow these steps to get it back on your pc

Step 1. Right-click on Desktop, select New and then Shortcut.
Step 2. In the New Shortcut Wizard, type the below path as location:
RunDll32 DwmApi #105
Step 3. Click next, assign name as Flip-3D.
Step 4. Lastly, click on Finish button.
Step 5. Once you click Finish, a new icon will appear on the Desktop.
Step 6. You can stop here if you don’t like to change the look of the icon.
Step 7. To get the default Flip-3D icon, right-click on the new Flip-3D icon and select Properties.
Step 8. Under the Shortcut tab, open Change Icon.
Step 9. In the location box, type C:\windows\explorer.exe and click OK to get new icons.Now select the icon pointed by arrow.

Step 10:Now right click on the icon and select pin to taskbar to access it from taskbar like u do in vista.
Flip 3d effect can be also invoked using by holding Ctrl+Win keys and pressing tab button.
Read rest of entry

Wednesday, December 30, 2009

Make your life easier with mouse extender

Daily we Run many applications,access many folders,visit many sites of interest.It would be better if there is a central repository where all these apps,folder,webpages can be stored to access them daily without taking any pains of remembering or navigating all those paths.Here comes the use of a tiny,portable called Mouse Extender i called this portable because there is no need to install the software just click the .exe file and use it.The happiest thing  is it a FREEWARE .and runs on all windows platforms.
I highly recommend using this tool and customize it.
Our first look at this app would look like this:-


When u press on the button located in green ellipse you can dive into controlpanel.If u press the button present in the Blue colour ellipse your system restarts and if u press the button present in Red rectangle swoooosh your system Shutsdown.These are the default buttons now let me tell you how to add folders,apps,websites to it.


Rightclick on the mouse extender to add web address,add apps,add folder and even files.
Also you can just drag and drop to add shortcuts to it just as i did.


Download this cool application by clicking here Mouse Extender
Read rest of entry

How to download youtube video without any software




Many people download their fav youtube videos either by using a software or going into certain sites like savetube  and paste their links.Now am going to tell you a trick which requires no third party software or no other  site to download youtube videos.You can download youtube videos using ur mozilla or chrome browser.
Add a bookmark in your chrome or firefox and save this following code .
To download video in FLV  format
  javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id'] + "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&t=' + swfArgs['t'];
To download video in MP4 format
javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id'] + "&fmt=18" + "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&t=' + swfArgs['t'];
Read rest of entry

Make your friends computer shutdown with a message

This is a simple dos command shutdown  to shut your computer.Also u can use this command to shutdown your after a certain time .This command is actually useful when we are downloading something and want to shutdown our computer after certain period of time.we can also use this command to play a prank on our friends computer.Copy the below code and save it with .bat extension.

@echo off
msg * I don't like you
shutdown -c "hi time to sleep" -s
Read rest of entry

Make ur friend type "you are a fool"

This one of the most funny pranks you mave haave ever confronted with.This prank makes ur frnd type Iam a fool .Copy the below code and save it with .vbs extension.Make him click and you enjoy.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop
Read rest of entry

A small animation showing how google works



Have you ever wondered how the mighty search engine Google works.There is small animation which gives a clearcut idea on how Google works,it covers each and every step performed by google .This is an interactive video which helps us to learn how it works.click on this link How Google works
Read rest of entry

Tuesday, December 29, 2009

Funny Backspace prank

Today am gonna share with you another cool prank you can play on your friends pc. This Trick continously presses Backspace on your friends pc.Whatever he types the letters will be erased with  backspace keystroke.
Lets get into action.
Open a notepad Type or copy and paste the below code in a notepad .Save it with any name.vbs extension.Now double click the file am sure your friend will jump like anything.
MsgBox "enter into past"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Read rest of entry

Funny CD drive prank

Today am gonna tell you another funny prank that You can play on ur Friends computer.Make him go crazy this christmas by popping out his cd drive tray infinite times.You can stop this cd popping whenever you want by killing the task wscript in task manager or just restart the system.Copy the below code save it with .vbs extension in notepad.Double click to see  fun on your friends face


Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Read rest of entry

Fix windows xp bootsector problem

Many times my friends have confronted with this problem ,Windows doesnt start saying that NTLDR is missing or damaged boot sector  .My friends used to format their system to fix this problem,even i used to do the same when i  was a noob.After many trial and errors i have found this trick to solve that NTLDR or Damaged Boot Sector problem.Whenever you confront with such a problem boot Your system with Xp bootable cd.Now enter into Recovery console  .
TO deal with NTLDR problem type COPY G:\i386\NTLDR C: and  COPY G:\i386\NTDETECT.COM 
          The above method replaces the corrupted NTLDR files,here G: is your CD/DVD rom drive.
To deal with   damaged boot sector  at the command prompt type FIXBOOT and press Enter. Then answer "Y" These Tricks will save u lot of time spent on formatting .
My small request to my dear readers those who are interested in my blog pls join as followers which will encourage me to provide more and more useful posts thanq
Read rest of entry

Monday, December 28, 2009

Remove Autorun.inf virus

Iam going to tell u two methods to remove autorun.inf virus which is common in pendrives.
Method 1:-Open the command prompt and type del /a:rhs [yourdriveletter]:\autorun.inf  .For example if your virus is in h: drive then you should type del /a:rhs H:\autorun.inf .Just restart the computer after doing that.
Method 2:-This method looks weird but very useful one .You require winrar software to make this work. After installing Winrar all you have to do is insert ur  pendrive.It pops up a autoplay window dont open it from there,dont open it from My computer or Run .Just open it from Winrar software and you could see all the Virus  files such as autorun.ini.,Newfolder.exe present in the Pendrive along with our files.

Delete the unwanted files.Mission accomplished enjoy folks
Read rest of entry

tiny tricks in Run dialog box

Invoke your RUN dialog box.
Now type . and press enter.
Now type .. and press enter.
Now type ... and press enter.
Read rest of entry

Use timestopper to use your trail software forever

With the growth of internet usage ,we are downloading more and more softwares.But we cannot afford to buy all of them,To get around this we can follow a simple trick i.e use a trail software as if it was a purchased one.Yes download any trialware of your choice and you can use it as long as u wish to.computer geeks in the olden days used to stop their system time to make the trail software work forever.But now softwares are smart enough,so the best way to trick them is by using a software called TimeStopper.
Follow these steps to work with TimeStopper our ultimate Timemachine
Step 1. Open Time Stopper
Step 2. Browse and select .exe of required trial software
Step 3. Choose the new date (Any date which occurs in between your trial software time period before expiration, suggestion: set it to two days before trial software expiration date.)
Step 4. Choose any time
Step 5. Click open software on your selected date


If you wish to create an icon for your modified trial software and do not want to open Time stopper every time then use last button in software to create new icon. open that trial software after that from that newly created icon always otherwise it can expire. Download this amazing software from here TimeStopper
Read rest of entry

Disguise as Google bot to access sites.



Many of us have experienced this we try to search for something in google; the engine returns with a number of finds, but if you try to open the ones with the most promising content, we are confronted with a registration page instead, and the ccontent we are looking for will not be revealed to us unless we agree to a credit card transaction first or a registration is needed to access the contents....
can we solve this yes? we can let me tell u one thing that google can go in or lurk around those dark corners in the internet where we cannot.
so if we use google as our mask then we can also make it
but how google can access????
lets see for ourselves
In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure.

Steps to disguise  as a Googlebot
Download a addon called User Agent Switcher .This extension adds a menu and a toolbar button to switch the user agent of the browser.Download this here User Agent Switcher .

Next goto tools>Default User Agent >Search Robots>Google bot 2.1
thats it .
Download another addon called Configuration Mania .To set More Advanced (hidden) configurations.
Download it by clicking  here Configuration Mania .

Thats it folks njoy
Read rest of entry
 

Computers made easy 4all Copyright © 2009 Gadget Blog is Designed by Ipietoon Sponsored by Online Business Journal