Andyk Docs
Migration
Items
9
14 Apr 10
AndyK-Docs-Migration-Steps-Prototype-To-jQuery-Version-1.js

A json array of migration steps that can be used to transform Prototype JavaScript code to jQuery 1.4.2 compliant JavaScript code. The array contains 20 objects, that hold regular-expressions for finding Prototype code and regular expressions for replacing the matched code with jQuery syntax (Version 1, 2010-04-14)

Parent document:Migrating-from-the-Prototype-JavaScript-Framework-to-jQuery

Tags:2010, AndyK Docs, JavaScript, Migration, Prototype, jQuery

14 Apr 10
Screenshot-Migration-Tool-Version-1-Transform-Prototype-Code-To-jQuery-02.png

Screenshot 2: Automated Prototype-to-jQuery migration tool. Once the migration is finished you can edit the regular-expressions and re-run every single transformation step.

IMAGE/PNG: Screenshot 2: Automated Prototype-to-jQuery migration tool. Once the migration is finished you can edit the regular-expressions and re-run every single transformation step. (Andreas Koch, AndyK Docs, Migration, Prototype, Screenshot, Tool, jQuery)

Parent document:Migrating-from-the-Prototype-JavaScript-Framework-to-jQuery

Tags:Andreas Koch, AndyK Docs, Migration, Prototype, Screenshot, Tool, jQuery

14 Apr 10
Screenshot-Migration-Tool-Version-1-Transform-Prototype-Code-To-jQuery-01.png

Screenshot 1: Automated Prototype-to-jQuery migration tool. Paste your Prototype JavaScript code into the input-area of the online-migration-tool and press migrate-now.

IMAGE/PNG: Screenshot 1: Automated Prototype-to-jQuery migration tool. Paste your Prototype JavaScript code into the input-area of the online-migration-tool and press migrate-now. (Andreas Koch, AndyK Docs, Migration, Prototype, Screenshot, Tool, jQuery)

Parent document:Migrating-from-the-Prototype-JavaScript-Framework-to-jQuery

Tags:Andreas Koch, AndyK Docs, Migration, Prototype, Screenshot, Tool, jQuery

11 Apr 10
Migrating-Prototype-JS-to-jQuery-Cheat-Sheet-Version-1-1902x4186.png

Migrating Prototype JS to jQuery: A comparison-table which contrasts some of the frequently used functions of the Prototype framework with their jQuery counterparts and highlights the differences

IMAGE/PNG: Migrating Prototype JS to jQuery: A comparison-table which contrasts some of the frequently used functions of the Prototype framework with their jQuery counterparts and highlights the differences (2010, Migration, Prototype, jQuery)

Parent document:Migrating-from-the-Prototype-JavaScript-Framework-to-jQuery

Tags:2010, Migration, Prototype, jQuery

11 Apr 10
TaskSpeed-Report-Comparing-jQuery-1.3.2-to-Prototype-1.6.0.3.pdf

Taskspeed JavaScript Framework Benchmark Report: Comparing the Performance of YUI 2.7.0, Dojo 1.4.0, MooTools 1.2.2, Prototype 1.6.0.3 and jQuery 1.3.2

Parent document:Migrating-from-the-Prototype-JavaScript-Framework-to-jQuery

Tags:Migration, PDF, Prototype, jQuery

10 Apr 10
Screenshot-Migrate-from-Prototype-to-jQuery-Notepad-Plus-Plus-Regular-Expression-dollar-function-replace-03.png

Screenshot: Migrating from Prototype JS to jQuery using Regular Expressions. Replacing Prototype dollar-function calls (elementId) with their jQuery equivalents.

IMAGE/PNG: Screenshot: Migrating from Prototype JS to jQuery using Regular Expressions. Replacing Prototype dollar-function calls (elementId) with their jQuery equivalents. (2010, Migration, Prototype, Screenshot, Tutorial, jQuery)

Parent document:Migrating-from-the-Prototype-JavaScript-Framework-to-jQuery

Tags:2010, Migration, Prototype, Screenshot, Tutorial, jQuery

10 Apr 10
Screenshot-Migrate-from-Prototype-to-jQuery-Notepad-Plus-Plus-Regular-Expression-dollar-function-search-01.png

Screenshot: Migrating from Prototype JS to jQuery using Regular Expressions. All Prototype dollar-function calls transformed into the new jQuery dollar-function selector-syntax.

IMAGE/PNG: Screenshot: Migrating from Prototype JS to jQuery using Regular Expressions. All Prototype dollar-function calls transformed into the new jQuery dollar-function selector-syntax. (2010, Migration, Prototype, Screenshot, Tutorial, jQuery)

Parent document:Migrating-from-the-Prototype-JavaScript-Framework-to-jQuery

Tags:2010, Migration, Prototype, Screenshot, Tutorial, jQuery

10 Apr 10
Screenshot-Migrate-from-Prototype-to-jQuery-Notepad-Plus-Plus-Regular-Expression-dollar-function-replace-02.png

Screenshot: Migrating from Prototype JS to jQuery using Regular Expressions. Searching for dollar-function calls that will be replaced with a new selector.

IMAGE/PNG: Screenshot: Migrating from Prototype JS to jQuery using Regular Expressions. Searching for dollar-function calls that will be replaced with a new selector. (2010, Migration, Prototype, Screenshot, Tutorial, jQuery)

Parent document:Migrating-from-the-Prototype-JavaScript-Framework-to-jQuery

Tags:2010, Migration, Prototype, Screenshot, Tutorial, jQuery

29 Mar 10
Migrating from the Prototype JavaScript Framework to jQuery

Here is a list of issues I encountered when upgrading the JavaScript code used for this website (AndyK Docs) from Prototype JS 1.6 to jQuery 1.4.2.

Tags:2010, Development, JavaScript, Migration, Programming - Tipps and Tricks, Prototype, jQuery