Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Table in HTML

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 ?

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

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

Web Storage in HTML5

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 -

Call Server Side Methods Using Page Method

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

Using async with ASP.NET MVC 5

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.

parseFloat() function in JavaScript

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

Mobile Testing - What are the Challenges in Mobile Testing?

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

How to load page from the browser history ?

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

Creating dynamic CSS styling

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

1 475 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: