Chris West's Blog

  • Home
  • Site Search
  • About Me
  •  YourJS
  • Search for:

JavaScript, Math, and much more.

Blog

JavaScript – Creating A JS Library with Optional Prototypes

One thing that I started working on last year, but unfortunately never released, was a version of jPaq which provides the ability to pick whether or not prototypal functions are created. The reason I started working on this was to Read more…

By Chris West, 12 years ago January 3, 2014
Blog

JavaScript – Indenting Text

One thing I needed to do recently was indent a series of strings with a variable number of tabs or spaces. Thusly, I decided to create the following function which can be used by anyone that would need such a Read more…

By Chris West, 12 years ago January 2, 2014
Blog

JavaScript – Range Array Function

A cool function that exists in Python is the range function which actually creates a list of numbers within the specified range. Once again, since I love JavaScript, here a quick imitation of this function: Of course, this is probably Read more…

By Chris West, 12 years ago December 16, 2013
Blog

JavaScript – Better Array Builder

Yesterday I wrote this post about a way to loosely imitate having array comprehensions in JavaScript. After thinking about it a bit more, I thought it would be best to change the function to be more like this: I wanted Read more…

By Chris West, 12 years ago December 13, 2013
Blog

JavaScript – Pseudo Array Comprehensions

In my job I have recently switched over to primarily coding in Python and I am loving the change. One thing that I find interesting is list comprehensions. Still, since my first love is JavaScript, I wanted to be able Read more…

By Chris West, 12 years ago December 12, 2013
Blog

Chrome Extension – JavaScript Injector

Recently I have wanted to be able to inject JavaScript into pages that I visit for work purposes. At first I was using a bookmarks with JavaScript URLs to execute the code every time. Still, I wanted to have a Read more…

By Chris West, 12 years ago November 30, 2013
Blog

JavaScript – String.prototype.split Fix

In this post I proved that the String.prototype.split function can behave differently in IE8 and below than it does in other browsers. For that reason, I wrote the following code that will fix the issue so that split should work Read more…

By Chris West, 12 years ago November 21, 2013
Blog

JavaScript – Browser Differences When Splitting With RegExp

At times I use the String#split function in order to create an array from a string based on a RegExp delimiter. Unfortunately, today I realized that some browsers act differently than others. Let’s consider the following example: In most browsers, Read more…

By Chris West, 12 years ago November 19, 2013
Blog

Simple Linksys Router Internet Speed Issues Fix

I dont pretend to be a network analyst or administrator by profession, but I have had to setup in-home Linksys routers and one issue that I have had to overcome with each one is troubleshooting to determine the internet speed Read more…

By Chris West, 12 years ago November 11, 2013
Blog

JavaScript – Create Stylesheet

At times you may need to add a dynamically created stylesheet to a page via JavaScript. You can do just that with the following function: It is important to note that the above function simply create the STYLE tag with Read more…

By Chris West, 12 years ago November 7, 2013

Posts navigation

Previous 1 … 13 14 15 … 36 Next
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Archives
Categories
Blog (346) CSharp (1) Games (3) HTA (2) Java (5) JavaScript (220) JScript (149) Math (49) Microsoft Office (16) Movie Trailers (2) PHP (13) POW Answer (2) Problem of the Week (31) Python (15) Reporting (1) Salesforce (6) SQL (28) VBA (6) VBScript (8) Videos (10)
Tags
Apache (1) Apex (3) Array (37) Audio (2) Bash (3) Canvas (7) Chrome (3) CSS (12) CSS3 (2) Curry (1) Date (6) EcmaScript 6 (8) Encryption (2) Español (2) Excel (20) Function (136) GitHub (12) Hack (9) HTML (4) HTML5 (2) JasperReport (2) JasperServer (1) jPaq (35) JSON (2) JSONP (2) JW.org (5) Logic Puzzle (2) LWC (2) Mail Merge (1) Math (53) Network (1) OpenKM (2) PostgreSQL (27) Private Data (4) Problem of the Week (31) Prototype (41) Quirk (3) Recursion (10) Regular Expressions (22) String (62) SVN (1) Video (2) Wildcards (3) WScript (2) YourJS (18)
  • About Me
Hestia | Powered by WordPress