
Search In
Hello reader's in this blog we are going to discuss about looping, by using array we repeat the names inside a loop. Using loop is easy to access all the elements of an array.
By using a for loop, it is the common access to accessing an
By using below code I have implemented GridView animation in android. When you click on any image On Grid View, Image will zoom like popup. In below Adapter class I have used Animator class and I have created a zoomImageFromThumb method for zooming i


In this tutorial, we"ll learn to make Plasma effect.
Step 1: Firstly, we need to open a new document with any size and make sure your color mode is in RGB. Create a rectangle on the canvas.
Step 2: Now Select a rectangle and Fill with a colorf
Hello Readers,
In today's blog we will discuss about @Output decorator in Angular2 component.
Introduction: Angular2 is totally based on component and written in Typescript. In Angular1 we are using Controller, $scope but they not longer used
Hello Readers,
Before i tell you how to call static block in magento. Lets understand the term "static block" & How to Create It..?
Static blocks : Sometimes we are required to add some custom data or images (like banners) in the middl

With Blackberry plug-in you can package the android apps for blackberry devices i.e can convert .apk applications files to .bar files which are compatible with the blackberry phones.
Also you can debug the applications using ADB proxy manager to veri
Page caching is a technique in which the output of an action is stored as a HTML file and when a request comes for that action,the web server can serve it without going through Action Pack. So basically in this approach we cache the content ins
A database index is a structure that improves the speed of retrieval of data from our table. Index is similar to the index of a book. If you want to find a chapter you look in the index first without scanning the whole page. Users cannot see the ind
Customize Flash message in Cakephp 2
If you want to customize flash message, and want to integrate your own alert flash box, then you can do this by SessionComponent method.
Step 1 : First of all you need to include the session component.
We all have seen a paint application in our PCs or laptops. So, here we are going to build a simple application which uses different colors to draw on the screen :-
Lets start with making the UI. Drag an UIImageView and UIView in the Main.st
