Trang

Thứ Sáu, 21 tháng 6, 2013

2. Android Installation


1. Installation of the Android development tools
Android provides a standalone customized Eclipse download for Android development or the possibility to update an existing Eclipse installation with additional plug-ins.

1. What is Android?

Android is an operating system based on Linux with a Java programming interface.

The Android Software Development Kit (Android SDK) provides all necessary tools to develop Android applications. This includes a compiler, debugger and a device emulator, as well as its own virtual machine to run Android programs.

CAPTION HOVER EFFECTS



A tutorial on how to create some subtle and modern caption hover effects.
Today we want to show you how to create some simple, yet stylish hover effects for image captions. The idea is to have a grid of figures and apply a hover effect to the items which will reveal a caption with the title, author and a link button. For some of the effects we will use 3D transforms. The aim is to keep the effects subtle and provide inspiration for many different variations.

DEMO

SOURCE
tympanus.net

Thứ Bảy, 15 tháng 6, 2013

CREATIVE BUTTON STYLES

Today we would like to give you some button inspiration. This button set consists of some simple, creative and subtle styles and effects to inspire you. The effects can be seen when hovering on some buttons and clicking on others. Mostly, CSS transitions are used but also CSS animations and for some buttons we use a bit of JavaScript to add/remove effect classes

DEMO

SOURCE

Thứ Năm, 30 tháng 5, 2013

Chapter 17: Web Services

Webservices are services exposed over the internet. Typically, webservice is just like any other class library, written in any language. What make it a'web service' is, it can be accessed across internet.

Eventhough webservice is a new technology with a wide range of usage, it is a pretty simple concept. It doesn't require much additional knowledge to create web services if you are already familiar with C# or VB.NET. (Web services are not specific to .NET. Even Java has web service applications, but here we are discussing only the .NET web services.)

Chapter 16: Custom Exceptions

The Microsoft .NET team has done a good job by providing us a rich set of Exception classes. Most of the time, these exception classes are sufficient enough to handle any common error situation. However, it may be required that our application would need some additional exception classes, that are not available in .NET Framework.