Image Slideshow Using PHP and simple Jquery

Image Slideshow Using PHP and simple Jquery

This tutorial is about on how to create an images slideshow using php and a simple jquery. This program requires only a few lines of code to start let's follow the steps below. Step 1:Creating our style to beautify our slideshow to create, open your php editor and paste the code bellow and save

[ read more ]

Send HTML Formatted Emails in ASP.Net using C#

In this article I will explain how to send HTML Formatted emails. Now a day’s many websites sent newsletters, promotional emails. These emails containing Rich Text content and images So let’s start with it. Email Body HTML Template Firstly you will need to build an HTML Template of the bo

[ read more ]

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 File Upload and Save Tutorial with Example

Struts 2 Tutorial: Struts 2 File Upload and Save Tutorial with Example

Today we will see how to do File Upload in Struts2. We will use Struts2 built-in FileUploadInterceptor in our example to upload the file. The Struts 2 File Upload Interceptor is based on MultiPartRequestWrapper, which is automatically applied to the request if it contains the file element. Required

[ 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 ]

Layouts in Android

Layouts in Android

A layout defines the visual structure for a user interface, such as the UI for an activity or app widget. You can declare a layout in two ways: Declare UI elements in XML. Android provides a straightforward XML vocabulary that corresponds to the View classes and subclasses, such as those for

[ 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 ]

10 Solutions for Creating Cross-Platform Mobile Apps Make Once Run on All

10 Solutions for Creating Cross-Platform Mobile Apps Make Once Run on All

Is this an exciting time to be developing mobile apps? Short answer: Yes. With tons of tools already available — and more springing up all the time — there seems to be a solution for any mobile app developer out there (experienced and novices alike). In this article, we look at 10 solution

[ read more ]