Search

You searched for the word(s): userid:95701

Matching Posts

  • Re: 'Atlas' is it ASP.NET 3.0? VS2006?

    I guess the biggest advantage, from what I can see, is the single set of API's which will essentially wrap all of the inconsistencies all of the browsers have introduced from their own intepretation of Javascript over the years. If you have ever spent anytime in the Javascript world (in the browser), and attempted to make your application "cross browser" you will understand how big this need really is. With this single set of API's you have one way in which to make inline/ajax'ian calls back to the
  • Re: 'Atlas' is it ASP.NET 3.0? VS2006?

    1.is 'Atlas' the ASP.NET 3.0? Or VS WebDeveloper 2006? A: No. It is a set of javascript libraries that is attempting to unify the client side (regardless of OS and Browser) to a single API. This does include call backs to the server via Web Services, etc. 2. Is this an official, soon to be released MS application? A: We all hope they will release it, and it will be soon! 3. Atlas is same as VS WebDeveloper 2005 with a lot of JScripts? A: If it every does get released I can (its a guess) imagine that
  • Re: Is Atlas Ready? 3 questions

    1. No. Wel Yes. It is fully functional but expect things to change in the next release. 2. Yes 3. No.
  • Re: Services - ScriptReferences not understood by framework

    I found this exact same problem, but have no solution either.
  • Re: Updated Atlas info?

    The Last-Modified HTTP Header indicates: Mon, 19 Dec 2005 16:05:28 GMT Plus the example for the AutoComplete stuff uses the new AutoCompleteExtender ( http://www.nikhilk.net/Entry.aspx?id=100 ) stuff. So yes, it has been updated for this new build.
  • Re: API...

    Let me clerify... I'm not interested in seeing the difference in different versions of Atlas, or even how Atlas compares with other Javascript libraries but how Atlas tries to extend/modify javascript itself. For example prototype vs class based inheritance. What advantages/disadvantages do each have? The reasoning behind the change, etc.. Samples on what a very basic class looks like, inheritance and can you do stuff like polymorphism? Take the top 5 or 10 classic (GoF) design patterns and show
  • API...

    This was missed on the chat this morning so I decided to push it onto here... Will the Atlas team be publishing a whitepaper on the changes to the type system and object model? What exactly was changed, and how? Class based vs prototype based inheritance; eventing; changes to the object model; the API which is available; etc.. It seems that a lower level look would be more useful at this stage and less subject to change. Thanks.
  • Re: Progres bar

    Here is a cheaper/easier way of doing it: http://weblogs.asp.net/rchartier/archive/2005/08/15/422635.aspx Just stuff out an animated GIF to the page which appears to be displaying some progress. I think as long as the end-user is somewhat entertained and has some sort of visual display that something is happening they are satisfied. No real need to check back to the server and query the progress.
  • Re: Web Services Wrapper

    Generic web service wrapping can be done via dynamic proxy generation as it has been done many times in the past. I have been playing with my own flavour of this, which can be found here: http://www.mscorlib.com/ajaxws/DynWs.aspx Consider it pre-alpha and not all listed services actually work, doesnt use JSON to serialize but that could be added later including the dynamic JSON proxy generation for the final client. I wanted to see what would be involved in actually getting something like this working
Page 1 of 10 (100 items) 1 2 3 4 5 Next > ... Last »