<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gevork&#039;s Blog &#187; php</title>
	<atom:link href="http://gevork.ru/tags/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://gevork.ru</link>
	<description>YAB of Crazy Akhalkalaki Guy</description>
	<lastBuildDate>Wed, 28 Mar 2012 13:10:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Armenian Translit function in PHP</title>
		<link>http://gevork.ru/2011/09/25/armenian-translit-function-in-php/</link>
		<comments>http://gevork.ru/2011/09/25/armenian-translit-function-in-php/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 14:05:24 +0000</pubDate>
		<dc:creator>Gevork</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[armenian]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[translit]]></category>

		<guid isPermaLink="false">http://gevork.ru/?p=465</guid>
		<description><![CDATA[Today was makin&#8217; some code to translit armenian names in openmap. Maybe somebody will need it further, so use it. function translitit($str) { $tr = array( &#8220;Ա&#8221;=>&#8221;A&#8221;,&#8221;Բ&#8221;=>&#8221;B&#8221;,&#8221;Գ&#8221;=>&#8221;G&#8221;,&#8221;Դ&#8221;=>&#8221;D&#8221;, &#8220;Ե&#8221;=>&#8221;E&#8221;,&#8221;Զ&#8221;=>&#8221;Z&#8221;,&#8221;է&#8221;=>&#8221;E&#8221;,&#8221;Ը&#8221;=>&#8221;@&#8221;,&#8221;Թ&#8221;=>&#8221;T&#8221;,&#8221;Ժ&#8221;=>&#8221;Zh&#8221;, &#8220;Ի&#8221;=>&#8221;I&#8221;,&#8221;Լ&#8221;=>&#8221;L&#8221;,&#8221;Խ&#8221;=>&#8221;Kh&#8221;,&#8221;Ծ&#8221;=>&#8221;Ts&#8221;,&#8221;Կ&#8221;=>&#8221;K&#8221;, &#8220;Հ&#8221;=>&#8221;H&#8221;,&#8221;Ձ&#8221;=>&#8221;Dz&#8221;,&#8221;Ղ&#8221;=>&#8221;Gh&#8221;,&#8221;Ճ&#8221;=>&#8221;Tch&#8221;,&#8221;Մ&#8221;=>&#8221;M&#8221;, &#8220;Յ&#8221;=>&#8221;J&#8221;,&#8221;Ն&#8221;=>&#8221;N&#8221;,&#8221;Շ&#8221;=>&#8221;Sh&#8221;,&#8221;Ո&#8221;=>&#8221;Vo&#8221;,&#8221;Չ&#8221;=>&#8221;Ch&#8221;, &#8220;Պ&#8221;=>&#8221;P&#8221;,&#8221;Ջ&#8221;=>&#8221;Dzh&#8221;,&#8221;Ռ&#8221;=>&#8221;R&#8221;,&#8221;Ս&#8221;=>&#8221;S&#8221;,&#8221;Վ&#8221;=>&#8221;V&#8221;, &#8220;Տ&#8221;=>&#8221;T&#8221;,&#8221;Ր&#8221;=>&#8221;R&#8221;,&#8221;Ց&#8221;=>&#8221;Ts&#8221;,&#8221;ՈՒ&#8221;=>&#8221;U&#8221;,&#8221;Փ&#8221;=>&#8221;P&#8221;, &#8220;Ք&#8221;=>&#8221;Q&#8221;,&#8221;և&#8221;=>&#8221;ev&#8221;,&#8221;Օ&#8221;=>&#8221;O&#8221;,&#8221;Ֆ&#8221;=>&#8221;F&#8221;,&#8221;ա&#8221;=>&#8221;a&#8221;, &#8220;բ&#8221;=>&#8221;b&#8221;,&#8221;գ&#8221;=>&#8221;g&#8221;,&#8221;դ&#8221;=>&#8221;d&#8221;,&#8221;ե&#8221;=>&#8221;e&#8221;,&#8221;զ&#8221;=>&#8221;z&#8221;, &#8220;է&#8221;=>&#8221;e&#8221;,&#8221;ը&#8221;=>&#8221;@&#8221;,&#8221;թ&#8221;=>&#8221;t&#8221;,&#8221;ժ&#8221;=>&#8221;zh&#8221;,&#8221;ի&#8221;=>&#8221;i&#8221;, &#8220;լ&#8221;=>&#8221;l&#8221;,&#8221;խ&#8221;=>&#8221;kh&#8221;,&#8221;ծ&#8221;=>&#8221;ts&#8221;,&#8221;կ&#8221;=>&#8221;k&#8221;,&#8221;հ&#8221;=>&#8221;h&#8221;, &#8220;ձ&#8221;=>&#8221;dz&#8221;,&#8221;ղ&#8221;=>&#8221;gh&#8221;,&#8221;ճ&#8221;=>&#8221;tch&#8221;,&#8221;մ&#8221;=>&#8221;m&#8221;,&#8221;յ&#8221;=>&#8221;j&#8221;, &#8220;ն&#8221;=>&#8221;n&#8221;,&#8221;շ&#8221;=>&#8221;sh&#8221;,&#8221;ո&#8221;=>&#8221;vo&#8221;,&#8221;չ&#8221;=>&#8221;ch&#8221;,&#8221;պ&#8221;=>&#8221;p&#8221;, &#8220;ջ&#8221;=>&#8221;dzh&#8221;,&#8221;ռ&#8221;=>&#8221;r&#8221;,&#8221;ս&#8221;=>&#8221;s&#8221;,&#8221;վ&#8221;=>&#8221;v&#8221;,&#8221;տ&#8221;=>&#8221;t&#8221;, &#8220;ր&#8221;=>&#8221;r&#8221;,&#8221;ց&#8221;=>&#8221;ts&#8221;,&#8221;ու&#8221;=>&#8221;u&#8221;,&#8221;փ&#8221;=>&#8221;p&#8221;,&#8221;ք&#8221;=>&#8221;q&#8221; ,&#8221;օ&#8221;=>&#8221;o&#8221;,&#8221;ֆ&#8221;=>&#8221;f&#8221; ); return strtr($str,$tr); }]]></description>
			<content:encoded><![CDATA[<p>Today was makin&#8217; some code to translit armenian names in openmap.<br />
Maybe somebody will need it further, so use it. </p>
<p> function translitit($str)<br />
{<br />
    $tr = array(<br />
        &#8220;Ա&#8221;=>&#8221;A&#8221;,&#8221;Բ&#8221;=>&#8221;B&#8221;,&#8221;Գ&#8221;=>&#8221;G&#8221;,&#8221;Դ&#8221;=>&#8221;D&#8221;,<br />
        &#8220;Ե&#8221;=>&#8221;E&#8221;,&#8221;Զ&#8221;=>&#8221;Z&#8221;,&#8221;է&#8221;=>&#8221;E&#8221;,&#8221;Ը&#8221;=>&#8221;@&#8221;,&#8221;Թ&#8221;=>&#8221;T&#8221;,&#8221;Ժ&#8221;=>&#8221;Zh&#8221;,<br />
        &#8220;Ի&#8221;=>&#8221;I&#8221;,&#8221;Լ&#8221;=>&#8221;L&#8221;,&#8221;Խ&#8221;=>&#8221;Kh&#8221;,&#8221;Ծ&#8221;=>&#8221;Ts&#8221;,&#8221;Կ&#8221;=>&#8221;K&#8221;,<br />
        &#8220;Հ&#8221;=>&#8221;H&#8221;,&#8221;Ձ&#8221;=>&#8221;Dz&#8221;,&#8221;Ղ&#8221;=>&#8221;Gh&#8221;,&#8221;Ճ&#8221;=>&#8221;Tch&#8221;,&#8221;Մ&#8221;=>&#8221;M&#8221;,<br />
        &#8220;Յ&#8221;=>&#8221;J&#8221;,&#8221;Ն&#8221;=>&#8221;N&#8221;,&#8221;Շ&#8221;=>&#8221;Sh&#8221;,&#8221;Ո&#8221;=>&#8221;Vo&#8221;,&#8221;Չ&#8221;=>&#8221;Ch&#8221;,<br />
        &#8220;Պ&#8221;=>&#8221;P&#8221;,&#8221;Ջ&#8221;=>&#8221;Dzh&#8221;,&#8221;Ռ&#8221;=>&#8221;R&#8221;,&#8221;Ս&#8221;=>&#8221;S&#8221;,&#8221;Վ&#8221;=>&#8221;V&#8221;,<br />
        &#8220;Տ&#8221;=>&#8221;T&#8221;,&#8221;Ր&#8221;=>&#8221;R&#8221;,&#8221;Ց&#8221;=>&#8221;Ts&#8221;,&#8221;ՈՒ&#8221;=>&#8221;U&#8221;,&#8221;Փ&#8221;=>&#8221;P&#8221;,<br />
        &#8220;Ք&#8221;=>&#8221;Q&#8221;,&#8221;և&#8221;=>&#8221;ev&#8221;,&#8221;Օ&#8221;=>&#8221;O&#8221;,&#8221;Ֆ&#8221;=>&#8221;F&#8221;,&#8221;ա&#8221;=>&#8221;a&#8221;,<br />
        &#8220;բ&#8221;=>&#8221;b&#8221;,&#8221;գ&#8221;=>&#8221;g&#8221;,&#8221;դ&#8221;=>&#8221;d&#8221;,&#8221;ե&#8221;=>&#8221;e&#8221;,&#8221;զ&#8221;=>&#8221;z&#8221;,<br />
        &#8220;է&#8221;=>&#8221;e&#8221;,&#8221;ը&#8221;=>&#8221;@&#8221;,&#8221;թ&#8221;=>&#8221;t&#8221;,&#8221;ժ&#8221;=>&#8221;zh&#8221;,&#8221;ի&#8221;=>&#8221;i&#8221;,<br />
        &#8220;լ&#8221;=>&#8221;l&#8221;,&#8221;խ&#8221;=>&#8221;kh&#8221;,&#8221;ծ&#8221;=>&#8221;ts&#8221;,&#8221;կ&#8221;=>&#8221;k&#8221;,&#8221;հ&#8221;=>&#8221;h&#8221;,<br />
        &#8220;ձ&#8221;=>&#8221;dz&#8221;,&#8221;ղ&#8221;=>&#8221;gh&#8221;,&#8221;ճ&#8221;=>&#8221;tch&#8221;,&#8221;մ&#8221;=>&#8221;m&#8221;,&#8221;յ&#8221;=>&#8221;j&#8221;,<br />
        &#8220;ն&#8221;=>&#8221;n&#8221;,&#8221;շ&#8221;=>&#8221;sh&#8221;,&#8221;ո&#8221;=>&#8221;vo&#8221;,&#8221;չ&#8221;=>&#8221;ch&#8221;,&#8221;պ&#8221;=>&#8221;p&#8221;,<br />
             &#8220;ջ&#8221;=>&#8221;dzh&#8221;,&#8221;ռ&#8221;=>&#8221;r&#8221;,&#8221;ս&#8221;=>&#8221;s&#8221;,&#8221;վ&#8221;=>&#8221;v&#8221;,&#8221;տ&#8221;=>&#8221;t&#8221;,<br />
        &#8220;ր&#8221;=>&#8221;r&#8221;,&#8221;ց&#8221;=>&#8221;ts&#8221;,&#8221;ու&#8221;=>&#8221;u&#8221;,&#8221;փ&#8221;=>&#8221;p&#8221;,&#8221;ք&#8221;=>&#8221;q&#8221;<br />
        ,&#8221;օ&#8221;=>&#8221;o&#8221;,&#8221;ֆ&#8221;=>&#8221;f&#8221;<br />
    );<br />
    return strtr($str,$tr);<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://gevork.ru/2011/09/25/armenian-translit-function-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>www.avtochehol.ru</title>
		<link>http://gevork.ru/2011/01/22/www-avtochehol-ru/</link>
		<comments>http://gevork.ru/2011/01/22/www-avtochehol-ru/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 00:13:59 +0000</pubDate>
		<dc:creator>Gevork</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[shopping cart]]></category>

		<guid isPermaLink="false">http://gevork.ru/?p=343</guid>
		<description><![CDATA[This one of the hard jobs I have got to do. The main problems here was that i should make a shopping cart, which was then cancelled to more simple order form which is calculating the price and sending the letter to the company about the order. Technologies Used: Codeigniter ,PHP,JavaScript, MYSQL]]></description>
			<content:encoded><![CDATA[<p>This one of the hard jobs I have got to do. The main problems here was that i should make a shopping cart, which was then cancelled to more simple order form which is calculating the price and sending the letter to the company about the order.</p>
<p><strong>Technologies Used</strong>: Codeigniter ,PHP,JavaScript, MYSQL</p>
]]></content:encoded>
			<wfw:commentRss>http://gevork.ru/2011/01/22/www-avtochehol-ru/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Codeigniter&#8217;s function to make thumbs like phpThumb</title>
		<link>http://gevork.ru/2011/01/16/codeigniters-fundtion-to-make-thumbs-like-phpthumb/</link>
		<comments>http://gevork.ru/2011/01/16/codeigniters-fundtion-to-make-thumbs-like-phpthumb/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 22:55:36 +0000</pubDate>
		<dc:creator>Gevork</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpThumb]]></category>
		<category><![CDATA[Thumb]]></category>

		<guid isPermaLink="false">http://gevork.ru/?p=329</guid>
		<description><![CDATA[I was thinking on how to integrate phpThumb in CodeIgniter when I found a great answer on StackOverFlow.com &#8221; You can do this with the codeigniter image manipulation class. Just create a helper with your image resize code, here is a basic example: In the Helper if ( ! function_exists('generate_image')) { function generate_image($img, $width, $height){ [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking on how to integrate phpThumb in CodeIgniter when I found a great answer on StackOverFlow.com</p>
<p>&#8221;</p>
<p>You can do this with the codeigniter image manipulation class.</p>
<p>Just create a helper with your image resize code, here is a basic example:</p>
<p>In the Helper</p>
<pre lang="php">if ( ! function_exists('generate_image'))
{
    function generate_image($img, $width, $height){

        $obj =&amp; get_instance();

        $obj-&gt;load-&gt;library('image_lib');
        $obj-&gt;load-&gt;helper('url');

        $config['image_library'] = 'gd2';

        $config['source_image'] = $img;
        $config['new_image'] = './resources/images/img_tp/tn_img.png' ;
        $config['width'] = $width;
        $config['height'] = $height;

        $obj-&gt;image_lib-&gt;initialize($config);

        $obj-&gt;image_lib-&gt;resize();

        return $config['new_image'];
    }
}
</pre>
<p>Name as you wish and ensure to load the helper in your controller constructer.</p>
<p>Then in your view:</p>
<pre lang="php"><img class="colorbox-329"  src="&lt;?php echo generate_image($img, $width, $height); ?&gt;" alt="" /></pre>
<p>You can create a set of functions in the helper to perform different manipulation tasks and use them directly in your view using this method.</p>
<p>Here is the image manipulation documentation. http://codeigniter.com/user_guide/libraries/image_lib.html</p>
<p>&#8221;</p>
<p>Source: http://stackoverflow.com/questions/3336627/how-to-integrate-phpthumb-into-a-codeigniter-applications-architecture</p>
]]></content:encoded>
			<wfw:commentRss>http://gevork.ru/2011/01/16/codeigniters-fundtion-to-make-thumbs-like-phpthumb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>www.vital-group.ru</title>
		<link>http://gevork.ru/2010/04/06/www-vital-group-ru/</link>
		<comments>http://gevork.ru/2010/04/06/www-vital-group-ru/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 16:02:34 +0000</pubDate>
		<dc:creator>Gevork</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Vital Group]]></category>

		<guid isPermaLink="false">http://gevork.ru/?p=169</guid>
		<description><![CDATA[A corporate web-site. Programmed by me fully. Design was provided in HTML/CSS format.]]></description>
			<content:encoded><![CDATA[<p>Praesent interdum adipiscing justo, sed consequat dolor suscipit ac. Duis rutrum vestibulum vulputate. Aenean magna sapien, tempus a luctus eu, sagittis vitae elit! Morbi nec risus magna, vitae pretium quam. Maecenas sem lectus, ullamcorper sed feugiat vitae, pellentesque et lacus. Nunc vehicula augue id felis mollis suscipit? Cras nec eros nulla, feugiat iaculis lorem. Morbi eu lorem sapien, in posuere nisi. Morbi velit est, placerat ut mattis eu, ullamcorper blandit justo. Nam consectetur dolor et tortor suscipit fringilla. Proin aliquam; purus at ultricies convallis, orci mi viverra massa, ac pellentesque justo nulla vitae leo.</p>
<p>Curabitur in nunc elit, vel scelerisque odio. Nulla nec mi nisi, vitae molestie tellus? Nam non sapien viverra diam luctus egestas. Duis magna nisl, luctus id pretium a, dignissim at sapien! Vivamus ante ipsum, dictum ut consequat id, consequat et eros. Donec pharetra, nisl dictum hendrerit aliquet, eros enim vulputate odio, in tempor augue turpis a lorem. Ut eu libero libero, nec posuere orci! Vestibulum tincidunt euismod nisi, malesuada dictum nulla gravida sed. Nullam ut sapien nunc, vel pellentesque eros. Mauris pharetra dolor lacinia nulla pharetra vel sodales tellus vestibulum. Proin lacinia felis id felis pellentesque quis ultrices arcu consectetur. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Suspendisse potenti.</p>
<p>Pellentesque rhoncus ligula ac massa accumsan vehicula. Duis eu molestie dui. Morbi cursus volutpat odio, dignissim laoreet enim aliquam eu. Donec dignissim pretium pretium? Ut eget nibh risus. Ut scelerisque quam nec magna bibendum sed pharetra quam adipiscing. Nunc luctus malesuada urna vitae accumsan? Duis at rutrum tellus? Curabitur sit amet varius tellus. Praesent bibendum, orci non lacinia facilisis, ligula tellus hendrerit erat, nec tempus justo massa eget eros. Praesent congue turpis at nulla lacinia tristique. Cras sed sem neque. In eros neque, sodales a facilisis eget, luctus rhoncus velit. Nulla vehicula orci vitae justo sollicitudin semper. Integer tincidunt felis in massa dignissim blandit euismod urna pellentesque.</p>
]]></content:encoded>
			<wfw:commentRss>http://gevork.ru/2010/04/06/www-vital-group-ru/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php программирование под Убунту 9.10</title>
		<link>http://gevork.ru/2010/02/05/php-programmirovanie-pod-ubuntu/</link>
		<comments>http://gevork.ru/2010/02/05/php-programmirovanie-pod-ubuntu/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 12:50:00 +0000</pubDate>
		<dc:creator>Gevork</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://gevork.ru/?p=83</guid>
		<description><![CDATA[Итак&#8230; Наконец то &#8230; Решил написать для тех кто переходит с Винды на Линукс Убунту как настроить все для программирования на php ,mysql . шаг 1. Для разработки ПХП приложений нам конечно надо будет сервер с поддержкой ПХП. И конечно же mysql. для этого ж коммандой строке терминала вводим sudo apt-get install lamp-server^ тут вас [...]]]></description>
			<content:encoded><![CDATA[<p>Итак&#8230; Наконец то &#8230; Решил написать для тех кто переходит с Винды на Линукс Убунту как настроить все для программирования на php ,mysql .</p>
<p>шаг 1. Для разработки ПХП приложений нам конечно надо будет сервер с поддержкой ПХП. И конечно же mysql.</p>
<p>для этого ж коммандой строке терминала вводим</p>
<p><code>sudo apt-get install lamp-server^</code></p>
<p>тут вас строка спросит пароль администратора. введите. Потом после недолгих проверок он спросит типа он загрузит и поставит около 60МБ данных. Вы уверены? введите Y если у вас англоязычная установка или Д если русскоязычная. Если русский язык не установлен  то советую до этого  зайти на <strong>Система-&gt;Настройки-&gt;Клавиатура</strong></p>
<p><img class="alignnone size-medium wp-image-84 colorbox-83" title="Клава Убунту" src="http://gevork.ru/wp-content/uploads/2010/02/png-300x187." alt="Клава Убунту" width="300" height="187" /></p>
<p>Я ставлю Фонетический Русский. Вы как хотите. После если вы прогер, покопайтесь в настройках и найдите место где можно активировать переключение через CTRL+ALT</p>
<p>Итак после того как вы ввели комманду</p>
<p><code>sudo apt-get install lamp-server^</code></p>
<p>И ответили ДА , то вас еше спросят предоставить пароль для mysql-сервера.</p>
<p>И Вуаля!</p>
<p>Заходим на localhost</p>
<p>если видим надпись</p>
<p>IT WORKS!</p>
<p>значит все в порядке&#8230; У нас у теперь Есть Сервер.</p>
<p>Шаг 2.</p>
<p>Папка /var/www/ где расположен ХТМЛ файл index.html  где и написано it works не пренадлежит текущему юзеру.</p>
<p>Чтоб избавить себя от гиммора каждый раз как root файлы менять , итд итп я меняю хозяина.</p>
<p>для этого  открываю наутилус под рута так</p>
<p>gksudo nautilus</p>
<p>нахожу папку /var/www</p>
<p>и меняю в настройках хозяина так</p>
<p><img class="alignnone size-large wp-image-85 colorbox-83" title="/var/www" src="http://gevork.ru/wp-content/uploads/2010/02/Screenshot-1024x614.png" alt="/var/www" width="500" /></p>
<p>почему? да чтоб обычный юзер, то есть прогер мог делать в этой папке что захочет.</p>
<p>Шаг 4 : Редактор</p>
<p>Я выбераю редактор Аптана. Он сделан на базе eclipse так что любой мод под него можно поставить</p>
<p>Качаем из http://aptana.org/studio/download</p>
<p>распаковываем в папку любую. я поставил в папку /home/gevork вы как угодно. Тока ставьте где есть у вас права записи , там потом чтоб без гиморов привилегий  на создание и изменение файлов было.</p>
<p>Если у вас Убунту 9.10 как у меня у вас будет проблема в Аптане или эклипсе или в Зенд Студио &#8230;. Кнопки некоторые не работают. Без паники&#8230;. После распаковкы делаем следуюшее..</p>
<p>Создаем файл start.sh в папке /home/gevork/Aptana Studio 2.0</p>
<p>внутри пишем</p>
<p>#!/bin/sh<br />
export GDK_NATIVE_WINDOWS=1<br />
/home/gevork/Aptana Studio 2.0/AptanaStudio</p>
<p>надеюсь как прогер вы понимаете что у вас пути к папкам другие и надо вместо</p>
<p>/home/gevork/Aptana Studio 2.0  свои папки приписать</p>
<p>Потом в свойствах start.sh заходим и ставим птичку перед</p>
<p>allow file executing as program   в Permissions</p>
<p>потом делаем линк на этот файл на Рабочем Столе. И все. Если Аптана не стартет, то провер&#8217;те пути. Если эррор, то наверняка надо установить java.</p>
<p>Дерзайте&#8230; В След раз расскажу как домены подкрутить к Апачу</p>
<p>Дополнительно можно поставить любой виндовский trueType фонт скопировав ее в /usr/share/fonts/trueType</p>
<p>и дав команду на обновление кеша фонтов</p>
<p>sudo fc-<em>cache</em> -f -v</p>
]]></content:encoded>
			<wfw:commentRss>http://gevork.ru/2010/02/05/php-programmirovanie-pod-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install  LAMP(PHP,APACHE2,MYSQL) on  Ubuntu 8.10 or 9.4</title>
		<link>http://gevork.ru/2009/07/14/ubuntu-810-or-94-i-lampphpapache2mysql/</link>
		<comments>http://gevork.ru/2009/07/14/ubuntu-810-or-94-i-lampphpapache2mysql/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 15:27:48 +0000</pubDate>
		<dc:creator>Gevork</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu 8.10]]></category>
		<category><![CDATA[ubuntu 9.4]]></category>

		<guid isPermaLink="false">http://i.gevork.ru/?p=11</guid>
		<description><![CDATA[Нашел классную вещь !!! Вместо того чтоб мучатсья с долгой установкой сервера, пыхпыха и других вещей.. просто пишем sudo apt-get install lamp-server^ все&#8230; будем иметь и пыхпых и апач2 и мускул In order to install all things manually, step by step, just type sudo apt-get install lamp-server^ Don&#8217;t forget ^ this is very important!!!&#8230; After [...]]]></description>
			<content:encoded><![CDATA[<p>Нашел классную вещь !!! Вместо того чтоб мучатсья с долгой установкой сервера, пыхпыха и других вещей.. просто пишем</p>
<p><code>sudo apt-get install lamp-server^</code></p>
<p>все&#8230; будем иметь и пыхпых и апач2 и мускул</p>
<p>In order to install all things manually, step by step, just type</p>
<p><code>sudo apt-get install lamp-server^</code></p>
<p>Don&#8217;t forget <strong>^ </strong>   this is very important!!!&#8230; After some process you will have PHP,MYSQL and APACHE2 installed &#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://gevork.ru/2009/07/14/ubuntu-810-or-94-i-lampphpapache2mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

