Download Slide 1

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Web based Development Process
Index
• Introduce Tools & Programming Skills
• Build Infrastructure
• Web Designing
• Testing & Code Refactoring
•Q&A
All Rights Reserved by [email protected]
2
Introduce Tools & Programming Skills
Tools
Wiki
• Website for sharing Information
• Write & Edit articles by everybody`
Revision Control Tool
• Source Code Repository
• Use “subversion”
Issue Tracking Tool
• Manage Issues
All Rights Reserved by [email protected]
Programming Skills
Client Side Programming
• Do Not Refresh Web Pages !
• XML, DOM, Javascript ..
Server Side Programming
• OOP ( Not ODP )
• Test Driven Development
Advanced Data Management
• Data Modeling
• SQL Tuning
3
Build Infrastructure
HTML(4 or 5) + CSS(2 or 3) + Javascript + PHP5 + SQL
Encoding
UTF-8
Hardware / Software Infrastructure
ID/Pass
root / formoney
Editor
VIM 7.2
Batch
Perl 5.10 & Java 6
Wiki / IST
WAS
DBS
Ubuntu 10.04
Ubuntu 10.04
Ubuntu 10.04
VIM 7.2
VIM 7.2
VIM 7.2
Perl 5.10
Perl 5.10
Perl 5.10
Java 6
Java 6
Java 6
Apache2.2
Apache2.2
Mysql 5.x
PHP5
PHP5
Wiki Solution
SVN
IST Solution
Selenium
All Rights Reserved by [email protected]
4
Web Designing
Labeling
Define
Goal / Scope
Create
Storyboard
Navigation
Contents
Goal / Scope
Labeling
Story
board
Navigation
All Rights Reserved by [email protected]
Contents
5
Testing & Code Refactoring
Unit Test
System Test
Module
Test
Class
Test
System
Selenium Test
Strong
System
Test
Application
Selenium
TDD Process
Add
Test
Selenium
Refactoring
Pass
Input Case
Various OS
Error !
Coding
All Rights Reserved by [email protected]
Logging
Message
Error !
Various
Web Browser
6
Q&
A
Related documents