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…
For adding an app bar in every pages of our application we need to add the app bar in the default.html. As we know when we create a project with…
In my previous tip ‘How to get Skype status on the web application and make call or chat from web application’ I showed how to get skype status by getting…
Monitor how much time the server is taking to process a request and to give a response. Sometimes we need to monitor the performance of our web application, like how…
Accessing and saving custom settings from web.config in ASP.NET We usually save our application settings through key and value in appSettings element of web.config file. But accessing the attributes in…
Each web control has a lot of properties for customization. These properties can be set by the developer during design time or runtime with different predefined values. Such a property…
ASP.NET pager doesn’t provide any direct support for adding tooltip to its different buttons . But there are some work arounds through which you can provide tooltips to ASP.NET data…
Tabbed browsing feature is enabled by default in Internet Explorer 7 but in case its not, you can go to Menu Tools|Internet Options, From the preference window that pops up,…
otool is a command-line tool shipped with Xcode and can do things similar to Dependency Walker in Windows. Where is it located? /Applications/Xcode.app/Contents/Developer/usr/bin How to use it? For instance, to…
Introduction : While developing a gaming application, everyone wants to add background music to play all the time when user is playing the game. Corona sdk provides API that simply…