web development tool

20
Web Development Tools By: Bhavsar Deep K. 7 th sem Msc (CA & IT)

Upload: deep-bhavsar

Post on 05-Dec-2014

542 views

Category:

Education


1 download

DESCRIPTION

Presentation on web development tools which are open source and no need to purchase..

TRANSCRIPT

Page 1: Web development tool

Web Development Tools

By:Bhavsar Deep K.7th sem Msc (CA & IT)

Page 2: Web development tool

What is web development tools ?? Web development tools allow web

developers to test and debug their code.

These usually allow developers to work with a variety of technologies, including CSS, HTML, the DOM, JavaScript, and more.

They are different from website builders in that they do not assist in the creation of a webpage, but rather the testing of those that already exist.

Page 3: Web development tool

What provide tools ??Error checking tools

◦CSS Validator

◦HTML Validator

◦Link Checker

◦Debug

◦Edit

Page 4: Web development tool

Developer and Debugging Tools Chrome Developer Tools Companion.Js Dragonfly Firebug Firephp Firebug Lite Firecookie IE Developer Toolbar IE Developer Tools Measureit Microsoft Script Debugger Omeasure Pendule Safari Developer Tools Web Developer Yslow

Page 5: Web development tool

Chrome Developer Tools..Bundled and available in ChromeIn September 2008, Google released a

large portion of Chrome's source code as an open source project called Chromium

Allows web developers and programmers deep access into the internals of the browser and their web application

The Developer Tools are heavily based on the WebKit Web Inspector, a part of the open source WebKit project.

Page 6: Web development tool

How to use…???Select the Wrench menu top-right

of browser windowSelect ToolSelect Developer tools Press Shortcut key:Control - Shift - I keys to open

Developer ToolsControl - Shift - J to open Developer

Tools and bring focus to the Console.Control - Shift - C to toggle Inspect

Element mode.

Page 7: Web development tool
Page 8: Web development tool

Firebug...Bundled and available or we can

install in Mozilla Firefox Firebug is free and open source,

it is licensed under the BSD license

Firebug was initially written in January 2006 by Joe Hewitt, one of the original Firefox creators.

Page 9: Web development tool

Feature of Firebug..Always at your serviceInspect and edit HTMLTweak CSS to perfectionVisualize CSS metricsMonitor network activityDebug and profile JavaScriptQuickly find errorsExplore the DOMExecute JavaScript on the flyLogging for JavaScript

Page 10: Web development tool
Page 11: Web development tool

Firephp...FirePHP enables you to log to

your Firebug Console using a simple PHP method call.

FirePHP is ideally suited for AJAX development where clean JSON and XML responses are required.

All data is sent via response headers and will not interfere with the content on your page.

Page 12: Web development tool

Firequery...Firebug extension for jQuery

development.jQuery expressions are intelligently

presented in Firebug Console and DOM inspector.

elements in jQuery collections are highlighted on hover.

jQuerify: enables you to inject jQuery into any web page.

jQuery Lint: enables you to automatically inject jQuery Lint into the page as it is loaded.

Page 13: Web development tool

Flashbug..

Flashbug is a firebug extension for Flash in Firefox.

It provides extensive Flash debugging add-ons .

Page 14: Web development tool

IE Developer Tools

This is available in IE8 and IE9It is made by  Microsoft®Developers can debug a site's

HTML, CSS, and Microsoft JavaScript from within Internet Explorer 8.

Also it is provide switch between  Internet Explorer and a separate development environment.

It is provide in built in IE press F12

Page 15: Web development tool
Page 16: Web development tool

Microsoft Script Debugger..

It is one kind of debugger that is provide by Microsoft  ActiveX® Scripting host application.

For example, Microsoft Internet Explorer (IE) or Microsoft Internet Information Server (IIS).

It is control the pace of script execution with break points and stepping.

View and control script flow with the Call Stack Window.

It is support in  Windows 2000, Windows NT, Windows Server 2003, Windows XP.

Page 17: Web development tool

Omeasure..

A simple measuring tool for web designers and developers using Opera.

It lets you draw a ruler across any webpage to check the width, height or alignment of page elements in pixels.

Download from Opera add-ons.Note: After install omeasure

extension in opera after we have to reload page.

Page 18: Web development tool

Safari Developer Tools

It is provide in safari web browser.

it easy to modify, debug, and optimize a website for peak performance and compatibility.

It is provide three powerful things◦Web Inspector◦Snippet Editor◦Extension Builder

Page 19: Web development tool
Page 20: Web development tool

Thank You…