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…
Coldfusion has the feature of creating structures which is a JSON like key-value pair variable, essentially used to store multiple variables as a single collection. There are different ways to…
Code Analysis require ‘HTML/QuickForm.php’; If PEAR is enabled in localhost then it will include the QuickForm.php file which has classes to generate Quickform. $teams = array(‘Amit’,’Satyan’,’Saswat’,’Chinmoya’, ‘Sonali’,’Kiran’,’Ansuman’,’Hemendra’); Storing the names…
Install Go to System -> Administration -> Synaptic package Manager. In Synaptic package Manager window search for “playonlunux” and install it. or open terminal and write sudo apt-get install playonlinux…
During Microsoft Dynamics CRM plugin run, we see an error message “Could not load file or assembly ‘Microsoft.Xrm.Client'”. We were using this assembly in our plugin file. After searching, we…
You can easily find the contact list with the information like phone number, contact name, email address and birthday from Android devices by simply using PhoneGap. Following steps expalin how…
On implementing basic sign in functionality we need to handle our session properly. Even after proper session management, in following case we can view users confidential profile information. ->login into…
Add this gem to the gemfile of your application and run the ‘bundle’ command. gem 'prawn' Create a PDF Mime::Type inside config/initializers/mime_types.rb. Mime::Type.register "application/pdf", :pdf I have created a respond…
When a user is loading a web page, for every object on the page (e.g: images, stylesheets, scripts) there is a corresponding HTTP request made to the server. These HTTP…
We create a new mutable array object using the function CFArrayCreateMutable which has following signature: CFMutableArrayRef CFArrayCreateMutable( CFAllocatorRef allocator, CFIndex capacity, const CFArrayCallBacks* callBacks); Where the first parameter gives the…