Skip to content
SteveHardie.com Logo
Steve Hardie
Its Me. Online.
  • Home
  • About
  • Categories
    • Aviation
    • How To
    • Microsoft
    • Programming

Tag: JavaScript

How To: Animate background color change with jQuery

August 4, 2013 Steve Hardie 2 Comments

This article will show briefly guide you through how to smoothly animate a background color change using jQuery. jQuery Version:…

Continue Reading →

Posted in: How To, JavaScript Filed under: How To, JavaScript, jquery

Javascript: Formatting Numbers

February 3, 2011 Steve Hardie

When rounding decimals, there are some built-in javascript functions that can help you with the basics var num = 10;…

Continue Reading →

Posted in: JavaScript Filed under: JavaScript

JavaScript: Add an Image Rotator to your Web Site

October 7, 2010 Steve Hardie

Here is a quick and simple way to add a fading image rotator to your website, using CSS and JavaScript…

Continue Reading →

Posted in: JavaScript Filed under: JavaScript, jquery

Javascript: How to use ASP.NET Forms Validation from Javascript

June 24, 2010 Steve Hardie 1 Comment

ASP.NET has a Page.Validate() method that is used to programatically validate an ASP.NET Form, however, Page.Validate() is a server side…

Continue Reading →

Posted in: .NET, JavaScript Filed under: .NET, ASP.NET, JavaScript

Javascript: Popup Windows

March 3, 2010 Steve Hardie

This post shows you how to create a basic popup window using Java Script as well as a reference list…

Continue Reading →

Posted in: JavaScript Filed under: How To, JavaScript

Javascript: Adding an element to HTML Document

November 13, 2009 Steve Hardie

Create and append a HTML element dynamically using javascript. var divTag = document.createElement(“div”); divTag.id = “divID”; divTag.setAttribute(“align”,”center”); divTag.style.margin = “0px…

Continue Reading →

Posted in: JavaScript Filed under: JavaScript

Javascript: Scroll window to an anchor tag or any element

October 31, 2009 Steve Hardie 1 Comment

You may want to direct the browser view to a particular part of your page, either when the page is…

Continue Reading →

Posted in: JavaScript Filed under: JavaScript

What is the JavaScript equivalents for Chr() and Asc()

September 18, 2009 Steve Hardie

Use:  String.fromCharCode(charCode) e.g: var str1=String.fromCharCode(65) will return “A” charCodeAt(index) returns the char code for the character at a given index…

Continue Reading →

Posted in: JavaScript Filed under: Asc, ASCII, Chr, fromCharCode, JavaScript

Search

Categories

  • .NET
  • Aviation
  • Cisco
  • Cyber Security
  • Data
  • Exchange
  • Featured Articles
  • How To
  • Intune
  • JavaScript
  • Microsoft
  • Other
  • Powershell
  • Programming
  • Uncategorized

Tags

.NET Active Directory Asc ASCII ASP.NET Asterisk Aviation Chr Cisco Data E-Mail exchange File Size fromCharCode How To HP iinet ISO ISO 639 JavaScript jquery Language Little Bay microsoft Milroy Ave MSA 2012fc MSSQL Network Outlook Photoshop power shell RegEx SBS 2011 server 2008 SQL T-SQL Time Lapse troubleshoot Troubleshooting VB.NET VFR Flight Video VPN windows win xp
Copyright © 2025 Steve Hardie