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…
This tip is regarding Google Geocode which in itself is a part of Google Map API. Google has released V3 of Google Map API recently. Let me first describe What…
Things to Set up for S2S migration: a) First of all we need to enable Salesforce to Salesforce connection in both the source and target organisations. b) Then we need…
Its a good practise if we don’t depend on IDE/third-party tools/software to detect memory leaks in our code. Its better if we can predict before hand the consequences of writing…
Definition : Screen scraping is a technique in which a computer program extracts data from the HTML output of another program. Further details : Screen scraping is a lot easier…
How to attach same function with multiple HTML elements by a single line js code using jQuery Recently I was working on a online shopping cart and auctioning site which required a…
Introduction: If you are opening your Android app using custom URL scheme and passing some parameter in the custom URL, then after opening the app you may need to get…
Then drag the getGoogleMap into index.jsp file. The page will contain the following code Google Map Demo App Hello World! GoogleMapService.getGoogleMap Method is the method responsible for getting the location…
In this tip I am going to explain how to upload image to a dropbox account. For uploading image to dropbox we have a Ruby gem “paperclip-dropbox”. But before uploading…
Tree: Retriving the data from database and showind as a node of tree. //creating a treePanel. var tree = Ext.create('Ext.tree.Panel',{ width:400, id:'Tree_id', height:700, id:'Tree_id', renderTo: Ext.getBody() //listeners:{'click':function(node,event){alert('hi');}} }); //root node…