1:37
Go to google.com
clear out your address bar
and paste in this
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);
hit enter
z0mg 100k views! And for you guys who say this isn't hacking: your absolutely right. Which is why I put in the whole "1337 hacking skillz" as a form of parody and for laughs(I was joking). This video was made as a means to show those who don't understand scripting the kind of fun you can have with it. Calling me names and insulting me doesn't make you look any smarter and just shows some of the jackasses that are out there. For those that have left nice comments I thank you and I hope you found this enjoyable. タグ:hackgoogleamazon1337 投稿日: January 9, 2007, 11:04 am 閲覧数: 120474 投票: 4.10(5点満点) 175 人の平均
upcoming changes to javascript language
56:10
Google Tech Talks
November, 14 2007
ABSTRACT
After eight years of work in the standards committee, JavaScript will soon get an update. We present the highlights and rationales of the proposed changes to JavaScript.
The fourth edition of the ECMAScript (JavaScript) language represents a significant evolution of the third edition language, which was standardized in 1999. ES4 is compatible with ES3 and adds important facilities for programming in the large (classes, interfaces, namespaces, packages, program units, optional type annotations, and optional static type checking and verification), evolutionary programming and scripting, data structure construction, control abstraction (proper tail calls, iterators, and generators), and introspection. Improved support for regular expressions and Unicode, richer libraries, and proper block scoping are also added.
Speaker: Waldemar Horwat
Speaker: Pascal-Louis Perez タグ:googletechtalkstechtalkengedutalktalks 投稿日: November 30, 2007, 7:07 pm 閲覧数: 15122 投票: 4.00(5点満点) 24 人の平均
best practices in javascript library design
61:23
Google Tech Talks
August 17, 2007
ABSTRACT
This talk explores all the techniques used to build a robust, reusable, cross-platform JavaScript Library. We'll look at how to write a solid JavaScript API, show you how to use functional programming to create contained, concise, code, and delve deep into common cross browser issues that you'll have to solve in order to have a successful library.
John Resig is a JavaScript Evangelist, working for the Mozilla Corporation, and the author of the book 'Pro Javascript Techniques.' He's also the creator and lead developer of the jQuery JavaScript library and the co-designer of the FUEL JavaScript library (included in Firefox 3). He's currently located in... タグ:googlehowtobestpractices 投稿日: October 9, 2007, 10:06 am 閲覧数: 10137 投票: 4.70(5点満点) 28 人の平均
blogger javascript library release and blog.gears offline
9:55 タグ:googlebloggergears 投稿日: October 19, 2007, 2:59 am 閲覧数: 104427 投票: 4.70(5点満点) 27 人の平均
google i/o 2008 - javascript and dom programming in gwt
70:56
Surprisingly Rockin' JavaScript and DOM Programming in GWT
Bruce Johnson (Google)
You may already know about GWT's nifty JavaScript Native Interface (JSNI), which allows you to define native Java methods with handwritten JavaScript. In GWT 1.5, there's an even more powerful way to program close to the metal. You can now model arbitrary JavaScript types directly as Java classes (specifically, as subclasses of GWT's JavaScriptObject class), yet there is no overhead in size or speed. You can code against any JavaScript object as if it were a regular old Java object. So, what does that buy you?
* It's never been easier to integrate with external JS libraries; just define a Java class that models the JS object you want to interact with. Nice Java syntax, no overhead.
* Freely use low-level native JS data structures (JS arrays, for example) by exposing them with a Java-friendly API. You can even apply Java generics to JS types!
* Superimpose strongly-typed Java classes on JSON objects, giving you IDE code completion, refactoring and compile-time type checking.
* GWT uses this new ability to provide a complete cross-browser DOM class hierarchy based on the W3C's Java HTML bindings. Programming straight to the DOM has never been more productive.
Come learn about this unusual and powerful new capability that you can use to squeeze every drop of performance and interop out of your GWT projects. タグ:googlei/oio2008gwtwebtoolkit 投稿日: June 11, 2008, 7:15 am 閲覧数: 7106 投票: 4.50(5点満点) 11 人の平均
lean javascript -(lynda.com)- ch01/02
8:57
Learning Javascript/ Object Orientated Programming タグ:learntutoriallynda.comoopobject 投稿日: April 9, 2007, 7:59 am 閲覧数: 5322 投票: 4.00(5点満点) 7 人の平均
lean javascript -(lynda.com)- ch01/06
10:24
Learning Javascript/ Object Orientated Programming タグ:learntutoriallynda.comoopobject 投稿日: April 9, 2007, 8:07 am 閲覧数: 1737 投票: 5.00(5点満点) 3 人の平均
javascript injection
3:07
This is a tutorial of javascript injection! タグ:jsinjectionhackhackingsecurity 投稿日: March 8, 2007, 11:43 am 閲覧数: 14541 投票: 3.50(5点満点) 11 人の平均
essentials of dom and javascript in 10 minutes
9:40
A screencast of an upcoming workshop on DOM and JavaScript explaining the elements of the DOM and how to script it in JavaScript タグ:domtutorialscreencast 投稿日: February 12, 2007, 8:51 pm 閲覧数: 12446 投票: 4.80(5点満点) 34 人の平均
lean javascript -(lynda.com)- ch02/03
8:40
Learning Javascript/ Object Orientated Programming タグ:learntutoriallynda.comoopobject 投稿日: April 9, 2007, 8:16 am 閲覧数: 1500 投票: 4.50(5点満点) 2 人の平均