
Search In
With the help of HTML table, we can arrange the data in a proper format. HTML table consist of rows and columns.we use various tags for creating HTML table.
Tags used for creating HTML table:-
Table :- This is the very first tag for creating HTML
What is grid system ?
→ Grid usage to guide design and page layout is in practice for around 100 years now
→ Rationalism and New Objectivity came into picture in 1910s and 1920s due to ornamental design
→ This shift in design was responsible for
Drupal Views Related Top 10 Modules
Views Bulk Operations (VBO)
Allow bulk operations to be run on the displayed rows
Views Table Highlighter
Aloow to highlight certain views table rows based on PHP code
Better Exposed Filt
There are two storage session storage and local storage in the new web storage API in html5.
HTML local storage contains two objects for storing data on the browser:
window.localStorage - stores data with no expiration date
window.sessionStorage -
We all know about the jquery Ajax which is a most popular and widely used methods to make server side calls from client side. ASP.NET provides an easier approach to make server side calls from client side using Page Methods.
Below is the demonstra
ASP.NET has a pool of threads to service incoming requests. Once a new request is received a new thread is picked from the thread pool to service this request and this thread cannot serve any other request until the current request gets completed.
JavaScript parseFloat() function : The parseFloat() function is used to get the floating point number from a passed string. It first parse the string and then return the number as a decimal number.
Syntax of parseFloat() function :
parseFloat(para
Following are different Challenges in Mobile testing:-
1.There are many different Mobile platforms - IOS, Android, Windows, BB
2.Further different versions of these operating systems
3.Many different screen resolutions
4.Different CPU configurations
History go() method : The history object has the go() method which is used to load page from the browser history. You can choose specific url or index of the previous or next browsed page.
Syntax of the go() method :
history.go(number|URL)
num
Basic ideas behind dynamic theming
In addition to creating templates that are displayed conditionally, the Drupal also provide us to apply CSS for specific conditions on any given page.
$classes this variable aid dynamic CSS styling. Conditional
