Chris West's Blog

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

JavaScript, Math, and much more.

Blog

Quick Excel Tip – Quickly Select Cells In A Range

One of the things that I still find funny is when I ask a user to select all of the values in a column (not the column itself) and then user starts from the top and drags the selection until Read more…

By Chris West, 14 years ago September 28, 2011
Blog

Minifying Your JavaScript Code

One of the things that many people try their best to do when deploying their JavaScript code to production, is use a minified version of the code. By that, I mean, remove the unnecessary white-space, extra symbols, and shorten the Read more…

By Chris West, 14 years ago September 26, 2011
Blog

PostgreSQL – Elapsed Years

One of the things that I had to do recently was develop an example iReport which would exemplify how to achieve optional variables solely through the Java code within the JRXML file. My example consisted of creating a query that Read more…

By Chris West, 14 years ago September 19, 2011
Blog

JavaScript – Binding To A Function

ECMAScript 5 has introduced the new Function.prototype.bind() function which not only gives you the ability to natively bind a primitive or object to a function and also curry data for the function. Unfortunately, up to this point, nobody has written Read more…

By Chris West, 14 years ago August 12, 2011
Blog

JavaScript – Prototype’s delay() Function

One of the nice prototype functions available in the Prototype JS library is Function.prototype.delay(). The reason this is a great function is the fact that it actually allows you to call a function after a certain amount of time with Read more…

By Chris West, 14 years ago August 11, 2011
Blog

Camel Case In JavaScript

Almost a month ago, I posted about creating a camel case function in VBScript. Now I think it is time to see a simple way to implement this function in JavaScript: Believe it or not, that is all the code Read more…

By Chris West, 14 years ago August 10, 2011
Blog

IE7 JavaScript Instruction Limit

Have you ever wondered why so many people hate Microsoft? For instance, people are always talking badly about the workarounds that you have to do in order to make things work in Internet Explorer. For me, when first starting developing Read more…

By Chris West, 14 years ago August 9, 2011
Blog

Parsing A Name In JavaScript

Usually, when people first start dealing with user input, they have to parse information such as a person’s name. I know I have had to do this at some point in almost every language that I have programmed in. One Read more…

By Chris West, 14 years ago August 3, 2011
Blog

JavaScript – isPrimitive() Function

As I was improving the next version of jPaq, I realized that another simple type checking function that I need is one that will indicate whether or not the specified argument is a primitive. believe it or not, the code Read more…

By Chris West, 14 years ago August 2, 2011
Blog

Backup & Restore Objects in JavaScript

As I was thinking about the swap() function that jQuery uses internally, I thought some people may also find a backup() function and restore() function useful. For instance, you may get tired of worrying about using the var keyword inside Read more…

By Chris West, 14 years ago July 29, 2011

Posts navigation

Previous 1 … 29 30 31 … 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