TAG | JQuery
12
jQuery plugin best practices by example
No comments · Posted by Christian in The right tool
After months of no coding at all I found some time to write a bit of code again. As soon as I’m done with it I will probably blog about it but for now I want to share a cool best practice ressource for javascript in general and jQuery in particular.
5
A tiny jQuery plugin to track the users scroll depth in Google Analytics
1 Comment · Posted by Christian in Web Analytics
Do you have pages that are very long and you’re not sure if the user even reaches that far down to discover all of it? Do you want a statistic of how deep users are actually scrolling down your page?
Using Google Analytics Event Tracking this can be quite simple so I wrote a small jQuery plugin.
4
[Just launched] Relaunched TV Guide App for Facebook powered by Symfony2
No comments · Posted by Christian in Just launched
A few months ago we launched this app already but it got wiped again. Now after some refactoring and redesigning on our side and after some changes on the Facebook side (event creation no longer spawns a status update!) the app is live again still powered by Symfony2.
Assetic · CoffeeScript · compass · Dropbox · Facebook · html5 · html5boilerplate · JQuery · SASS · Symfony2 · Tv-Programm · Twig
7
Fast client side filtering of large data sets for multiple attributes using CSS classes and Javascript
9 Comments · Posted by Christian in The real job
In web development you often have to deal with lists of things. These things often have attributes like color, size and shape which users want to be able to filter.
Often this filtering is expansive as each round trip forces new and complex database actions. But in some cases you can avoid those altogether.
clients · CSS · Javascript · JQuery
18
Getting ready for CoffeeScript using Symfony2 and Assetic
3 Comments · Posted by Christian in The right tool
After playing around with Sass and compass for an optimized CSS experience and some first results I now want to focus on easing Javascript development and CoffeeScript seems to be all the rage today.
Assetic · CoffeeScript · Javascript · JQuery · Symfony2
19
Preparing myself for functional programming in javascript
7 Comments · Posted by Christian in Outside the box
I slowly embrace the Facebook javascript API as well as utilising some jQuery for my pet project.
Having all those Ajax requests in a javascript app it feels just natural to dig into functional programming.
However the shift of mind you have to perform is quite big.
Currently I feel oddly time warped. For the last four years I haven’t really done any javascript programming. Before that I considered myself a professional.
Now after this long absence – and with only a few jQuery experiments in the meantime – I got back to it and I feel like a bloody beginner again.

Next year I will be starting on a new project which could be awesome. The plan is to roll it out in several countries and languages and to keep it skinnable to some extend. The site itself will be editorial for the best part but with the participation of its community.
I’m not going to tell more about the project itself but I present the current technology setup I am thinking about which will very likely be reflected in next years posts. Maybe you can add some experiences and thoughts?
BlueprintCSS · Doctrine · gjPositionsPlugin · gjShortUrlPlugin · JQuery · LESS · sfImageTransformExtraPlugin · symfony
30
gjPositionsPlugin – Easy page composition with symfony – Second Beta, some nice usability enhancements with the use of jQuery
2 Comments · Posted by Christian in The real job
End of last week and this Monday I finally had a chance to do what I planned for quite some time now. I refactored parts of gjPositionsPlugin.
The result of this is the second beta version with the following changes.
forms · gjPositionsPlugin · JQuery · Releases · symfony
16
Best practices for jQuery development – my link collection so far
2 Comments · Posted by Christian in Good to know


