
Search In
Hello guys
I am writing blog to improve performance of liferay web application. Liferay provide some portal properties to improve application performance.
Put below properties in portal-ext.properties file in application server.
javascript.barebon
This is an html tag which creates popup dialog box on a web page.It represents interactive component like window.
Following is an example of Html dialog box:
<div>
<dialog id="myFirstDialog" style="width:50%;background-color:#F4FFEF;borde
Sometimes it is good to make a shortcut of your application activity so that we can access that activity directly. Assume that we have 10 activities in our application and all activity redirect one to another in order. And i want to see updates on my
To change the action overflow menu icon first you need to create a style for the overflow icon in which you need to set the new icon then use this style in your app theme.
Step 1
Create a style for your menu overflow icon in styles.xml and set the d
Code generation: CakePHP Framework generates the code automatically using the bake command which enable the developer to execute the bake command.
Database: programmer is not required to write Insert, update, select & delete queries because Cake
REST(Representational State Transfer) service is basically HTTP based API. Today many sites provide REST based api to access thier data.
example : google , twitter , yahoo, ebay.
Each URL provide by the website represents a resource; either a collec
Scenario Based Testing is categorized under Black Box tests and are most helpful when testing is concentrated on the business logic and functional behaviour of the application .Adopting SBT is effective when testing complex applications.Now every
Convert date format - 2013-10-31T07:41:39+0000 to 2013-10-31 01:48:11 +0000
NSString *dateString = [stringDate substringToIndex:19];
NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
formatter.timeZone = [NSTimeZone localTimeZone];
for
Every XML has two elements i.e.
1) Attributes and
2) Value
SELECT magazineId AS '@id'
, magazineName AS '@name'
, CoverPage AS '@coverPage'
, isActive AS '@status'
, publishDate AS '@publishDate'
, expiryDate AS '@expiryDate'
Unity UI Issues with respect to Platforms
Unity works on the GUI, GUI-Textures for the buttons and labels. Which causes many issues when we shift from one
screen size to another. Either you need to write your code according to percentage or redo yo
