<%@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 - APPLICATION
Q.
Where all can I use your product?
A.
Our glass mosaics can be used on any wall, for either cladding or decoration purpose. It can also be used on floors in low traffic areas.
  
Q.
Can I cover a column with a diameter of 40 cm with mosaic?
A.
Yes, mosaic can cover a column with a minimum diameter of 15 cm.
  
Q.
Can your mosaic be used in a swimming pool?
A.
Mosaic is suitable for every type of swimming pool, of any shape or size.
  
Q.
Do you have special pieces to make the edge of the swimming pool?
A.
No because the mosaic, having a dimension of 2 cm, can perfectly cover any type of curve or edge.
  
Q.
Is glass mosaic slippery? Is it sharp?
A.
The flatness of the piece of glass mosaic means that this material is not particularly slippery, as cement join at the same level constantly and frequently interrupts the surface of the glass. The tessera of glass mosaic is not sharp because it is chamfered.
  
Q.
Can you put gold mosaic in a swimming pool?
A.
Yes, without any precautions if it is a wall covering. If it is on the floor, you must ensure that it is laid in such a way that there are no differences in level between the coursing join and the gold pieces. Due to the completely handcrafted production process, gold mosaic pieces are slightly thicker than pieces of glass mosaic. When laying the mosaic, a slightly thicker layer (overall) of adhesive must therefore be used to allow the gold pieces to be laid level with the glass mosaic.
  
Q.
Who all have used your product?
A.

We have a very impressive list of patrons. Some of our regular clients include, The Taj Group of Hotels, The Oberoi Group, McDonalds, and D Y Patil Institute. Our representative would be able to tell you the site nearest to you.

 


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