Nederlands English

Portaal voor producent kantoormeubilair

Portaal voor producent kantoormeubilair

Portaal voor producent kantoormeubilair

Voor Schaffenburg office Furniture BV, een producent van kantoormeubilair zoals bureau's, kasten en stoelen, heeft digizaal een portaal ontwikkeld die linkt naar de diverse merken die ze vertegenwoordigt.

waardering:

waardering: 3.2 / 5 sterren - 22 stemmen.

share this

30 June 2009 ,

Voor Schaffenburg office Furniture BV, een producent van kantoormeubilair zoals bureau's, kasten en stoelen, heeft digizaal een portaal ontwikkeld die linkt naar de diverse merken die ze vertegenwoordigt.

De website heeft een CMS voor webpagina's, downloads en diverse fotogallerijen, alsmede voor de merken srtteeds een uitgebreide product catalogus.

Twee productcatalogi Image Offcie en Capital Office zijn online the bekijken dmv een Flash applicatie (geïnspireerd door apple iTunes) die geheel dmv het CMS is aante passen: zo kan men zelf hoofd- en subcategoriën beheren, met voor elke categorie een achtergrond afbeelding. Elk product heeft naast de hoofd-afbeelding een semi-transparant thumbnail afbeelding en twee optionele pdf downloads.

De site wordt de komende weken nog verder gevuld met content.


Link : www.schaffenburg.nl

opmerking(en):

    7 opmerking(en) weergeven
  1. commentaar reinier wijnbergen ( 23:46 Saturday 08 August 2009 )
    waanzinnig mooie site!!!!!!!!!!!!
  2. commentaar roelfmeester ( 14:22 Wednesday 08 July 2009 )
    Yeah this is great mate... seems to work just fine
  3. commentaar Rowan ( 09:32 Monday 06 July 2009 )
    ingave zonder waardering
  4. commentaar dirk ( 07:34 Monday 06 July 2009 )
    slice Table of contents 1. 1. Summary 2. 2. Syntax 3. 3. Parameters 4. 4. Description 5. 5. Examples Summary Returns a one-level deep copy of a portion of an array. Method of Array Implemented in: JavaScript 1.2, NES 3.0 ECMA Version: ECMA-262 Edition 3 Syntax slice(begin[,end]) Parameters begin Zero-based index at which to begin extraction. As a negative index, start indicates an offset from the end of the sequence. slice(-2) extracts the second-to-last element and the last element in the sequence. end Zero-based index at which to end extraction. slice extracts up to but not including end. slice(1,4) extracts the second element through the fourth element (elements indexed 1, 2, and 3). As a negative index, end indicates an offset from the end of the sequence. slice(2,-1) extracts the third element through the second-to-last element in the sequence. If end is omitted, slice extracts to the end of the sequence. Description slice does not alter the original array, but returns a new "one level deep" copy that contains copies of the elements sliced from the original array. Elements of the original array are copied into the new array as follows: * For object references (and not the actual object), slice copies object references into the new array. Both the original and new array refer to the same object. If a referenced object changes, the changes are visible to both the new and original arrays. * For strings and numbers (not String and Number objects), slice copies strings and numbers into the new array. Changes to the string or number in one array does not affect the other array. If a new element is added to either array, the other array is not affected.
  5. commentaar dirk ( 07:34 Monday 06 July 2009 )
    slice Table of contents 1. 1. Summary 2. 2. Syntax 3. 3. Parameters 4. 4. Description 5. 5. Examples Summary Returns a one-level deep copy of a portion of an array. Method of Array Implemented in: JavaScript 1.2, NES 3.0 ECMA Version: ECMA-262 Edition 3 Syntax slice(begin[,end]) Parameters begin Zero-based index at which to begin extraction. As a negative index, start indicates an offset from the end of the sequence. slice(-2) extracts the second-to-last element and the last element in the sequence. end Zero-based index at which to end extraction. slice extracts up to but not including end. slice(1,4) extracts the second element through the fourth element (elements indexed 1, 2, and 3). As a negative index, end indicates an offset from the end of the sequence. slice(2,-1) extracts the third element through the second-to-last element in the sequence. If end is omitted, slice extracts to the end of the sequence. Description slice does not alter the original array, but returns a new "one level deep" copy that contains copies of the elements sliced from the original array. Elements of the original array are copied into the new array as follows: * For object references (and not the actual object), slice copies object references into the new array. Both the original and new array refer to the same object. If a referenced object changes, the changes are visible to both the new and original arrays. * For strings and numbers (not String and Number objects), slice copies strings and numbers into the new array. Changes to the string or number in one array does not affect the other array. If a new element is added to either array, the other array is not affected.
  6. commentaar dirk ( 07:33 Monday 06 July 2009 )
    good article I'll give it a four
  7. commentaar dirk ( 07:32 Monday 06 July 2009 )
    Good article i'll give it a 5
please rate this also