Menu
Assault By Logic
Search
Explore
Search
Assault By Logic

John Steinmetz

Assault By Logic
  • Posted in
    • JavaScript
    • Tools

List of useful Javascript Libraries

  • Posted byby jsteinmetz
  • August 16, 2013
  • 0 Comments
  • 1 minute read

Here is a great list of libraries that can be used in applications. http://coding.smashingmagazine.com/2009/03/02/40-stand-alone-javascript-libraries-for-specific-purposes/

Here is a great list of libraries that can be used in applications.
http://coding.smashingmagazine.com/2009/03/02/40-stand-alone-javascript-libraries-for-specific-purposes/

  • javascript

Post navigation

previous post

Responsive iFrames

next post

5 things every account manager should know about development

  • Posted in
    • JavaScript

JavaScript based conditionals for scripts and content

  • Posted byby jsteinmetz
  • February 12, 2013
  • 1 minute read
  • 0 Comments

This little script wields a lot of power. The ability to control scripts and content is possible based on browser and other user attributes. There are so many uses for…

  • Posted in
    • JavaScript

Prototyping function to add commas to numbers

  • Posted byby jsteinmetz
  • February 5, 2013
  • 1 minute read
  • 0 Comments

Thanks to my predecessor Mike Grace for this helpful little script. It extends javascript to add the correct comma places to any number. Number.prototype.addCommas = function() { var nStr =…

  • Posted in
    • JQuery

UNIX Timestamps and FLOT (using date.js)

  • Posted byby jsteinmetz
  • February 5, 2013
  • 1 minute read
  • 0 Comments

Implementing FLOT charting into a project is easy and very customizable. Ive been using FLOT for a while and you can extend it to do just about anything you need…

  • John Steinmetz