<%@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 > Comparision with > Ceramic Tiles / 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 > Comparision with > Ceramic Tiles / Mosaic

Sr. No.
Characteristic
PALLADIO mosaics
Ceramic Tiles / Mosaics
I
Aesthetics
1
Appearance
Looks the same - life long
Looks change over a period of time
2
Creativity
Excellent, as finished product is customised. Any kind of design can be made
Limited - only possible in case of colour combination

3
Customisation
Any design can be made using PALLADIO mosaics
Not possible at all. All products standard.
4
Decoration
Can be used for floor, wall or ceiling decoration
Cannot be used for decoration
5
Joints
Predefined ~ 1 mm
Mason / Fixer Dependent
II
Chemical Characteristics 
1
Anti Fungus
Does not help fungus development
Does not prevent fungus development
2
Stain Resistance
Stain Free
Not stain free
3
Resistance to Chemical attcks
Is not affected by normal chemicals used for cleaning the surface
Is affected by chemicals
III
Physical Characteristics
1
Colour Fading
Homogeneous Colour which never fades
Colour fades
2
Colour Range
Permanent Colour range of 162 colours to choose from
Limited colour options
3
Ease of Application
Can be applied on any surface easily
Cannot be applied on curved, odd-shaped surfaces
4
Regular Maintenance
Not Required
Required
5
Replacability
Easily replaceable. Colour range always available
Not easily replaceable - designs are discontinued frequently
6
Weight
Very light weight. Does not affect the structure after cladding
Heavier than PALLADIO mosaics
7
Water Absorption
No Water Absorption
Absorbs Water
IV
Thermal Characteristics
1
Thermal Effect
Withstands upto 110oC. Can also be used in sub-zero temperatures
Not as versatile as PALLADIO mosaics
2
Thermal Reflectivity
Reflects Sunrays, thereby giving better colling inside when used on Exterior
Does not reflect sunrays

 


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