Show truncated string with dots appended with CSS3
Showing starting few words of a long text by not using client side or server…
Showing starting few words of a long text by not using client side or server…
What is Memory Leak? Memory leak is a bug that mainly occurs when a program…
Active directory Authentication using forms authentication and login control in ASP.NET: For Active directory authentication…
In this tip I am explaining different ways to break out of a very deeply…
Sometimes we need to create customer portal user in test class to run the functionality…
Sharepoint 2010 has so many new exciting features and one of them is InPlace Record…
Using AJAX and web services in your application can make it richer. But passing information…
1. Who can start CUDA programming? – Any one who has some basicknowledge on C…
This tip describes how text can be converted to image using Java awt.. Step1: Create…
n many projects we give options to users to add multiple rows for submitting multiple records. To do this…
Some times we may need a float value 2.345 instead of complete float value 2.345768. In such cases we need to trim the float value.The function below demonstrates how it…
This tip demonstrates how to create a web application in Java. Let us start with creating a webservice with the name web_service_demo. After creating the application , we need to…
Let me first explain what dead code is Dead – Code ( Unreachable code ) :- It is the part of the program that is never executed, because the control…
Sometimes we need to display message boxes with customized or user defined button caption. There are two ways to implement the same : HHOOK hMsgBoxHook; LRESULT CALLBACK MsgBoxProc(int nCode, WPARAM…
I guess most of the users of Symfony2/Zend2 would have used various list of commands for your bundle/module with your app, it may be for installing web assets or generating…
Alternate Layouts Functionality The Adobe Indesign CS6 introduce the new functionality of Alternates layouts which help us to create a document with different or multiple orientations. For any tablet say…
Sound intensity is the measure of amplitude at a particular instance of time from a 16 bit .wav file. This is a sample program to demonstrate the calculation of intensity.…
Wicket Framework provides its own implementation class for using AJAX with Web Application. It Provides some normal components like AjaxFallBackLink,AjaxSubmitButton etc with AJAX behavior. Here I am going to discuss…
We can download it for free from “ Let us discuss the necessary steps to use CreateInstall Free for building an installer package ( assuming that CreateInstall Free has been…