Igor Milovanović

.NET, cats and more...


News


Add to Google

eXTReMe Tracker

My Stats

  • Posts - 64
  • Comments - 62
  • Trackbacks - 52

Twitter












Recent Comments


Recent Posts


Article Categories


Archives


Post Categories


Image Galleries


Blogs I read


Communities


Links


October 2005 Entries

New Blogger on the Block


I have just seen that Carsten Witte (German C++ MVP) has started blogging few weeks ago. Check out
his blog  about software architecture and more on  http://carsti.blog.de .

Welcome to the blogosphere carsti :-)

 

 

 

 

posted @ Friday, October 21, 2005 10:58 AM | Feedback (1) |


Component Art 3.0. and AJAX Features


I am testing AJAX Features in Component Art 3.0. at the moment (you know, that cool new technology which will change the way the web applications are built forever... ;-) ). The technology basically opens the second http connection to web server from javascipt and renders changes directly to the page (Most famous examples are probably google suggest or maps.google.com.)

Anyway I had a strange problem running component art callback component in my test environment (VS 2003 and Cassini Personal Web Server) and I thought i could save you few debugging hours if you happen to use the same components. The Callback component was working fine when running in IIS, In Cassini I was getting the message "The data couldn't be loaded".

This problem is a security issue: you can only open a http connection from javascript to the url which comes from exactly the same domain: When you use cassini (vs 2005 personal web server has probably the same problem, haven't checked this yet) this url gets resolved (e.g.

http://localhost/somePage.aspx?

becomes

http://127.0.0.1/somePage.aspx?


which is not the same url, or at least not the same url for browser security patches.

There is a second issue with component art and url management: when the server is running on the different port than port 80, the callbacks are not working as well because component art simply ignores the port number :(.

Until this problem is fixed, try running cassini on port 80 and use the http://127.0.0.1/... syntax type when calling the page.

 

 

 

 

posted @ Thursday, October 20, 2005 12:59 PM | Feedback (3) |


ASQF Arbeitskreis-Treffen am 12.10.2005


Für die .NET und Testautomatisierungsinteressierten:

Vortrag: Softwaretest, Testautomatisierung und deren Unterstützung
12.10.2005 16:00
ASQF, Wetterkreuz 19a, 91058 Erlangen

 

 

posted @ Tuesday, October 11, 2005 9:36 AM | Feedback (1) |


Par stihova uz današnji dan


Upitala me majka što se nakon ovoliko godina provedenih u Evropi jos uvijek ponašam kao Bosanac a ne kao Evropljanin...a ja sam se sjetio pjesme Bijelog dugmeta iz onih starih vremena, kad se svijet dijelio na raju i papke, a ne na bogate i sirotinju ili naše i njihove...

Jer kad ostaris
Niko ne kuca na tvoja vrata
Ni potok s ribama od srebra
Ni mlado zdrijebe vlazna oka
Ni jabuka u cvatu, niko
Samo ja

Kada ostaris
Kao oblak u tvojoj kafi
Doci cu krombi kaputu
I cut cu kad ti se moje ime omakne
I krene polako, sama od sebe
Posljednja suza za mene

Jedan za drugim vozovi polako prolaze
Kao i obicno stavices kacune u prozore
Cini mi se da mjesec ramazana pocinje
O, pomalo je tuzno
Kada ostaris....

E vidiš, draga mama, zbog toga.

posted @ Tuesday, October 04, 2005 10:30 AM | Feedback (1) |