SUBSCRIBE VIA EMAIL TO GET NEW BATCH UPDATES

Enter your email address to get new batch updates:

Delivered by FeedBurner

Sunday, August 31, 2014

Asp.Net 1st Sep (Monday) By Mr. MohanReddy 9:00AM-11:00 S.R Nagar (Hyd)

Asp.Net 1st Sep (Monday) By Mr. MohanReddy 9:00AM-11:00 S.R Nagar (Hyd)

Batch Date: Sep 1st @ 9:00AM - 11:00AM

Faculty: Mr. Mohan Reddy

Duration: 25 Days

Fee:  750 INR + Reg Fee 100 Rs.

Location : S.R.Nagar, Hyderabad.
Venue :

DURGA SOFTWARE SOLUTIONS at S.R NAGAR
CanaraBank Building 2nd Floor,
Opp: Dhanalakshmi Bank
Hyderabad - 500038,
Ph.No : 040 - 64512786, 80 96 96 96 96

Syllabus:
Introduction To Web Applications
Types of Applications – Desktop, Web , Mobile and Service Oriented Applications
HTML
Java Script
CSS
What is Webserver and its Purpose
IIS Web Server and Configuring IIS Web Server
What is Virtual Directory and How To Create It
Introduction To ASP.Net
What is ASP.Net and How To Create ASP.Net Web Pages
How The Request For An ASP.Net Page Is Processed
Request and Response Objects
Page Submission Methods Post and Get
ASP.Net Page Postback


Creating ASP.Net Web Pages In Visual Studio.Net
How to create ASP.Net Website in Visual Studio.Net
In page and Code Behind Techniques
Client Side and Server Side Controls
HTML Server Controls and Web Server Controls
Standard Web Server Controls – TextBox, Button, Label, Listbox, DropDownList, CheckBox, RadioButton, CheckBoxList, RadioButtonList, Image, LinkButton, ImageButton, HyperLink, View , MultiView, AdRotator, Calendar and FileUpload
Validations
Types of Validations – Client Side Validations and Server Side Validations
Validation Controls – RequiredFieldValidator, CompareValidator, RangeValidator, CustomValidator, RegularExpressionValidator and ValidationSummary
Validation Groups

ADO.Net
History of Database Technologies By Microsoft
ADO.Net Data Providers
SqlClient
OracleCLient
OLEDB
ODBC
ADO.Net Architecture
Disconnected Architecture
Connected Architecture
Creating Connection To Various Data Sources
Examples with Disconnected and Connected Architecture
Calling Stored Sub Programs using ADO.Net
Connection Pooling
Web.Config File and its use related to ADO.Net
Data Bound Controls Of ASP.Net
GridView
DataList
Repeater
ListView
FormView
DetailsView
ASP.Net Worker Process and Page Life Cycle
State Management
What is State Management?
Client Side State Management Techniques
Cookies
Query String Parameters
ViewState
Server Side State Management Techniques
Session State Management
Configuring Session State in Web.Config File
Session Object and its Members
In Process and Out Of Process Sessions
State Server
SQL Server
Application State Management
Handling Session and Application Events
Caching
Page Output Caching
VaryByParam
VaryByControl
VaryByHeader
VaryByCustom
Cache Location
File Dependency
DataSource Caching
Data Caching
Cache Object and Its Members
File Dependency
Sql Cache Dependency
Polling Sql Cache Dependency
Push Sql Cache Dependency
Partial Page Caching
Post Cache Substitution
ASP.Net User Controls
Security In ASP.Net
What is Authenticatin and Authorization
Types of Authentication
Windows
Passport
Forms
Implementing Forms Authentication
Configuring Forms Authentication In Web.Config File
FormsAuthentication Class and its Members
Impersonation
Implementing Security With Login Controls
Web Parts In ASP.Net
Localization and Globalization
Master Pages
Introduction
Creating Master Pages and Content Pages
Accessing Master Page Content From Content Page
Dynamic Master Pages
Themes
Introduction
How To Create themes and apply them to pages
Dynamic themes
Global themes
Mobile Application Development In ASP.Net
Introduction to mobile web app
Different ways to create asp.net mobile web apps
ASP.Net Web Application Deployment Check for more info.............................http://www.durgasoft.com/ASP.NET%20Mohanreddy.asp

