Jump to content

Garo

Admin
  • Posts

    1,088
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Garo

  1. Garo

    Happy New Year

    Happy New Year!
  2. 1. The software we're using on this website is one of the best available in the market, however, when we don't keep it up to date it gets more and more vulnerable to cyber attacks as more hackers discover security flows and try to exploit it. 2. By other forums I meant other sections of this message board such as Litarature, etc. 3. I would do the same. 4. Other than latin alphabet based languages all others have their own issues and they've gone through the same ASCII/Unicode standards. It doesn't make sense to have so many keyboard choices for Armenian but it's nothing new. If you enable Armenian language support on your computer you can choose the keyboard layout you like and post on this forum in Armenian. Editing is not as easy and if I get some time I'll try to come up with something to make it easier and restore the button to translit utility.
  3. Arpa the time you have wasted on your post would be enough to check 'activate HTML' option in your next hundred posts. And for an IDIOT that you claim you are I think you're doing pretty well as I see you're already posting in Armenian in other forums. I do upgrades when I think it's time to do so for security and functionality reasons and I don't think you're qualified to advise on either one. You can either get adjusted to the new look/functionality or hit Sign out link and find another place to post.
  4. I haven't bought any SSD either but my thinkpad came with it and it does make a big difference in speed. I've heard Samsung SSDs are pretty good for the price you pay. Intel and some other brands may perform slightly better but they cost (a lot) more. You could get 128Gb or 256Gb and use it as your primary drive to make the whole system run faster and use much larger SATA drive to store your project files. If you have raid primary drive then you're looking at buying 2 SSDs and 512Gb may get too expensive.
  5. Happy Birthday guys. Wish you all the best.
  6. Happy Birthday guys! Wish you all the best!
  7. Thank you guys. It was last month though
  8. Happy Birthday Armat jan.
  9. Garo

    Video file conversion

    Nané most likely the quality problem is due to wrong export settings not the software. Try this one if you want - http://www.squared5.com/svideo/mpeg-streamclip-win.html I run a test conversion and I don't see any quality loss issues with the converted video. Good luck.
  10. All is good. No complains
  11. Welcome back Sasun! Hope all is well.
  12. Garo

    Impressions Of The Day

    Happy Thanksgiving to everyone!
  13. Garo

    Impressions Of The Day

    Shnorhavorum em Nane jan. Togh baghtavor eregha lini.
  14. Happy Birthday guys. Wish you all the best!
  15. Garo

    Impressions Of The Day

    Mos jan achqed luys lini. Baxtavor erexa lini.
  16. Vava jan Happy (belated) Birthday!
  17. Using layers to build the site layout can be very tricky and requires more experience than using tables to do the same.
  18. 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>
  19. 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.
×
×
  • Create New...