(Anton Angelov) One of the most underrated locators in Selenium WebDriver or any other Web Automation Framework is the XPath locator. Most probably, people don’t use XPath because they think that it’s too hard to learn or write.
Tag: JSON / JAVA / XML
Why we Should Always Use Documnt.Ready() in jQuery
(Rahul Bansal) I will tell you why the use of Documnt.Ready() is a good practice in jQuery but before that I want to show you a small demo of code.
Showing all hidden elements on a page using jQuery
(Matt Busche) I’ve been working on a large browser compatibilty project which involves also giving the page a facelift to bootstrap. We’re mostly modifying XML which creates the markup and there are a few pages with a lot of rules that hide element based on certain scenarios and hitting those scenar
Enumerations and Enumeration Attributes in JavaScript
(Gerd Wagner) In all application domains, there are enumeration datatypes that define the possible values of enumeration attributes. For instance, when we have to manage data about persons, we often need to include information about the gender of a person.
JavaScript Cross Domain Issue in App Part
(Jean Paul) In this article we can explore the JavaScript cross domain issue when using App Parts.
Searchable Gridview using Jquery
(Gunaprasad Shetty) This tip will help you in learning how to make the grid searchable at client side, the search will be accurate and faster irrespective of any datatype since the jquery is used to perform the task.
Serving static JSON files with ASP.net 5.0
(Martin Kearn) This is just a little something that took me a while to figure out with ASP.net 5.0 and is a key example of some of the biggest changes in ASP.net 5.0 in terms of these three areas:
Drag Items in Listview Control of ASP.Net Using XML File
(Pankil Bhatt) This code-sample includes two ListView controls that the user can sort and move items and drag items from one control to another.
Tips for your First JSON Document
(Susan Lee) I love technology, and I’m lucky that “work” lets me play with so many “toys”. Most of my background is server side and integration, so several years ago, when a friend asked me for help with a project involving the relatively new JSON, I happily agreed to help.
Changing grid row style based on condition in jQuery
(Sheo Narayan) In this article, we shall learn how to change the background of the Grid (html table) row based on certain condition from a particular cell of the table.
