Showing posts with label based. Show all posts
Showing posts with label based. Show all posts

Wednesday, March 28, 2012

Installation question

I have a application which is using several 3rd party tools which ar based off of AJAX RC. If I remove the RC version and reinstall the RTM version how will this affect my application.For sure you might run into a few problems. I've been working on a big fat project at work since the "Atlas" came out. Whenever there's a new version, I uninstall and reinstall ajax. It's a pain, because the new that comes out is not compatible with the old one, not all but some. However, it's not that bad that makes you want to rip your hair off your head. When you change one line of the old ajax to the new one, the next one is basically similar. Most of it is copy & paste. =) You gotta start from somewhere. Good luck.

Saturday, March 24, 2012

IP based camera solution

Hi again,

I wanted to know if AJAX is a good candidate to capture IP camera images. Basically an interface wraps around the camera image and an event click saves into a database.

Thanks.

Not sure what you have in mind. Are you talking about using an Update Panel?


Thanks for the reply, Ron. I basically need an interface that captures IP based camera images and save to a database or filesystem. Can this be accomplished with AJAX or just plain C# coding.


You should use C#. Add AJAX to increase performance. Are you a programmer?