Showing posts with label Tips and tricks. Show all posts
Showing posts with label Tips and tricks. Show all posts

Sunday, June 27, 2010

Websites definition

Websites
You know a web site is one or number of web pages that relate to a common topic, such as a particular person, organization, business, or a subject as technology or any thing. The home page is the first page, which is like an index, indicating the content on the web site. From the home page, you can click hyperlinks to access other web pages.

Let us learn to navigate through these web pages. There are three main ways to move between web sites or web pages.

1. By clicking a hyperlinked graphic image such as drawing or button or photo
2. By clicking a hyperlink text
3. By typing the correct URL of a web page in the address field of your web browser and pressing the return or enter key.

Sunday, November 22, 2009

ClassNotFoundException problem solution

findjar logo
ClassNotFoundException and NoClassDefFoundException are the common errors and also the most irritating errors for a Java developer.The solution for that is you don't have the jar file with you.The best place to look for jar file is findjar.com

The process is very simple..

1) Visit findjar.com

2) Enter a classname or package name and press Jar/Class Search button..

3) If you are not sure about the format in which you should serch you have last queries option below which helps you and guides you the format in which you need to search.

4) The latest advent of their sit is they have added some new functionallity like Eclipse Plug in and Firefox Search Engine Plug in

Sunday, October 4, 2009

Google introduces new search features



The search engine war between Google and Microsoft is heating up.Google has introduced nine new features to attract more and more users.The new options are hidden from a user and you need to select the Show Options button after searching for some keyword to active the sidebar.The bets thing about these features is that they allow you refine your results and this is a most welcomed feature for any user.

The another great innovation by Google is that you have the option to see that page that you have already visited by clicking Visited pages which makes the searching more easier. This saves the time of the user considerably and this is another one feature which I felt worth mentioning.The timeline feature and Google Wonder Wheel are better integrated with the search results.Bing has already seen a set back with its market shares going down by 3.25%. Bing has to come up with some new strategy to stay in competition with Google.

Monday, July 27, 2009

BSNL Broadband Usage | How to check Broadband use

The BSNL users who have not availed to unlimited plan have always this headache of checking there bandwidth usage especially during the end of the month.All you need to do is Go to DataOneWeb Mail and click Check your account usage.



You will get a screen very similar to this.Now all you need to do is enter the user name and password assigned to you.Now you will get a screen similar to the one seen below.Now you can check bandwidth usage,What plan currently you are in.



The next step is you need to click Service Records and then select the month you want to check account usage.Now press OK button to get the details.



This is the screen that you will get which gives you all the details about your broadband usage for that month,including duration of hours the net was used.

Monday, July 20, 2009

How to access Google Wonder wheel

Google Wonder Wheel



Step 1


The first and the foremost step is you need to type the URL www.google.com.


Step 2


The Google Wonder Wheel is not found in the home page of Google.To actually get that you need to search a term.For example I search the term Google Adsense.



Step 3


When Google list the search results all you need to do is click the Show option button and then scroll down to click the "Wonder wheel” which is in the Standard view.

Step 4

Now you get the related searches for the particular word ,in this example which happens to be Google Adsense.The graphical representation of the related searches to that particular word are shown.This could be a very handy technique to find the words that yield you higher page ranks to that particular post that you write.

Sunday, July 19, 2009

Worst Failure Ever | Obama Adminsitration

Worst Failure Ever.jpg
Worst Failure Ever | Worst Ever Failure | President Barack Obama | Barack Obama Adminstartion.

Hey guys this is a prank that some one has created in Google.When you type "Worst Failure Ever" or Worst Ever Failure in Google the result you get is "President Barack Obama Administration." webpage.

This is work of some hacker who gas created a Google Bomb.Google Bomb or Link Bomb is a method which is used to raise the web page rank.To explain more clearly if many people link to one web site the ranking of that particular web site is raised.For example if many web site link to my site "Tech Buzz" then when typed in Google has Tech Buzz you will get that result in the top.This is generaly done to in humorous way to create pranks.

Google generally re very quick to find out these Link Bombs and remove them.I hope it is the same case here.Type the same search term after a week or so to see some other results.Hope so Google are fast enough to track it down.

Friday, July 17, 2009

Find Yahoo invisble users | Trick to find them



Yahoo messenger provides us a option to be invisible to all the users are to some selected users.This feature is not available in Gtalk.Yahoo provides this feature at the same time it also provides the trick to find out if some one is avoiding us are they are too busy to talk to us.

STEPS

1) All you need to do is click the above picture which takes you to that site.

2) Enter the Yahoo Id of the person whom you want to check whether he or she is avoiding you are not.

3)You can enter a id and it immediately detects whether the person is online or offline or whether he is in invisible mode.

Thursday, July 16, 2009

Tips to convert Text to Speech for Free


I was fascinated when I came across a tool in online which converts the text to Speech.The pronunciation of the words is too good and it is FREE to convert your voice to Text.The clarity of the voice is good for normal English but in case if you use some foreign language names then the pronunciation of those names is really very funny.IVO Software was first published in the year 2001 and it is making a steady progress till date.

