Chris West's Blog

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

JavaScript, Math, and much more.

Blog

Git – Bash Command-line Aliases

Just as at many other companies, at Monetate we use Github as our source control system. Recently I decided to dedicate some time to create some helpful aliases to save some time. Assuming that you create new branches all based Read more…

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

JavaScript – Polling

At times you may need to use a polling function in order to wait for an event before the rest of your code can fire. One way we can solve this is with a polling function: Let’s say that you Read more…

By Chris West, 12 years ago May 28, 2013
Blog

JavaScript – Modify URL Parameters

Recently I had to develop a solution which involved changing the HREF attributes of links in the navigation bar of a site. This had to be done on the JavaScript side because at my company we are the 3rd-party JavaScript Read more…

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

JavaScript – Substitution Groups & Functions

One of the things that I often end up doing is using JavaScript’s replace function with a regular expression and a callback function. Recently, though, I have been thinking about redeveloping an HTML application (HTA) that I made a long Read more…

By Chris West, 12 years ago May 2, 2013
Blog

JScript – File & Folder Chomper

I use to always work on Windows and at times it seemed that certain files just didn’t want to go to the recycling bin. For that reason I would always write a JScript which had the following code: When a Read more…

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

Batch Excel To CSV Converter Application

NEW NEW Excel to Text Converter The Excel to Text Converter is a newer version of the Batch Excel To CSV Converter Application which works on Windows & Mac. Check out the article here to find out more. I have Read more…

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

JavaScript – Get Window Size

At times you may want to get the size of the window. I don’t remember where I came across the original code, but I modified it and created the following function: As far as I can tell, this should work Read more…

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

JavaScript – Comparing & Sorting Strings with Numbers

Well before I had this site, I created a program which needed to order file names such as the following: Unfortunately, if you just use the normal {Array}.sort() without a callback function, the following will be the resulting order of Read more…

By Chris West, 12 years ago April 10, 2013
Blog

JavaScript – Prototypes, Private Data, & Safe Factories

So, after doing even more research on providing prototypal functions access to private data, I came across this article on the Safe Factory Pattern. It is actually similar to my Accessor Verification pattern that I recommended here on Monday. The Read more…

By Chris West, 12 years ago April 3, 2013
Blog

JavaScript – Prototypal Functions & Private Data

A while back many people responded to this post, helping me see that my solution for providing private data access to prototypal functions was incomplete. Since then, I had been playing around with some possible solutions in my head and Read more…

By Chris West, 12 years ago April 1, 2013

Posts navigation

Previous 1 … 16 17 18 … 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