
Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
Accessing a Table from Xpath Locators or Making a Xpath Locators from a HTML code
For reading a table first we need to access elements within HTML tables. However, a web designer provides sometimes an Id or name attribute to a cell in the table. So we can't use the methods such as by.id,by.name or by.cssSelector(). So in t...
Bootstrap Images
In this blog, I'll tell you how to style images whether its image with rounded corners, image with circular shape, image with thumbnail shape.
Rounded Corners :-
The class .img-rounded is used to add&nbs...
ASP.NET MVC Filters
ASP.NET MVC Filters
ASP.NET MVC provide filters to execute code logic before and after controller action execution. Pre-action and post-action behaviour are added to controller action method by filters. Custom filters creation depend...
7 Tips on Staying Lean Throughout the Startup Phase
When you first get that venture capital firm to sign on, you’re on cloud nine. Then, just as quickly, reality sets in. You have money—but how do you use it? How do you allocate the capital you have to create a successful...
7 Social Media Tools for Content Marketing Development
Content marketing is an online promotion strategy that's extremely popular in today's online business. Marketers choose this approach because of its amazing benefits. With content marketing, you're basically marketing yo...
Remote Validation in ASP.NET MVC
Remote Validation in ASP.NET MVC
The process of validating specific data field by posting it to server without posting the entire form is remote validation.
For e.g : There is a unique field in the database table,it's uniquene...
Difference between LINQ and Stored procedure
LINQ and Stored procedure
LINQ provides a query syntax used for querying different data sources like SQL server, Oracle, Collections etc. Type checking is done at compile time in LINQ. DOT NET framework languages like C# a...
Deferred vs Immediate Query Execution in LINQ
Deferred vs Immediate Query Execution in LINQ
There are two execution behaviours in LINQ namely Deferred and Immediate.
Deferred Execution : In this type query execution does not take place at time of declaration ra...
Create a Radar view in android
Hello All,
Looking to create a view like radar in android.
Step 1:- Find the java file along this blog and add it to your project.
Step 2: In your xml use this class to create view.
<com.example.RadarView
android:id="@+i...
Access all links simultaneously and checks whether links are working or not present within the Web page
Dear user,
In the last blog, I wrote about how to access links using exact match and partial match in a web page through selenium web driver.
Now in this blog, I will guide you about how to access all links present with-in the page are work...
Understanding Single, SingleOrDefault, First and FirstOrDefault
There are element operators provided by LINQ which are capable of returning single or specific element from a collection. These element operators can be defined as follows :-
Single : This element operator is capable of returning ...
Token Based Authentication using Postman as Client and Web API 2 as Server
When we are going to develop a web application which contains restricted resources then we have major issue related to authentication and authorization for accessing those restricted resources. We all know the concept of cookie based authen...
Entrepreneurship: 07 Battle / Survival Lessons Every Business Startup Needs
A former Microsoft CTO and a co-founder of an intellectual property licensing firm Nathan Myhrvold has once said:
‘Business is war! Its leaders are strategic commanders, who boldly snatch victory from the jaws of defeat - and who perform...
How to create Contextual action mode over toolbar using recycler view in android?
While creating list on a recycler view we need more functionality like delete, copy and more. Like our popular apps what's app, gmail and hike we found toolbar in action mode if we long press list items on that, same UI with functionality we ...
How to access Links and tables using partial match in selenium web driver
Dear user,
In the last blog, I had explained, how we can access link using exact match, and now in this blog, I will guide you about how to access link using partial match in selenium web driver.
Partial Match:
We access links ...
jQuery CDN
CDN is Content Delivery Network which is fundamentally an extensive conveyed arrangement of servers which sent in various server centers over the web. It helps in reducing load time of a page by offering documents at a higher data trans...
SQL Injection Attacks
SQL Injection Attacks
The sensitive information in database of an organization can be stolen through sql injection attack by hackers. These attacks are often referred to as front end attack which takes place due to inapprop...
Deadlock in C# Threading
A deadlock is state in which an application locks up because of the multiple processes are waiting for each other to finish. Basically, this situation takes place in multithreading software in which a shared resource is used by first thread and s...
How to open hyperlink text in webview/browser in a android app
Suppose in out text/paragraph of textview, some words are clickable or hyperlinked. In case you have a task to open those hyperlinked text in a webview of any browser you have to use SpannableStringBuilder. Below code with details will help you t...
$mdToast in angular material
In angular material,If you want to display any unobtrusive alert on your GUI part to the users,then it provides Toast for designers. Toast is a term which is used to show alert in angular material and we use $mdToast service to display these toas...
Count Steps in Android
We can count steps in Android by using two sensors i.e. TYPE_STEP_COUNTER and TYPE_STEP_DETECTOR.
These two sensors were introduced in API level 19.
TYPE_STEP_COUNTER:- This sensor returns number of steps taken by the user since l...
Customise Progress Bar
To make the layout interactive and to look good, we need to modify the default of certain widgets. Here is the simple customisation of the progress bar:-
Step 1:- Create a drawable xml say customised_progress.xml
<?xml version="1.0" e...
Gridview Inside the GridView as its item
There are certain conditions when you need to use nested gridview or gridview as an item of parent gridview.
Step 1:- Create an xml file.
A) xml that contain the parent_gridview_item.xml
<GridView
android:id="@+i...
justify text in android using webview
Android does not support justification of text,but we can achieve this using loading the text in WebView.
String youtContentStr = String.valueOf(Html
.fromHtml("<