public Blog MyNotepad : Imho
{
}
Browse by Tags
All Tags »
ASP.NET »
Programming (
RSS)
-
|
My recent post on object orientation in JavaScript has resulted in some quite interesting comments. Good fodder for a sequel. Prototype JavaScript is said to be a language with only objects and no classes. A JavaScript object is constructed using a constructor...
|
-
|
JavaScript is the only language a web browser speaks; it is a given fact. It's not a matter of choice if you are going to work with it, whenever you build a browser app it is there. All script code might be hidden to you but there is no ASP.NET, let...
|
-
|
The term RAD is more or less a hot topic on Codebetter. It started with a "RAD kills" post by Jeffrey which lead many people to chime in. As I almost glorified RAD it's time to write something more elaborate on how I think you can work with RAD without...
|
-
|
At the moment I'm migrating my website. The old version is a bunch of static htm pages scribbled with FrontPage, the new version is an asp.net 2.0 site. As the old site is well read I don't want to break any links, a link to http://www.gekko-software...
|
-
|
When you create a web service with Visual Studio it throws you straight into the code of a class. Writing out the code you're defining and implementing the service in one go. At first sight the service is no more than RPC invocations. In the real world web services are a matter of services sending each other (XML) messages. Christian Weyer created WSCF, an add-in for Visual Studio. Using this you start with defining the messages being exchanged between service and its consumer and end with gener
|
-
|
I am a rookie when it comes to regular expressions but learned one thing which I want to share with you. With a regular expression you can do very sophisticated matching of string patterns. The content of a regullar expression is a science on itself....
|
More Posts