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…
Here is a sample code to show location from address using titanium. Lets say we have text box on which we will type address and on click of a button…
Send Email in Sharepoint using SPUtility.SendEmail using HTML tags. SPUtility.SendEmail has 4 overloaded method in Sharepoint for sending email to any email address. I will discuss mainly 2 methods which…
Debugging a windows service is not that straightforward a task as debugging other web or windows application are in Visual Studio (by just pressing F5). Instead, we need to do…
When we want to run a task (like sending emails or deleting the list items etc. . . ) in Daily basis or in Hourly basis then we can use…
What is the general approach we follow when we try to add / edit a SPListItem using the SharePoint object model? Yes I know it! Almost everybody will have a…
My recent work on IE8+ plugin development needed me to filter out any US phone numbers present in a webpage. Filtering process could be done in many ways, now the…
What is Office 365 Office 365 is the online version of Microsoft Office Products and provides the Microsoft Online Services. It helps the users to access to emails,sharepoint sites, documents…
This is a new feature in SP 2010. We can’t implement the same thing with the older versions. We know there are two type of event receivers in sharepoint Synchronous…
What is Cron Cron is a daemon process,that enables Linux/Unix users to execute commands or scripts (groups of commands) automatically at a specified time/date.which means it runs continuously in the…