Archive for the ‘Computing’ Category

Wednesday November 23, 2005 03:03

ASP.NET 2.0 Experiences

Posted by rousso as ASP.NET

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...

Friday November 18, 2005 03:05

My Funny Surprises With .NET 2.0

Posted by rousso as ASP.NET

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...

Saturday September 10, 2005 02:34

JDiskReport by JGoodies…

Posted by rousso as Notable Tools

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...

Tuesday August 23, 2005 02:35

GreekEuroVerbalizer

Posted by rousso as Algorithms

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...

Saturday August 6, 2005 02:35

MetaBlogAPI for CS 1.1

Posted by rousso as Community Server

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...

Friday August 5, 2005 02:23

CS default language problems

Posted by rousso as Community Server

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...

Thursday July 28, 2005 02:25

SimpleBits

Posted by rousso as DHTML

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. 

SimpleBits.com

Thursday July 21, 2005 02:30

Google Earth

Posted by rousso as GIS

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

JavaScript – The World’s Most Misunderstood Programming Language

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...

Thursday July 14, 2005 02:22

VS.NET Copy Project

Posted by rousso as ASP.NET

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...