Baner laterales que abran si la pantalla es mayor de 1200 px y no abren en moviles
Hola gente
Me interesa lograr algo similar a los banner laterales de publicidad que se muestran en algunos sitios como http://www.perfil.com/
Dichos banner se abren solo si la pantalla es mayor de alguna medida eje 1200px y no se abren o muestran los banner si la pantalla es menor de dicha medida
En su caso no se abre en dispositivos mobiles.
No logro dar con el scripts adaptable a drupal 7 y su complementación.
Alguien me ayuda?
Desde ya muchas gracias.
Read moreBrowser Automation Scripts Like Features but for Training
I propose a module that will create a database of selenium scripts that perform many different tasks. This would be used to give a visual guide on how to perform various tasks, but also actually completing the tasks. For example, if someone is new to Drupal, and doesn't know how to create a user, they would select the premade user create script, entering the various field information, and after clicking "go" or whatever, the automation would kick in, adding the new user, but also showing the newbie how to do it.
Read morePregunta Sobre View . Como lograr efecto mostrar texto con mauseover
Hola gente
En un portal de noticias necesito lograr un efecto similar al de www.lanacion.com.ar (y muchos portales informativos) .
Necesito que el bloque del views muestre la foto y el título, y cuando se pase el mause sobre la foto aparezca un div con el resumen de texto.
¿Alguna sugerencia?
Desde ya muchas gracias.-
Perl script to automatically format docblock text
One of the things that I find really fiddly with writing documentation is making sure lines wrap to 80 characters. I find it really breaks my flow of concentration to be always watching for when to hit return or even go back when a word turns out to be too long and then type a space-star-space (how on earth people did it in the days of manual typewriters... I guess we're just spoilt with technology nowadays!).
Read moreRun scripts using absolute pathnames & STDIN? (the Unix way)
Hi, may I inquire about (or request) support for running Drush scripts referenced by absolute path names, or fed from STDIN under Unix? This is to facilitate scripting in a common Unix manner. Eg, something like this:
$ drush -r /Applications/MAMP/htdocs/my_site scr /tmp/qq
