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…
CUDA is well suited Image processing in parallel threads. The pixels of a image can be directly mapped to parallel threads. For efficient image processing with CUDA one need to…
Case – Suppose there is a project or any directory set up in svn with a repo url pointing to SVN server. In case just to take a back up…
For creating a module in joomla we need two types of file. – PHP Scripts for business logic. – XML File for installing the Module and providing any default or…
While working with a FLEX-PHP project, I went through an experience which I would like to share. In the project the front end is in FLEX, and the backend part…
One can customize a Microsoft CRM form using javascript with lots of ease. Navigate to Go To ->Settings ->Customization Select Customization Entities Double Click on the entity that is needed…
There are a couple of things you can do to speed up your algorithm in the CUDA programming : 1.)Try to attain .75(75%) to 1 (100%) occupancy of every kernel…
Microsoft Dynamics CRM 4 supports the following relationships: 1:N relationships (one to many) N:1 relationships (many to one) N:N relationships (many to many) Let’s take two entity Doctor and Patient…
Sometime in Selenium (Webdriver or RC), we face problem in identifying the web table cell data. To identify the cell data we can use xpath, ids etc . Suppose we…
How to Develop and Deploy an Application in Google App Engine? In my previous tip, I explained about the Basics of GAE. Since I have used Eclipse IDE(Eclipse 3.5 (Galileo)…