
Search In
Here is a new simple and easy option for making network requests. In comparison to volley this one is bit fast following is the test result that depicts the same.
This awesome library is Retrofit multiple versions are available as the developme
Methods for Usability Testing
There are two Methods accessible to do Usability testing-
Laboratory Usability Testing
Remote Usability Testing
Laboratory Usability Testing:- This testing is directed in a different lab room in vicinity of the s
Managing Date and Time in ActionScript is done using the DATE class. The Date class in actionscript provides you the information of date as well as the time. The Date function has a great importance in actionscript. For example if we want to calculat
Pseudo Classes:
Pseudo - Classes are dynamic and are used to style the content as a result user interaction. Pseudo- class starts with a colon(:).
For E.g: :hover, :active, :focus.
:hover - This class changes the color of an element when the user
Software Testing is procedure of verifying and validating the product or application/software and checks whether it is functioning as expected. The expectation/intent is to discover bugs and enhance/improve the item quality. There are two approaches
CTE:Common Table Expressions
1)CTE's replace subqueries i.e they are result of complex queries so can be defined as temporary resultset.
2)CTE's are mainly used for recursive programming.
3)The lifetime of CTE's is the individual query it live in
Here is the blog which describes that how you can play around with path & patterns. This feature helps you to fill any pattern along the desired path, it is however semi hidden. Below are the simple steps:
1.Select the Pen tool(P)and create a pa
STEP I- Website Optimization
(One Time Effort During Development)
Enhancing technical aspects of website (On-site) is the first SEO move. Your focus should be to optimize your website for high user friendly experience and make it readily availab
Left Join:
Left Join is used to join two tables and it return all rows from table 1 and matching rows from table 2. The result is NULL for unmatched rows for table 2. Left Join keyword is used to apply Left Join on two tables.
Syntax for Left Join:
Right Join:
Right Join is used to join two tables and it return all rows from right table(table 2) and matching rows from table 1(left table). The result is NULL for unmatched rows for table 1(left table). Right Join keyword is used to apply Right J
