January 8, 2015 by Daniel P. Clark

JavaScript is easy with jQuery

If I had only known how easy it would be to pick up JavaScript with jQuery I would have learned it a long time ago.  But I had allowed a glimpse of obscure looking JavaScript to deter me in the same way Java kept me from learning programming for years. When I first wanted to…

Continue Reading »

January 5, 2015 by Daniel P. Clark

Dealing with Rails 4 forms and params

In the learning stage of Rails developments one will come across different scenarios of handling parameters from Rails forms that are submitted.  Also since Rails 4 introduced Strong Parameters there are some additional things to keep in mind. Form Params 101 Parameters: { “utf8″=>”✓”, “authenticity_token”=>”nqLr/ZukyXt5/sFNU9FGciBbSOSJ2MkE7Roo5WwfVEo=”, “profile”=>{ “first_name”=>”Daniel”, “last_name”=>”Clark”, “socials_attributes”=>{ “0”=>{ “kind”=>”twitter”, “username”=>”@6ftdan” } } },…

Continue Reading »

Page 2 of 2
1 2
1 2