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

Search In

How to initialize method using Spring-beans

Hello Guy's Bellow code will help you to initialize method using Spring-beans.Here, I am using init and destroy method as attribute in bean configuration for bean to perform assigned actions upon initialization and destruction. Follow the bellow st

How to initialize method using Spring-beans

Hello Guy's Bellow code will help you to initialize method using Spring-beans.Here, I am using init and destroy method as attribute in bean configuration for bean to perform assigned actions upon initialization and destruction. Follow the bellow st

How to download file in liferay 6.2 ?

Hello Guy's Below code will help you to download file from server using liferay 6.2. Here I am writing a portlet to download file. For better understanding create portlet in your eclipse and follow below steps : Step: 1 Edit view.jsp and put belo

How to connect to icloud calendar?

Hello coder's world, To connect to icloud calendar is not easy task at all. The reason behind this is, iclound does not provide any APIs to connect with it (Click on the link to read more http://blog.sunrise.am/post/74146344289/about-icloud) for sec

View State and Performance

ASP.NET includes several State Management features. One of the feature is ViewState. ViewState is used to preserve values of page and controls between the round trips or the postbacks. It stores information of the specific page. When the user submit

Common function used in WP theme

Some useful WP function for developing themes have_posts(); This function check whether the current WordPress query has any results. This is a Boolean function, and returns either TRUE or FALSE. syntax is : if ( have_posts() ) : while ( have

Dynamically changing themes

This blog gives you step by step instructions on how to make dynamic themes in C#. 1) First develop all of the themes you want and put them all under the App_Themes folder in your ASP.Net project. I have created two themes with Red and Green Name.

Using context:component-scan to pick up @Configuration Classes

In Spring 3.0 using the tag context:component-scan in xml file, the entry of the class(or bean) defined under the scan tag is automatically created. The example to show use of context:component-scan tag is as below: Example:- JavaConfig.java packa

How To Use ClassPathXmlApplicationContext

ClassPathXmlApplicationContext :- This can load the beans configuration file and To create and initialize all the beans inside the configuration file.you need not to provide the full path of the XML file but you have to set CLASSPATH properly becaus

How to generate image assets for iphone app

This article will help designers to extract images. Now, Including iphone 6 Plus we need three assets 1x, 2x and 3x also called “scale factors.” First thing icons should be vector-based. In this article we will focus on how to generate multiple

1 703 949
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: