Ajax

There are 7 entries for the tag Ajax
The latest version of Ra-Ajax, 2.0.3, was released last night. This release has a couple of important bug fixes and a new Effect called EffectCssClass. This new effect was contributed by Karel Boek. EffectCssClass simply allows you to change the CSS class of a widget easily when doing chained and/or joined effects, like this: new EffectFadeIn(panel1, 500).ChainThese( new EffectHighlight(panel1, 700), new EffectCssClass(panel1, "className"), new EffectRollUp(panel1, 1000)) .Render(); Ra-Ajax version...
It has been exciting lately to work on a new project. Doxygen.NET is a wrapper for Doxygen’s documentation XML files. It allows you to access your documentation in a nice and flexible way. Imagine being able to access your documentation like this: Docs docs = new Docs(Server.MapPath("~/docs... (Class c in docs.GetNamespaceByName("Ra... { Label nameLabel = new Label(); Label descriptionLabel = new Label(); nameLabel.Text = c.Name; descriptionLabel.Text = c.Description;...
The LiveMeeting Q&A session with ScottGu was, as usual, very exciting. As promised, here are some of the highlights from his answers. Microsoft’s Development Process In terms of the development process at Microsoft, Scott said that more projects will be developed with openness, transparency, more frequent releases, relying on customers’ feedback and with OSI open source licenses as in the case of ASP.NET MVC. Silverlight In regards to Silverlight 3 release date, it might be around the July 10th....
I will be attending a private LiveMeeting session tomorrow with Scott Guthrie, Corporate VP at Microsoft. Scott will probably discuss the new features in ASP.NET 4.0 and the future of ASP.NET Ajax. I am really excited and looking forward to this. ScottGu’s talks are always intriguing and interesting. I will try to blog about this session and what Scott discussed during the next few days. Meanwhile, do you have any interesting questions you want to ask him? No promises, but I will try my best to get...
We have been working hard on version 2.0.0 of Ra-Ajax and it is now publicly available for download. This release marks very exciting events and changes. Probably not the least of which is the switch of license from LGPL to GPL. We have completely revamped the website design, to make it easy for visitors to find just what they need. We have a new infrastructure that will allow our existing users to get the most out of Ra-Ajax and new users to get up to speed quickly. Many changes and bug fixes were...
If you don't care about retaining all the history of one of the repositories, you can just create a new directory under one project's repository, then import the other. If you care about retaining the history of both, then you can use 'svnadmin dump' to dump one repository, and 'svnadmin load' to load it into the other repository. The revision numbers will be off, but you'll still have the history. The above quote is from the Subversion FAQ at Tigris.org. After reading it, one might get the impression...
My name is Kariem Ali. I live in Alexandria, Egypt where I develop computer software. I have a B.Sc. in Computer Science and currently studying for an M.Sc. in Computer Science. I am a web enthusiast, Ajax zealot and tech blogger. Follow Me /kariemali | LinkedIn /kariemali | facebook /kariemali | twitter...