Search Here

October 18, 2009

RUN MULTIPLE GTALK AT SAME INSTANCE

It is the simplest hack ever,for those who all thought to have multiple gtalk messengers running on DIFFERENT GMAIL ACCOUNTS at the same time.


Here the following steps r given:


1.Create a shortcut of Google Talk messenger on your desktop or any other location.
2.Right click on the Google Talk messenger icon and select properties option
3.Modify target location text by this
"c:\program files\google\google talk\googletalk.exe" /startmenu

to

"c:\program files\google\google talk\googletalk.exe" /nomutex

4.Click OK
Now you can run multiple google talk at same instance

MULTIPLE YAHOO MESSENGER HACK

Like GTALK HACK..U can also do the same thing with Yahoo messenger too..i.e running MULTIPLE YAHOO MESSENGER AT SAME INSTANCE WITH DIFFERENT YAHOO ACCOUNTS.


Here is the stp by step procedure for that..


1.Go to Start -> Run -> Type regedit -> hit enter



2.Go to HKEY_CURRENT_USER->> Software ->> Yahoo ->> pager ->>Test

3.Right click on test -> choose new Dword value .



4.Rename it as Plural.



5.Double click it -> assign a decimal value of 1.



6.Close registry -> Restart yahoo messenger.



NOW you can open yahoo messenger N number of times

ORKUT INSIDER - SCRAPS MARKED AS SPAM

Orkut is one of the leading social networking sites. Its greatest advantage is its capability of combining with many other google applications and gadgets.

But after receiving many complaints from the orkut members regarding "spam scraps or flooding" , orkut has now implemented an automated system which works on spam blocking.

As per the system, any scrap which contains external links and the size or content of the link being bigger than usual link sizes, will be marked as spam. As a result, the scrap will be automatically moved to spam folder.Time of scrapping is also an factor that the system takes into consideration.

And the other steps includes "REPORT ABUSE " ,"REPORT SPAM " links in the orkut page.

Not always ,the Orkut system marks your scraps as spam.

But what would be the situation ,when the scrap containing links are reported as spam ??

It would be really frustrating for us when our scrap gets marked as Spam. and we would receive a message from orkut system as

"The content you're posting looks like spam, so it's being sent to the recipient's spam folder. Surprised? Keep your computer clean by running an anti-virus program. You can get one with the Google Pack."

Many complaints have been registered so far in Orkut community regarding this issue.But not a proper solution has been arrived at so far.

Following are the steps that fixes this issue. Hope it helps ..

TIP -1

Add some text before and after the links with the scrap.

This is a general guideline provided by any Orkut scrap provider like sendscrap.com,123orkut.com etc

TIP - 2

With Tip -1 u may get away with the orkut system sometimes.But when it doesnt work ???

Here the solution 2 comes handy..


STEP - 1


Locate the addressbar on your page as shown in the below image.


Link will look like "http://www.orkut.co.in/Main#Scrapbook.aspx?rl=ms " or whatever it may be .































STEP -2


just remove the "Main#" part in that link.


Now the link say will be "http://www.orkut.co.in/Scrapbook.aspx?rl=ms"


STEP -3


Now post ur scrap in the text box provided.


It may ask for word verification after which your scrap will be posted successfully.


If your scraps are accepted by the spam avoidance system, before you try this technique. Atleast now, you will come to know that "Main#" in the Orkut URL has nothing to do with.




If you have any other solutions for this problem in particular, please share here!!

Read Wall Street Journal Articles Free Without Subscription

How many times , did you feel frustrated when you enter the WSJ site and cannot read the full article.?


Its actually a trick that WSJ plays,The subscribe now text button is comparable to a Advertisement. And the remaining text also will be very much of mere quantity, a few lines.

So How can you read the full content without subscribing ??



So HERE ARE THE STEPS THAT TO ARE TO BE FOLLOWED FOR FREE ACCESS:

1.Select the "ARTICLE HEADER " i.e copy the text of the article header.

2.Give a google search as shown in the image below

Then,

3. Now just click the Wall street journal Article link through Google news.





Full article will open through the WSJ website.




You can now read the content without any subscription.

How do I shorten a lengthier URL and share