C Language 1st Sep (Monday) By Mr. Kiran 9:00AM Maitrivanam(Hyd)

C Language 1st Sep (Monday) By Mr. Kiran 9:00AM Maitrivanam(Hyd)

Batch Date: Sep 1st @ 9:00AM

Faculty: Mr. Kiran

Duration: 45 days

Fee:  2000 INR + Reg Fee 100 Rs. (Including C, C++, DS, Unix)

Only 'C': 750/-
Only 'C++': 750/-
Only 'DS': 750/-
Only 'Unix': 750/-
Location : Maitrivanam - 307, Hyderabad.
Venue :
DURGA SOFTWARE SOLUTIONS at Maitrivanam
Plot No : 202,
IInd Floor ,
HUDA Maitrivanam,
Ameerpet, Hyderabad-500038.
Ph.No : 09246212143
Syllabus:
Introduction to Software and Classification
• System Software
• Types of Operating System
• Types of Programming Languages
• Translators
• Desirable Program Characteristics
• Programming Techniques
Introduction to C
• History of C Language
• Characteristics of C language
• Flavors of C Language
• The C character set
• Identifiers and Keywords
• Data types
• Constants
• Variables and Arrays
• Declarations
• Expressions
• Statements
• Symbolic Constants
Operators
• Arithmetic Operators
• Unary Operators
• Relational and Logical Operators
• Assignment Operators
• The Conditional Operator
• Bitwise Operators
Standard Input and Output Functions
• Preliminaries
• Library Functions
• Single Character Input – The getchar Function
• Single Character Output – The Putchar Function
• Entering input Data – The scanf Function
• More about the scanf Function
• Writing Output Data – The Printf Function
• More About the printf Function
• The gets and Puts Function
• Interactive (Conversational) Programming
Preparing and Running a Complete C Program
• Planning a C Program
• Writing a C Program
• Entering the Program into the Computer
• Compiling and Executing the Program
• Error Diagnostics
• Debugging Techniques
Control Structures
• Branching : The Decision Control Structure
• The if –else statement
• Nesting of if …Else statement
• Switch statement
Control Statements
• Unconditional Uncontrolled Statements
• Conditional Controlled Statements
• Conditional Uncontrolled Statements
Low Level Programming
• Number Systems
• Bitwise Operators
• Bit Fields
• Applications of Binary Systems
Functions
• Introducing Functions
• Defining a Function
• Accessing a Function
• Function Prototype
• Passing Arguments to a Function
• Recursion
• Nested Functions
• User Defined Header Files
• Function Calls
Memory Organization
• Understanding Memory Concepts
• Storage Classes
• Automatic Variables
• External (Global) Variables
• Static Variables
• MultiFile Programs
• Register variables
Pointers
• Fundamentals
• Introduction to Memory
• Pointer Declarations
• Operations on Pointers
• Void Pointers
• Passing Pointer to Functions
• Function returning pointers
• More about Pointer
• Passing Pointer Parameters to Functions
• Call by References
Arrays
• Introduction
• Array Declaration
• Array initialization
• Single Dimension Arrays
• Pointer and Arrays (Single Dimension)
• Array of Pointers
• Initialization a 2-Dimensional Arrays
• Three Dimensional Arrays
• Working with Pointers and Multidimensional Arrays
Strings
• Introduction to Strings
• Standard String Library Functions
• Arrays and Strings
• Pointer and Strings
• Function and Strings
• Dynamic Memory Allocation
Introduction To Macros
• Macro Substitution
• Macros with arguments
• File Inclusion
• Macro Testing
• ANSI Additions
Structures and Unions
• Declaring a Structure
• Processing a Structure
• Typedef
• Array of Structures
• Structures and Pointers
• Passing Structures to Functions
• Self Referential Structures
• Unions and Structures Differences
• Uses of Structures
• Enumerations

