Thursday, October 13, 2011

AC/DC and Saieen Zahoor

I was wondering how AC/DC will sound mixed with a folk singer from Pakistan, so I put together a remix of Razors Edge (AC/DC) and Toomba (Saieen Zahoor) .


Tuesday, June 21, 2011

Remix of Daniel leo Simpson's "Soliloquy" with Charley Patton

My remix attempt of Daniel leo Simpson's "Soliloquy" for Viola Profonda & Piano with the great American Delta blues musician, Charley Patton.

Sunday, May 1, 2011

How to create a simple animation using Blender 2.5

This video shows simple steps involved in creating a simple animation using Blender 2.5 (free and opensource tool).
Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License
The application can be downloaded at: http://www.blender.org




Sunday, April 17, 2011

How to create a simple Android Menu app in Eclipse.

This video shows how to create a simple Android Menu application using Eclipse IDE.
The app sets up a "Menu Button" and displays a message when the button is clicked using onClick listener.

You'll need the following software on your PC.

1) Android sdk -> http://developer.android.com/
2) Eclipse IDE for Java Developers -> http://www.eclipse.org/downloads/
3) Java SE 6 -> http://www.oracle.com/technetwork/java/javase/downloads/index.html
4) ADT Plugin for Eclipse -> http://developer.android.com/sdk/eclipse-adt.html

 

Tuesday, April 12, 2011

How to setup and run an automated load test with JMeter http proxy server

This video shows the steps taken to install, configure and run automated website load tests using Apache Jakarta JMeter on Windows platform. It shows you steps to configure the JMeter built in proxy server to automate the process. The user does not have to input parameters and URL's for each test site. They just point and click for the proxy to capture the information and configure the test accordingly. A very useful tool.

Sunday, April 10, 2011

How to setup and install a simple Android Graphics application using Eclipse

The following video shows steps on how to install, configure and run a simple android Graphics application (Bitmap Mesh) using Eclipse IDE and Android samples provided as part of the Android SDK.

Thanks..