Android Image Swapping in 3D Animation Tutorial

Submitted by donbermoy on
In this tutorial, it is not simply swapping images by coding the image visibility to true or false but in this kind of tutorial I will introduce a unique swapping of images with 3D flipping in which it will swap in 3D Animation. First you need to have your abstract design like this and have two ImageView and named it as i1 and i2 and then one label and put the text on it as "Click the image above".

Android Image Flipping in 3D View Tutorial

Submitted by donbermoy on
In my first tutorial entitled “Android Image Fading Animation” , I discussed about how to fade in and fade out an image. Now I will introduce some sort of flipping with a 3 Dimensional View in an Image. As you can see, there are 7 buttons that I created namely b1, b2, b3, b4, b5, b6, b7 and one ImageView as your Image. The design in the designer should be like the image below.

Nginx to Pursue Enterprise With Commercial Release

Submitted by blinkremz1 on
One of the world's leading open source web server software, Nginx, is speculated to be concluded as business prospective by pursuing enterprise with the aid of commercial release. Nginx is the proxy server for different protocols which include Hyper-Text Transfer Protocol (HTTP)and port concept for Microsoft Windows. “Nginx has the opportunity to bring the same solution we have for large-scale Web

Creating a Report in Student Registration Using Crystal Reports Part 3

Submitted by janobe on
This is the continuation of my tutorial. This time I will show you how to put a Crystal Report in a Windows Form and retrieving the records from the database. Let’s begin: First, open the file of Student Registration in Visual Studio 2008. Add a new file which is a Windows Form.

PHP - Users Online Script

Submitted by softafzar.net on
Hello, if you are developing a web application, you may need this online users script to show how many users is online. Yesterday i wrote a php class for it and decide to share it. Creating table Well, Before using this class, you must create a table in your database: CREATE TABLE `online_users` ( `session_id` char(150) NOT NULL, `last_activity` int(11) NOT NULL default '0' ); Creating php file

Android Text To Speech Application Tutorial - Part 2

Submitted by donbermoy on
In my previous example with my first tutorial, I came up with the image of fading in and out. Now, in this tutorial I will introduce to all of you the power of Basic4Android that convert the text to become a speech. Before we begin with the code you must need to have three buttons for speech, clear, and exit, and the other one is the EditText(Textbox).