Learn how to test your web apps with TestSwarm, Selenium, and qUnit! In this presentation Kevin Nilson, co-author of Web 2.0 Fundamentals, shows you how to take your web testing to the next generation with slides, demos and code examples.
In his presentation, Kevin covers:
- Evolution of the Web
- Testing Background
- Test Automation
- Old School Testing (JSUnit, Rhino)
- Modern Testing (Selenium)
- Next Generation Testing (qUnit, TestSwarm, Hudson)
You can get the slides from this presentation at: http://marakana.com/f/196
Tutorial in english : Sporadically, over the course of each month, we'll post a "Dissecting jQuery" video quick tip. The idea behind these is that we'll take a single chunk of the jQuery source at a time, break it down, and determine exactly what's going on under the hood, so to speak. Then, with that knowledge, we'll learn how to better utilize the library in our coding. Today, we'll review filters.
English tutorial : A simple movie showing how to setup yout git to work on an windows OS - as an friend of mine had a hard time doing this. Sorry for a little confusion about the folder locations - it's been a long time since I've been using win and this video was not really "prepared" ;-)
Of course, it's a whole lot better to use an gnu/linux system and I'd urge you to do so!
This english video tutorial from Ryan Farley in the Git for the SalesLogix Developer Series covers using an existing Git repository. After the initial repository has been set up, other developers can use that repository by following the steps outlined in this video.
Conference in english : Linus Torvalds visits Google to share his thoughts on git, the source control management system
In english : The ease and simplicity of jQuery's API can be attributed to its success and shortcomings as new developers tackle larger and more complex tasks. Join us for this session as we walk through The top 5 mistakes jQuery developers can make. We look at lower level syntax issues up through architectural decisions with jQuery. This session discusses selector performance, iterating with jQuery, event binding strategies, Ajax handling techniques and jQuery on public CDN's for applications large and small. Gain a greater understanding of these core concepts and where developers can go wrong.
In this english webcast, Git evangelist Scott Chacon covers the basics of the Git source control system. He'll introduce the audience to Git basics: staging and committing snapshots, viewing the commit log, pushing to and pulling from servers, and creating, switching between, and merging branches.
Finally he'll quickly cover a few more advanced features - code annotation, advanced log options and possibly more, time permitting.
This video in english, will show you how to install Git and get it working under windows. It is easy and effective. Another video will be created to show how to use Git Extensions so that Git can integrate with VS.NET
English tutorial : Subversion is an open source revision control software which is designed to be a modern replacement of CVS. Using SVN you will be able to checkout/import modules, update/commit changes to the repository under Windows/Linux.
English tutorial : Subversion is an open source revision control software which is designed to be a modern replacement of CVS. Using SVN you will be able to checkout/import modules, update/commit changes to the repository under Windows/Linux.