HTML5 Training

5 Day Android Training and Internship Program

IMG-20141224-WA0011

Conducted 5 Days Training on Android, HTML5 and WordPress at Tulsiramji Gaikwad Patil College of Engineering & Technology, Nagpur from 22nd Dec. 2014 to 26th Dec. 2014

It was Training cum Internship program for students and there were more than 250 students who attended this program. We have conducted 3 parallel sessions and it was again a good experience with the students of TGPCET, Nagpur.

Java Training at BISAG (GTU) and CDAC

CDAC-GTU-BISAG WIMC Batch

BISAG-CDAC-GTU WIMC Batch

Conducted Java Training at CDAC for M.Tech. students at Bhaskaracharya Institute of Space Applications and Geo-Informatics (BISAG), Info City, Gandhinagar, Gujrat under Gujrat Technical University (GTU). Seen a great collaboration between BISAG, CDAC and GTU, never seen such program for students where are students getting chance to work on research projects and all.

During the training covered Java, Java EE, Struts, Hibernate, Spring, EJB, RMI, Networking, etc. all in 5 days daily 8 hours. It helps a lot to cover that much if you use NetBeans for training Java and other Java related technologies like JavaEE, Struts, Hibernate, Spring, HTML5, etc. Students were good.

I feel honored after receiving Diwali Gift and Dinner party from students. I would also like to thanks them for Akshardham visit and really love the fountain and water show at Akshardham. There are only 4 water shows like that all over the world. I really enjoyed a lot guys thanks a lot. And I would like to share the thing that you are doing for physically and mentally challenged people, I have never seen this from students.

Seminar on Android & HTML5

