Ryan McGeary

4,113
reputation
246 views

Registered User

name Ryan McGeary
member for 1 year
seen 1 hour ago
website
location Leesburg, VA
age 31

Summary: Experienced Web Application Designer and Developer. Visionary Entrepreneur. Creative. Motivated. Versatile. Leads by example.

Specialties: Finding simplicity in complex problems. Solving problems that matter; ignoring those that don't. Web application design and development.

EmacsBlog.org Co-Author
My Working with Rails Profile
My LinkedIn Profile
My GitHub Projects
My claimID Page
Follow Me on Twitter

3h
comment Fan count for a Facebook Fan Page
Sweet, my first Tumbleweed badge.
11h
awarded  Tumbleweed
23h
revised How much should Software Engineer with three years of experience be making?
edited body
23h
comment Twitter List Membership Count Per User
Sneakyness, Agreed, that is worth mentioning, but "close-enough" values are okay for this particular task.
23h
answered How much should Software Engineer with three years of experience be making?
23h
revised Twitter List Membership Count Per User
edited tags
23h
accepted Twitter List Membership Count Per User
1d
revised Twitter List Membership Count Per User
nokogiri ftw
1d
revised Twitter List Membership Count Per User
added 10 characters in body
1d
revised How can I make a redirect page In jQuery?
added 41 characters in body
1d
comment Twitter List Membership Count Per User
...but, unfortunately, this might be the only direct way for now. Still deserving of an upvote.
1d
answered Twitter List Membership Count Per User
1d
comment Twitter List Membership Count Per User
Brittle. Relying on the username is brittle. Having dealt with several other twitter apps, people do change their usernames. Accessing data via user_ids works better. Relying on the twitter page layout is brittle; the xpath query is brittle. It'd be safer to use //*[@id="lists_count"]. Lastly, authentication isn't necessary for this, but we use OAuth (not user/password) anyway.
Dec
15
asked Twitter List Membership Count Per User
Dec
13
revised Ruby: “in `<=’: comparison of Fixnum with Array failed (ArgumentError)”
proper markdown formatting
Dec
12
revised Creating picture gallery
spelling
Dec
12
comment what does CSS3 and HTML5 have in common?
BalusC, Because, ironically, some organizations allow employees to install IE plugins as opposed to switch to another browser. In principal, I agree with you though.
Dec
12
answered what does CSS3 and HTML5 have in common?
Dec
11
comment Capistrano: deploy.rb file refactoring
Roger, more details added about capistrano's specifics.
Dec
11
revised Capistrano: deploy.rb file refactoring
added 284 characters in body
Dec
11
revised Capistrano: deploy.rb file refactoring
edited tags
Dec
11
answered Capistrano: deploy.rb file refactoring
Dec
11
asked Fan count for a Facebook Fan Page
Dec
11
answered format text_field helper?
Dec
4
answered What to learn after PHP? Scala or Clojure?
Dec
4
answered How many times was a Ruby gem installed via `gem install` or `gem update`
Dec
2
accepted How many people were involved in a project? Based on Revision Control System
Dec
1
awarded  Nice Answer
Nov
30
revised How many people were involved in a project? Based on Revision Control System
deleted 3 characters in body
Nov
28
answered How many people were involved in a project? Based on Revision Control System
Nov
28
accepted has_many in Rails uses a JOIN
Nov
28
answered has_many in Rails uses a JOIN
Nov
28
comment jQuery queue messages
dominik, You don't have to chain everything after document load. You can chain everything after the text of the message is changed.
Nov
27
answered jQuery queue messages
Nov
25
revised time_ago_in_words and localize
edited tags
Nov
25
answered time_ago_in_words and localize
Nov
23
accepted has_many :through breaks upon find_or_initialize_by
Nov
23
comment JQuery on Google JSON fails with Error 405?
What exact JSON resource are you trying to access? Please include a code snippet of what you've already tried.
Nov
17
revised Most compact way to compare three objects for equality using Java?
added 2 characters in body
Nov
17
comment Most compact way to compare three objects for equality using Java?
Don, I agree with that.
Nov
17
revised Most compact way to compare three objects for equality using Java?
added 162 characters in body
Nov
17
comment css columns shrinking 100% pixel value
Put the background on the <body> tag or some other outer div.
Nov
17
comment Using Git in a TFS shop
git-svn is a a great thing, but it should only be used as a temporary solution or for one-offs. It was also a smart and necessary marketing ploy to make it easy to switch to git from svn (the prominent VCS). If you write a git-tfs and make it widely available, that's one thing; otherwise it's a waste of time and resources for just one shop.
Nov
16
comment Ruby: Problem using passenger
What version of rails?
Nov
16
comment Ruby: Problem using passenger
Understood, see my other answer attempt.
Nov
16
answered Ruby: Problem using passenger
Nov
16
answered css columns shrinking 100% pixel value
Nov
16
revised Ruby: Problem using passenger
added 7 characters in body
Nov
16
revised Ruby: Problem using passenger
typo
Nov
16
comment Ruby: Problem using passenger
"...even though I configured everything correctly." Not quite.