Posts

Showing posts with the label jQuery

New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

jQuery Deconstructed

http://www.keyframesandcode.com/resources/javascript/deconstructed/jquery/ This really helps with viewing sources of library. Source is commented and showed in blocks. Really impressive.

jParallax - Create interactive landscapes

http://webdev.stephband.info/parallax.html Can be used to create interactive landscapes, logos and whatever You want to became like 3D. See demo: http://webdev.stephband.info/parallax.html Content is changing while moving with mouse over it, so it look like 3d, like there is depth somewhere. This is like layers in theater.

jQuery Boilerplate

http://jqueryboilerplate.com/ Jump start in creating jQuery plugins.

Learn JavaScript and jQuery for Free.

Interesting site with videos to learn from. http://learn.appendto.com/

jQuery Performance

Really impressive presentation about speed of jQuery in real life usage and how to write jQuery code that would be fast. Author also encourage to use http://jsperf.com/ for testing speed. Presentation url: http://www.slideshare.net/AddyOsmani/jquery-proven-performance-tips-tricks jQuery Proven Performance Tips & Tricks View more presentations from Addy Osmani

Create Slides with Fathom.js

Fathom.js is a JavaScript library that can help You in creating slides with HTML and CSS. Fathom.js is a jQuery plugin and is hosted on github. Code:  https://github.com/markdalgleish/fathom Website:  http://markdalgleish.com/projects/fathom/ Demo:  http://markdalgleish.com/presentations/jquerymobile/

jVectorMap - SVG with jQuery

SVG with jQuery http://jvectormap.owl-hollow.net/

jQuery QR-Code plugin

http://jeromeetienne.github.com/jquery-qrcode/

Sliding letters with jQuery

This looks really impressive so check out the demo:  http://tympanus.net/Development/SlidingLetters/ http://tympanus.net/codrops/2011/05/09/sliding-letters-with-jquery/

CSS3 Transitions with jQuery fallbacks

Great post with examples: http://addyosmani.com/blog/css3transitions-jquery/

QUnit

QUnit is a test framework for JavaScript. This is official project for jQuery project. Nice introduction:  http://net.tutsplus.com/tutorials/javascript-ajax/how-to-test-your-javascript-code-with-qunit/ QUnit Website:  http://docs.jquery.com/QUnit Code:  https://github.com/jquery/qunit

jQuery Deferred and Promises

Complete overview of deferreds :  http://msdn.microsoft.com/pl-pl/scriptjunkie/gg723713.aspx

JavaScript Application Architecture

Author used name jQuery application architecture bot many of used tools do not depend on jQuery. http://addyosmani.com/blog/tools-for-jquery-application-architecture-the-printable-chart/ MVC libraries, utilities, loaders and even JavaScript minification tools.

jQuery in Action - Recenzja

Image
Recenzja jQuery in Action Książki nie mam niestety na własność, jest jednak tego taki plus iż czytałem pierwsze wydanie gdy dostępne w księgarni Amazonu jest już wydanie drugie. Darowanemu, a dokładniej pożyczonemu koniowi nie zagląda się w zęby(chyba już zajrzałem :) Tak czy siak książkę przeczytałem i mała recenzja na blogu(od tego w sumie jest;) Krótko: książka ciekawa, jednak moim zdaniem dobrze jest przeczytać wcześniej jakąś o samym JavaScripcie. Ja tak nie zrobiłem i jeśli chodzi o rozumienie biblioteki jQuery czuję się 'dość mocny' ale to nie wystarcza. Tzn. Wybranie jakiegoś elementu, ustawienie w stylu, czy też animowanie jego zachowania jest ok, ale ciągle wiele kwestii(pisanie rozszerzeń) wymaga znajomości API głównych przeglądarek. Sama ksią...