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…
Whenever any application crashes the system’s crash reporter(/System/Library/CoreServices/Crash Reporter.app) creates a crash dump.A crash dump is the image of the state of the kernel that was in physical memory when…
There are numbers of out of the box web services present in SharePoint that will do most of the common tasks like methods for working with list ,sites and sub…
If we want to alert user when a new item is created or uploaded in a particular list or document library, we can do this by using workflow. First, we…
Have you ever noticed your User Event script gets executed automatically. If yes and you don’t want this to be happened, then this will help you. You may not have…
While working with chart/graphing solutions for creating good looking graphs, we face difficulty to embed the graphs into PDF reports. Charting solutions allow us to create HTML versions of charts…
Skinning your is the most honored aspect of the administrative process. A skin is a collection of physical files (HTML, CSS etc) which decide the look and feel of your…
Recently i came across a requirement to convert a wide range of file formats (.doc, docx, .xls, .rtf , .odt, .ods, .ppt etc.) to pdf file in PHP. I found…
Using Shell command we can run a PHP script known as child process inside another PHP script known as Parent process without allowing the parent process to wait for the…
Background: Visual Studio 2008 makes life very easy for a developer. We can have complete code blocks created automatically. This is at a very advanced level for VB.NET and is…