lunes, 9 de enero de 2012

Error 5efc7975-14bc-11cf-9b2b-00aa00573819 : 17 (Solution)

Well these error happens if you have a form base and add a control belong to the visual powerpacks, in the microsoft forums it says that it is a bug and will be fixed in incoming relases. but here in a post found the solution.
http://social.msdn.microsoft.com/Forums/en/winformsdesigner/thread/28f2df35-3445-4b4d-bc53-96cd74ce5155?prof=required

I just wonder how many times i have faced weird problems and found the solution but never post something about it. I hope it help people to find the solution quickly.

In the form base you have to remove the visual power variables and used as local variable in InitializeComponent().

martes, 3 de enero de 2012

is these philosophie or programing topic

Im following a tutorial from codeacademy about javascript and found a topic very interesting the world of philosphie and basic knowledge in programming here is

In JavaScript, there are 6 "falsy" values (values that evaluate to false):

false, null, undefined, 0, "" (the empty string), and NaN

Anything else evaluates to true.



Michel Foucault says that there is not true about knowlege in the life, it is building with the time and the role that people play about certain object. So with the history is building the knowlege until for the last generation a knowlege is teached as the true thing. In progamming first you have to know that certains value return true not because its a true indepent of human knowlege just because many people say hey , these is going to be truee so like Foucault says Knowlege is builded.