Skip to content

WhileIf Blog

Programming, Computers and Stuff

WhileIf Blog
Menu

Primary menu

  • Home
  • About

Tag Archives: webpage

JavaScript :: Page Redirection

Posted on July 19, 2020 by admin — No Comments ↓

What is Page Redirection ? You might have encountered a situation where you clicked a URL to reach a page X but internally you were directed to another page Y. It happens due to page redirection. This concept is different from JavaScript Continue reading JavaScript :: Page Redirection→

Posted in Javascript | Tagged definition, html, webpage | Leave a reply

JavaScript :: Handle Cookies

Posted on July 14, 2020 by admin — No Comments ↓

What are Cookies ? Web Browsers and Servers use HTTP protocol to communicate and HTTP is a stateless protocol. But for a commercial website, it is required to maintain session information among different pages. For example, one user registration ends Continue reading JavaScript :: Handle Cookies→

Posted in Javascript | Tagged definition, document, html, webpage | Leave a reply

JavaScript :: Events

Posted on July 10, 2020 by admin — No Comments ↓

What is an Event ? JavaScript’s interaction with HTML is handled through events that occur when the user or the browser manipulates a page. When the page loads, it is called an event. When the user clicks a button, that Continue reading JavaScript :: Events→

Posted in Javascript | Tagged code, definition, dom, events, html, standards, webpage | Leave a reply

JavaScript :: for…in loop

Posted on June 29, 2020 by admin — No Comments ↓

The for…in loop is used to loop through an object’s properties. As we have not discussed Objects yet, you may not feel comfortable with this loop. But once you understand how objects behave in JavaScript, you will find this loop very useful. Continue reading JavaScript :: for…in loop→

Posted in Javascript | Tagged definition, loop, object, webpage | Leave a reply

JavaScript :: For Loop

Posted on June 29, 2020 by admin — No Comments ↓

The ‘for‘ loop is the most compact form of looping. It includes the following three important parts − The loop initialization where we initialize our counter to a starting value. The initialization statement is executed before the loop begins. The test statement which will Continue reading JavaScript :: For Loop→

Posted in Javascript | Tagged definiton, html, iteration, loop, webpage | Leave a reply

Post navigation

← Older posts

Primary Sidebar Widget Area

Heat Tags

codecssdefinitionhtmljavascriptjquerylaravellinuxlinux mintMaverick MeerkatnewsOperating SystemsPHPprogrammingquotessoftwaretipsubuntuunixworpress

Top Posts & Pages

  • MacOS - Manage FileVault from command line
  • REGEX - Banking numbers validation
  • Kubuntu - How to Test Your Hard Disk Drive
  • Ubuntu Server - Configure ufw to nfs in alternative port
  • What is the difference between HTML and React event handling?
  • PHP - Read files/content/file details from a .zip archive, without extracting them
  • JQuery Mobile - Disable AJAX navigation for all links at once
  • CSS :: Overflow scroll gradient

Categories

  • Code
  • Command Line Tools
  • CSS
  • General Stuff
  • Hardware
  • Javascript
  • Manual/Reference
  • News
  • PHP
  • Quotes
  • Servers
  • Software
  • Tips
  • Uncategorized
  • Web Analytics
  • Wordpress

Blogroll

  • Android Developers Blog
  • Cats Who Code
  • Developer Blog
  • Planet MySql
  • Planet PHP
  • The Code Project
  • WordPress Planet

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 4 other subscribers

Member of The Internet Defense League

  • RSS - Posts
  • RSS - Comments

Follow me on Twitter

My Tweets
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Copyright © 2021 WhileIf Blog. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up