Data Files
• File Formatted I/O Functions
• Opening and Closing File
• Creating a Data File
• Processing a Data File
• Unformatted Data File
• Random Access Files
• Command Line Parameters
• Discussion on a Mini Project
Graphics
• Function to Support GUI
• Implementation of Graphics
Highlights:

• Solving technical interview questions from different companies on each topic in the classroom.
• Project implementation

Check for more info.........................http://www.durgasoft.com/C-language%20Kiransir1.asp

Adv Java 1st Sep (Monday) By Mr. Natraj 5:00PM Maitrivanam(Hyd)

Adv Java 1st Sep (Monday) By Mr. Natraj 5:00PM Maitrivanam(Hyd)

Batch Date: 1st Sep @ 5:00PM

Faculty: Mr. Nataraz

Duration: 2 months

Fee:  2000 INR

Location : Maitrivanam, Hyderabad.
Venue :
DURGA SOFTWARE SOLUTIONS at Maitrivanam
Plot No : 505,
IInd Floor ,
HUDA Maitrivanam,
Ameerpet, Hyderabad-500038.
Ph.No : 09246212143
Pre-requisite : Oops and Exception handling (Core java)

Syllabus:

I. JDBC
1. Understanding Class.forName(-)
2. Need of JDBC
3. Types of Jdbc drivers
4. 3 Statement objs (Simple Statement,
PreparedStatement,CallableStatement)
5. Resulset objs
6. Batch Processing/Updation
7. Transaction management
8. Working with diff DB s/ws
9. Working with Dates, BLOB and CLOB vlaues
10. JDBC 3.0 & 4.0 Features
11. Working with Type3 and Type5 jdbc drivers
12. Misc Discussions
II. SERVLETS
1. Introduction
2. Web application Architecture
3. Web Server & Containers
4. Http Protocol
5. Web application developement
6. Understanding Servlet api
7. Html-Servlet Communication
8. Servlet Life Cycle
9. Deployment of webappliation in different severs
10. Servlet to DB s/w communcation (with jdbc connection pooling)
11. Servlet to Servlet Communcation(Servlet Chaining)
12. SessionTracking
13. Servlet Filters & wrappers
14. Servlet Listeners
15. File Uploading and Downloading
16. Annotations based servlet programming
17. Web-Security
18. Misc Discussions
III. JSP
1. Introduction
2. Jsp LifeCycle
3. Jsp Implicit Objects & Scopes
4. Jsp Scripting tags
         
5. Jsp Directives tags             
6. Jsp Actions
               a.Standard Actions
                         
               b.Custom Actions
7.JSTL
8. understading model1,mvc1,mvc2 architectures
9.Mini Projects
10.Misc Discussions

IV. IDE
1. MyEclipse
2.NetBeans
3.Eclipse
V. SERVERS
1. Tomcat
2. Weblogic
3.GlassFish
4.web shepre
5.Jboss
VI. DATABASES
1. Oracle
2.mysql
3.postgresql
Check for more info........................http://www.durgasoft.com/Advjava_natraj.asp

Struts (Fast Track) 1st Sep (Monday) By Mr. Naveen 11:00AM S.R Nagar (Hyd)

Struts (Fast Track) 1st Sep (Monday) By Mr. Naveen 11:00AM S.R Nagar (Hyd)

Batch Date: Sep 1st @ 11:00AM
Faculty: Mr. Naveen

Duration: 15 days (Fast Track Batch)
       

Fee: 1500/- INR Reg Fee 100/- INR

