World Of Information Technology
Showing posts with label
HTML
.
Show all posts
Showing posts with label
HTML
.
Show all posts
Simple Way of Creating RSS Feeds for Bloggers, Wordpress and Websites
›
RSS stands for Really Simple Syndication or it's sometimes referred to as Rich Site Summary ....
Simple Vertical Navigation Bar For Websites
›
In this article, we will create simple vertical navigation bar for websites. Suppose our website having following...
Useful SEO Terms For Websites & Blogs
›
Search Engine Optimization (SEO) is the very important thing to get more traffic towards our websites or blogs. SEO...
Submenu cut-off problem in custom Drop down Menu bar of Blogger Template
›
Actually, I was faced this problem while adding drop down menu bar in blogger. I was googled but I was not found any solution. ...
Minify CSS and JS file using Visual Studio 2012
›
Before going on our main topic we have to discuss about one of the Dot Net feature i.e. Microsoft’s Web Optimization Framewo...
C-Sharp Code to Check if Internet Connection is Available or Not
›
In some of our applications it is necessary to connect to Internet. So before connecting to Internet it is necessary to check...
Difference between GET and POST Methods
›
In this article, we will discuss about difference between GET and POST Methods. So that it will usefull in your apllications. ...
How To Create Best Tooltip Only Using HTML & CSS
›
Tooltip is used to describe information about anything which may on HTML pages. It is possible to create tooltip to show info...
Remove or Replace Line Breaks using JavaScript
›
In web applications, whenever we add any textarea tag on the form to get some text from user. In textarea, user can write on ne...
List of HTML5 Inline Elements
›
In this tutorial, we will discuss about one of the type of HTML5 elements i.e Inline elements. As in one of the article, we ...
List of HTML5 Block Level Elements
›
In this tutorial, we will discuss about one of the type of HTML5 elements i.e block level elements in HTML5. As in one of th...
Difference between Library and Framework
›
A Library and a Framework are a set of classes, modules and/or code (depending on the programming language) that can be used ...
What is the Use of "Use Strict" in JavaScript?
›
"use strict"; It is an literal expression. The purpose of "use strict" is to indicate that the JavaScript code ...
Dynamically Create and Download HTML or Text File using JavaScript
›
Sometimes we need to create html/text file using content from text box and download that file using JavaScript. This post exp...
How to show Google Adsense Ads on Mobile Blogger
›
In this post, you will learn to show Google adsense ads on mobile site of blogger. Whenever we add ads on blogger, then by def...
What is the Document Object Model?
›
The Document Object Model (DOM) is an Application Programming Interface (API) that gives programmers and developers a way o...
Installation of npm and Introduction to Browserify
›
Browserify is a development tool that use node.js-style modules means CommonJS module system for frontend JavaScript developm...
How to Prevent Default Behavior of Anchor Tag using JavaScript and jQuery
›
Many times we need to use anchor tag in html coding. For anchor tag we assign href attribute with URL. So that whenever user cl...
Get Current URL at Client Side Using JavaScript and jQuery
›
Sometimes it is necessary to know current URL, so that we will perform different operations on that or use that URL for various...
Difference between LocalStorage, SessionStorage, Session and Cookie
›
localStorage, sessionStorage, session and cookie all these storage mechanisms will be specific to an individual browser on an i...
›
Home
View web version