Often, We would be in need of shortening the Url's to share it with Twitter, Orkut, facebook or to simply save some space.



There are sites which offer this service like tiny url, bit.ly, su.pr etc.


We can also find these services added along with posts in many sites and blogs i.e. a button which contains sharing option like addthis , bookmark it, share it with which we can share links easily..




Here are the following steps which i follow to shorten any url.- The easiest way according to me.


1.Locate your Address Bar.


2.Before the url in your Address bar, just add the text "bit.ly/" and give a go.


3. Thats it !! .. Now you can just copy the Shortened url and share.




This saves me a step of entering the site and pasting the url content. If you have any other easiest way, do share !!





Easy isn't it !!

MULTIPLE TWITTER ACCOUNTS WITH A SINGLE EMAIL ID


Twitter conversations are always a good way to spend time. So what, if we wish to maintain two or more twitter accounts one may be professional and the others for personal (Say).

But in Twitter , each mail id can have only one account.


At those times,when u wish to operate two or more twitter accounts with single email account, following tip may prove handy.






1. You already have a twitter account with the email address like ilikeit@gmail.com


2.Now create another twitter account with email address like ilike.it@gmail.com


3. For a third account - i.likeit@gmail.com


4.For another - i.like.it@gmail.com


We Know that i.like.it, ilike.it, ilikeit, i.l.i.k.e.i.t all usernames will lead to same ilikeit@gmail.com.


e.g omprakash.mbm@gmail.com is same as omprakashmbm@gmail.com


So use the same trick here to create different twitter accounts with same single e-mail id.


Try it and share ur views here please.


*holds good 4 gmail id alone

8085 ppt


This is a ppt on 8085 microprocessor.


I found this useful . .. so thought of uploading it.....


Download link is 8085.ppt or click here

cdma -introduction




This is a pdf file on the introduction to CDMA-a presentation
This pdf is from GAUTHAM,member SECE,APEC.
cdma.pdf

java tutorials pack

This is a complete set of java tutorials that i have with me, collected from friends and internet...
link:
java.zip

HSN -stallings presentations

Hi! friends..
Here is the link for High Speed Networking presentations of William stallings..hope it would b helpful for the course studies..
the slides r very easy to follow..
it is a ftp link,just copy or move to the folder in ur PC
Link: HSN SLIDES download

computer networks presentations

The following r the computer networks presentations.
These r downloaded from universities with which v can make use of...

download link:
1.
From university of california.zip

2.
zanjan university.zip

I ve sum more presentations which i will try to upload soon...

REMOVING BLOGGER NAVIGATION BAR

The blogger's only identity .the navigation bar which appears at the top ,can b removed by following steps

STEP 1: go to LAYOUT ==>EDIT HTML
UNDER WHICH COME TO ARROW SHOWN MARK IN THE TEMPLATE

STEP 2: paste the following code given, in the place mentioned with arrow mark

#navbar {
height: 0px;
visibility: hidden;
display: none;
}

STEP 3: save the template AFTER PASTING THE CODE



THATS IT!! THE NAV. BAR WILL NOT APPEAR AGAIN..

8085 microprocessor tutorials

The following collections are, what i gathered when i studied the subject.These stuffs helped me to prepare for the campus interview too..

To Download full ,below listed material - Click here (in .rar format)


Individual file Download

All the following materials r either in PDFs or PPT.just click to download it.


Computer Architecture presentations

Here are my few collections of presentations reLated to COMPUTER ORGANIZATION/ARCHITECTURE COURSE!!


These r collected from various universities and r very much useful..ALL R EITHER PPT OR PDF FORMAT FILES.

DOWNLOAD THEM WITH A SINGLE CLICK!


1.
computer architecture- berkeley adapted by tam university


2.
computer organisation FROM CARLETON UNIVERSITY


3.
David_Vernon_Introduction_to_Computer_Systems


4.
Design and Architecture of Computer Systems from university of california



5.
Foundations of Computer Systems-carleton univ


6.
computer architecture from university of california



7.HTML FILE TUTOTIAL

Java/J2EE Job Interview Questions and Answers ebook

I hope this Java/J2EE Job Interview Questions and Answers ebook will help in placements.This ebook features Java and J2EE Job Interview questions in all categories. This ebook have lot of illustrated examples.This book has been written mainly from the perspective of Java/J2EE based job seekers and interviewers.