Location : S.R Nagar, Hyderabad.
Venue :
Canara bank building 2nd floor,
near S. R Nagar Ploce Station,
Hyderabad-500038.


Syllabus:
Struts1.3.8:
1.Introduction
MVC architectures
   MVC(view-Controller- model)
   MVC models
              1.  jsp Model1(html/jsp-jsp-model(dao))
               2. jsp Model2(html/jsp-Servlet-model(dao))
              3.  jsp Model3(html/jsp-Filter-model(dao))
              4.  jsp Model2(html/jsp-jspCustomtags-model(dao))
   MVC2(view-Controller- business-model(dao))
Design Patterns involved in struts
   Composite View
   Front Controller
   Application Controller
   View Helper
   Command Pattern
Framework: semi developed applications
2. About Struts
   Struts-Features
   validation support
   Internationalization
   DeclarativeExceptionHandling
   Action Support (for different kinds of events forword, include, download, switch, event,    lookup, mapping)
Tiles Framework feature
3. Struts Architecture
struts1.3 directory structure
web.xml configurations
struts-config.xml configurations
struts-html tags
struts-bean tags
struts-tiles tags
ApplicationResources.properties
validation.xml
validation-rules.xml
ActionServlet class
RequestProcessor class
ModuleConfig interface
4. ActionForm classes:validate(),reset() methods
a. ActionForm
b. DynaActionForm
c. DynaValidatorForm
d. DynaValidatorActionForm
e. ValidatorForm
5. Action-support classes:
a) Action class
b) DispatchAction(EventDispatchAction, LookupDispatchAction, MappingDispatchAction)
c) DownloadAction,
d) ForwardAction, IncludeAction,
e) LocaleAction,
f) SwitchAction,
g) TilesAction,
Examples:
1.struts simple form processing
2.example using struts html fileds,bean fields
3.Internationalization example
4.Global exceptions example
5.DynaActionForm
6.Validator Form
7.Action class,Forword,Include Actions
8.Dispatch action event,lookup,Mapping Dispatch action example
9.switch action,Download action

Struts2.x:
Evolution of Struts 2:
1. Core components
a) interceptors
b) valueStack
c) ActionContext
d) ActionInvocation
e) OGNL
2.struts 2 architecture
3. struts2 tag library
4.struts 2 validation
5.struts 2 actions
6.struts 2 I18N
Check for more info..........................http://www.durgasoft.com/Struts%20naveen.asp

SCJP 1st Sep (Monday) By Mr. Durga & Srikanth 5:30PM S.R Nagar (Hyd)

SCJP 1st Sep (Monday) By Mr. Durga & Srikanth 5:30PM S.R Nagar (Hyd)

Batch Date: Sep 1st @ 5:30PM

Faculty: Mr. Durga & Srikanth

Duration: 2 Months (Daily Two hours)  
       

Fee:  

For DURGASOFT JAVA Package Students(Basic/Complete/Frameworks): 2000 INR
For Other Students: 3000 INR+100 Reg
Location : S.R.Nagar, Hyderabad.

Syllabus:
  • Language Fundamentals  
  • Declarations and Access Control
  • Interfaces
  •  Operators  
  •  Flow Control  
  •  Exception Handling  
  •  Assertions  
  •  Garbage Collections  
  •  OOPs  
  •  Multi-Threading  
  •  java.lang Package: String,StringBuffer,StringBuilder,Wrapper Classes,Object,Autoboxing
  •  java.io package
  • Serialization  
  •  Collections  Framework
  •  Generics  
  •  Inner Classes  
  •  Internationalization  
  •  Development  
  •  Regular Expressions  
  •  enum
Check for more info...........http://www.durgasoft.com/SCJP%20Durga%20&Srikanth%20add-21.asp

CRT 2nd Sep (Tuesday) By Team of Experts 10:00AM-12:00PM S.R Nagar (Hyd)

