With this post I am opening a series -hopefully- of posts, based on my experiences with ASP.NET 2.0. This post by itself is at the moment incomplete. I have been programming ASP.NET since version 1.0 and did most of my work in ASP.NET 1.1. Only...
With this post I am opening a series -hopefully- of posts, based on my experiences with ASP.NET 2.0. This post by itself is at the moment incomplete. I have been programming ASP.NET since version 1.0 and did most of my work in ASP.NET 1.1. Only...
As I was developing applications for .Net Framework 1.0 and 1.1, I was building a couple of code libraries with features I found smart and useful for my apps. Being an active member of dotNetZone.gr, (a Greek .net developer community often nicknamed...
In my time -believe it or not– I ‘ve seen far more Java Apps crash than Windows Apps (when running on Windows of course).. Nevertheless here is a little Java Application that not only never crashed on me but is also very useful: JDiskReport by...
Reading a recent post in dotNetZone.gr I decided to implement as a proof-of-concept an algorithm using regular expressions to convert a decimal numeral representing an amount of money, to a verbal from in Greek text. So to make it more obvious the...
I wanted to test w.Bloggar and BlogJet today for posting in a CS 1.1 blog. MetaBlogAPI comes as a separate download from CS 1.1 so I tried to find and get it. Believe me I had a real hard time! After an hour or so of googling around for it, a friend...
I run into an issue today regarding Community Server 1.1 (CS 1.1). I changed the default language in communityServer.config from en-US to el-GR, only to get a runtime error. The change: <Core defaultLanguage="el-GR" … > The...
I run into this site today which I find enviable a lot. Check it out. Dan Cederholm seems to do a very nice job on web design.
I recently downloaded Google Earth. Tried it and liked it! I wished a few more features though. Nevertheless Google Earth is more than I expected it to be. To put it to some use, I saved some screenshots that have to do with me, my spouse...
Tuesday July 19, 2005 02:23
Posted by rousso as DHTML
Incredible article on Javascript! I have been programming Object Oriented languages for a very long time (since OO Turbo-Pascal in late 80’s). The truth is that I myself had probably misunderstood JavaScript. Why? Two sets of reasons: a) all those...
Here is a solution for an issue I run into today. Issue: In VS.NET 2003 I tried to use the "Copy Project" feature to copy (deploy) the files required to run a web application to another web server. Nevertheless I got an error saying...