Вот мой диалог с потенциальным работодателем.
Я думаю - мутный какой-то он.
Цитата |
I'm contacting you, because i've found your resume on rabota .ua and you seem a good candidate for PHP/JS Programmer if you are interested. I'm running popular free hosting in Poland and i'm trying to enter Ukrainian market, it's set up here zzz .com. ua. I'm looking for somebody who can help me expand both Polish and Ukrainian versions. So your job would be to help us expand our hosting panel, sometimes little help with daily bussiness would be appreciated, but most of the time i would like a new person to focus on development. New functions, maybe also rebuilding our webpage, and so on. Lot's of PHP/JS exprience is a must. I would prefer to work with somebody for a longer time, so this is long-term opportunity. Also, it's remote job. What would be your salary expectations? Do you feel comfortable to speak (in this case 'write') english at work? How do you feel about working as a person who changes hosting panel (not only of course, but also). Panel written in PHP, JS, some Jquery/Ajax. Backend scripts running in Python, but if you don't want you wouldn't have to change them, we have somebody taking care of that. If you are interested please contact me. |
Цитата (Zzepish @ 8.12.2015 - 12:11) |
With regards, Andrey |
Цитата |
but we can do this conversation only by the text because i need a text log. |
Цитата (Zzepish @ 8.12.2015 - 09:30) | ||
Valick Видел я. На это пофиг (мб у него такие требования, мб оон так ищет кандидатов, которые понимают на инглише). Меня больше другое смущает:
|
Цитата |
Hello and thank you for your response. We can discuss this vacancy on Skype:[скайп]- please add me, but we can do this conversation only by the text because i need a text log. With regards, Andrey |
Цитата (Zzepish @ 8.12.2015 - 20:38) |
вывести сумму чисел массива |
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<meta charset="UTF-8">
<script>
function makespace(str){
var strOut = '';
for(var i = 0; i < str.length ; i++)
strOut+= i < str.length-1? str[i]+" ":str[i];
setTimeout(function(){alert(strOut);},3000);
}
makespace("makespace");
</script>
</head>
<body>
</body>
</html>
<?php
$arr = [7, 15, 17, 21];
for($i = 1 ; $i < count($arr) ; $i++)
$arr[0] += $arr[$i];
echo $arr[0];
Цитата |
I'm running popular free hosting in Poland and i'm trying to enter Ukrainian market, it's set up here http://zzz.com.ua . I'm looking for somebody who can help me expand both Polish and Ukrainian versions. So your job would be to help us expand our hosting panel, sometimes little help with daily bussiness would be appreciated, but most of the time i would like a new person to focus on development. New functions, maybe also rebuilding our webpage, and so on. Lot's of PHP/JS exprience is a must. |