CRT 2nd Sep (Tuesday) By Team of Experts 10:00AM-12:00PM S.R Nagar (Hyd)

Batch Date:Sep 2nd @ 10:00AM to 12:00PM

Faculty: Team Of Experts

Duration: 30 - 40 days (Daily two hours)   

Fee:  1500 INR + Reg Fee 100 Rs.
Location : S.R Nagar, Hyderabad.
Venue :
DURGA SOFTWARE SOLUTIONS at S.R NAGAR
23/3RT IInd Floor,
Opp.Andhra Bank,
Near Umesh Chandra Statue,
S.R.Nagar,
Hyderabad - 500038,
Ph.No : 040 - 64512786, 09246212143

Syllabus:

Arithmetic

1. Number System

2. L.C.M & H.C.F

3. Problems on Ages

4. Averages

5. Percentages

6. Ratios and Proportion

7. Profit and Loss

8. S.I and C.I

9. Time and Work

10. Time and distance

11. Permutations and combinations

12. Probability

13. Clocks and Calendar

14. Mensuration

15. Mixtures And Alliogations
16. races
17. Trains
18. Boats & Streams
19. Pipes & Cisterns
20. Partnership

Reasoning

1. Blood Relations

2. Directions

3. Coding and Decoding

4. Series

5. Analogy

6. Odd man out

7. Ranking

8. Cubes

9. Problem Solving

10. Syllogism

11. Logical Venn Diagrams

12. Data Sufficiency

13. Data Interpretations

Soft Skills

Resuming Building Tips

GD’s

Mock Interviews

Personality Development

CRT Verbal Ability

1. Vocabulary

a. Synonyms


b. Antonyms

c. Idioms and Phrases

d. Foreign idiomatic expressions

e. One Word Substitutes

2.Spotting errors

3. Sentence Completion

4. Word Analogy

5. Reading Comprehension (Passages)

6. Theme detection

7. Ordering of Sentences ( Jumbled Sentences)

Key features

Unlimited online practice Tests (durgaexams.com)

100+ company papers CD

Printed Material for each and every topic

Topic wise Hand Outs for class room discussion

Expert faculty
     Check for more info................................http://www.durgasoft.com/CRT%20add.asp

Aptitude 2nd Sep (Tuesday) By Team of Experts 10:00AM-12:00PM S.R Nagar (Hyd)

Aptitude 2nd Sep (Tuesday) By Team of Experts 10:00AM-12:00PM S.R Nagar (Hyd)


Batch Date: Sep 2nd @ 10:00AM to 12:00PM

Faculty: Team Of Experts

Duration: 30days (2 hours per day), 15days (4 hours per day),1 Week(8 hours per day) 

Fee:  1000 INR +100 Reg Fee

Location : S.R Nagar, Hyderabad.
Venue :
DURGA SOFTWARE SOLUTIONS at S.R NAGAR
23/3RT IInd Floor,
Opp.Andhra Bank,
Near Umesh Chandra Statue,
S.R.Nagar,
Hyderabad - 500038,
Ph.No : 040 - 64512786, 09246212143

Syllabus:

Arithmetic

1. Number System

2. L.C.M & H.C.F

3. Problems on Ages

4. Averages

5. Percentages

6. Ratios and Proportion

7. Profit and Loss

8. S.I and C.I

9. Time and Work

10. Time and distance

11. Permutations and combinations

12. Probability

13. Clocks and Calendar

14. Mensuration

15. Mixtures And Alliogations
16. races
17. Trains
18. Boats & Streams
19. Pipes & Cisterns
20. Partnership

Reasoning

1. Blood Relations

2. Directions

3. Coding and Decoding

4. Series

5. Analogy

6. Odd man out

7. Ranking

8. Cubes

9. Problem Solving

10. Syllogism

11. Logical Venn Diagrams

12. Data Sufficiency

13. Data Interpretations

