Nederlands English

Office Furniture portal

Office Furniture portal

Office Furniture portal

For Schaffenburg office Furniture, a Dutch producer of affordable office furniture like desks, cabinets and chairs, we created a CMS powered portal website which links to different mini websites for their brands.

Rating:

Rating: 2.9 / 5 stars - 7 vote(s).

share this

30 June 2009 ,

For Schaffenburg office Furniture, a Dutch producer of affordable office furniture like desks, cabinets and chairs, we created a CMS powered portal website which links to different mini websites for their brands.

The website offers text pages, downloads mphoto galleries and extensive product libraries in a iTunes lookalike picture browser which is developed in Flash.

The product browser can  be ustomized by the client concerning categories, background images (for each category) while each product must have a small semi-transparent thumb, texts and optional pdf downloads.


Link : www.schaffenburg.nl

comment(s):

    7 comment(s) show
  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