Free download - java ?s

VERBAL ABILITY

These are some of the collections of materials which are based on developing the verbal skills for beginners and for those who take on competitive exams based on verbal skills.

These are collected from internet and from friends.





Campus Drive Time -An outlook

The campus placement fever must be high all over the places. The placement cell of each college would be flooded with lot of queries regarding the companies which would visit its campus.

And the hiring strategies of the companies after the recession would have been revised, be it IT and NON-IT.

So,how can a student overcome this highly important period of time successfully?
Here are some of the ways and tips to overcome the campus placement drive programmes successfully.

I am not a HR or any consultant,just been a student who faced these things in my college life, i like to share them through this blog.

I would make my tips in points so that it would be easier to follow and being an Engineering graduate,the post may be a little partial towards Engineering students.


1.COMPANY ORIENTED PREPARATION

This is where everybody falls prey.Till third year or penultimate year of your course ,you may prepare yourself generally and equip yourself with all necessary stuffs.
But by the end of the 3rd year ,you should start collecting the details of the probable companies visiting your college. And start preparing company orientedly.you should collect the questions from various sites like freshersworld,chetanas interview etc.

Know about the company's work culture and the TOP men in the hierarchy of the particular concern.
If you make this step right,then you are half way through..

There is no point in completing the R.S AGARWAL book,when the company doesn have such pattern in it.Remember R.S.AGARWAL APTITUDE is not your semester exam or your subject to memorise it.



2.COLLECTING THE EXPERIENCE AND INFO FROM SENIORS AND FRIENDS

It is the next important step in preparing for a campus placement programme. If the company has visited the college more than once, it is mandatory that ypu reach out to ur seniors and friends who had taken such programmes already. why this is necessary is because

1.They may provide info of the circumstances in which the interviews would be conducted

2.The info about some shortcuts ,tips etc

3. You can even gather some materials which they have which would be very useful.



3. COMMUNICATION SKILLS

Everybody including me have a great fear about communication skills. Dont ever try to use words which u r not familiar with. Good communication skills doesn mean that u should speak high frequency or high level words,Its just a free flow of simple words spoken boldly and with ur little cute smile.That would do.

For students ,who still feel that they have a huge fight with English grammar . I recommend to take the various levels of the course mentioned in the below link. This site in particular, helped and is still helping me to develop my English grammar even. Its free too.



For developing your english and speaking skills,the only advise from me is "start thinking in English rather than your mother tongue. Because your fluency would be hindered when it takes time to translate your thoughts (in mother tongue) to English. but when you start thinking in english, you can see your fluency improving. Its difficult .Give it a try atleast "



4.APTITUDE SKILLS

Aptitude skills never comes overnight .

As for me the easiest way is to " Start for your solutions from the choices given. I firmly believe that you can easily eliminate two of the choices with simply reading the question or with just a single step of working. Then it is just the probablity of 0.5 for the right answer. from where you can proceed easily ".

Be aware of unit systems where the scope of eliminating the wrong choices are maximum

The method of problem solving may vary from person to person.

As i mentioned earlier, go with previous years questions atleast 15 days b4 the day of interview.

My list of recommended books
1.Quick arithmetic - Aashish agarwal
2.quantitative aptitude- abhjit guha
3.R.S.AGARWAL
4.ARUN SHARMA (especially for CAT)

5. INTERVIEW

The first question is obvious - "Tell me about yourself ?"

Be prepared for that by default. My suggestion would be

For technical interview - Dont boast about your abilities, strenghts,weaknesses etc. Since it is a tech. interview

1. start from ur family (never go deep in any interview)

2.ur school achievements.

3. college level achievements including Industrial visits, in-plant training,Projects etc

In all these above description ,say in the sense "That u have learned something out of the process and how your education helped you to tackle the situations successfully " for a technical interview

For a HR Interview

1.Repeat the same above process

But here Portray your various qualities. Convince the HR by saying that " Your so & so qualities helped you to come out of the situation successfully".

Qualities may be leadership,team player,positive attidue,keen learner,sharpness etc



