<%session("searchpage")="N"%> <% smode=request.QueryString("smode") mart=request.QueryString("mart") if ucase(smode)="A" then session("mcat")="" session("myear")="" if len(trim(mart))>0 then session("mart")=mart end if end if if len(trim(smode))>0 then session("smode")=smode end if smode=session("smode") if len(trim(session("mart")))>0 then mart=session("mart") end if Set conn = Server.CreateObject("ADODB.connection") conn.open strcon if len(trim(mart))> 0 then set rs11=server.createobject("Adodb.recordset") rs11.cursortype=adopenstatic sqltype="select * from artist_master where ucase(trim(accountid))='"&ucase(trim(mart))&"'order by accountorder,accountname,accountphoto1 " rs11.open sqltype,conn,2,2 if rs11.bof and rs11.eof then martname="" martlink="" martbio="" martphoto="" else martname=rs11("accountname") martlink=rs11("accountlink") martbio="./driver/artist1/"&rs11("accountphoto1") martphoto="./driver/artist2/"&rs11("accountphoto2") end if set rs11=nothing end if set conn=nothing %>
<% Set con = Server.CreateObject("ADODB.connection") con.open strcon SET rs=Server.CreateObject("ADODB.Recordset") sqlst="SELECT accountid,accountname,accountlink FROM artist_master order by accountname,accountorder,accountorder,tid " rs.open sqlst,con if rs.bof and rs.eof then ELSE x=0 while not rs.eof x=x+1 artid=rs(0) artname=rs(1) martlink1=rs(2) %> <% if x>4 then x=1 end if if x=1 then %> <% end if %> <% if x= 4 then %> <% end if%> <% rs.movenext wend end if set rs=nothing %>
» <%=artname%>
<% SET rs=Server.CreateObject("ADODB.Recordset") sqlst="SELECT accountid,accountname FROM category_master order by accountorder,accountname,tid " rs.open sqlst,con if rs.bof and rs.eof then ELSE x=0 while not rs.eof x=x+1 catid=rs(0) catname=rs(1) %> <% if x>4 then x=1 end if %> <% rs.movenext wend end if set rs=nothing %>
» <%=catname%>
<% SET rs=Server.CreateObject("ADODB.Recordset") sqlst="SELECT accountid,accountname FROM projcat_master order by accountorder,accountname,tid " rs.open sqlst,con if rs.bof and rs.eof then ELSE x=0 while not rs.eof x=x+1 pid=rs(0) pname=rs(1) %> <% if x>4 then x=1 end if %> <% rs.movenext wend end if set rs=nothing %>
» <%=pname%>
<% SET rs=Server.CreateObject("ADODB.Recordset") sqlst="SELECT accountid,accountname FROM mediacat_master order by accountorder,accountname,tid " rs.open sqlst,con if rs.bof and rs.eof then ELSE x=0 while not rs.eof x=x+1 mdid=rs(0) mdname=rs(1) %> <% if x>4 then x=1 end if %> <% rs.movenext wend %> <% end if set rs=nothing %>
» <%=mdname%>
» Collectors Details
» Information
» Feedback
» Location Map #1
» Location Map #2
» Associates
<% if ucase(session("smode"))="A" and session("searchpage")="Y" then %>
<% if len(martphoto)>17 then %>
<%end if%>
<% if len(martname)>0 then %> <%=martname%> <%end if%>
<% if len(martlink)>0 then %> <%=martlink%> <%end if%>
<% if len(martbio)>17 then %> BIOGRAPHY <%end if%>
<% else %>
<% end if%>

The Flying House Vision

The Flying House (TFH) is a non-profit institution for promoting contemporary Emirati artists. Founded in December 2007, TFH has a collection of artworks which are part of the Emirati contemporary art movement; dating from the establishment of the United Arab Emirates (UAE) to the present day.

Our large collection includes works by some of the first generation of Emirati artists, beginning with the earliest works of Hassan Sharif, “the father of the nation’s contemporary art practice” , Fatma Lootah and Hussain Sharif.

Together with the earliest work of important artists from the second generation such as Mohammed Ahmed Ibrahim and Mohammed Kazem, these pieces make up our historical collection.

The works have been meticulously collected, documented and preserved over 30 years by myself. In addition, TFH has a significant collection of recent artworks, not only from the aforementioned artists but also from the current generation.

The TFH team includes experienced curators Jos Clevers, former director of Sittard Art Centre, The Netherlands, and Mohammed Kazem, co-curator of the 8th Sharjah International Biennial.

TFH artists have developed formidable track records over the years; they have been selected for major biennials, international museum exhibitions, and have been awarded prestigious prizes. Numerous articles have been written about them in both national and international publications. They have also personally authored large numbers of publications on art.

TFH is an institution that plays an active and vital role in developing and nurturing the contemporary art infrastructure of the UAE.

Current aims and activities of The Flying House include: Arts Marketing and Promotion; Exhibition Development and Management; Art Consulting; Archiving, Documentation and Preservation; Workshop Provision; Publications; Cultural Exchanges; Art Fora; and the Nurturing of New Talent.

TFH artists: Hassan Sharif, Hussain Sharif, Mohammed Ahmed Ibrahim, Mohammed Kazem, Mohammad Al Mazrouei, Fatma Lootah, Layla Juma, Khalil Abdul-Wahid, Abdul Rahman Al Ma'aini, Moza Al Suwaidi.

Abdul Raheem Sharif


Founder and CEO

 

Lisa Ball-Lechgar, Editor of Canvas Magazine, Canvas, Jan/Feb 2008

 

<% k1="Sponsers " k2=" " SET rs=Server.CreateObject("ADODB.Recordset") sqlst="SELECT count(*) FROM sponser_master where ucase(accountcategory)='OTHER' " rs.open sqlst,con if rs.bof and rs.eof then ELSE if not rs(0)=0 then k1="Main Sponsors" k2="Other Sponsors" end if end if set rs=nothing %>
<%=k1%> <% SET rs=Server.CreateObject("ADODB.Recordset") sqlst="SELECT accountid,accountname,accountphoto1,accountlink FROM sponser_master where ucase(accountcategory)='MAIN' order by accountorder " rs.open sqlst,con if rs.bof and rs.eof then ELSE x=0 while not rs.eof and x <3 x=x+1 lid=rs(0) lname=rs(1) lpt="./driver/sponser1/"&rs("accountphoto1") llink=rs(3) %> <% rs.movenext wend end if set rs=nothing %>
<%=k2%> <% SET rs=Server.CreateObject("ADODB.Recordset") sqlst="SELECT accountid,accountname,accountphoto1,accountlink FROM sponser_master where ucase(accountcategory)='OTHER' order by accountorder " rs.open sqlst,con if rs.bof and rs.eof then ELSE x=0 while not rs.eof and x <6 x=x+1 lid=rs(0) lname=rs(1) lpt="./driver/sponser1/"&rs("accountphoto1") llink=rs(3) %> <% rs.movenext wend end if set rs=nothing set con=nothing %>