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....
View ArticleDeepZoom & 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...
View ArticleDeepZoom & SEADragon (III)
These days we were talking about DeepZoom, SeaDragon and jCarousel. Refer to [1] DeepZoom & SEADragon part one and [2] DeepZoom & SEADragon part two. How to remove the SEADragon logo from the...
View ArticleCDS-Invenio: implementing autocomplete for authors with jQuery and php [SOLVED]
This is a BETA. I will NOT BE RESPONSIBLE for any damages this may cause in your repository. It is not my intention to write a super-in-detail guide, just a quick cheatsheet for programmers who know...
View ArticlejQuery en 10 minutos | guia para impacientes
¿Quieres aprender jQuery rápido, gratis y fácilmente? Si sabes ya algo de javascript, esto va a ser coser y cantar. Incluir la librería Siempre es recomendable delegar el hosting de la librería a...
View ArticleAdding jQuery UI tabs to Drupal 7 [SOLVED]
I recently wanted to add some jQuery UI tabs to nodes. Drupal 7 has jQuery 1.4 included in core, so we’ll take advantage of that. This is how you do it: First, edit template.php and create / make some...
View Article(SOLVED) How to center div horizontally and vertically using jQuery
How to center a div horizontally and vertically, no matter if the browser screen is resized? It is very easy with jQuery… <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
View Article[RESUELTO] Cómo cargar varios ficheros Javascript desde uno único
¿Cómo cargar varios archivos JS desde un JS único y ejecutar funciones de dentro? Se puede hacer usando la llamada jQuery getScript, asi: $.when( $.getScript( "/mypath/myscript1.js" ), $.getScript(...
View Article