Posts Tagged ‘ajax’

DeepZoom & SEADragon (IV)

IMHO SEADragon should include some controls to go to next/previous image and not restrict the navigation between images to clicking the thumnails. So I decided to build these new custom buttons. Documentation Before you continue reading these post you should be familiar with SEADragon, DeepZoom and jCarousel. If you are not, please read the following [...]

DeepZoom & SEADragon (II)

In my previous DeepZoom & SeaDragon post I explained how to build a web gallery using SEADragon. Show thumbs in JCarousel I dont like the thumbs to be displayed all at once, so I decided to use a jCarousel instead. jCarousel is a jQuery plugin for controlling a list of items in horizontal or vertical [...]

DeepZoom & SEADragon (I)

There are plenty of times when you want to see something closer, to get a good look at the texture of a sculpture, or find out if that’s a reflection or a scratch on that used car you’re looking at. Seadragon, implemented as the Deep Zoom feature of Silverlight, allows you to do that. But [...]

Peticiones AJAX a SERVIDORES EXTERNOS

El otro día os hablaba de cómo invocar servicios de nuestro propio servidor usando request’s de Ajax. Podéis ver un ejemplo de código que realiza peticiones Ajax [AQUI]. Como véis, NO FUNCIONA. Si utilizáis firebug veréis que la ejecución llega hasta la línea 27. 1 2 3 4 5 6 7 8 9 10 11 [...]

Javascript: depurando errores

Depurar errores al programar en Javascript puede ser un verdadero engorro. Si no utilizas ningún debugger tienes que llenar el código de alerts, borrando las cachés del navegador, … Por eso yo utilizo dos herramientas muy completas: 1. JSLint: Es un parser Javascript. Verifica que el código es sintácticamente correcto, informa de las variables no [...]

Ajax (I): peticiones HTTP – HTTP Requests

A menudo es útil realizar peticiones HTTP al servidor, para, por ejemplo, invocar un programa (sea php, python, asp…). El siguiente ejemplo muestra el código Ajax para realizar una petición de este estilo. Los resultados se almacenarán en el div RESULTSDIV <script> function fromServer(){ if( http_request.readyState==4 ){ if( http_request.status==200 ){ // results from call to [...]

Paypal donate

Please help me keep this blog up by donating.

Por favor, ayúdame a continuar con el blog donando.