July 2006 - Posts - Developers Anonymous

July 2006 - Posts

plz someone correct me if i'm just being stupid.

 

int x = 20;

 x += 20;

 //x should now = 40 which works BUT

x -= 20;

//x should now = 20 shouldn't it?

 

or have I just dreamed up this function? Today is not a good day..... 

Discovered something very interesting yesterday. We have website that is nearing completion and we decided to test it via a dialup connection. Every page that incorporated ATLAS took 10-15 seconds to load. after that the page work brilliantly but still, it takes too long.

Now I'm left wondering whether its the 207 Page ATLAS framework script file that is taking so long to load or whether this is just an issue with it being a BETA release. I suppose only time will tell.

We have still to leave the atlas framework in the project as the benefits of it justify the initial loading times but it'll be nice if we could avoid that initial load.

kick it on DotNetKicks.com