ATTENTION ATTENTION
gear.huuah.com has launched. Visit the shop at http://gear.huuah.com/. Lots of Photo Gear at the moment
ATTENTION ATTENTION
The jQuery UI sortable widget offers a great interface for listing and moving element around.

I have been working on a small project of mine and figured that the sortable widget could be a great feature. I then started to output the list and the element that should be draggable …

22.11.2009 13:07
With jQuery it is quick and easy to access and modify elements in a select dropdown box. There are of course several ways of doing thing and I will try to cover most of them here.

Quicklinks:
The test setup
Get the selected value from the select / dropdown box

24.10.2009 12:54
09.10.2009 19:45

With this guide I will try to go through the very basic techniques of making a simple php script that can handle login authorization of website users.

The guide will …

08.10.2009 23:20

I was doing some benchmarking and performance analyzing on servers running WordPress and TYPO3 websites and the result was not than good actually. My setup could use quite a bit …

08.10.2009 22:46

Have you ever had the need for inserting extra stylesheet or javascript files in your TYPO3 template? I am used to having a TemplaVoila setup, which has the nice feature …

03.10.2009 11:27

Have you ever had the need to check if a specific coordinate (point) is located inside or outside a polygon shaped area? I never did, so I had to found …

21.08.2009 22:28

During the development of a gallery extension for TYPO3, I was having some performance issues when during the on-the-fly image scaling.

When displaying the images in the frontend, I would …

29.07.2009 22:43

When working with HTML Forms, it can in some situations improve the usability of the site, if the content of elements can change and reflect the options, that the visitor …

29.07.2009 13:07

If you are building a site, which should support more than one language, there are two ways of doing this. Okay, perhaps there are more than two, but I will …

28.07.2009 12:10

If you want to reuse your jQuery code, it can be a good idea to make the code into a jQuery Plugin. This makes it easier to use on different …

23.07.2009 23:10

The WordPress Theme Kickstarter is now ready in the first beta release. It is a tool for doing the initial file splitting when creating a new WordPress Theme.

More info

16.07.2009 12:52

I’ve been experimenting with some iframe-manipulation with jQuery, but this was not as easy as I have hoped for. There is not much help on jquery.com and a Google search …