Posts tagged "jQuery"
An easy way to manipulate data off dom using jQuery
When you’re working with javascript you need to take the execution speed into account since its all being processed on the client. There are lots of best practices when it comes to working with websites. You should for example always minify and concatenate your scripts, and make good use of closures and avoid polluting the global scope.
Preserving the back button on javascript based websites
We’re building more and more javascript rich websites. The more interactive it gets, the less it looks like a website at all. But we can’t ever forget were still building websites and we need to preserve a web based on navigating through links.
How to ajaxify your WordPress theme
When building a custom WordPress based website for a client I needed to include AJAX based page transitions into the website. In this video I’ll explain a little about how I did it.
Sharing JSON data between jQuery and PHP using Ajax
When building interactive websites I often find the need to send or receive data after a page load. Ajax is the perfect solution for this problem, as it permits data sharing between the front end (javascript) and the backend (PHP) in the background.
Animeer kleuren via jQuery
Als je veel met jQuery werkt sta je soms versteld als je erachter komt dat er dingen zijn die niet standaard mogelijk zijn met de uitgebreide javascript library. Zo liep ik gister tegen het probleem dat ik kleuren wou animeren via jQuery maar dit standaard niet mogelijk is.
Smooth page transitions using jQuery [video]
I uploaded a video to youtube explaining how to do some basic smooth page transition using javascript (jQuery).
Mijn eigen jQuery tutorials
Ik heb de laatste tijd al een aantal keer vragen over jQuery gekregen. Om hier meer duidelijkheid over te verschaffen ga ik een serie screencasts (video’s) opnemen waarin ik uitleg hoe een aantal basis dingen werken.
Twitter stijl reactie
You’ve found a dinosaur, this post is only here for archiving purposes. The content is outdated and is not applicable anymore.
JavaScript Dynamisch inladen waar nodig is
You’ve found a dinosaur, this post is only here for archiving purposes. The content is outdated and is not applicable anymore. Also note that it is almost always faster to load one (minified) file with all your javascript over your whole site.
Automatisch afbeeldingen centreren in WordPress met jQuery
Onlangs ben ik van thema geswitched in WordPress. Mijn vorige thema ging anders om met afbeeldingen dan mijn huidige thema, hierdoor heb ik een groot aantal posts met afbeeldingen erin die niet gecentreerd zijn terwijl dit in mijn nieuwe thema wel zo wenselijk is.
Cool light bulb animation using jQuery
You’ve found a dinosaur. This is one of my first posts about programming and the code quality is not of high standards, it is only here for archiving purposes.