Newsletter

Enter your email address



tag xmlhttprequest

www.ajaxtraining.blogspot.com - Downloading Images Using Ajax|Page update without refresh using Javascript, PHP and XML's XMLHTTPRequest object (also known as 'remote scripting')
Views: 4344
8 ratings
Time: 04:39 More in Education
Video footage from Day 1 keynote at Google I/O 2009 For Google I/O session videos, presentations, developer interviews and more, go to: code.google.com/io
Views: 15269
35 ratings
Time: 10:01 More in Science & Technology
Curso de JavaScript disponibilizado pela Universidade XTI www.universidadexti.com.br para capacitar profissionais para trabalhar com Tecnologia da Informação na XTI Brasil www.xti.com.br; Faça os cursos de (X)HTML & CSS da Universidade XTI antes de começar este curso. Após se preparar nos cursos abertos venha fazer parte do melhor time de TI do Mundo - rh@xti.com.br; Ementa do Curso de JavaScript: Introdução ao JavaScript, Variáveis, Constantes, Padrão Web, Camadas HTML,CSS,JavaScript, Operadores Matemáticos, de Comparação, Lógicos, de Atribuição, Estruturas Condicionais if e switch, Estruturas de Repetição for, for/in e do/while, Tratamento de Exceções, Objetos Boolean, Number, String, Array, Date, Math e Expressões Regulares ( Regular Expression ), Funções, Eventos, BOM, Temporizadores, Cookies, HTML5 Storage, DOM, DOM HTML API, DOM CORE API, AJAX.
Views: 3690
10 ratings
Time: 28:02 More in Education
Google I/O 2009 - How Do I Code Thee? Let Me Count the Ways Dan Morrill The primary way to develop apps for Android is using managed code that runs in the Dalvik virtual machine. Yet, Android also includes a super-modern Browser that includes Gears. It's even possible to build parts of your apps in native code (that is, C.) Choice is good, but it does mean one more decision for the developer to make -- and in this case, a big decision. Should you write your app in managed code, to integrate cleanly and seamlessly with the system? Should you write your app in the Browser as "Ajax plus", so that it can run on multiple phone platforms? Or should you go for raw speed, and write part of it in ARM-processor native code? There's no universal answer to these questions, but in this session Dan Morrill will teach you to pick the technique that works best for your app. In this session, you'll get a demonstration of each technique, and learn how to apply them to your own apps. For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html
Views: 142524
101 ratings
Time: 59:27 More in Science & Technology
Speaker: John Resig Follow along with the slides: ejohn.org Browsers are continually upgrading - providing new features from the latest specifications. We'll look at modern JavaScript and DOM techniques that you can easily drop in to your applications for instant speed-ups.
Views: 20330
40 ratings
Time: 01:01:32 More in Education
Google I/O 2009 - Using Google Data APIs and OAuth to Create an OpenSocial Gadget Monsur Hossain, Eric Bidelman -- Contents -- 1:06 - Building an iGoogle gadget to talk to Google Services (Blogger) 1:35 - Issues with acessing private data in JS 2:45 - Solution: Use OAuth Proxy in iGoogle 3:01 - OAuth Proxy + iGoogle Technology Stack 3:44 - Basics of OAuth 7:00 - Issues with using OAuth in JS 7:50 - OAuth Proxy overview 9:03 - Enabling OAuth in a gadget 11:15 - Building a Gadget - gadget design 12:41 - Building a Gadget - presentation layer 14:40 - Demo: Blogger Post Gadget 16:55 - fetchData() using OpenSocial JS APIs 21:57 - Creating the magic OAuth popup window handler 21:49 - Making things easier: Google Data JS client library 22:32 - fetchData() using the Google Data JS APIs 25:28 - JS to post data to Blogger 27:32 - What the Oauth Proxy is doing behind the scenes 31:20 - More Demos! 33:35 - Wrap up. What did we learn? 34:48 - Q&A -- End -- Thanks to the new OAuth Proxy, developers can write JavaScript gadgets for OpenSocial containers that can securely access Google Data APIs. But did you ever wonder what goes on behind the scenes? This session will present a walkthrough of an OpenSocial gadget and will explain the components and their interactions that make such secure access possible. For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html
Views: 4143
9 ratings
Time: 42:03 More in Science & Technology
Mozilla Labs engineer and TC39 representative Dave Herman joined us at YUIConf 2011 to give this keynote talk on the future of JavaScript, covering many of the new features currently under consideration for ES6, the next edition of the ECMAScript standard.
Views: 13128
125 ratings
Time: 47:42 More in Science & Technology
Note: Higher quality version on Vimeo: vimeo.com Are you interested in HTML 5 and what's coming down the pipeline but haven't had time to read any articles yet? Brad Neuberg has put together an educational Introduction to HTML 5 video that goes over many of the major aspects of this new standard, including: * Web vector graphics with the Canvas tag and Scalable Vector Graphics (SVG) * The Geolocation API * HTML 5 Video * The HTML 5 Database and Application Cache * Web workers In the video we also crack open the HTML 5 YouTube Video prototype to show you some of the new HTML 5 tags, such as nav, article, etc. It's chock full of demos and sample source code.
Views: 459649
1757 ratings
Time: 41:55 More in Science & Technology
Software development is hampered by a specific set of design mistakes that were made in the first programming languages and repeated in everything that has been done since. And, somewhat miraculously, JavaScript is going to make it right, radically transforming the way we write applications. Again. In the Loop of History, it has all happened before, but it has never happened like this. This is why you should care about the emergence of server-side JavaScript and the excitement around projects like Node.js -- not because they're at the sharp end of a trend, but because they're paving the road toward the next big revolution in software.
Views: 1938
17 ratings
Time: 51:53 More in Science & Technology
Google I/O 2010 - Google Chrome's developer tools Chrome 101 Pavel Feldman, Anders Sandholm In this session we'll give an overview of Developer Tools for Google Chrome that is a part of the standard Chrome distribution. Chrome Developer Tools allow inspecting, debugging and tuning the web applications and many more. In addition to this overview we would like to share some implementation details of the Developer Tools features and call for your contribution. For all I/O 2010 sessions, please go to code.google.com
Views: 42605
108 ratings
Time: 43:30 More in Science & Technology
Google I/O 2010 - GWT + HTML5 can do what?! GWT 201 Joel Webber, Ray Cromwell, Stefan Haustein How can you take advantage of new HTML5 features in your GWT applications? In this session, we answer that question in the form of demos -- lots and lots of demos. We'll cover examples of how to use Canvas for advanced graphics, CSS3 features, Web Workers, and more within your GWT applications. For all I/O 2010 sessions, please go to code.google.com
Views: 46523
109 ratings
Time: 57:59 More in Science & Technology
David Chandler, Philippe Beaudoin, Jeff Schnitzer In this session you'll learn how to use popular Google and third party tools to build a robust and maintainable GWT+GAE app. We'll use Google Plugin for Eclipse, Objectify-App Engine with GWT's RequestFactory for persistence, and gwt-platform (GWT MVP framework) for the UI.
Views: 16715
77 ratings
Time: 59:43 More in Science & Technology
Google Tech Talks June, 16 2008 ABSTRACT Attend this session and learn how you can prevent today's most significant data security vulnerabilities—the kind that leave businesses open to fraud that ranges from capturing tens of millions of credit card numbers to stealing money from bank accounts to constructing next-generation botnets. We'll review how cross-site request forgery, cross-site script inclusion and SQL injection attacks work and discuss their impact on Web 2.0, AJAX, mashup and social networking applications. We'll present industry-wide statistics on security vulnerabilities, cover emerging security trends and discuss the current state of security education. Then we'll tell you how to defend against security attacks and how to modify your software development process to achieve security, and we'll recommend certification programs, books and organizations that can help you secure your applications. Speaker: Neil Daswani Neil Daswani has served in a variety of research , development, teaching, and managerial roles at Google, Stanford University , DoCoMo USA Labs, Yodlee, and Bellcore (now Telcordia Technologies). While at Stanford, Neil cofounded the Stanford Center Professional Development (SCPD) Security Certification Program (proed.stanford.edu His areas of expertise include security, wireless data technology, and peer-to-peer systems. He has published extensively in these areas, frequently gives talks at industry and academic conferences, and has been granted <b>...</b>
Views: 92582
242 ratings
Time: 55:27 More in People & Blogs
Google I/O 2010 - HTML5 status update Chrome 201 Ian Fette, Jeff Chang Where is HTML5 today? What new features are now broadly supported, what features are on the horizon, and what features are on the chopping block? How do we decide what to implement, what to propose, and what to drop? Find out. For all I/O 2010 sessions, please go to code.google.com
Views: 13202
26 ratings
Time: 58:42 More in Science & Technology
Google I/O 2010 - Developing With HTML5 Chrome 201 Mihai Ionescu, Arne Roomann-Kurrik This session covers the HTML5 APIs available to Google Chrome and Google Chrome OS applications and Google Chrome extensions. Learn how to design web applications for a Google Chrome OS netbook using the latest web technologies. For all I/O 2010 sessions, please go to code.google.com
Views: 37726
131 ratings
Time: 01:01:15 More in Science & Technology
Michael Mahemoff, Paul Kinlan Explosive growth in the mobile web is set to continue. Don't leave yourself behind. Writing a new app in every native environment is not always possible, and HTML5 is a way to reuse the bulk of your code across all major platforms. We will show you step-by-step how to build an amazing web app that works on many devices.
Views: 23454
136 ratings
Time: 57:49 More in Science & Technology
Google I/O 2009 - Keynote Day 1 full version
Views: 220359
419 ratings
Time: 01:28:01 More in Science & Technology
Google I/O 2009 - Evolution of the Google Data Protocol: New Features for Building more Efficient Applications Sven Mawson -- Contents -- 0:29 - GData Intro 2:42 - Photo Shuffler Demo 4:04 - JSON Background 8:48 - JSON Problems 10:36 - Introducing JSONC 16:26 - JSONC Stats 17:48 - RESTful Updates Background 20:40 - Introducing Partial GET 25:43 - Partial GET Stats 27:23 - Conditional GET Background 30:00 - Introducing ETags 32:31 - ETag Stats 36:20 - Coming Soon: JSONC Write 38:25 - Coming Soon: Partial Patch 40:12 - Q&A -- End -- Recently, Google Data APIs have implemented new technologies in order to make applications and communications with Google Data APIs more efficient. We'll present these new technologies, including ETags, Partial Get and Update, and a new compact JSON format, and show how you can use them to improve your applications. We'll demonstrate these features by showing an example built on top of the Google Photos (Picasa Web Album) API. For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html
Views: 2204
2 ratings
Time: 43:02 More in Science & Technology
Google Tech Talk July 12, 2010 ABSTRACT Presented by Misko Hevery. If you are new to JavaScript and would like to understand how JavaScript works behind the scenes, than this talk is for you. We will look at the core philosophy behind JavaScript objects and how the primitives can be used to build up basic OO concepts such as Classes and what it means to instantiate an object. How functions are executed and the rules behind the "this" keyword and what it means to bind functions. How to think about the Asynchronous nature of non-blocking API and what it means for performance and testing.
Views: 33600
155 ratings
Time: 01:06:01 More in Science & Technology
Google I/O 2009 - Google's HTML 5 Work: What's Next? Matthew Papakipos Learn about new features in HTML 5 that enhance and enrich the web experience. Learn about new features in HTML 5, how they'll be supported in Chrome, and our latest plans for new functionality. The web browser is quickly evolving into a rich platform with access to all the capabilities that your computer has to offer. This talk will help you understand what is possible and how to write applications that use the latest APIs. For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html
Views: 88501
135 ratings
Time: 01:01:55 More in Science & Technology
Google I/O 2009 - Exploring Chrome Internals Darin Fisher Learn about Google Chrome's multi-process architecture and sandboxing technology. This talk will provide an overview of the processes, threads, and IPC involved with getting pixels on the screen in a system where the WebKit rendering engine is denied, via the sandbox, from having direct access to your computer. For presentation slides and all I/O sessions, please go to: code.google.com/events/io/sessions.html
Views: 16475
53 ratings
Time: 01:00:16 More in Science & Technology
Yahoo!'s JavaScript architect Douglas Crockford continues his lecture series on the JavaScript programming language with an analysis of the Document Object Model (DOM) and an exploration of Ajax.
Views: 2765
18 ratings
Time: 01:33:55 More in Science & Technology
just watch it ahhaha I DO NOT OWN THIS SONG NOR DO I OWN ANY COPYRIGHT INFORMATION:happy together By the turtles
Views: 553
0 ratings
Time: 01:24 More in Comedy
DSDS VILLA 2011 (köln) 22.4.11
From: TAUSKIDS
Views: 20729
26 ratings
Time: 02:11 More in People & Blogs
Learn how to add AJAX elements to a webpage using the Spry framework. It's actually cooler than it sounds because it's presented by Todd Perkins. You gotta love this guy.
Views: 75733
73 ratings
Time: 04:28 More in Howto & Style