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
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 [...]
Posted by Olaf
August 29, 2009
To support our php script users at finalwebsites.com, we’re using bbpress for more than a year now. bbpress is a great peace of software and is based on WordPress, that will say if you’re able to write code forĀ WordPress you can code the same way for bbpress. There are several WordPress plugins which work [...]
Posted by Olaf
September 25, 2008
TinyMCE is a great online WYSIWYG editor which is used for a lot of projects, for example this WordPress blog application (the content backend). I use TinyMCE for custom projects too. TinyMCE is free, generates good HTML code and the interface is easy to learn even for non-webmaster. The project is open source and the [...]
Posted by Olaf
May 12, 2008
This is part one of the quick review of the book “Mastering phpMyAdmin for Effective MySQL Management” and the phpMyAdmin software. This article/review is not just another review about phpMyAdmin, but more some information about features I haven’t used during the last years of PHP/MySQL web development. About phpMyAdmin PMA is a full featured tool [...]