Getting and Setting Input Text Field Values

Getting and Setting Input Text Field Values

This form contains an input text field and an input button. The form is designed to demonstrate how to get and set the text in a text field. The HTML for the input button includes an event handler attribute. Pressing the button calls a function that: retrieves the value in the text field d

[ read more ]

Struts 2 Tutorial: Struts 2 Validation Framework Tutorial with Example

Struts 2 Tutorial: Struts 2 Validation Framework Tutorial with Example

Introduction to Struts2 Validation Framework Struts Action 2 relies on a validation framework provided by XWork to enable the application of input validation rules to your Actions before they are executed. Struts2 Validation Framework allows us to separate the validation logic from actual Java/JSP

[ read more ]

Struts 2 Tutorial: Introduction to Struts 2 Framework

Introduction of Struts 2 Framework Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed to streamline the full development cycle, from building, to deploying, to maintaining applications over time. Apache Struts2 was o

[ read more ]

JSON Input String using JavaScript.

JSON Input String using JavaScript.

If you are working with Restful API’s and you must need to send a JSON input response via web project, especially for Node projects. This post helps you to create a JSON input string using JavaScript. It's very useful, converting Data objects to JSON data format implemented with $.toJSON Jquer

[ read more ]

HTML5 Video

HTML5 Video

CrashPlan 10% Savings - Text Many modern websites show videos. HTML5 provides a standard for showing them. Until now, there has not been a standard for showing a video/movie on a web page. Today, most videos are shown through a plug-in (like flash). However, different browsers may have diff

[ read more ]

HTML5 Inline SVG

HTML5 Inline SVG

HTML5 has support for inline SVG. What is SVG? SVG stands for Scalable Vector Graphics SVG is used to define vector-based graphics for the Web SVG defines the graphics in XML format SVG graphics do NOT lose any quality if they are zoomed or resized Every element and every attribut

[ read more ]

HTML5 Canvas

HTML5 Canvas

The <canvas> element is used to draw graphics, on the fly, on a web page. Draw a red rectangle, a gradient rectangle, a multicolor rectangle, and some multicolor text onto the canvas: What is Canvas? The HTML5 <canvas> element is used to draw graphics, on the fly, via scriptin

[ read more ]

New Elements in HTML5

The internet, and the use of the internet, has changed a lot since HTML 4.01 became a standard in 1999. Today, some elements in HTML 4.01 are obsolete, never used, or not used the way they were intended. These elements are removed or re-written in HTML5. To better handle today's internet use,

[ read more ]

HTML5 Introduction

HTML5 Introduction

What is HTML5? HTML5 will be the new standard for HTML.The previous version of HTML, HTML 4.01, came in 1999. The web has changed a lot since then.HTML5 is still a work in progress. However, the major browsers support many of the new HTML5 elements and APIs. How Did HTML5 Get Started? HTM

[ read more ]

30 jQuery Calendar Date Picker Plugins

30 jQuery Calendar Date Picker Plugins

Today we will be featuring calendar date pickers to let you output planners, calendars even more easier, most of these date pickers are built on jQuery and jQuery UI (User Interface). I would consider these date pickers as frameworks with great functionality, but most of them require modifying an

[ read more ]