Juan Campa

Caracas, Venezuela

Age: 25

May
11
comment Why doesn't C# have header files? Will the namespace take care of everything?
The key point about external libraries is that the information provided by .h files in C++ (class declarations including method signatures and members) is provided by .dlls themselves in C#. The C# compiler can extract that information from a managed .dll
Apr
4
awarded Supporter
Mar
12
awarded Constituent
Mar
8
comment What is a memory fence?
SO knows all...
Mar
8
awarded Caucus
Jan
31
answered Line numbers in text editor
Jan
31
comment Bind existing HTML to view model
I haven't seen that feature in the knockout library. You probably need to traverse the DOM yourself to get the values out of the html into your viewmodel. Seems like an interesting feature to have when working with a designer but ther is no backend providing JSON yet.
Jan
31
comment Access Javascript Html Template and Bind Data With Knockout.js
Could you elaborate? I don't quite understand the problem. A fiddle would help
Jan
31
answered Binding templates inside a page using knockout
Jan
30
answered Confused about <!-- ko if: $parent.name == name --> in knockout js
Jan
30
awarded Excavator
Jan
30
revised Is it safe to use ajax for login?
I'm pretty sure he meant safe
Jan
24
comment How to use ko.observable Arrays
Remember to mark this as the answer
Jan
21
comment HTTPClient sends out two requests when using Basic Auth?
@LastCoder's comment IS the answer to this question
Jan
21
awarded Yearling
Jan
17
comment KnockoutJS - firing a subscription only after initialization
Did you tested it again? I'm not seeing the problem you mention.
Jan
16
comment KnockoutJS - firing a subscription only after initialization
Ok, I downloaded the code and tested it locally, the callback is still not being called (i.e. there's no "The Binding is Now ..." in the js console of the browser) What version of KO are you using?
Jan
14
comment KnockoutJS - firing a subscription only after initialization
If I understand correctly you are trying to avoid triggering the function bound to Binding when the object is created? I just ran your fiddle and that callback is actually NOT being called. Could you further explain the problem?
Jan
11
revised Why would one save the serialized object in the database?
added 38 characters in body
Jan
11
answered Why would one save the serialized object in the database?
1 2 3 4