amazing video, Can you handle it??

Crazy...actually worth watching, pretty funny **dont read** sex people cat fish yummy food halo 1 2 3 dinner ABC wax bees gears of war gears of war 2 people fight ninja gaiden 2 flames mentos and diet coke guitar hero 3 aerosmith ttfaf raining blood tila tequila nude photos on google search turn of safe watch to get wowzers banana fun pie all of the place, including fat people...slipknot yum all over the world goats eat dinner on the drinks yum yum yum waterfalls look like a beatiful people world named HARRY POTTER iamchris4life is a hoax, its all me p ward baby WOAHHHHHHHHH

Relatd javascript Articles

Browser Wars: Mozilla, IE, Opera join up for a panel discussion

Presented by the Silicon Valley WebBuilder, this event brought together Mike Shaver from Mozilla, Chris Wilson from Microsoft's IE team, Håkon Lie from Opera, and expertly moderator Douglas Crockford from Yahoo! to talk about the current state of the browser landscape.

At first, each person got a chance to say their peace. Here are some core items that each person said:

Chris Wilson

We are not about to enter another browser war. This isn't about destroying each other. This time it is about building the standards based web future, which means we need to work together. This isn't 1995, so let's not build that platform. The problem that we have is that as soon as you improve something, you break the web. This is especially hard since Microsoft has ~500 million users.

Chris queried the top 200 web sites and 50% of them are in strict mode. When he did this in IE 6, only one of them was like this. He hinted at having developers opt-in to standards mode in a different way.

Mike Shaver

Mike also said that he doesn't consider it to be a browser war..... but rather a "mindshare struggle".

The new "war" is having cool applications being built on the web itself. If the next flickr/gmail/... is built on the web, it is winning.

Don't look to the W3C for the future.

Håkon Lie

"If you need a good browser for Windows 98 we have it"

Ajax is bad. We need to add HTML, CSS, and the like, and he had some funny acronyms.

He then discussed the ACID 2 test and had a lot of fun with IE 7 showing how it compared to Opera 3.6 from 1998.

The Wii (which uses Opera) is going to change the web. More people are trying to get their sites rendering correctly with the Wii than "who cares about that Opera browser".

We need to support video as a first class citizen (and sound). "We can't leave it to plugins anymore".

What video formats should we support? There aren't many open formats, so they use Ogg formats.

Where's Apple?

They refused to send someone saying that "we are busy writing software".

弹出
Feature your products with Jquery

A good way to feature 2 or 3 products on your website

Related javascript Projects

XSTM

What is XSTM?


XSTM
is a n open sourcelibrary which enables high performance object replication between processes. It is an object oriented Distributed Shared Memory, or a Distributed Object Cache.

XSTMhas similarities with technologies like Adobe Flex Data Services , JBoss Cache, Terracotta, Tangosol Coherence , ScaleOut , or IBM's ObjectGrid .

Our model is based on object shares, which work like file shares. When an object is added to a share, it appears on the other machines which have the same share opened. Modifications done to the fields of the object are from this point replicated between machines.

Read more in the project overview.


XSTMis made of three projects. The Java implementation is called JSTMand is the base from which the other versions are derived. An adapted version made with Luciano, the author of GWM , is available for GWT . It allowsthis library to be used in a browser. NSTM is a .NET port based on IKVM.

All implementations are compatible with each other so object replication can take place e.g. between a Java server and a .NET Smart Client.

Highslide JS
Highslide JS is an open source JavaScript software, offering a Web 2.0 approach to popup windows. It streamlines the use of thumbnail images and HTML popups on web pages. The library offers these features and advantages:
  • No plugins like Flash or Java required.
  • Popup blockers are no problem. The content expands within the active browser window.
  • Single click. After opening the image or HTML popup, the user can scroll further down or leave the page without closing it.
  • Compatibility and safe fallback. If the user has disabled JavaScript or is using an old browser, the browser redirects directly to the image itself or to a fallback HTML page.
JsonSQL

sql like json query lib.

YUI
The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. The YUI Library also includes several core CSS resources. All components in the YUI Library have been released as open source under a BSD license and are free for all uses.
GWT(Google Web Toolkit)

Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications like Google Mapsand Gmaileasy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.

GWT lets you avoid many of these headaches while offering your users the same dynamic, standards-compliant experience. You write your front end in the Javaprogramming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.