Armat Posted February 11, 2010 Report Share Posted February 11, 2010 http://sahakianart.com/ Thanks guys.Comments are welcome negative or positive Quote Link to comment Share on other sites More sharing options...
ED Posted February 11, 2010 Report Share Posted February 11, 2010 Great site and works brother, keep it up, someone showed an interest of purchesing few of your works, I'll email or call you for details again congrads bro, I'm very proud of you!!! Quote Link to comment Share on other sites More sharing options...
Zartonk Posted February 11, 2010 Report Share Posted February 11, 2010 Great to see your art up again. Ապրես Quote Link to comment Share on other sites More sharing options...
Garo Posted February 11, 2010 Report Share Posted February 11, 2010 Ruben jan the left navigation menu has fixed position and that's causing problems. On my wide screen monitor the navigation menu is right in the middle of the artwork making it almost unnoticable.Since you're using table tag for the artwork I would recommend adding another column and moving the navigation into it and removing 'position' and 'left' parameters from the style applied on 'links' layer. Quote Link to comment Share on other sites More sharing options...
Yervant1 Posted February 11, 2010 Report Share Posted February 11, 2010 Awesome!!!!!!!!!!! Quote Link to comment Share on other sites More sharing options...
Em Posted February 11, 2010 Report Share Posted February 11, 2010 All I see is your name and the main image. I cannot move ahead as there is no menu option when I open the page. I'm sure the problem is on my end. Quote Link to comment Share on other sites More sharing options...
MosJan Posted February 11, 2010 Report Share Posted February 11, 2010 Ruben jan Bravio !!! PS. ruen jan yerb b@norduhiner ( model ) entrelu ognutyan kariq lini asa, mets hajuyqov kognenq qez Quote Link to comment Share on other sites More sharing options...
Armat Posted February 11, 2010 Author Report Share Posted February 11, 2010 Ruben jan the left navigation menu has fixed position and that's causing problems. On my wide screen monitor the navigation menu is right in the middle of the artwork making it almost unnoticable.Since you're using table tag for the artwork I would recommend adding another column and moving the navigation into it and removing 'position' and 'left' parameters from the style applied on 'links' layer.Garo jan thanks for heads up.I have 22" and 20" monitors and it works fine however I believe you and I will try to fix it.Its gonna take some time since I may have to redo the change to entire pages where there is navigation.Thanks again Quote Link to comment Share on other sites More sharing options...
Armat Posted February 11, 2010 Author Report Share Posted February 11, 2010 All I see is your name and the main image. I cannot move ahead as there is no menu option when I open the page. I'm sure the problem is on my end.The links are on right side of the image.Just so I know what could be the problem could you tell me the size of your monitor?Thank you Quote Link to comment Share on other sites More sharing options...
Armat Posted February 11, 2010 Author Report Share Posted February 11, 2010 Ruben jan Bravio !!! PS. ruen jan yerb b@norduhiner ( model ) entrelu ognutyan kariq lini asa, mets hajuyqov kognenq qez Mos jan thanks for the service offered Quote Link to comment Share on other sites More sharing options...
Armat Posted February 11, 2010 Author Report Share Posted February 11, 2010 Awesome!!!!!!!!!!! Thanks Yervant Quote Link to comment Share on other sites More sharing options...
Armat Posted February 11, 2010 Author Report Share Posted February 11, 2010 Great to see your art up again. Ապրես Thanks for looking. Quote Link to comment Share on other sites More sharing options...
Armat Posted February 11, 2010 Author Report Share Posted February 11, 2010 All I see is your name and the main image. I cannot move ahead as there is no menu option when I open the page. I'm sure the problem is on my end.I was thinking that perhaps you got an old browser.The navigation on home page is on layer tag.Some old browsers don't support them.I suggest if this is the case download free firefox which is the best browser and it will automatically copy all your bookmarks so need to worry.Let me know since this is important that site functions correctly.Thanks Quote Link to comment Share on other sites More sharing options...
Garo Posted February 12, 2010 Report Share Posted February 12, 2010 Garo jan thanks for heads up.I have 22" and 20" monitors and it works fine however I believe you and I will try to fix it.Its gonna take some time since I may have to redo the change to entire pages where there is navigation.Thanks again Sorry Ruben jan I meant the right navigation menu on the home page. I guess that's where Em is having the problem.Replace the source code of the index page with the one below and you'll get it fixed. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Ruben Sahakian ART homepage</title> <link href="header type.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- body { background-color: #FFFFFF; background-image: url(graphics/grey%20back.jpg); background-repeat: repeat-x; } --> </style> </head> <body bgcolor="#FFFFFF" link="#663300" vlink="#660000" alink="#CCCC00"> <table height="668" border="0" align="center" cellpadding="0"> <tr> <th colspan="3" scope="col"><font color="#999999" size="+3" face="Latha, Lucida Console, Malgun Gothic, Mangal" class="header">RUBEN SAHAKIAN </font></th> </tr> <tr> <th width="360" height="313" bgcolor="#996633" scope="col"><img src="graphics/2.jpg" width="360" height="551" /></th> <th width="39" bgcolor="#996633" scope="col"> </th> <th width="190" scope="col"><div class="links" style="margin-left:5px;"> <p><a style="text-decoration:none" href="paintings/index.html">paintings</a></p> <p><a style="text-decoration:none" href="workspaper/index.html">works on paper </a></p> <p><a style="text-decoration:none" href="about.html">about the artist </a></p> <p> <a style="text-decoration:none" href="statement.html">statement</a></p> <p><a style="text-decoration:none" href="resume.html">resume </a></p> <p><a style="text-decoration:none" href="contact.html">contact</a></p> </div></th> </tr> <tr> <td height="34" colspan="2" bgcolor="#999999"> </td> <th width="190" scope="col"> </th> </tr> </table> </body> </html> Quote Link to comment Share on other sites More sharing options...
Armat Posted February 12, 2010 Author Report Share Posted February 12, 2010 Sorry Ruben jan I meant the right navigation menu on the home page. I guess that's where Em is having the problem.Replace the source code of the index page with the one below and you'll get it fixed. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Ruben Sahakian ART homepage</title> <link href="header type.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- body { background-color: #FFFFFF; background-image: url(graphics/grey%20back.jpg); background-repeat: repeat-x; } --> </style> </head> <body bgcolor="#FFFFFF" link="#663300" vlink="#660000" alink="#CCCC00"> <table height="668" border="0" align="center" cellpadding="0"> <tr> <th colspan="3" scope="col"><font color="#999999" size="+3" face="Latha, Lucida Console, Malgun Gothic, Mangal" class="header">RUBEN SAHAKIAN </font></th> </tr> <tr> <th width="360" height="313" bgcolor="#996633" scope="col"><img src="graphics/2.jpg" width="360" height="551" /></th> <th width="39" bgcolor="#996633" scope="col"> </th> <th width="190" scope="col"><div class="links" style="margin-left:5px;"> <p><a style="text-decoration:none" href="paintings/index.html">paintings</a></p> <p><a style="text-decoration:none" href="workspaper/index.html">works on paper </a></p> <p><a style="text-decoration:none" href="about.html">about the artist </a></p> <p> <a style="text-decoration:none" href="statement.html">statement</a></p> <p><a style="text-decoration:none" href="resume.html">resume </a></p> <p><a style="text-decoration:none" href="contact.html">contact</a></p> </div></th> </tr> <tr> <td height="34" colspan="2" bgcolor="#999999"> </td> <th width="190" scope="col"> </th> </tr> </table> </body> </html> Garo jan thanks for the suggestion. I used layer tag on that and learn my lesson.Very unstable tag.I end up like you suggested putting in the table.I added extra col and messed around with little design elements.I think it actually looks better and functional.Thank for all the great inputs Quote Link to comment Share on other sites More sharing options...
Garo Posted February 12, 2010 Report Share Posted February 12, 2010 Using layers to build the site layout can be very tricky and requires more experience than using tables to do the same. Quote Link to comment Share on other sites More sharing options...
Em Posted February 12, 2010 Report Share Posted February 12, 2010 Problem solved. I see everything on the page now. I love the one entitled Arizona. You attended HHS and LACC. Same here. Quote Link to comment Share on other sites More sharing options...
Armat Posted February 13, 2010 Author Report Share Posted February 13, 2010 Problem solved. I see everything on the page now. I love the one entitled Arizona. You attended HHS and LACC. Same here. Wow small world.I lived so long in Boston that my LA life seems like a dream.Not a good feeling and my Armenian childhood even worse like faded double dream.Sometimes I hate the whole immigrant aspects.One always feels not belonging anywhere since you are cut off from the "tree" where you seed was.Anyway you picked an interesting piece not the usual ones.Thanks for looking. Quote Link to comment Share on other sites More sharing options...
Armat Posted February 13, 2010 Author Report Share Posted February 13, 2010 I just finished adding a guestbook.Designing it was major PIA but got to learn some new things.Here it is.Thanks guyshttp://sahakianart.com/guestbookframeset.html Quote Link to comment Share on other sites More sharing options...
shaunt Posted February 15, 2010 Report Share Posted February 15, 2010 Love the colors. The blue utilized in "Holiday in Greece" in particular. Reminds me of the Chartres Blue stained glass windows of Chartres Cathedral. Quote Link to comment Share on other sites More sharing options...
Arpa Posted February 15, 2010 Report Share Posted February 15, 2010 (edited) It is breathtaking. Bravo Rubo. Poetry in colors. Do you sell these? Although a sale would be an expression and affirmation of appreciation, I can only imagine its emotional impact, as if one is parting of ones children, giving away a part of ones soul. Edited February 15, 2010 by Arpa Quote Link to comment Share on other sites More sharing options...
Armat Posted February 15, 2010 Author Report Share Posted February 15, 2010 It is breathtaking. Bravo Rubo. Poetry in colors. Do you sell these? Although a sale would be an expression and affirmation of appreciation, I can only imagine its emotional impact, as if one is parting of one’s children, giving away a part of one‘s soul.Arpa jan thanks for the compliments.They are FS specially now that I got no job.I built the site to get shows going.I am confident that I can get my resume up to speed soon.I've been too preoccupied raising my kids and working full time which made my Art secondary but now nothing else gets my ping pongs going.Regards Quote Link to comment Share on other sites More sharing options...
Armat Posted February 15, 2010 Author Report Share Posted February 15, 2010 Love the colors. The blue utilized in "Holiday in Greece" in particular. Reminds me of the Chartres Blue stained glass windows of Chartres Cathedral.Its actually from real holiday experience in Greece.Its a magical place.I miss it a lot.Thanks for checking it out. Quote Link to comment Share on other sites More sharing options...
Louise Kiffer Posted February 17, 2010 Report Share Posted February 17, 2010 Félicitations, j'ai tout vu, c'est beau ! Bonne continuation. Louise Quote Link to comment Share on other sites More sharing options...
Em Posted February 19, 2010 Report Share Posted February 19, 2010 Wow small world.I lived so long in Boston that my LA life seems like a dream.Not a good feeling and my Armenian childhood even worse like faded double dream.Sometimes I hate the whole immigrant aspects.One always feels not belonging anywhere since you are cut off from the "tree" where you seed was.Anyway you picked an interesting piece not the usual ones.Thanks for looking. Thank you again for sharing. Arizona "spoke" to me. I completely agree with your comment about the immigrant aspect. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.