<%@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 %> Technical > FAQ > Mosaic
     Company      Promotion      Products      Design      Application      Technical      Fixing      Network      Contact      Member      Sitemap
      Specification     Comparision With      FAQ's
    


 

TECHNICAL
Specification
Terminology
Dimension &
  Weight
  Test Standards
Comparision with
  Ceramic Tiles    Mosaic
  Granite
  Marble
  Paints
  Stone
  Textures
FAQ's
  Mosaic

Technical > FAQ > Mosaic

FAQ - DESIGN
Q.
Can any colour combination be made?
A.
Yes it is possible.
  
Q.
How is the gradation supplied? Can it be customised?
A.
The gradation is supplied in full sheets. It can also be customised.
  
Q.
Is it possible to create a special gradation, which starts from a colour indicated by the customer and blends into another colour? Let's say gradation that starts from dark blue and arrives at pink, passing through light blue and light pink?
A.
Yes, it is possible. This effect will be processed on the computer and will therefore be considered a computerised technique. However, it must be remembered that standard Palladio gradation has a minimum of 10 colours and that it is difficult to create a pleasing gradation effect using only 4 colours
  
Q.
How are the borders supplied?
A.
The borders are sold by the metre length and are supplied in modules. The customer can order them by the metre; the module will be calculated and rounded off automatically.
  
Q.
Is it possible to customise a border design? How much does it cost?
A.
It can be done but we need to know the height, the pattern and the colour code. An estimate can only be given after the Artistic Dept. completes the design.
  
Q.
Is it possible to insert a mosaic border or decoration on a background of tiles? How do you make up the difference in thickness?
A.
It is possible. It is sufficient to make up the difference in level between mosaic and tiles with adhesive or with a shim.
  
Q.
Is it possible to reproduce a painting by Van Gogh? How much does it cost?
A.
Yes, in computerised form if the dimensions allow it, otherwise with the artistic hand-cut technique. The first thing the customer must provide is the dimension of the panel. With this information the Artistic Dept. will define the technique to be used and make an estimate.
  
Q.
Is it possible for me to send you a drawing and you tell me how much it would cost to make it in mosaic?
A.
Yes, as long as the drawing is clear and has all the specifications.
  
Q.
I send you a photograph by fax. Can you not send me an approximate price?
A.
It is preferable not to make risky approximate quotations, but to transmit the image to the graphic station to have the estimate drawn up.
  
Q.
What does it mean when you say that a computer decoration is outlined in sheet form or outlined in design form?
A.

Outlined in design form means that the mosaic follows the profile of the drawing, so the sheet will not be square but will be cut out following the pieces. Outlined in sheet form means that the sheet is square and the design is in grid form.

 


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 %>