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

Search In

How to optimize performance of liferay application

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

Html dialog box

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

Create a shortcut of your android application activity

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

How to change the action overflow menu icon

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

Why to use CakePHP ?

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 based web service

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

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 Facebook Datetime format in iPhone

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

SQL - Generating XML 2

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'

UI issues in Unity3D

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

1 378 720
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: