mwilliams

4,073
Reputation
233 views

Registered User

Name mwilliams
Member for 1 year
Seen Oct 27 at 1:49
Website
Location Space Coast, FL
Age 25
Rails developer. OSX & Linux enthusiast.
Nov
18
awarded  Self-Learner
Nov
9
awarded  Notable Question
Oct
22
comment Modifying a custom defun to not conflict with Magit
Thank you and thanks your contributions!
Oct
22
asked Modifying a custom defun to not conflict with Magit
Oct
19
comment The single most useful Emacs feature
I editing to what I believe is the correct link that I found on his site.
Oct
19
revised The single most useful Emacs feature
Fixed the dead link
Oct
16
answered I’ve never used ido mode. Do I want to?
Oct
16
comment Getting Emacs to respect my default shell + options
Awesome, method #2 worked like a charm! Thanks!
Oct
14
asked Getting Emacs to respect my default shell + options
Oct
10
comment Force Javascript function call to wait until previous one is finished
I was able to utilize the callback to avoid the toe stepping; thanks!
Oct
9
comment Force Javascript function call to wait until previous one is finished
Getting closer. I tried your first example and makeRequest with shopping isn't called. I can toss an alert and it's not getting triggered either
Oct
9
comment Force Javascript function call to wait until previous one is finished
Yes, you're correct. Is there anything I can do?
Oct
9
asked Force Javascript function call to wait until previous one is finished
Oct
9
comment How to best utilize jQuery to programmatically generate HTML elements
I updated my question with how my method is being called; which might be able to be refactored as well.
Oct
9
revised How to best utilize jQuery to programmatically generate HTML elements
added 410 characters in body
Oct
9
comment How to best utilize jQuery to programmatically generate HTML elements
I'm throwing an error: "ReferenceError: Can't find variable: $". And yeah, I thought about that too, just concatenating a long string.
Oct
9
asked How to best utilize jQuery to programmatically generate HTML elements
Oct
3
accepted Migrate from rails 2.1.1 to 2.2.2
Oct
1
awarded  Yearling
Sep
19
comment Reverse engineering a statistics data file from my insulin pump controller
Nope, unfortunately not. Just a few strings when viewing with a hex editor or just a plain text editor. I also couldn't find many repeatable patterns. My best guess is because it's somewhat personal data, it's encrypted in one way or another so only their software can display it.
Sep
15
accepted Version control “in the clouds”
Sep
14
comment Using will_paginate without :total_entries to improve a lengthy query
Thanks for answer. Nice and simplistic and I looked way beyond such a simple solution. Most of my implementation is in place and seems much better already. Though I'm having issues with the next/previous buttons, but I'll get it hammered out soon enough. Thanks again!
Sep
14
comment Using will_paginate without :total_entries to improve a lengthy query
Thanks for the idea. I'm going to hack away and see what I can come up with. I've got some lengthy custom SQL queries to deal with but I think I should be able to get them worked into solution and get an idea on how performance will be. Thanks!
Sep
14
accepted uninitialized constant Twitter::OAuth - Overlooking a require somewhere?
Sep
14
asked Using will_paginate without :total_entries to improve a lengthy query
Sep
13
accepted Step through Ruby code at runtime on OS X
Sep
13
answered Step through Ruby code at runtime on OS X
Sep
8
awarded  Popular Question
Aug
19
answered Execute commands from external file in Rails
Aug
14
comment Traversing to a specific child element with Prototype
Thanks! I knew it was simple (and it makes complete sense looking at it). I really need to get up to speed with JS and finding what I need in the docs.
Aug
14
asked Traversing to a specific child element with Prototype
Aug
11
awarded  Nice Question
Aug
9
comment Emacs exercises to become more comfortable and familiar with the editor itself as well as Lisp?
Thanks for this link, it's been pretty helpful already, especially using the Lisp interactive mode and its keybindings. Great stuff!
Aug
9
asked Emacs exercises to become more comfortable and familiar with the editor itself as well as Lisp?
Aug
4
revised Force any HREF in an IFrame to use its parent as the target
Adding the final solution.
Aug
4
comment Force any HREF in an IFrame to use its parent as the target
Ahhhh ok, I can't keep up with your edits :) Will give this a shot... Thanks!
Aug
4
comment Force any HREF in an IFrame to use its parent as the target
Pardon my ignorance and lack of Javacript-fu, but given this chunk of code, it appears it's building an IFrame and the content inside it, correct? Where does the forcing of the target on HREF's come into play. Your answer before you edited made a little more sense to me.
Aug
4
asked Force any HREF in an IFrame to use its parent as the target
Aug
2
answered How do I byte-compile everything in my .emacs.d directory?
Jul
24
revised Programming texts and reference material for my Kindle DX, creating the ultimate reference device?
Adding link to a blog post with Kindle DX technical reference photos
Jul
15
asked How to make HTML written by users on a site, not conflict with the site’s stylesheets?
Jul
9
comment Carbon vs. Aqua vs. Cocoa Emacs builds
And with this being said, with the Cocoa build being officially bundled with Emacs 23, it's a safe bet that if I work up a nice config, it should be portable amongst other builds of Emacs, correct?
Jul
9
comment Carbon vs. Aqua vs. Cocoa Emacs builds
Thanks for this! Extremely insightful!
Jul
8
asked Carbon vs. Aqua vs. Cocoa Emacs builds
Jul
5
answered Problem with XML and HTTParty
Jul
1
answered Consuming non-REST APIs in Rails with ActiveResource
Jun
26
comment Using a duration field in a Rails model
I never did consider using seconds, doh! Thanks for the tip!
Jun
26
asked Using a duration field in a Rails model
Jun
26
awarded  
Jun
19
accepted How can I run a Rake task as a Windows “scheduled task”?