Check for more imfo........................http://www.durgasoft.com/Aptitude%20Training%20add-14.asp

HTML/CSS/JS 4th Sep(Thursday) By Mr.Raghuveer 1:30PM Maitrivanam(Hyd)

HTML/CSS/JS 4th Sep(Thursday) By Mr.Raghuveer 1:30PM Maitrivanam(Hyd)

Batch Date: Sep 4th @ 1:30PM

Faculty: Mr. Raghuveer

Duration: One Month

Fee:  500 INR + Reg Fee 100 INR

Location : Maitrivanam, Hyderabad.
Venue :
#202, 2nd floor, HUDA Maitrivanam ,
Ameerpet ,Hyderabad-500 038.
Contact: 040-64512786, 09246212143

Syllabus:
Client Side Concepts
HTML
1. Introduction
2. Basic Tags
3. Text Formatting Tags
4. Entities
5. Lists
6. Images
7. Links
8. Tables
9. Forms
10. Frames
11. Special Tags
12. Head part
13. DOCTYPE
14. XHTML
15. Designing website using div

CSS (Cascading style sheets)
1. Style sheet Basics
2. Various selectors
3. Properties
4. Values of each property

Javascript and DHTML
1. Introduction
2. Variables
3. DataTypes
4. Operators
5. Control Structures
6. Functions

  • Math Functions
  • Date Functions
  • String Functions
  • Array Functions
  • Pop-up Functions
7. Events
  • Mouse Events
  • KeyBoard Events
  • Form Events
  • Page Events
8. Document Object Model (DOM)
9. Form Validations
10. Regular Expresions
Check for more info.......................http://www.durgasoft.com/HtmlCssJS%20add.asp

PHP With My Sql 4th Sep(Thursday) By Mr.Raghuveer 1:30PM Maitrivanam(Hyd)

PHP With My Sql 4th Sep(Thursday) By Mr.Raghuveer 1:30PM Maitrivanam(Hyd)

Batch Date: Sep 4th @ 1:30PM

Faculty: Mr. Raghuveer

Duration: 2 Months

Fee:  2500 INR + reg fee 100 Rs.

Location : S.R NAGAR, Hyderabad.
Venue :
#202, 2nd floor, HUDA Maitrivanam ,
Ameerpet ,Hyderabad-500 038.
Contact: 040-64512786, 09246212143
Syllabus:
Client Side Concepts
HTML
1. Introduction
2. Basic Tags
3. Text Formatting Tags
4. Entities
5. Lists
6. Images
7. Links
8. Tables
9. Forms
10. Frames
11. Special Tags
12. Head part
13. DOCTYPE
14. XHTML
15. Designing website using div

CSS (Cascading style sheets)
1. Style sheet Basics
2. Various selectors
3. Properties
4. Values of each property

Javascript and DHTML
1. Introduction
2. Variables
3. DataTypes
4. Operators
5. Control Structures
6. Functions

  • Math Functions
  • Date Functions
  • String Functions
  • Array Functions
  • Pop-up Functions
7. Events
  • Mouse Events
  • KeyBoard Events
  • Form Events
  • Page Events
8. Document Object Model (DOM)
9. Form Validations
10. Regular Expresions

PHP with MySQL
Basic PHP 1.Introduction
2.Xampp Installation
3.Configuration settings
4.Basic PHP syntax
5.Output Functions in PHP
6.Variables
  • Local
  • static
  • global
  • superglobal
7. Constants
  • a) . global constants .UserDefined .PreDefined
  • b).Magic Constants
  • c).Class Constants
8. varible functions
9. DataTypes
  • Scalar
  • Compound
  • Special
