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…
Key ideas One case is examined in detail to determine value. To keep cost of the survey down, we sacrifice statistical validity for concreteness. The detailed impact case method is…
Introduction: In Rhomobile, we have the ability to capture signature using the Signature API. The signature API opens a full screen view where user draws its signature and then press…
Windows Store apps uses the single-page navigation model. where we use a single page for our app and load additional data into that page as needed. We still split our…
Here I am assuming ruby on rails setup + MySQL Database has been installed in your windows machine. We will follow couple of steps and will use MySQL Database for…
In one of my previous tips I did a review on Firefox extension iMacro, the download URL and other information can be found here. In this tip I will demonstrate…
How to use the WinJS.Navigation.navigate function state property for transfering data from one page to other pages.Generally the WinJS.Navigation.navigate function can take the parameter of object Type like place and…
2)Example:Method of serialization the data. >>> from phpserialize import * >>> obj = dumps(“Hello World”) >>> loads(obj) ‘Hello World’ Due to the fact that PHP doesn’t know the concept of…
Instead of applying static styles at each and every control of a silverlight page, we can dynamically apply Themes at Application level using following steps.. 1. Create a Themes (or…
Control Flow Related: 1.Are all the conditional paths reachable? 2.Are all the individual conditions in a complex conditions separately evaluated? 3.If there is a nested IF statement, are the THEN…