HTML5 Introduction

HTML5 is The New HTML Standard HTML5 New Elements New Attributes Full CSS3 Support Video and Audio 2D/3D Graphics Local Storage Local SQL Database Web Applications   Examples in Each Chapter With our HTML editor, you can edit the HTML, and click on a button to view the result. Example Your browser does not support […]

jQuery Quick Start Tutorial

Foreword The following is a quick crash course in using jQuery.  If you’ve never used jQuery before and want to know to how without reading a ton, this is the tutorial for you. Getting Started First download the latest version and include it in a page.  Grab the minified version for speed or if you […]

A Quick Start Guide to WordPress

If you just installed WordPress for the first time, you might be overwhelmed by all of the options available. Familiarizing yourself with the WordPress dashboard is a great investment of your time, as learning your way around will prevent you from wasting time trying to find certain settings or features. If you need help learning […]

How to Hold a Camera

One of the common problems that many new digital (and film) photographers have is ‘camera shake’ where images seem blurry – usually because the camera was not held still enough while the shutter was depressed. This is especially common in shots taken in low light situations where the shutter is open for longer periods of […]

Maven 3 + Hibernate 3.6 + Oracle 11g Example (XML Mapping)

In this article, we show you how to integrate Maven3,  Hibernate3.6  and  Oracle11g  together. In the end of this article, you will create a Java project with Maven, and insert a record into Oracle database via Hibernate framework. Tools & technologies used in this article : Maven 3.0.3 JDK 1.6.0_13 Hibernate 3.6.3.final Oracle 11g 1. Table […]

Maven + Spring Hello World Example

This quick guide example uses Maven to generate a simple Java project structure, and demonstrates how to retrieve Spring bean and prints a “hello world” string. Technologies used in this article : Spring 2.5.6 Maven 3.0.3 Eclipse 3.6 JDK 1.6.0.13 1. Generate project structure with Maven In command prompt, issue following Maven command : mvn […]

Eclipse Shortcuts

  This article lists helpful Eclipse shortcuts. It is based on Eclipse 4.2 (Juno). Table of Contents 1. Shortcuts 1.1. Using shortcuts in Eclipse 1.2. Shortcuts on Mac OS 2. Quick Access 3. Navigation 3.1. Globally available navigation shortcuts 3.2. Navigation shortcuts in the editor 4. Start Java programs 5. Editing 6. Coding 7. Refactoring […]