10. Operators
11. Type Conversions
12. Type Juggling
13. Control Structures
14. Functions
15. Math Functions
16. String Functions
17. Array Functions
18. Date Functions
19. Error Handling
20. Include and require Functions
Advanced PHP
1. File and Directory Functions
2. Buffering
3. Headers
4. File Uploading and Downloading
5. Cookies
6. Sessions
7. MySQL Database
  • Introduction
  • Mysql Datatypes
  • Mysql Functions
  • DDL
  • DML
  • DRL
  • DCL
  • TCL
  • Constraints
  • Data export and import
8. Php with MySql
9. Pagenation
10. Object Oriented Programing(OOPS)
  • classes&objects
  • constructors and Destructors
  • Inheritance
  • Interfaces
  • Encapsulation
  • abstract and final keywords
  • Exceptions
11. AJAX
12. JQuery
13. Report generation
14. Sending Mails and Messages
15. CMS Tools
  • Joomla
  • Drupal
  • OSCommerse)
(Installation and introduction only)
16. Mini Project
100+ class room examples
100+ Homework problems
100+ hours of classroom discussion
JQuery
1. What s JQuery.
2. Downloading and Installing JQuery.
3. Creating a Simple page in JQuery.
4. Overview of JQuery Features.
5. Selectors and Filters.
6. Traversing.
7. Chaining.
8. Annotating.
9. Manipulating page content.
10. Creating, Setting and Getting Content.
11. Attributes.
12. Insert.
13. Wrapping, Replacing, Removing Content
14. JQuery with CSS
15. Realtime Examples
16. Working with Events
- Overview of Events
- Events Functions
- Functions
- Helper Functions
- Objects
- Miscellaneous Functions
17. Animations and Effects
18. JQuery UI Library
- Interactions
- Draggable
- Droppable
- Resizable
- Selectable
- Sortable
- Widgets
- Accordion
- Autocomplete
- Button
- Datepicker
- Dialog
- Progressbar
- Slider
- Tabs
- Effects
- Effect, Show, Hide, Toggle,Color animation, Add class, Remove class, Toggle class, Switch class
19. JQuery Themeroller
20. Menus & Navigation bar
21. Image Banners and Carousel
22. Data table Grid
HTML5 :
Intoduction to HTML5

Whats new in HTML5
  • HTML5 vs HTML4
  • Structural Tags
  • Content Tags
  • Application Focussed Tags
  • Deprecated Elements
  • API Overview
Introduction
  • Content Models
  • Outline Algorithm
  • Role of Div Tags
  • Using ID and CLASS Attributes
  • Doctype Declaration
  • Charecter Encoding
Structuring HTML5
  • Basic Page Structure
  • Top Level Elements
  • Interior Content
  • Building Headers
  • Checking Document Outlines
  • Ensuring Cross-Browser Structure
HTML5 Deprecated Tags
Forms
  • Input Type
  • Autofocus
  • Placeholder
  • Making Require Fields
  • Working with Number and Inputs
  • Datepicker
HTML5 API Support
  • Video and Audio
  • Drag and Drop API
  • SVG
  • App Cache (or) Offline Applications
  • Geolocation
  • WebSocket
  • Web Workers
  • File API
-Accessing File information
-Reading File Content
  • Web Storage
-Local Storage
-Session Storage
  • Web SQL
  • Canvas Overview
-Adding Canvas Content
-Drawing in the Canvas Environment
-Complex Canvas Drawing Techniques
-Advanced Canvas Drawing Techniques
 CSS3 :
CSS 2.0 vs CSS 3.0
Introduction to CSS3
Whats new in CSS 3.0 Border Radius
Box Shadow
Text Shadow
Background
RGBA
@Font Face
Google fonts
Multiple Columns
Box Resize
Box Sizing
Outline
Transitions
Transform
Selectors
Gradients
Overview of CSS 3.0 compatabilities for Internet
Explorer
CSS Frameworks
Converting Layout to HTML 5 & CSS 3
HTML 5 Polyfills for Crossbrowser CompatabilityCheck for more info......................http://www.durgasoft.com/Php%20mysql%20Jquery%20add.asp

Blog Archive