Showing posts with label study. Show all posts
Showing posts with label study. Show all posts

46 Second by Steve jobs on changing the world-Must read




This is a great, and very tiny, segment of Steve Jobs speaking about how we perceive the world. It was just shared on Twitter by Dave Morin of Path and we thought that it was worth sharing.
This is a segment of an unknown interview that was aired as part of the recent PBS documentary. In it, a bearded and intense Jobs ruminates on breaking down the fact that the world is built, and therefore it can be remade. It’s probably the best 46 seconds of video you’ll watch today.

Disable right click on your blog



Do you want to disable right click on your blog or site???
it is quite easy with java script and one more thing that you can put any message when somebody right clicks on your site's link..
For Example you might have seen this message on some site when you clicks right of your mouse,
"this blog is use copy scape technology we can track you"
like this message you can see this thing on this site also.
now i am going to tell you that how to disable right click.
First of all copy the following code:



<script language="JavaScript">
<!--

//coded by BeingGeeks
// http://www.beinggeeks.com

var message="function disable!";

////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

//// -->
</script>


and paste this code to
Now go to Design --> page element--> add a gadget--> HTML/ Java Script.
now save it and you can see the message on right click that function disable
you can change this message simply in this code and put any message.

Enjoy the trick....

Download Oxford dictonary for your PC and increase vocabulary



Today here i am putting some old but useful thing for all of my friends.
We all are using english and we all are using dictonary for the word which we can not understand, but it is not possible to take a heavy weight dictonary anywhere with us and it is very hard to mannully search any word in dictonary.
so here i have found dictonary for our computers.

The Oxford Dictionary of English (ODE) is generally regarded as the most comprehensive and scholarly dictionary of the English language. The Oxford Dictionary of English (ODE) is a dictionary published by the Oxford University Press (OUP). As of November 30, 2005 it included about 301,100 main entries, comprising over 350 million printed characters. In addition to the headwords of main entries, it contains 157,000 combinations and derivatives in bold type, and 169,000 phrases and combinations in bold italic type, making a total of 616,500 word-forms. There are 137,000 pronunciations, 249,300 etymologies, 577,000 cross-references, and 2,412,400 illustrative quotations.


You can download dictionary from here: Download Now  (7.52 MB)
The file which you have download is compressed  file so extract it and click on the application for using the dictionary.
here i have put a screen shot of dictonary:

do you want to know more about study: Click here

Revolution 2020- A new novel by Chetan Bhagat



After the grand success of  the last 4 books 5 point someone , 2 states , 3 mistakes of my life and one night@call center chetan bhagat has launched a new book named REVOLUTION 2020-love, corruption and ambation.
After the grand success of first four books chetan bhagat comes back with new novel and it is becomes the fastest selling book.
Today i will tell you about the new book of chetan bhagat

What IT Insiders Expect in 2012 [Infographic]



Five hundred IT professionals responded to a survey about what they expect for the future of their industry. They answered questions about why they like their jobs, what they’re trying to accomplish in their IT roles, and how they feel about job security and the development of new types of positions. This Infographic breaks down their responses and reveals their predictions for the 2012 work environment.



Learn Web designing with HTML,XML,CSS,JAVASCRIPT,ASP,PHP & more



In this world every one likes to make their websites , but due to lake of language knowledge they can not make it.
For those people who like to learn languages which is used in web-design i have suggest a rocking  website to learn it freely and online. 
website designing is also the best way to make money online or make their business worldwide.
For start learning click here
You can learn all the designing languages with example easily and also you can learn SQL.

Top IT skills wanted for 2012




Takeaway: A new Computerworld survey indicates the nine IT skills that will be in demand in 2012.
Nearly 29 percent of the 353 IT executives who were polled in Computerworld’s annual Forecast survey said they plan to increase IT staffing through next summer. (That’s up from 23% in the 2010 survey and 20% in the 2009 survey.)
Here are the skills that the IT executives say they will be hiring for:

Learn online 'C' language in 24 hours freely

C is high-level general purpose procedural programming language. C has been used over years to develop and implement applications on various platforms. The Internet has made learning new programming languages less cumbersome and relatively easy. There are various resources on the Internet that provide free yet quality content that enables you to learn the programming languages like C. You need the C compiler installed in your system in order to run the programming examples given in these websites.