World Of Information Technology
Showing posts with label
JavaScript
.
Show all posts
Showing posts with label
JavaScript
.
Show all posts
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...
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...
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...
AngularJS : Difference between Factory and Service
›
The main purpose of AngularJS service / factory function is to generate a single object or function that represents the ...
AngularJS : Change Title of Page According to Route
›
AngularJS is used to build single page web applications. So even if you change route i.e. route from one template to ano...
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...
AngularJS : Basic Information
›
The basic information of AngularJS is given in the form of Questions and their respective Answers are as follows...
Instructions For Adding Chitika Ad Code To Site Hosted On Blogger
›
Here are simple step-by-step instructions for adding your Chitika ad code to your site hosted on Blogger. ...
AngularJS : Prerequisites, Libraries And Frameworks, Goals And Advantages
›
Prerequisite For Learning AngularJS ? For learning AngularJS, it is sufficient to know only some basic ...
AngularJS : Model-View-Controller Architecture And Different Ways of Writing Code
›
What is Model-View-Controller (MVC) Architecture ? Model-View-Controller (MVC) is one of the software architectural patt...
AngularJS : Introduction, History, Single Page Application
›
AngularJS Intoduction : AngularJS is an open-source web application framework , maintained by Google and com...
Iphone's Iframe Height = 100% Then After Refreshing Page Iframe Height Increases Automatically
›
Many of us solving issues related iphones, This is one of the issue that found in my practises. I want to show iframe on a page...
Iphone Shows Same Height And Width Of Window Screen Even After Changing Orientation
›
In this post, we will see one of the secret of Iphone i.e. Iphone shows same height and width of window screen even after chang...
›
Home
View web version