Some essentials difference syntax and concept for jquery developers Roohullah Afzali - 2011.

Slides:



Advertisements
Similar presentations
Castafiore platform Consists or intend to consist of 1.Advanced Web framework 2.Advanced Graph database 3.Designer studio (something like visual basic)
Advertisements

Using EBSCOs Search Box Builder Tool Tutorial. Would you like to promote your EBSCOhost resources by adding an easy-to-use search box to your website?
® IBM Software Group Copyright © 2005 IBM Corporation AJAX Toolkit Framework Emerging Internet Technologies Group.
HTML5 That’s What You Need to Know Today Ingo Rammer | thinktecture |
Designer’s Challenge – Web-based Applications using Adobe Flex and OpenInsight Clay Borne President CLB IT.
Building New SOA and AJAX- Based Business Applications Mark Barnard R&D Manager – Natural Business Services Software AG (Canada) Inc.
1 GWT Google Web Toolkit Build AJAX apps in the Java language
February 11, 2007 Can Ajax be OS for the Browser? Kevin Hakman Co-Founder General Interface Ajax Toolkit Director, Developer Evangelism TIBCO Software.
© 2007 IBM Corporation IBM Emerging Technologies Enabling an Accessible Web 2.0 Becky Gibson Web Accessibility Architect.
Google Web Toolkit - Gufran Mohammed. Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications.
HTML5 That’s what you need to know today Ingo Rammer, thinktecture
Igor Gershovich Connected Testing, Inc.
What’s new in ASP.NET 3.5? Mike Ormond Developer & Platform Group Microsoft Ltd
Vaadin TestBench CSCI 3130 WINTER What’s TestBench  A toolkit for testing user interfaces  Based on Selenium  Written in Java; interacts with.
+ RSS Aggregation and Syndication. + Really Simple Syndication (aka, Rich Site Summary) Image source:
© Internna Technologies 1 IWebMvc Features, Possibilities & Goals.
© 2006 by IBM 1 How to use Eclipse to Build Rich Internet Applications With PHP and AJAX Phil Berkland IBM Software Group Emerging.
Creation of hybrid portlet application for file download using IBM Worklight and IBM Rational Application Developer v9 Gaurav Bhattacharjee Lakshmi Priya.
Presented by…. Group 2 1. Programming language 2Introduction.
Mobile Web Applications
1. 2 What’s New in NetBeans IDE What is NetBeans IDE?  Ready to use out of the box  Support for latest Java specifications & standards  Other.
Introduction to.Net and ASP.Net Course Introduction Build Your Own ASP.Net Website: Chapter 1 Microsoft ASP.Net Walkthrough: Creating a Basic Web Forms.
Publications, design sets, web pages
WaveMaker Visual AJAX Studio 4.0 Training Troubleshooting.
1 Web GIS: from Javascript to GWT Pieter De Graef – Community Manager & Lead Developer Geomajas.
Ajax Runtime Toolkits IBM Emerging Technologies. What is an AJAX Toolkit/Framework? An AJAX Toolkit/Runtime is more than just XMLHTTPRequest Should includes:
Introduction to ArcGIS API for JavaScript
WaveMaker Visual AJAX Studio 4.0 Training Installation.
By: Toms Linnes Mrunal Patel.  Universal  With qooxdoo you build rich, interactive applications, native-like apps for mobile devices light weight single.
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
Silverlight Technology. Table of Contents 1.What is Silverlight Technology? 2.Silverlight Overview. 2.1 How it works 2.2 Silverlight development tools.
JavaScript Framework for Rich Apps in Every Browser Maura Wilder Joan Wortman
Strategies for Building Mobile Apps Using ArcGIS API for JavaScript Andy Gup, Lloyd Heberlie.
© 2006 IBM Corporation Agile Planning Web UI. © 2006 IBM Corporation Agenda  Overview of APT Web UI  Current Issues  Required Infrastructure  API.
WaveMaker Visual AJAX Studio 4.0 Training Basics: Building Your First Application Binding Basics.
WebSphere Portal Technical Conference U.S Creating Rich Internet (AJAX) Applications with WebSphere Portlet Factory.
Developing ASP.NET AJAX Controls with Silverlight Barry Gervin Microsoft Regional Director John Bristowe Developer Advisor, Microsoft.
JavaScript Framework for Rich Apps in Every Browser Maura Wilder Joan Wortman
Rich Internet Application
RIA and Web2.0 Development with no Coding Juan Camilo Ruiz Senior Product Manager Development Tools.
Contents : What is Silverlight? Silverlight Overview Silverlight Toolkit Overview Timeline & Packaging Silverlight V1.0 & V1.1 Properties of V1.0 Properties.
Kendo Ui Basics.
Intro to jQuery. What is jQuery? A JavaScript library Lightweight (about 31KB for the minified version) Simplifies HTML document traversing (DOM), event.
1 What is JQuery. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax* interactions.
Top 12 Frameworks for Android App Development
® IBM Software Group © 2003 IBM Corporation IBM WebSphere Studio V5.1.2: Making Java Development Easier May 2004.
SHAREPOINT & JQUERY. Hi, my name and I am a product manager at lightning tools. I have been working with SharePoint for 5 years.
05 | Integrating JavaScript and MVC 4 Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
COMPARING CROSS-PLATFORM DEVELOPMENT APPROACHES FOR MOBILE APPLICATIONS Henning Heitkötter, Sebastian Hanschke and Tim A. Majchrzak Department of Information.
Building Interactive Web Applications for HEP Using the Google Web Toolkit (GWT) Tony Johnson Scientific Computing Applications.
Technologies For Creating Rich Internet Applications Presenter's name
SharePoint & jQuery. About me Phill Duffy – Product Manager at Lightning Tools Ltd – Author of ‘Pro SharePoint with jQuery’ – MCTS Application Developer.
INNOV-16: Rich User Interface for the Web???? AJAX to the Rescue Ken Wilner VP of Technology Progress Software.
What is jQuery?.
The Share Widget Library
User Interface Design and Usability jQuery, jQuery UI & jQuery Plugins
Google Web Toolkit - Gufran Mohammed
Process of Converting “PSD to HTML”
LHC Dashboard Applications on top of the Broadcasting Mechanism
Fast App Creation with APEX Blueprints
Pentaho and Yahoo User Interface (YUI)
Introduction to Silverlight
RIA for Business What‘s next? 19/11/18
Silverlight Technology
ASP.NET Module Subtitle.
Input CS 422: UI Design and Programming
AJAX Toolkit Framework
Master a Skill / Learn for Life
Bootstrap Direct quote from source: bootstrap/
Presentation transcript:

