Name:
Country:
Hourly Rate:
Timezone:
Skype Id:
Are you able to work from 3PM to 7PM (GMT -2) ? In case you aren't, what's your availability?
Assing yourself a score in the following technologies:
Object Oriented Programming (OOP) -
Git -
PHP 5 -
CakePHP framework -
MySQL -
Javascript -
jQuery -
HTML -
CSS -
-
How do you declare a function or method that you want to be accessed without instantiate the class?
-
How do you create a child class of BaseClass ?
-
If you accidentally add the wrong files to be commited using git add, how do you unstage them?
-
If you want to switch to another branch, what command you need to execute?
-
Please write a conditional block of code that check if the variable $var exists, is not null and it's a number.
-
Write a function that adds a line to a log file the current date and time with this format: "[2013-09-23 00:3 0:15] - Status OK"
-
Which is the default path where you set up the configuration for the database?
-
How you can get the value of a session variable with key "foo" using CakePHP ?
-
Write a single query to retrieve the information from 2 tables that are related( users and users_data) where the primary key on users is ID and the foreign key on users_data is USER_ID.
-
Write a single query to retrieve all the queries that are currently running on the server .
-
How do access to the alt attribute of the following image element using javascript?
-
What is the protocol name behind ajax?
-
Write a piece of javascript code using jQuery that make the el ement with id "someElement" to appear on the screen using a fade in effect after the DOM is loaded.
-
How do you remove an element from the DOM using jQuery?
-
Which is the doctype syntax for HTML5?
-
Which is the attribute and value required on forms to allow file uploads?
-
Which is the css property and its value to force to hide the scroll on any DOM element with fixed height when its content exceed its own height?
-
If you have to div elements next to each other with the property float:left, which CSS property do you need to add to the next element in order to get both of them to fill the same height on page and make the next one not a floating one?
-
Which protocol(s) you could use to connect to a server SHELL remotely? ssh
-
Write a command to look for the word "ads" on all files with .ctp extension in the same directory