Volodymyr Osypov blog

May 6, 2008

Yahoo! interview (part 2) questions

Filed under: News — Tags: , — admin @ 9:56 pm

Like 2 hours ago my second Yahoo! interview finished. Actually the Engineer I talked to called yesterday, but we resheduled it to today.

The questions were both about serverside (PHP) and client side programming. I will just briefly write about main questions.

- What is the difference between implode() and explode();

- What is the difference between include() and require() ? (this seems to be the fave one from Yahoo! as it was asked last time:) )

- What caching do you know/use (like Zend Optimizer) ?

- How do you debug your PHP scripts.

- Do you know anything about Simpleton? (I didn’t, so I asked and got a nice answer, and really I saw an example of the code in one PHP 5 book, but they didn’t write it was a singleton method)

- How to improve performance of the webpage (HTMl, CSS) ? (my answer was to use more divs instead of tables, with tables use <col>, <colgroup> with “fixed”, all styles and JavaScripts ot put in files and mention them in <head> section.)

- What is the difference between static and dynamic bind? (maybe I know this but if you can ask me in Russian, but in English the only BIND I know well is DNS for *nix :) )

He also asked me about my Master’s Degree work (Apache log-files analyzer). And I described how does it work.

After that I have asked some questions about Yahoo! Search development, like do they use some exclusive frameworks, libraries or use common ones (they do both, and there are developers who create the frameworks like what you want it to be); is Santa Clara office totally for Yahoo! Search or are there also other departments (Santa Clara is the home only for Yahoo! Search). I have also told about how my current job boring is, because it’s always the same like: cutting, HTML-coding, Joomla installing and tuning and no researches, explorings. Also I’ve told that I’m interested in this position because SEO is my interest and I always use Yahoo! to see the external links and search engines is the really interesting area for me.

Now I’m waiting for email from this great man from Yahoo! and for the next interview :) PPl in Yahoo! are really fast, I’m still waiting for the sheduling the first Google interview. But to be honest position in Yahoo! is more interesting for me.

May 3, 2008

Yahoo! interview (part 1) questions

Filed under: News — Tags: , — admin @ 7:46 am

Few days ago I had first Yahoo! interview, because I’m interesting in PHP Developer position at Yahoo! Search. Though Yahoo! engineer was an hour late, because of some misunderstood in time difference, we had a nice brief conversation that night.

First questions were about PHP:

- What is the difference between include_once() and include() ?

- What is the difference between include() and recuire() ?

- What is the difference between if … else … and switch … ?

- What some of options of the PHP.INI file are?

- What is the difference between a reference and a regular variable?

and also some Questions about CSS:

- What is the difference between “position: absolute” and “position: relative”?

- What is the difference between “display: block” and “display: inline”?

I think I have passed these questions well and soon will have a new interview. :)

PS: Also will have soon first interview for Google. :)

April 25, 2008

Linkedin.com field mod for SMF (part 3)

Filed under: SMF — Tags: , , — admin @ 9:50 am

In previous article we improved our Linkedin.com mod for SMF. But I doubt each user will go to his/her profile page and submit hist linkedin.com profile page. Lets add new feature to our mod: users are able to enter their linkedin.com profile on the registration page (and it’s not required).

(more…)

April 24, 2008

Linkedin.com field mod for SMF (part 2)

Filed under: SMF — Tags: , , — admin @ 8:49 pm

Let’s improve our LinkedIn mod, created in previous article. We will add LinkedIn column to the Members page. As you can see you can sort members list by fields like MSN, AIM, ICQ, but our mod won’t do this. We’ll just add a column with the link to LinkedIn.com profile of each user.

As you remember we define all changes, which our mod makes in modification.xml file.

Let’s add some new lines.

(more…)

April 23, 2008

Linkedin.com field mod for SMF

Filed under: SMF — Tags: , , — admin @ 2:14 pm

Want to create own little profile mod for SMF forums? It’s easy. Let’s do it :)

As example we’ll create profile mod which displays link you your Linkedin.com profile.

For mod we need 2 xml files, which define our mod and ‘images’ directory with “in” icon in it:

  • package-info.xml (our package definition)
  • modification.xml
  • images/linkedin.gif

(more…)

April 22, 2008

Google - new logo (Earth Day)

Filed under: News — Tags: , — admin @ 8:33 am

Today’s Earth Day and Google changed his logo. Pretty nice! :)

www.google.com

April 21, 2008

Bar diagram (graph) in PHP using GD

Filed under: PHP — Tags: , , , — admin @ 10:25 pm

Today we’ll program a function which biulds bar graph using GD library for PHP. For each bar diagram we need datas and also names for these data. So in our example our function will have array $ar ($ar[’name’]=data;) and $title for diagram title as input. (more…)

April 9, 2008

Portfolio translation

Filed under: News — Tags: , — admin @ 11:34 pm

Before I will start writing about programming, development, algorythms and so on I want to translate my portfolio website http://www.aurorascorpio.com in English, so it will be bilingual Russian/English. I also plan to add the projects I developed at my current job - Maxx-MArketing. Of course I will write that these projects created for Maxx-Marketing.

April 8, 2008

Hello world!

Filed under: Uncategorized — admin @ 6:05 pm

Hello!

Today is the day I decided to start my personal blog in English. I plan to write mainly about web development, especially PHP, AJAX, JavaScript, Joomla etc.

Hope you will find many interesting information in my blog!

« Older Posts

Powered by WordPress