Community Member Profile
- Profile: /members/4990-Ricardo-Rodrigues.htm
- URL: http://www.sharpdev.net
- Comments: 5
- Points: 51
Recent Blog Comments By Ricardo Rodrigues
-
Experimenting With The jQuery Template Markup Language (JTML)
Posted on Apr 27, 2010 at 11:18 AM
Yes, you're right, it's good to just try to think things through and start over fresh. And BTW, using JSON instead of XML is definitely a breakthrough!... read more »
-
Experimenting With The jQuery Template Markup Language (JTML)
Posted on Apr 27, 2010 at 10:27 AM
There's already a javascript XSL engine as a jQuery plugin, take a look, http://www.jongma.org/webtools/jquery/xslt/... read more »
-
Creating UI Elements With Low-Coupling And Conditional Event Handling
Posted on Jan 20, 2010 at 10:20 AM
@Ben, if the C element doesn't necessitate that it's behavior impact on A and B, then it would not be added to the "Sliders", but to the another data item. I'd design a controller that would join the elements that interact with each other in the same data item. This way the contro... read more »
-
Creating UI Elements With Low-Coupling And Conditional Event Handling
Posted on Jan 20, 2010 at 9:16 AM
Hi there Ben. I think the Controller approach is clearly the best choice, but, the way you handled things on the controller isn't quite the best, because even though "a" and "b" are complete strangers and unaware of each other, the Controller is not, the Controller remains highly coupled to "a" a... read more »
-
My Fundamental Misunderstanding Of The jQuery Event Object
Posted on Dec 18, 2009 at 4:56 AM
Ben, you cleared up this common misunderstanding, that some might not even stumbled upon. Nice!... read more »