This varies and depends on HR representatives. but I strongly recommend that one should b aware of practical technology that is present infront of them.

For ECE students - get into touch with working overview of present day technologies like 3g,bluetooth etc. and know how ur daily households like TV,RADIO etc works.


If u are not familiar with programs in C or C++. Be atleast prepared with basic progams and definitions. and even if you dont know the coding of program asked in interview. Without stumbling upon,convey the logic that can be used for that program. Many would appreciate,because knowing the logic is more imporatant.



All above these STAY COOL and POSITIVE.


There are lots of other things to convey,but i stop here and i thank 4 ur patience in reading my post.If you have any thoughts on the post,please make some time in dropping ur comments below.


you can browse through the blog, as it has some useful contents for preparing for an interview technically and non-technically.


If you are preparing especially for TCS. I have some materials that would be helpful.Leave ur mail id below in the comments, I would pass on the material.




ALL THE BEST.. and remember "Nothing is particularly hard if you divide it into small jobs.

A complete illustrated Guide to the PC Hardware

A complete illustrated Guide to the PC Hardware is a PDF file material which is really informative and would help us to know basics of PC. The tutorial like book is presented in a simple way, so that everyone could understand. The text is well supported with images enabling us to get a good picture on the topics.





Free Download : Click Here




BEST COMBINATION FOR BROWSING

This is just based on my experience on browsing..


1. Use a GOOGLE CHROME browser which has many advanced features in it,which make the browsing faster than the MOZILLA
But a general complaint is that DOWNLOAD IS SLOWER with chrome, for that..

2.U can use DOWNLOAD ACCELERATOR PLUS(LATEST VERSION)DAP for Download Which has now the option of INTEGERATING WITH CHROME BROWSER

DAP is the best internet download accelerator as for me,it will make downloads at unbelievable download speed rate
I surely believe that this combination is the best as for me,and I suggest the same for all for A GREAT BROWSING EXPERIENCE.

LINKS
1.
chrome link
2. DAP LINK

best file hosting service provider

As far i have seen many file hosting sites,according to me,the best file fosting provider is FILE DEN ..WHICH OFFERS
1. 1GB FREE SPACE
2. MAX.50mb SIZE FOR EACH FILE
3.SUPPORT FOR ALL FORMATS OF FILE
4. 5GB BANDWIDTH
5. Most importantly DIRECT LINKS to the uploaded files
6. link : file den
u can also try for GOOGLE SITES,GOOGLE PAGE(not available now).

ADD UR BLOG URL TO THE GOOGLE SEARCH

This post is to say ,how to make ur blog to appear in GOOGLE SEARCH RESULTS.THE STEPS r very easy
1.go to www.google.com/addurl
2.enter ur blog url e.g http://know-exchange.blogspot.com/
3.give some specific tags n give the details necessary
4.Next time what ever u post will appear in google search result.
Make ur blog bigger..

OPEN COURSE WARE

MIT OpenCourseWare is a free publication of MIT course materials that reflects almost all the undergraduate and graduate subjects taught at MIT.
There is no registration or enrollment process because OCW is not a credit-bearing or degree-granting initiative.
LINK:
MIT OCW


Also u can try out for IIT(India) lectures which are presented in video format to enhance the quality of engineering education in the country by developing curriculum based video and web courses
Five major engineering disciplines have been covered in this project so far (NPTEL Phase I) at the undergraduate (B.E./B.Tech) level.
Civil Engineering
Computer Science and Engineering
Electrical Engineering
Electronics and Communication Engineering
Mechanical Engineering


link: iit video lectures


VARIOUS OTHER UNIVERSITY which offers OCW in various ARTS,SCIENCE,MEDICINE,TECH fields are given below

1.UNIVERSITY OF NOTRE DAME


2.UTAH STATE UNIV


3.TUFTS UNIV


4.University of southern queensland


5.Capilano university


6.Dixie state college


7.Berkeley university


8.U MASS BOSTON


9.University of Utah


10.Weber state university


11.united nations university


12.IIM,Las Vegas, Nevada, USA


13.YALE UNIVERSITY

Mobile Telephone Number Codes for INDIA

If you get a missed call from unknown mobile no., find out from where you have been called with the table. provided in the following blog.
I found it extremely worth to link to that blog which provides this service ..


