opensourcestraning

Open Source Training

Open Source Training provides you the training courses on the open source technology with PHP, Java on Mysql or postgreSql Database. Our professional team delivers expert training and advice on everything from More »

webdesigntraning

Web Design & Development Training

A website is an online representation of any business or of any single person involved in Internet promotion. The task connected with the website is to represent a company, sell company’s name, More »

aspnettraning

ASP.NET Live Project Training

pCube Acedemy invites you for Summer Training, Industrial Project Training and Course Project Training for MCA, BTech, BCA, B.sc. and M.Sc(CA & IT),B.E IT, B.E Computer and other IT students. We offer More »

Display Calender in your webpage using Javascript

cal

Hello Friends,

Now, you can display calender in your webpage using javascript and CSS.

First of all write the below CSS and JavaScript code in <HEAD>—</HEAD> tag.

CSS Code:

<style type=”text/css”>

Displays Popup Boxes Using JavaScript

alert_box

In Website sometimes it is necessary to display message before executing such commands, of after completed the task or to get value from user.

In JavaScript there three types of popup boxes: Alert Box, Confirm Box and  Prompt Box.

 

- Alert Box is use to give alert message to user.

- Confirm Box is use to make confirmation from user for doing some action or task.

-Prompt Box is use to give prompt message to user, and take value from user to continue the work.

What Is Android?

images1

World is contracting with the growth of mobile phone technology. As the number of users is increasing day by day, facilities are also increasing. Starting with simple regular handsets which were used just for making phone calls, mobiles have changed our lives and have become important part of it. Now they are not used just for making calls but they have innumerable uses and can be used as a Camera , Music player, Tablet PC, T.V. , Web browser etc . And also with the new technologies, new software and operating systems also are required.

Know the Android SDK

images

Android SDK is a software development kit that enables developers to create applications for the Android platform. The Android SDK includes sample projects with source code, development tools, an emulator, and required libraries to build Android applications. Applications are written using the Java programming language and run on Dalvik, a custom virtual machine designed for embedded use which runs on top of a Linux kernel.