Category archives: jquery

 

 

0

Manipular URLs con jQuery

Si recién les comentaba como manipular URLs solo con JavaScript, llego el turno de hacerlo utilizando jQuery. Para eso es que existe el plugin jUrlp, el mismo nos permite gestionar las URLs que le ingresamos, o bien crearlas utilizando para ello determinados parámetros de muy facil entendimiento. El plugin nos permite representar las url como objetos. Por ejemplo […]

Read more

 

1

Scroll infinito en WordPress

Si eres usuario de redes sociales como Twitter o Facebook, incluso si estás acostumbrado a navegar por Google Imágenes, ya sabes de lo que estoy hablando cuando decimos scroll infinito. Es esa cualidad por la que no tienes que ir haciendo clic a enlaces del tipo de “página siguiente” sino que cuando llegas a bajo de una web esta se va extendiendo, mostrando más contenido, hasta el infinito (bueno, en realidad hasta que se acabe el contenido de tu web). Pues bien, también podemos ofrecer este tipo de navegación de scroll infinito en WordPress. Hay un plugin, Infinite-Scroll, basado en … Sigue leyendo que hay más

Read more

 

0

No More Powerpoint I Have Impress.js

In this tutorial you will learn how you don’t need to use the old powerpoint presentation software now we have Impress.js. What Is Impress.JS Impress.js is a presentation framework which uses all the new features of CSS3 transforms and CSS transitions to create unique presentations. The idea of Impress.js came from viewing new unique presentations from prezi.com. Lately on Github Impress.js has become very popular and I believe you will start seeing many companies create presentations by using this framework. Impress.js Demos The best way to understand what Impress.js can do is to see some of the presentations that have already been created using the framework. Here is a list of presentations for you to enjoy, they are all much better than using the boring old powerpoint presentations. Official Impress.js Demo http://bartaz.github.com/impress.js/ CSS 3D transforms CSS 3D Transforms What The Heck Is Responsive Web Design? What The Heck Is Responsive Web Design? Digibury Digibury Wakame […]

Read more

 

0

How Create Nice Looking Dropdowns Using DropKick.js

In today’s tutorial we are going to use a nice jQuery plugin which will change the style of your select boxes by converting them to use divs and list items. The reason it will convert the select box to a div and list items is because now it is easier to style in what ever way you want. With normal select boxes you can style the top selected option but you can’t easily style the dropdown options of the select box. When these are list items you can apply a CSS class to the selected item and change the style. What Is DropKick.js Creating custom dropdowns is usually a tedious process that requires a ton of extra setup time. Oftentimes lacking conveniences that native dropdowns have such as keyboard navigation. DropKick removes the tedium and lets you focus on making it look good. DropKick will also degrade gracefully so if Javascript is turned off then […]

Read more