Posted by Olaf
August 23, 2010
jQuery is a popular JavaScript library which is used by many developers and applications. While using jQuery you need to write less code, writing functions is less complex and there are a lot of plugins you can use for free in your web application. Even if you code everything by yourself, you need only a [...]
Posted by Olaf
February 25, 2010
Last week we published an article with different methods to hide e-mail addresses on websites. Because of several comments with suggestions on how-to solve this problem, we provide this week a solution which is “from these days” and more powerful. Based on the idea if you don’t show an address, a spambot can’t see it, [...]
Posted by Olaf
January 11, 2010
In this tutorial we show how-to create a modern contact form using a lightbox and jQuery. The form is linked by a simple text link and opens in the Lightbox where all form handling, including reCAPTCHA validations, are processed by PHP and the jQuery Ajax function. After the form submission was successful we are using [...]
Posted by Olaf
December 24, 2009
Our last tutorial about the flickr API was an example on how-to search the flickr photo database for images using some short PHP code. This time we will use parts from the past tutorial together with some jQuery Ajax requests to show our photo search result without reloading the web page. jQuery’s Ajax implementation One [...]
Posted by Olaf
November 2, 2009
The past months I used the jQuery form plugin in several projects. Most forms were contact or feedback forms and some of them did a file upload as well. In a previous tutorial we explained how-to create a sign-up form for MailChimp. This sign-up form is a great example to use the jQuery form plugin [...]