Yahoo Pipes, impressive!
Every once in a while you are surfing the web and come across something that you really think, whoa. For me this is most of the time something cool in graphical design or user interaction. But a week ago I came across Yahoo Pipes and just at that moment I also had a good reason [...]
Spring 2.5 with annotations and REST requests
Spring 2.5 Web MVC is a really great framework, especially when using annotations you don’t have to spend to much time on getting everything up and running and separating MVC logic is really simple. One problem I recently came across, was something which was a bit annoying. When using Spring 2.5 with annotations, it’s not [...]
Check if image exist
I ran into some problems that I don’t want to show these horrible looking red cross images in Internet Explorer when an image doesn’t exists. And it turns out it’s really easy to solve this problem. You can just use the onerror attribute of the img tag. Having jquery, you could really easily just put [...]
Communication between Flash and Javascript
Today I spend some time looking at the best way to communicating between a Flash Object and the Javascript in the page containing the Flash Object. After seeing a lot of out of date solutions I came by this article from Adobe:
Using the External API for Flash–JavaScript Communication
It makes it really easy to do the [...]
Footer placement?
This post will give a little description about how you could place a footer at the bottom of a HTML page, but because I don’t like the way I am currently doing it, please let me know if you have any better solutions.
The requirements for the footer placement are the following:
Footer should be at the [...]
