Mark A. Nicolosi

2,193
Reputation
167 views

Registered User

Name Mark A. Nicolosi
Member for 1 year
Seen yesterday
Website
Location Springfield, MO
Age 24
C#/.NET developer on Linux using Mono.
1d
accepted Relation Between 2 Controllers
1d
comment Relation Between 2 Controllers
Oops, missed a right paren in there.
1d
comment Relation Between 2 Controllers
That doesn't seem to answer his question and more simply you could do User.find(params[:user_id] or am I missing something?
1d
answered Relation Between 2 Controllers
Dec
2
awarded  Necromancer
Nov
19
awarded  Popular Question
Nov
13
comment Preventing reflow when using jQuery UI “size” effect
I actually like the effect where they all animate a few tenths of a second apart.
Nov
13
comment Preventing reflow when using jQuery UI “size” effect
Several answers were helpful (your included). I've been busy and put off this "shiny" feature, but these answers will definitely help when I include it. Thanks everybody!
Nov
6
comment Preventing reflow when using jQuery UI “size” effect
Yeah, not any noticable difference for me. Thanks.
Nov
6
comment Preventing reflow when using jQuery UI “size” effect
That example is awesome, I wish I could find something like it when I googled for about an hour. I'll play with that when I get home. Thanks!
Nov
4
revised Preventing reflow when using jQuery UI “size” effect
edited tags
Nov
4
asked Preventing reflow when using jQuery UI “size” effect
Oct
27
comment Git: Move recent commit to a new branch
Perfect, thanks.
Oct
27
asked Git: Move recent commit to a new branch
Oct
21
comment How to DRY this snippet of Ruby code?
+1, yours is much better than mine.
Oct
15
awarded  Citizen Patrol
Oct
3
comment Click event for div with two floated elements on IE6
Awww. Now I get it. Without setting display back to block it no longer looks right in Firefox. Thanks Ionut!
Oct
3
comment Click event for div with two floated elements on IE6
The CSS is a little messy (I'm using a lot of classes). Ionut G. Stan already solved my problem below, but not all of his CSS is necessary (in my case).
Oct
3
comment Click event for div with two floated elements on IE6
Cool, although only setting display: inline-block; was enough. I'll accept your answer if you fix it (I don't feel right accepting it if it's a little wrong). Up-vote in either case :)
Oct
3
revised Click event for div with two floated elements on IE6
code indenting
Oct
3
asked Click event for div with two floated elements on IE6
Oct
3
comment What is the down migration for adding a polymorphic reference
Oops, you're totally right. I should have checked the docs first, instead of going by memory.
Oct
3
revised What is the down migration for adding a polymorphic reference
Code correction
Oct
2
answered What is the down migration for adding a polymorphic reference
Oct
2
comment jQuery UI tabs loading first as <ul> then as tabs
If it bothers you, you can do what James Skidmore suggests and hide it, but you'll still have to deal with it suddenly appearing.
Oct
2
answered jQuery UI tabs loading first as <ul> then as tabs
Sep
29
revised life critical information
spelling
Sep
29
awarded  Yearling
Sep
25
answered Web page summary with Ruby
Sep
18
comment css positioning problem show different result in different browser
I'm not so sure many people would agree that it looks professional, but to each his own ;)
Sep
18
accepted css positioning problem show different result in different browser
Sep
18
revised css positioning problem show different result in different browser
added 6 characters in body
Sep
18
answered css positioning problem show different result in different browser
Sep
18
comment fastest sortable javascript html table
If there's a lot of data, ajax could very well be faster than doing it all in javascript.
Sep
18
answered fastest sortable javascript html table
Sep
5
comment For personalized page, which word should be used — “your” or “my”?
"My computer" is gone from Windows Vista and 7...
Aug
31
revised Can I aim for TDD or BDD in my started project?
More information.
Aug
31
answered Can I aim for TDD or BDD in my started project?
Aug
31
answered Which syntax and architecture of assembly is most useful to know?
Aug
30
comment How do I split a large file in unix repeatedly?
I think mine may give problems if the length is too large. Besides dd's well-tested.
Aug
30
answered How do I split a large file in unix repeatedly?
Aug
14
comment Is there any command to go to the end (or beginning) of a Ruby block using vim
This doesn't seem to work for Ruby.
Jul
30
comment Learning Ruby on Rails with Pragmatic book
I think it's also important to understand where Ruby stops and Rails begins. That's the tough part about learning them together.
Jul
30
answered Learning Ruby on Rails with Pragmatic book
Jul
25
awarded  
Jul
21
awarded  Popular Question
Jul
15
comment Non-trivial desktop apps that use Ruby?
I've actually been reading quite a bit of Redcar's source code for inspiration (pretty cool, but I'm a Vim guy). I'll checkout FreeBASE. Thanks Daniel and keep up the awesome work on Redcar, maybe one day I'll convert ;)
Jul
15
comment Non-trivial desktop apps that use Ruby?
Yeah, the great thing about Rails is you really don't have to think to do it (I know that's an exaggeration). Just put your code where Rails expects and everything works out. Rails basically handles the complexity and modularity. Maybe I should develop a framework to wrap my app around...
Jul
15
asked Non-trivial desktop apps that use Ruby?
Jul
15
comment How to structure a large Ruby application?
No, it doesn't. I've already got a runner, but it basically does a bunch of requires and creates the GUI and runs it.