[youtube=https://www.youtube.com/watch?v=Vz0hIBRr754]

Conducted Seminar on Android and HTML5 at Ttulsiramji Gaikwad College of Engineering and Technology, Mohgaon, Nagpur on 28th Aug. 2014 for the students of second year, third year and final year Information Technology.

Semianr on Latest Trends in IT and Personality Development

[youtube=https://www.youtube.com/watch?v=HIuqmYT6Y8E]

Semianr on Latest Trends and Personality Development at Pimpri Chinchwad Polytechnic, Pune on 18th Jul. 2014 on Latest Trends in IT and Personality Development.

Delighted to share experiences with students of Pimpri Chinchwad Polytechnic, Pune. Special thanks to Mam who asked us to deliver the session for student and make them aware about new technologies and to enhance their personality and motivate students.

It was again a good experience with the students of Pimpri Chinchwad Polytechnic, Pune.

Android and HTML5 Workshop and Internship Program

[youtube=http://youtu.be/UdJ5iZeXOgY]

Conducted Android and HTML5 Workshop at S. N. Patel Institute Of Technology & Research Centre, Bardoli, Dist. Surat (Gujrat-India). It was 6 days workshop wherein students learned Android and HTML5.

During training of 6 days covered Android and HTML5 and how easily one can develop Android apps and HTML5 games too using Canvas API.

HTML5 Step By Step Guide : Episode 01

Objectives:

  • What is HTML5?
  • Why HTML5?
  • What is new in HTML5?
  • Journey of HTML5?
  • Timeline of HTML5?

This tutorial is part of HTML5 Step by Step Guide. This is series of HTML5 Video Tutorials and there will be lot of tutorials after this.

This is HTML5 Step by Step Guide Episode 01, describes basics about HTML5 like how HTML5 came in picture, journey of HTML5, What is exactly HTML5 is?

[youtube=https://www.youtube.com/watch?v=QUAZgNqGCPA]

Let me know if you have any doubts or queries related to HTML5. Please feel free to contact me or comment below.

Android & HTML5 Workshop

[youtube=https://www.youtube.com/watch?v=-NE6LY7g-Dw]

7 Days Android & HTML5 Workshop at Sandip Institute of Technology & Research Center, Nashik (SITRC) from 9th Jun. 2014 to 16th Jun. 2014.

It was an awesome experience and very good students who were keen to learn new technologies. The modern infrastructure standards are complimented with lush green lawns and trees around the campus which make the atmosphere in and around the institution a pleasant place to learn, gain and apply the knowledge. The highly efficient faculty boosts the morale of the students and makes them go a step beyond the ordinary and also harness campus placements.

The students of SITRC were so good and hard working that they developed and published an Android application for College on last day of workshop. To do so they came on Sunday too. The main thing is this workshop was organized in their summer vacations still the students showed huge interest and achieved the success.

The app is free to download and is available on Google Play Store : https://play.google.com/store/apps/details?id=com.aatul.sitrc

Download now to know more about the college and to see what students have developed just after the workshop.

HTML5 VS. HTML4

Objectives :

  • What are the differences between HTML4 & HTML5?
  • What is new in HTML5?
  • What is deprecated from HTML5?

Here are the key differences between HTML4 & HTML5:

HTML4

HTML5

DOCTYPE is much longer as HTML4 is based on SGML-based.

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”

DOCTYPE is required to enable standards mode for HTML documents.<!DOCTYPE html>

Audio and Video are not part of HTML4 specification.

Audio and Videos are integral part of HTML5 specifications e.g. <audio> and<video> tags.

Vector Graphics is possible with the help of technologies such as VML, Silverlight, Flash etc.

Vector graphics is integral part of HTML5 e.g. SVG and canvas.

It is almost impossible to get true GeoLocation of user browsing any website especially if it comes to mobile devices.

JS GeoLocation API in HTML5 helps identify location of user browsing any website (provided user allows it)

Browser cache can be used as temporary storage.

Application Cache, Web SQL database and Web storage is available as client side storage. Accessible using JavaScript interface in HTML5 compliant browsers.

Web Sockets are not available. Generally used mechanisms are long polling and streaming.

Full duplex communication channels can be established with Server using Web Sockets. Accessible using JavaScript interface in HTML5 compliant browsers.

Does not allow JavaScript to run in browser. JS runs in same thread as browser interface.

Allows JavaScript to run in background. This is possible due to JS Web worker API in HTML5.

Works with all old browsers

Most of modern browser have started supporting HTML5 specification e.g. Firefox, Mozilla, Opera, Chrome, Safari etc.

Enjoy coding now.

HTML5 Infographic

Objectives :

  • What is HTML5?
  • What is new in HTML5?
  • What is not in HTML5?
  • What is removed in HTML5?
  • Which tags are included in HTML5?
  • Which tags are obsolete in HTML5?
  • Why HTML5?
HTML5 Features : Infographic

HTML5 Features : Infographic

  • There are many new features in HTML5 which are incorporated in HTML5 in the form of new tags such as <canvas>, <header>, <footer>, <section>, <article>, <menu>, <figure>, <audio> and <video> by WHATWG.
  • While there are many new features and tags are added to HTML5 but some old tags are removed too like <b>, <font>, <frame>, <center> and <big>.
  • New features and syntax are much simplified than HTML4 such as doctype declaration is one of them and now you can simply write <!doctype html>
  • HTML5 syntax are compatible with HTML4 and XHTML but not with SGML.
  • Apart from all of these new feature HTML5, it is still under in progress and you should keep track of latest happenings in HTML5.

 

Java EE & HTML5 HOL – Java One India 2013

 

Delivered Java EE & HTML5 Hands on Lab (HOL) using NetBeans IDE during Java One India 2013 on 8th May 2013 with Ashwin Rao, Group Product Manager, Oracle at HICC, Hyderabad for 2 hrs.

Here we covered how easily one can create a Java EE application with web service & HTML5 application which accesses the data from Java EE application and performs others operations without any problem and without writing much code.

It was an awesome experience to work with Ashwin Rao, Group Product Manager, Oracle. Those 2 hrs are the most memorable moments for me, I am ready to volunteer for next year too, hope they count me in.