Jump to content
xisto Community

William GARCIA

Members
  • Content Count

    3
  • Joined

  • Last visited

  1. In reality, Ajax is not a big revolution : it's only the combinaison of old technologies such as CSS, JS. The revolution is more on the concept it self, the new mode to take part of these technologies to create user friendly web 2.0 applications. (it's my vision...i don't like the terms ajax or web 2.0 : it's too "hype" for things which exist since 10years) Ajax is good in 2 ways : - to accelerate form submissions or make actions without obligation to send a HTTP request to your web server (see XmlHttpRequest object for Ajax). - to design pretty interfaces : drap&drop, hide part of web pages, create animations with images, text, assist users with contextual information,.... Exactly : Prototype is a good starting point to learn Ajax. You can see also the "Yahoo! User Interface Library" at https://developer.yahoo.com/yui/ or ZK Framework http://www.zkoss.org/ The Ajax Framework Rico use Prototype. In my society, we use Prototype to create dynamics menus. It's help me because it's a reliable and clean library JS..it's IE and Firefox complient. I need a single file to install prototype : prototype.js. I can do lot of things with minimal code, only by calling a few Prototype functions. Sorry, I don't understand the question.. I don't speak fluently english If interested, take look to these others examples / scripts : http://www.netvibes.com/en https://www.sitepoint.com/premium/ http://www.dhtmlgoodies.com/ http://forums.xisto.com/no_longer_exists/ For Java Developers, - Echo2 Framework : http://echo.nextapp.com/site/ - Google Web Toolkit beta : http://www.gwtproject.org/?csw=1
  2. Hi, Last time, I was studiying the possibility to view a preview of several webpages. I finally find a smart tool : url2bmp (http://www.pixel-technology.com/freeware/url2bmp/). It's a simple executable which can be launch by command line (see my post "How to generate an image from a web server ?" on http://forums.xisto.com/no_longer_exists/) Finally, there is too a new version of the application named url2jpeg : it includes a user interface, so it's more cool for unexperimented people but it require the Microsoft .NET Framework. I hope it's help. PS : Sorry if my english is a bit poor. I'm french...
  3. Hello, During last week, I was studying the possibility to implement drag&drop on web pages with Javascript and CSS. I don't know if it's help but I recommand you to see the AJAX Framework "Prototype". It's a free js library wich can be use in commercial web applications : http://forums.xisto.com/no_longer_exists/. Several frameworks have enrich the prototype framework : Rico (http://forums.xisto.com/no_longer_exists/), Scriptaculous (http://script.aculo.us/) See you, (Sorry if my english is a bit poor, I'm french...)
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.