
Search In
We use $location service or $window to redirect to a new URL. $location exposes the URL to the browsers address bar and makes it available to the application. It reflects the changes either side ,i.e. synchronizes the changes and maintains it between
Modify PHP settings
PHP settings can be changed and configured using php.ini file. This blog will give you few common examples.
In PHP applications there are some case in which we might need to allow for larger upload files. Such as videos, plugins
Sometimes your SVN is configured with your own svn-account, but some changes in your code are to be commited from some other person's svn account.
This commit could either be a one time operation or permanently the svn account might need to be c


Designers are often required to change the colors or hue in their vector images. Recolor Artwork function is the major choice of many but it has its own set of limitations. In this elementary blog post, I will share a step by step guide to quickly ch
Here my xaml file :
<TextBox Height="30" Width="100" Text="{Binding Path=txtName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Margin="346,239,346,150"/>
&n

While studying MVVM architectural pattern in WPF you might have come across INotifyPropertyChanged interface and wondered the need of using it. Following MVVM architectural pattern in WPF application, we used binding to access data in the view and it
In my previous article, we talked about XAML resources that were mainly covered, Whats is the pupose of XAML Resources and Where can be it declare? Now, we will discuss StaticResource and DynamicResource in XAML.
In XAML, Resource coul
We all go through phases where we think we’ve got it all figured out—and we also have phases that make us believe we don’t have anything figured out. This can be very confusing as we navigate career, relationships—and our rela
Hello Guys,
We need to resize the thumbnail of file according to our requirements or for maintaining aspect ratio of an image. Now we can resize the thumbnail of file using portal properties which we will define in the portal -ext.properties file of
Hello guys,
In the liferay portal, some of private and public layouts portal properties are disabled. So we need to define these properties as below.
layout.user.private.layouts.enabled=false
layout.user.private.layouts.auto.create=false
layout.us
