.NET developer at Appyway
Hello all,
I just created a new version of the Skin Designer Toolkit.
I have fixed a few issues and updated to the latest version of Websitepanel.
You can download it from http://wspskindesigner.codeplex.com/releases/view/86466
More info about the project you...
The first thing you often hear when talking about JavaScript is often
“JavaScript doesn’t have visibility modifiers, hence it doesn’t support private
variables”. This is only valid for 50%, because JavaScript indeed doesn’t have
visibility modifiers (public, private, friend) but it has...
A short list of the 5 books I think are indispensable for every developer on
every level (not necessarily in this order). These books aren’t in any way
related to a specific technology, but focus on good development practices. Some
of them use a...
So many times I have heard complaints about the flaws of JavaScript. Many people
say it’s a kiddy language, it’s error prone, it’s a pain to work with and it
lacks all of the good stuff that we have in strong-typed languages...
To conclude the series on elegant web forms, I will walk you through a full
example of a simple company and contact management tool. The app in itself
doesn’t do much, but it serves to illustrate the points mentioned in the
previous posts.
[![elegant_...