Kristopher
Member since Jan 11, 2010
- Profile: /members/5142-kristopher.htm
- URL: http://www.google.com/profiles/104103328103024260781
- Comments: 17
Recent Blog Comments By Kristopher
-
Defining Function And Callback Interfaces In TypeScript
Posted on Jan 26, 2017 at 8:37 AM
I think your tl;dr was the last sentence's paragraph. Am I reading that right? Was the point of this blog post to say, "Don't use the lambda syntax with interface constructs so that they can be exportable to other modules?" Might I ask where you are using TypeScript currently? I'm interes... read more »
-
Fixing The Dropdown / Type-Ahead Menu In Amazon's Kibana / ELK Stack
Posted on Sep 21, 2016 at 9:49 AM
Some browsers have the ability to run user scripts à la Greasemonkey/Tampermonkey et al.... read more »
-
Maintaining JavaScript Date Values During Deserialization With A JSON Reviver
Posted on Jun 29, 2016 at 8:42 PM
Okay that's pretty awesome. I had the same " you mean to say...?!" moment. Why didn't they just make the deserializer handle dates properly if it had this ability already??... read more »
-
Selecting The Closest Parent On Multiple Nodes With The jQuery Plugin ClosestParents()
Posted on Feb 15, 2010 at 9:35 AM
What a great idea. This needed to be done!... read more »
-
jQuery Custom Selector Execution Exploration
Posted on Jan 19, 2010 at 1:08 PM
Ben: We do a weekly showcase of any new, interesting stuff to show our group. This week I will be doing a modified presentation of the information in this post (as well as turning some folks on to your site :) This is great stuff and really important when you are going for performant code. Thanks f... read more »
-
Invoking A ColdFusion Function With A Closure-Like CALLER-Based Variable Binding
Posted on Jan 14, 2010 at 12:20 PM
I know about as much ColdFusion as a mitochondria, but I wonder that this looks like standard OOP. The scope of your variables remain in effect until and unless you trash them or step outside of the closure. Is this something not normally found in ColdFusion? Did I miss something....?... read more »
-
Ben Nadel Will Make You Code - Thanks Dave Dugdale!
Posted on Jan 13, 2010 at 3:38 PM
Holy crap! How many points does he get for that?!... read more »
-
Creating A Sometimes-Fixed-Position Element With jQuery
Posted on Jan 12, 2010 at 12:02 PM
I almost wanna say that this can be done with a div and CSS....YES! Just looked it up. The operative CSS code is 'position:fixed.' One of my favorite things to do with Excel is to freeze the header row so that it is always visible. I recorded a macro and set it to a button for this reason It's somet... read more »
-
Embedding Secret Messages In An Image Using ColdFusion
Posted on Jan 11, 2010 at 1:33 PM
Ben, As I was sitting here reviewing your code I found myself wondering how to do something similar. I imagined doing something along these lines: As you type each letter it is simply replaced with a single pixel of color. So if you type the letter 'a' it would map to a blue pixel (or perhaps a gree... read more »
-
Creating A Bidirectional Infinite Scroll Page With jQuery And ColdFusion
Posted on Jan 11, 2010 at 1:15 PM
I like this approach. It reminds me of those Firefox and Chrome extensions that auto-paginate. The next 'chunk' of content is appended to the bottom of the page. They don't remove in the other direction, though. As an aside, I always have wished that the Google search results page would do this. I... read more »
-
jQuery Events: MouseOver / MouseOut vs. MouseEnter / MouseLeave
Posted on Jan 11, 2010 at 10:34 AM
Ben, What is this source reference: src="jquery-1.4a2.js" ? What version of jQuery is that?... read more »
-
Thoughts About Salaries And Raises As Motivated By Daniel Pink's Book, Drive
Posted on Jan 11, 2010 at 9:04 AM
Ben, I found your site while looking up jQuery info. You write very well and I look forward to going through your archive and future installments in your thinking process/blog. I also have begun to follow your Twitter account. (Do you feel like a bundle of money with googlie-eyes is watching you now... read more »