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

Category: 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

Allow Only Numbers in Textbox

Steve Hardie

Sometimes we need the user to enter only numbers in a text field, so I have found a small piece…

Continue Reading →

Posted in: JavaScript, Programming

Character Code List (Char Code)

September 10, 2009 Steve Hardie

ASCII and HTML code table # Symbol HTML Code | # Symbol HTML Code 32 [Space]   | 143 …

Continue Reading →

Posted in: JavaScript, Programming

Search

Categories

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

Tags

.NET Access Active Directory Asterisk Aviation Certificate Cisco Cyber Security Data Database E-Mail exchange File Size GoDaddy How To IGEL Intune JavaScript jquery Little Bay microsoft Milroy Ave MSSQL Network Novell Office Outlook power shell SBS 2011 server 2008 SQL SSL T-SQL Thin Client troubleshoot Troubleshooting ts VB.NET VFR Flight Video VPN win 7 windows win xp Workstation
Copyright © 2026 Steve Hardie