
Search In
Hi All
Today we will discuss about how to Localize Ionic application.
We have a JavaScript library for AngularJS "Angular Translate".
It allows you to Translate your application depending upon language you desire.
It will provide a great way to loca
If you are looking to make Custom Font in android check the below code example. For this first download the required fonts on your system and then place it in fonts folder. After putting fonts in the assets/fonts folder then I have used java code thr
Portlet configuration page use some parameters for liferay portlet. For example I would like to select what page should a controller display when viewing it.
Below steps help you to create configuration page in liferay :
Step 1: Create controller
Previous Git Blogs
Intialize git repostiory
First Commit
Two tree architecture and Three tree architecture
Best basic practices for writing commit messages
Viewing the commit logs
Git Basic WorkFlow
In the last Blog Git Basic WorkFlow we have
JavaScript String match() method : We use match() method to match a string against a regular expression. It returns the array object of strings which matched if used with the ā/gā modifier otherwise it returns the first matched string. It returns nul
Previous Git Blogs
Intialize git repostiory
First Commit
Two tree architecture and Three tree architecture
Best basic practices for writing commit messages
Viewing the commit logs
Git Basic WorkFlow
What is HEAD pointer in GIT
Git Configuration
V
Hello Readers,
difference between find() and children() methods in jquery :
Both find() and childern() are jquery methods.
find() method is used to search the more then one level down the tree (DOM tree) while children() method is uesd to find th
Hi All,
In this blog we will discuss about another one of the most important part of the Xamarin, and that is Service.
Service in Xamrin.Android is actually very smiler to concept of service in windows and by that i mean a service is really just a
Hello Readers
In this article I will guide you how to create custom side bar with the help of jquery.
Here is the HTML
<section id="slideBox" class="open">
<nav id="menu">
<ul>
<li&g
Hi all,
Below is an example of snow falling effect using pure css3. in this example I'm just using css animation and change the snow image position -
css
#snow{
background: none;
background-image: url('snow.png'),url('snow2.png'),url('snow
