Drag and drop with jQuery UI Sortable | Simon Battersby
Last September I wrote a bespoke e-commerce solution for my wife’s website, including all the accompanying admin screens. One admin screen allows the amendment of the display order of items in a particular category. It was, if I’m honest, a bit clunky, as you had to type in the display order as a number, and then refresh the screen to see what the resultant re-order looked like. In response to repeated requests of “Can’t you make it drag and drop…?” I switched from responding with hollow laughter and actually had a look at how this might be done. And surprisingly, it was pretty straightforward. Setting up the database I already had a database with a table called items, each of which had a unique ID field and another field called Display_Order. Displaying the items on the “Maintain Display Order” admin page I started off just setting up the page to display all the items. <li id="ID_1">... Then, I added a bit of css to make my list into two columns of images to match the real page layout.
Bootstrap Form Builder
Rendered source of your form: About Created By Adam Moore (@minikomi) to help take the stress out of writing all that markup to get bootstrap forms together. The original version of this was a big jQuery spaghetti mess, so as of March 2013 it has been rewritten using backbone.js and takes advantage of underscore.js templates. If you have a problem, or want a specific snippet added please check out the github project. Note, this is only a simple tool so I'm not that keen on adding many features (eg. saving/exporting forms, embedding forms etc.). Adding snippets is quite simple now (due to the rewrite!)
The complete jQuery tutorial
AJAX-ed Todo List With PHP, MySQL & jQuery
Martin Angelov In this tutorial we are making a simple AJAX-ed Todo List App, with PHP, MySQL and jQuery. In the process we are going to demonstrate PHP’s OOP capabilities, play with jQuery UI and implement some nice AJAX functionality. For a better understanding of the steps of this tutorial, you an go ahead and download the demo archive available from the button above. Step 1 – PHP As this is more of a developer-oriented tutorial, we are going to start with the PHP part. The author presumes you have a basic understanding of the core concepts behind object oriented programming, and PHP 5’s OOP implementation. All of the functionality available to the end user – creating, editing, deleting and reordering the todo items – is implemented as different methods of a class, explained in detail below. todo.class.php – Part 1 class ToDo{ private $data; public function __construct($par){ if(is_array($par)) $this->data = $par; } public function __toString(){ return ' <li id="todo-'. demo.php – Part 1
Easy way to rip Blu-ray movies to MKV for streaming to Roku 3 -1080p Video Tool
Summary: How to prepare your blu-ray videos for playback on Roku 3? – Read on this article to get the way for converting blu-ray movies to play with Roku 3 directly. I have a hard drive full of blu-ray movies that I want to rip my blu-rays to MKV file to work with my Roku 3, and playback on iPhone. I'm currently using a bluray ripper but am running into playback issues half way thru movies. Roku is telling me to use a different software but I'm sure you guys would know what I need to do. Is there a certain software that you recommend over another to rip blurays for roku 3 playback? Roku 3 is such a power device that not only a video game console but also a great video player which could play Blu-ray and HD movies. If you have lots of blu-ray collections that you'd like to convert to MKV, the best recommend is Pavtube Blu-ray Ripper (30% off now). The app is also available for Mac OS – Get 30% off Blu-ray Ripper for Mac if you work with OS X 10.5/10.6/10.7/10.8/10.9. 1. 2. 3. 4. 5. 1. 2.
ScrollMagic - Demo
Per Javascript: Bequemes Drag & Drop für Webanwendungen
Anhand einer leicht anwendbaren Drag & Drop-Library und einer konkreten Aufgabe stellen wir Ihnen vor, wie Sie Drag & Drop effektiv und sinnvoll auf Ihrer Website einsetzen. Innerhalb des Admin-Bereichs einer Anwendung sollen einem Benutzer Rechte zugeordnet werden. Dazu sind zwei Spalten vorgesehen: Eine enthält die bereits zugewiesenen Berechtigungen, während die andere alle Rechte enthält, die der Nutzer nicht hat. Per Drag & Drop sollen die Rechte ganz einfach von einer Spalte in die andere verschoben werden können. Die beiden Spalten sind als ungeordnete Listen realisiert. Die <li>-Elementen stellen die einzelnen Rechte dar. Im onload-Event des aktuellen Fensters passiert der grundlegende Aufbau des Drag & Drop-Schemas. Das System identifiziert die beiden Rechte-Spalten anhand ihrer unterschiedlichen Id in pos_col und neg_col. Nachricht ans Backend schicken pos_col(3,9):neg_col(1,2,4,5,6,7,8) <html><head><title>Rechteverwaltung</title> body { margin: 10px 10px 10px 10px;
Learn how to code by playing a game
HTML5 Drag and Drop
Dynamisez vos sites web avec Javascript !
Bienvenue à toutes et à tous, Qui n'a jamais entendu parler du JavaScript ? Créé dans les années 90 en tant que simple langage de script, JavaScript est désormais un des poids lourds du développement Web ! Bref, JavaScript est partout ! Voici quelques exemples de ce qui est réalisable grâce au JavaScript : Un système de chat, comme celui de Facebook ;Une suggestion lors de la frappe dans un champ de texte, comme lors d'une recherche avec Google ;Un lecteur de vidéos ou de musiques, aussi puissant que celui de Youtube, grâce aux balises <video> et <audio> ;Des jeux exploitants la balise <canvas> comme Torus, un Tetris en 3D ;La modélisation 3D d'une Lamborghini affichée grâce à l'API WebGL et à la bibliothèque Three.js ;Et bien d'autres choses ! Sur ce, bonne lecture !
D3
<div id="js_warning"><strong>JavaScript is turned off, so this page won’t be very interactive.</strong> Switch JavaScript back on in your web browser for the full experience.</div> These tutorials have been expanded into a book, Interactive Data Visualization for the Web, published by O’Reilly in March 2013.