LINK :
Mobile Telephone Number Codes

GOOD WEBSITES FOR GATE PREPARATION

Here are some of the websites that r highly prefered while preparing for GATE EXAM..
This post, i think would really help the students who prepare for GATE..
Following links are:

1.
ONESTOPGATE


2.FRESHERSWORLD


3.KOOLKAREERS


4.VYOM WORLD


5.YOUDOWETEST


6.GATE FORUM


7. GATE MENTOR

There could be a lot more sites which provides assistance for GATE preparation.If u know any other website,Please make a comment or mail. So that the list can be updated and everyone can be benefited!!

MBA USEFUL LINK

For those who all aim for MBA.

The following link would b extremely useful by all means.
I request u all ot go through the entire contents present in the link,if u had not visited that site so far.


LINK: BUSINESS WEEK
I found that site extremely worth to visit and even mention in my blog,it almost answered all my doubts and needs regarding the MBA programme.

USEFUL LINK - CERTIFICATION COURSES

Today when I looked for some CISCO related stuffs,I came across the following site which was very material in its kind.


It hosts and ve stuffs related to various CERTIFICATION COURSES like CISCO,JUNIPER,ORACLE,MICROSOFT..

It was very useful and worth to mention in my blog as it contained very good stuffs (question banks) for various courses.


Best colleges 2009 in U.S

Yesterday, i was across this list of best colleges and national universities in America .


kindly check out the rankings as provided by the www.usnews.com site.

I do not know the liability of these rankings.

However,for the aspirants who would wish to do any degree course in U.S.,it will b surely useful..

link :
( POSTED ON MARCH 5,09)
Posted November 20, 2008


Just browse through the links provided above, various useful details can b fetched.

DATA MINING LECTURES

Here r some lectures n presentations links that i would like to share with my blog visitors.



  1. Stanford University

2. University of Minnesota


3. Radboud University


4.www.kdnuggets.com


5. MIT OCW


6. Duke University


7. Purdue University



8. McMaster University


9. Honkong University


10. Indiana University

India's 50 Most Powerful People 2009


From BUSINESS WEEK


In India, change is so rapid it surprises even the powerful. Fortunes vanish, markets melt down, and the most die-hard fans find someone else to love, someone else to vote for. Take, for instance, Navin Chawla. With 712 million voters considering their ballot as Indians vote on who will lead their country, one of India's most powerful men is perhaps the Chief Election Commissioner, N. Gopalaswami. India's elections began on Apr. 15 and take place in stages nationwide over several weeks. During that time, Gopalaswami is a bureaucrat with almost unlimited powers to impose order on an unruly process, moderate hate speech, and herd the world's largest democracy through a peaceful transfer of power. But on June 16, the elections will end, and he will vanish back into the labyrinth of the Indian bureaucracy. In modern India, even powerful reigns can be short-lived. In the newest edition of BusinessWeek's list of the 50 most influential Indians, politicians jostle for space with professors, businessmen with cricketers. The attempt is to pinpoint the shifts in power that defined India in the past year, and to predict the players to watch for in the next year.

LINK : CLICK HERE TO READ MORE

CREATING OUR OWN BARCODE

A Barcode is an optical machine-readable representation of data. In whatever we purchase , we would be able to see the barcode usually on the products used for identification and easy- billing.

Creating our own Barcode?

There are many coding techniques involved in Bar codes like 1D,2D etc. And if u wish to create your own Barcode , there are many sites whih offers this service with all possible coding techniques.

like


and many..

Decoding a Barcode ?

After creating our own Barcode with barcode generators , we may also deocde those barcode and verify our data back.

with this following link http://zxing.org/w/decode.jspx

So, just try this stuff out.

Example : GOOGLE BARCODE .


The Secret Language of Business: How to Read Anyone in 3 Seconds or Less free download

The Secret Language of Business reveals the secrets of body language and nonverbal communication. Successful professionals need more than just good communication skills, you also need the ability to interpret the nonverbal signals that everyone displays. You'll learn how to master and manipulate your own body language, read the body language of others, and influence people through your new skills and perception. No matter what business you're in, this is a valuable guide to achieving more in life and business.


Free Download : Click here