Saturday, January 31, 2015

How to Connect XenServer and Operating VM Using Java

At the time of final year project in MCA we have done a challenging project on citrix xenserver. Initially we did research and learn about virtualization, xenserver and xen java API concepts later we decided to do a web based project and named as xenserver management on cloud computing. We developed a web console to interact with xenserve and performing various operations on it. In our project we...
Read more »

Hard Reset your Firefly S60 v4 and remove password pattern lock gmail account

Hey i got a new tutorial and this one is for Firefly S60 v4, it is the kitkat version of this phone. If I can still remember there is a gingerbread version of this phone so doing this method in lower version of this phone might not work. Hard resetting / factory resetting your phone will solve the following issues: 1. If you forgot your pattern lock2. If you forgot your gmail account3. If you...
Read more »

Android beginner tutorial Part 37 Graphics in GridView

In this tutorial we will learn how to display graphical data in GridViews.First of all, well need to prepare some sample images. I put 4 images called sample1.jpg, sample2.jpg, sample3.jpg and sample4.jpg in the drawable-hdpi folder of my android project.Once thats done, we can use them in our application.Start by creating an Activity with a GridView:<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"...
Read more »

Android MySQL PHP JSON tutorial

In this post Im going to describe how we can read data from MySQL database and show them in a Android list view. You can download the complete Android project from here. To fetch data here I used a PHP script which encodes data into json format.This project has three main parts.1. MySQL database2. PHP web service3.Android web service client1. MySQL database.My database has only one table named "emp_info"...
Read more »

Working with Adobe Premiere Pros Basic 3D Video Effect PART 1

Level: BasicSoftware: Adobe Premiere ProVersion: 1.5In this tutorial we will learn how to use Adobe Premiere Pros Basic 3D video effect. Heres a sample video file that shows what we hope to achieve by the end of this exercise:Lets begin by creating a folder named Basic_3D_Effect. You may place this folder anywhere on your hard drive.Next, create a new Adobe Premiere Pro 1.5 project. Select the DV-NTSC...
Read more »

Friday, January 30, 2015

3ds Max 2011 Video Tutorials for Beginners

3ds Max 2011 is a powerful, integrated 3D modeling, animation, rendering, and compositing tool. Its widely used in diverse industries such as architecture, industrial design, motion pictures, gaming, and virtual reality. If youre interested in learning how to use this powerful application, here are some 3ds Max 2011 video tutorials for beginners from 3ds Max 2011 Essential Training from Lynda.com....
Read more »

Acer Iconia B1 Hard Reset Hang Google Account Removal Pattern Lock

Before you proceed flashing / hard resetting your phone / tablet make sure to back up your important files if possible. Because we care about your data.We also suggest that your battery should be atleast 50% or better to have it fully charge, lower than the said value may cause unwanted result, such as bricking your phone / tablet rendering it unuseable. This is very important in flashing your phone...
Read more »

Create Windows 7 and Windows 8 Bootable USB

How to Create Windows Bootable USB DriveHere is a little guide how to make a bootable USB pen drive, from an ISO picture of Windows setup plate, which you can use to introduce Windows 7 or Windows 8 on your machine that doesnt have a DVD drive. The USB stick that is going to be utilized needs to be no less than 4 GB and all the information on it will be deleted simultaneously. Instructions to...
Read more »

Thursday, January 29, 2015

Android beginner tutorial Part 56 Activity stacks and tasks

Today we will learn about Activity stacks and tasks.In Android all Activity objects are saved in a stack. Whenever an Activity launches another Activity, the new one is moved to the stack and becomes the active Activity. The previous one also remains in the stack, but it is moved lower. Activity objects in a stack are never repositioned, they can only be added or removed.When the user presses the Back button on their device, the current Activity is pushed out of the stack and is replaced...
Read more »

Android beginner tutorial Part 90 Path and ArcShape

In this tutorial we will learn about drawing primitive shapes in Android using Path and ArcShape classes.The Path class is similar in usage to the way shapes are drawn using AS3. It has the moveTo() and lineTo() methods that youve probably worked with before if you ever tried drawing graphics using Actionscript3.Using this class it is possible to draw unordinary primitive shapes, like, for example,...
Read more »

Create memorable slides Awesome webinar by Ellen Finkelstein

In this one hour webinar, PowerPoint expert, author and MVP Ellen Finkelstein talks about how to turn death by PowerPoint into life by PowerPoint. She explains the principles to memorable presentations and techniques to make it easy.  Copyright: This video (webinar recording) belongs to PresentationXpert and Ellen Finkelstein with no copyright infringements intended. All copyrights are reserved with the respective owner(...
Read more »

Creating a Flex AIR text editor Part 92

In this tutorial we are going to fix a bug with the line count text and start working on a comments feature.The problem with linecount is that when the font size is big, like, over 40 points, 2-digit numbers already dont fit in the narrow box. To fix that, we need to make sure the box size changes according to the font size. Update the updateTextSize() function by adding a line to the beginning of...
Read more »