Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Make a Loading Screen

In app development their are many steps where we have to hang on for a while, like we are waiting for the server response, or the loading of assets or any other function to complete. Sometime to manage these such task we need a loading screen, which

How to Use Prototype?

The application runs faster after the prototype property of the GameObject is defined. As a direct result, every instance of GameObject references the methods within GameObject.prototype, taking them as their own methods. // define the GameObject c

Draw shapes using canvas in Android

We can create custom view by extending View class. The most important part of custom view is its appearance. We can give any shape to a custom view by overriding onDraw(Canvas canvas) method. Canvas class provide us many method which help us to draw

How to add Calendar control to Alloy UI form in Liferay

Here we can show how you can add the calendar control in your Alloy UI form. The below example explains how you can put your calendar control on textarea in your Alloy UI form. Example: <script> YUI().use( 'aui-datepicke

Scaling of entities in ImpactJS

How to use Scale plugin in ImpactJS ? In the lib folder create a new folder named Plugins and put the "scale.js" plugin in to this folder. Include the plugin to the requires in any entity. .requires('Plugins.scale') Now if we want to resize a bu

Convert one date format into another in PHP

Date play an important role in any project. We have to change date format according to our need. If we are using PHP 5.2 and lower then for changing date format we have to parse the elements (year, month, day, hour, minute, second) manually using sub

Datepicker in liferay alloyUi

Hello Guys  Liferay provides inbuilt datepicker of alloy script. Liferay use alloy and AUI script instead javascript or jQuery. Below example help you for better understanding : <input class="form-control" type="text&qu

Difference between C# and VB.Net

 C#  CB.Net  1. It contains a “using” keyword to release unmanaged code.  1. It doesn't contains a “using” keyword.  2. It doesn't suppo

Flip Effect

Hello Everyone!! In this blog we are going to flip an image. The image has two side:- Front side:- Here is an image. Back side:- Here is some text. When the hover effect is apply to the image block the the back side text will appear. It is done b

Difference between const and var

Hello Readers! In this blog we will be discussing about the different identifiers. What is the difference between them and when to use which identifier? First lets start with the const.     Const : is used to declare a variable whose val

1 15 137
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: