On Sorting with jQuery sortable by Bojan on October 3rd, 2008 Nice tutorial, is there a way to have auto sorting by jQuery egthere is a <ul> list width <li> elements containing Strings , so after calling some sort function on <ul> element it will sort all <li> elements by Text.
Let’s begin with the menu. The below CSS listing is only concerned with the menu list itself, not the box that contains it, we’ll get to that later.... Read More
I should have done this a long time ago. I’ve probably redone the below adjustments five times already, wasting more than a full working day all in all, testing by trial and error.
Normally the YAML CSS framework looks like the picture to the left when you add a banner without changing anything. Unfortunately all the sites I’ve been involved in required the banner to have no borders. The below CSS will result in a look like in the picture to the right.... Read More
Modifying the look of the GUI in Linux is one of the reasons it’s more fun than Windows, but it’s not very difficult to do in Windows too, using various tools that “crack” it open. A more softcore approach is Desktop -> Properties -> Appearance -> Advanced.... Read More
I’ve begun creating a site for a friend of mine who will sell diving, Asian Diving Vacation (please don’t bitch about the way it looks at this point, it’s a work in progress, the only reason I’m linking to it at this point is because there is also a lot of bitching about demos going on, so here you go demo freaks) . I’m using MODx because it simply rocks for the purpose, we don’t need any strange modules that would require something from the giant repositories of Drupal or Joomla.
There will be a lot of information on the site and I hate drop down menus because they don’t keep state when you browse, a tree view would though. The one I chose is made by Jörn Zaefferer.... Read More
This is a continuation of the scrolling and toggling tutorial. Some of it’s content is discussed here, without much explanation.
We have now introduced sorting a table with the jQuery tablesorter plugin and scrolling the main window upwards to compensate for toggling a div off. In effect, when we toggle the visibility of a div on we scroll down to that div so it ends up slightly below the top of the screen. When we toggle it off we scroll back by the height of the div to get back to somewhere in the vicinity of where we were when the div was toggled on. ... Read More