Some essentials difference syntax and concept for jquery developers Roohullah Afzali

Some ability loss in jq direct Back button support /history management, Input form widgets & validation, Grid, Hierarchical Tree, Rich text editor, HTML generation tools, GUI resizable panels and modal dialogs, GUI page layout, Mobile/tablet support (touch events), Other data retrieval(CSV and atom), class declaration and extended, OOP technology Good Speed in both ( loss Require system, Server push data retrieval, Canvas support, Offline storage, Cross-browser 2d Vector Graphics, Charting & Dashboard, Adobe Air integrations, Debug your code in Firebug, Dojo integrated in Zend Framework, Hierarchical package system speeds loading, localization, internationalization, parser of html widgets

Jquery best choose for small web site, But in large scale application or website the first choose is Dojo Dojo can run in out site of browser (for more information google it :D) Dojo has great solution for UI and Extensions, with good documentations and samples and unit test. Dojo toolkit use from oracle, IBM, java and so on. Using the latest technology in the web like css3 selector, less technology, Xdomain technology, customize dojo core builder and more is another power of dojo. Dojo can integrate with ExtJs and Jquery and another JS lib or framework. Don’t forget jquery is library and dojo is framework.

Dojo kb ==Jquery kb Dijit +25 cmp ==JqueryUI 9 cmp Dojox!=…

select best framework for UI to apply all projects then want run in Tetra(my company). separating front end and back end in all projects (web, desktop or RIA). Design and using some specific theme for all projects. Using a unique UI host and domain for all projects (via XDomain). Define simple and fast way for designing and developing new project without any limitations in choosing back end technology. Managing and documenting all UI Data.

 Jquery  Dojo

 Jquery  Dojo

 Jquery  Dojo

 Jquery  Dojo

 Jquery  Dojo

 Jquery  Dojo

 Jquery  Dojo

 Jquery  Dojo

 Jquery  Dojo

 Jquery

 Dojo

 Read Getting StartED with Dojo  Visit dojotoolkit.org/reference-guide/  See demos.dojotoolkit.org  Check dojocampus.org/explorer  And google.com