
Search In
Rotating a view in a 2D plane
To rotate a view, we'll create a animation object from a xml file.
First, create a anim folder in /res directory.
Then right-click on the /res directory then navigate to new -> Animation resource file.
Na
Hello,
We need current date in many situations.
Here I am writing different ways to get current date in java.
1. Get current date using java.util.Date.
Date currentDate = Date();
System.out.println(“Current date : ”+currentDate);
O/P:
Current date:
In Magento, if we are required to check the items of Bundle product for some purpose, then we can do it by following way:
For the same purpose lets check the below code:
< ?php
$product = new Mage_Catalog_Model_Product();
$pr
I am making a kind of proctoring website and for it I needed access to the user's screen and display it as a video to the proctor, so that he can monitor it. here is my code:
<div id="userscreen"></div>
<script>
document.g
Method Name: selectByVisibleText
Syntax: select.selectByVisibleText(Text);
Purpose: To Select the options based on text, matching with the argument given by user., it will try to match the VisibleText which will display in dropdown.
The below is th
Assume the central government wants to develop a GUI application to survey and estimate the awareness of the schemes among the people of India and promote the scheme which is least popular.
Construct a GUI to get the Aadhar card number from the citiz
With the increasing demand for the mobile app development for their businesses start up and enterprises heading towards a new way of digitizing their business. Mobile app developing companies are searching for the best mobile application development
Hello Reader's!Comments is very useful for your website where users can give there feedback suggestion and discuss problems with us so for that i have decided that to create a comments system in jQuery where page cannot reload but your comment po
Mono
Mono is an open source development platform which is based on .net framework. It provides base to developers to build a cross platform application which results in improving developer's productivity.
components of Mono
C# compiler : Mono's c
I am using Browsernizer gem to prevent some browsers version from accessing website and redirect to a static instruction page to upgrade browser version.
So using before_filter method in ApplicationController to detect browser version & redirect
