<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim AllBlends__MMColParam AllBlends__MMColParam = "1" If (Request.QueryString("Category") <> "") Then AllBlends__MMColParam = Request.QueryString("Category") End If %> <% Dim AllBlends Dim AllBlends_numRows Set AllBlends = Server.CreateObject("ADODB.Recordset") AllBlends.ActiveConnection = MM_palladio_STRING AllBlends.Source = "SELECT * FROM Blend WHERE Category = '" + Replace(AllBlends__MMColParam, "'", "''") + "' ORDER BY CodeName ASC" AllBlends.CursorType = 0 AllBlends.CursorLocation = 2 AllBlends.LockType = 1 AllBlends.Open() AllBlends_numRows = 0 %> <% Dim HLooper1__numRows HLooper1__numRows = -4 Dim HLooper1__index HLooper1__index = 0 AllBlends_numRows = AllBlends_numRows + HLooper1__numRows %> <% ' *** Recordset Stats, Move To Record, and Go To Record: declare stats variables Dim AllBlends_total Dim AllBlends_first Dim AllBlends_last ' set the record count AllBlends_total = AllBlends.RecordCount ' set the number of rows displayed on this page If (AllBlends_numRows < 0) Then AllBlends_numRows = AllBlends_total Elseif (AllBlends_numRows = 0) Then AllBlends_numRows = 1 End If ' set the first and last displayed record AllBlends_first = 1 AllBlends_last = AllBlends_first + AllBlends_numRows - 1 ' if we have the correct record count, check the other stats If (AllBlends_total <> -1) Then If (AllBlends_first > AllBlends_total) Then AllBlends_first = AllBlends_total End If If (AllBlends_last > AllBlends_total) Then AllBlends_last = AllBlends_total End If If (AllBlends_numRows > AllBlends_total) Then AllBlends_numRows = AllBlends_total End If End If %> <% ' *** Recordset Stats: if we don't know the record count, manually count them If (AllBlends_total = -1) Then ' count the total records by iterating through the recordset AllBlends_total=0 While (Not AllBlends.EOF) AllBlends_total = AllBlends_total + 1 AllBlends.MoveNext Wend ' reset the cursor to the beginning If (AllBlends.CursorType > 0) Then AllBlends.MoveFirst Else AllBlends.Requery End If ' set the number of rows displayed on this page If (AllBlends_numRows < 0 Or AllBlends_numRows > AllBlends_total) Then AllBlends_numRows = AllBlends_total End If ' set the first and last displayed record AllBlends_first = 1 AllBlends_last = AllBlends_first + AllBlends_numRows - 1 If (AllBlends_first > AllBlends_total) Then AllBlends_first = AllBlends_total End If If (AllBlends_last > AllBlends_total) Then AllBlends_last = AllBlends_total End If End If %> Fixing > Checklist
     Company      Promotion      Products      Design      Application      Technical      Fixing      Network      Contact      Member      Sitemap

      Checklist     Substrate Preperation     Adhesive      Grout     Mosaic Fixing     Tools     Movie

    


 

FIXING
Checklist
Substrate Preperation
Adhesive
Grout
Mosaic Fixing
  Method
    Design Specific
   Guide
    Fixing Method
  Tools
  Movie

Fixing > Checklist - Before Installation

Prior to installation there are few points that need to be kept in mind and checked. Following is the checklist
of all those points: -

1. Diagnosis of substrate - for glass mosaic

Correct substrate preparation is of basic importance for a perfect end result, both technically and visually. Substrates must have adequate mechanical strength and be prepared in such a way as to avoid shrinkage, which would cause tiles to lift. Please refer to substrate preparation guide for more details.

2. Material Availability (glass mosaic, adhesive, grout & fixing tools)

Please ensure that the required quantity of glass mosaic, adhesive and grouts are available at site before commencement of fixing.
    
Fixing tools required would be Notch Trowel, Rubber Trowel, Grouting Spreader, Sponge, Felt Pad / Cloth and Tile Cutter. Besides these, normal tools like bucket and vessels for mixing adhesives and grout should also be available. (Please click here for pictorial depiction of tools)

3. Water & Power availability

Please ensure that water & power both are available at site. Water is required at all stage of fixing. There should be adequate supply available, with water storage facilities. Also electricity is required to cut mosaics if necessary and to work at night. The lighting should be proper so as to facilitate fixing in evening / night.

4. Erection of Scaffolding

The customer must also arrange for setting up of scaffolding and/or other equipment required for fixing on vertical walls, façades, etc., with heights of more than 1.5 - 1.8 Mtr.
    
A person should ideally be allowed to fix the sheets up to a height of 5' only, since both vertical and horizontal lines have to be matched. Scaffolding should be erected for fixing of sheets above 5'.

5. Canopy for Outdoor fixing

For outdoor fixing, it would be preferable to use a total or partial canopy to cover the area of fixing. Careful consideration must be given to the temperature and wind effects on adhesives and materials.

 


PALLADIO GLASS LTD. 4th Floor, Samaan II, Opp. Reliance Petrol Pump, Anand Nagar, Ahmedabad - 380 051, Gujarat (INDIA).
Phone: +91-79-4000 6000 (30 lines). Fax: +91-79-4000 6200 e-mail: enquiry@palladio.in

<% AllBlends.Close() Set AllBlends = Nothing %>