English
🇬🇧 English articles and tutorials.
-
<ul id="sortable"> <li id="1">elem 1</li> <li id="2">elem 2</li> <li id="3">elem 3</li> <li id="4">elem 4</li> </ul> $(document).ready(function(){ $('#sortable').sortable({ update: function(event, ui) { var newOrder = $(this).sortable('toArray').toString(); $.get('saveSortable.php', {order:newOrder}); } }); });
Kilde: http://stackoverflow.com/questions/7097168/save-jquery-ui-sortable-positions-to-db
-
I have tried to access the servers at mmd – but I cannot get access. So you may have to add the source code on a DVD attached to the report and link to your web hotel.
I have addressed the problem to the system administrator. But you need a solution here and now – so that’s my best advice.
-
Internship report manualWhen your internship is completed, you should write an internship report and deliver it to the MMD office in two copies. The internship report has to be delivered no later than the deadline listed in the Semester Plan for 4th semester.The counsellor will read it, and evaluate it. The internship report will be evaluated as either passed or not passed. For you to have passed the internship part of the education, the report will have to be approved by your counsellor.Content of the reportThe report should be app. 8 standard pages (2400 keystrokes per page) and have the following mandatory content:
-
A presentation of the company or the department, you have been working for. Describe here what the main areas of business of your internship hosts.
-
Description of the work tasks, you have worked with during the internship. This should be in adequate detail with references to appendixes or links to online content that you have created during your internship.
-
Your reflections on the internship.
-
What did you learn?
-
Was the training you received at MMD adequate for the types of tasks, you were presented with during the internship?
-
Did you obtain new knowledge? If so, what was it?
-
In case of non-approvalIf the report is not approved, you will be offered the opportunity to resubmit, which will need to be approved as a second attempt.If this report is approved before the deadline for submitting the FEP report, everything is fine. If the report is not approved, or if it is delivered after the deadline for submitting the FEP report, you will not be able to submit your FEP report. -
-
Navigationssti: 4 sem ALL > Information > 4. semester > Documents regarding FEP -
Begreber:
18 ff. Themes:
- Designing as a form of artistry
- Fundamental tasks and predicaments of a design studio
- Dialogue of student and coach
- Forms of dialogue
- Coach and student as practiconers
- Coaching artistry
- Impediments to learning
25 Knowing-in-action
26 Reflection-in-action
(hvorfor ikke reflection-after-action eller knowing-after-action?)
30 Music: jazz and improvization
34 “thinking like a __________.”
36 Practicum
-
<select> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="mercedes">Mercedes</option> <option value="audi">Audi</option> </select>