STEPS TO CONVERT TEXT TO SPEECH





1)Ivona is the site which provides this amazing service where you can convert Text that you type to Speech.I am browsing Google when I came across this site.

2) Click Record button and type the content which you want to convert to speech.You can select either a male or a female voice.The document would look like the above screen shoot.

3) Press Download button and then click the radio button download without registration and press next.

4) You can download the file which will appear to be in .mp3 format.

You can try this feature and I once again thank Google search Engine which helps to find me all the best sites around the Web.

Method to upload multiple videos to youtube easily


Do you want to know the trick to upload multiple videos in you tube simultaneously.I will give you a double bonanza where you can upload up to 100 you tube videos with a single click.When you use
FireUploader the job is very easy.FireUploader is also called as Universal Uploader is one of the very famous firefox add on.

The next step is enter your You Tube username and password and click Add, and then , click OK. It will now sign-in and show you a list of videos you have uploaded to YouTube, you can manage your list here.Then you need to select the videos from your system which you are going to upload.The window will look like the figure above.

Open Multiple Applications with a Single click

This is an old technique but it is a very useful one to start multiple application with a single Click.The idea is very simple and you need to know at least little bit of batch programing for this.It would take some time for me to explain what Batch Programing is and how effectively we can use it.Generally Batch Programming are used by system administrators to automate some tedious process which are generally carried out by them manually.

STEPS :

1) Click Start-----> Run

2) Type "notepad" without quotes to open a notepad.

3) Now lets us say that we want to open Firefox Yahoo Messenger simultaneously then all you need to do is copy this code in the notepad.

start “Firefox” "C:\Program Files\Mozilla Firefox\firefox.exe"
start "Yahoo Messenger " "C:\Program Files\Yahoo!\Messenger\YahooMessenger.exe"


4) The next step is save this file as Start.bat. The extension Start.bat to open multiple applications instantly!!!

6) You can open not just to applications as much as you like and the code written here is very easy and now i will explain you how to get this code.The code written in step 3 is got from shortcut of Firefox application.Right click the application and select Properties and a window will appear like this.Copy the code in Target and Paste it in the notepad File.



start “Firefox” "C:\Program Files\Mozilla Firefox\firefox.exe"

7) Remember one thing you need the shortcut of every application which you would like to start instantly.

8) These are the list of applications that I start instantly.

Tuesday, July 14, 2009

How to access E-mail Orkut and Facebook from office?



The policy in office is so strict that we cannot access E-mail services or even social networking sites in office.What is the solution and how can we breach in to the security to access Yahoo ,Gmail and other favorite social networking sites like Facebook and Orkut.Generally people tell you use proxy,but if you are caught, they mightgo up to the extend of sacking you from the job.Hmmm what can be done.Tensed.Dont worry just relax and here is the solution

NutshellMail.com is a site where you can create a account for FREE and enter the social networking sites Email Id and password and even Yahoo and Gmail Id Username and password.Then you need to set the time and date when you would like to get the mails to the NutshellMail account.That is you are done.

NutshellMail.com collects all the mail from the various ID's that you have mentioned and displays them in a single place under your NutShell Mail account.This is a very useful feature and I tried this and use this in times of urgency to sneak a preview of whether I had got any important mails.Moreover you need not login into various accounts,you can get all the account details from a single place.It is really worth trying this.

Sunday, July 5, 2009

Email Spoofing | Trick to send fake email for free | List of fake email service providers

What is E-mail spoofing

Email spoofing is a term used to describe e-mail activity in which the sender address and other parts of the e-mail are altered and this is generally combined with phishing by hackers.


LIST OF SITES WHICH PROVIDE FAKE EMAIL SERVICES

1) deadfake.com

All you need to do is click Send Fake Email Tab and then enter From and to address and then type the mail and send it.Guys don't do this to earn any financial benefits and this is purely for educational purpose.Just prank you friends.

2) fakesend.com

This is another famous site which offer the same service.No need to create a user account you just need to enter the concerned fields and send the mail.

3) hoaxmail.co.uk

This is a very famous site which provides both email spoofing and SMS spoofing.All you need to do is create an user account and start sending spoofing emails for free.Spoofing SMS cost you based on number of SMS you want to.

These are the list of sites which I have use and found worth mentioning here.If I had left out any major site just update that as a comment.You ideas are always encouraged.

Friday, July 3, 2009

Trick to Convert WebPage to PDF : PrimoOnline site

Convert WebPage to PDF using PromoOnline
Websites are the source of information and some times you would like to save the page for further reference.This is a normal case but some sites don't allow you to save the web page.

Is there a solution for this problem ???

PrimoOnline is a site which allows you to convert the web page as a PDF.It is very simple and very secure.All you need to do is give the link that site that is the URL and the rest will be done in minutes.

STEPS

1) Enter your email address

2) Upload the file or the give the link which you would like to convert it to PDF.

3) Click create PDF button and the web page is sent as PDF to your mail box instantly.

For conversion of files to all other forms you can use Zamzar site.They are highly effective and provide reliable service.
 
This site accepts sponsored reviews but we provide honest reviews