Michael Morris
First Post
Hello everyone. EN World has grown to a size now that it is becoming increasingly difficult for me to keep track of all the bugs and feature requests that folks are making. So in order to keep from being innundated I'm needing the help of an assistant or two. Candidates will be chosen by myself, Russ and Piratecat. It is critical that you have a good history on the boards because this will be, by nature, a position of trust including possible access to the critical code infrastructure of the boards.
Included below is a test of HTML, CSS, PHP and MySQL. ENWorld also uses some javascript, but I'm not competant enough with it to write a test about it and, besides, I've been - for the most part - leaving the stock code of alone. I don't expect anyone to be able to correctly answer all 60 questions, but I do expect you to try if you want to be seriously considered for this position. The test isn't meant as a weeding out process - it's meant to give me a fair estimate of how much you need to learn and in what areas. If you're willing to help out ENWorld and you're honestly interested in learning HTML/CSS/PHP and MySQL in a practical working environment I'm willing to teach.
There are many tasks that need work on here that don't require knowledge of all the areas this test covers. For instance, it would be nice if I had someone to restore the old stylesheets of PHB, Electric Blue and the like and to check over the sheets for existing minor errors. That only requires knowledge of XHTML to do properly. A collaborator for future ENWorld projects, such as the gamers seeking gamers and the completion of the reviews section would be desirable as well.
If accepted, you will report to me and I in turn report both to Piratecat and Russ.
Email your answers to this test to mlmorr0@uky.edu with subject line ENWorld Test. If you do not use that phrase in the subject line my spam filter will most likely kill your message. If you have PM access you may use that to PM me as well.
Good luck
EDIT: This is "open book" per se - but if you cut and paste from the major online dev documents I *will* know - as I read them constantly. Put your answers in your own words.
Section I: XHTML & CSS
Section II: PHP
Section III: MySQL
Included below is a test of HTML, CSS, PHP and MySQL. ENWorld also uses some javascript, but I'm not competant enough with it to write a test about it and, besides, I've been - for the most part - leaving the stock code of alone. I don't expect anyone to be able to correctly answer all 60 questions, but I do expect you to try if you want to be seriously considered for this position. The test isn't meant as a weeding out process - it's meant to give me a fair estimate of how much you need to learn and in what areas. If you're willing to help out ENWorld and you're honestly interested in learning HTML/CSS/PHP and MySQL in a practical working environment I'm willing to teach.
There are many tasks that need work on here that don't require knowledge of all the areas this test covers. For instance, it would be nice if I had someone to restore the old stylesheets of PHB, Electric Blue and the like and to check over the sheets for existing minor errors. That only requires knowledge of XHTML to do properly. A collaborator for future ENWorld projects, such as the gamers seeking gamers and the completion of the reviews section would be desirable as well.
If accepted, you will report to me and I in turn report both to Piratecat and Russ.
Email your answers to this test to mlmorr0@uky.edu with subject line ENWorld Test. If you do not use that phrase in the subject line my spam filter will most likely kill your message. If you have PM access you may use that to PM me as well.
Good luck
EDIT: This is "open book" per se - but if you cut and paste from the major online dev documents I *will* know - as I read them constantly. Put your answers in your own words.
Section I: XHTML & CSS
- What is the HTML for a 1 column, 1 row table?
- What is the purpose of the class element?
- What is the CSS definition used to set the font size?
- What is the tag to create a line break?
- What tag is used to change the caption title in the browser window?
- How do you make a column in a table overlap multiple rows?
- Which element of the form tag designates the script that will process the information?
- Which input type is used to quietly pass information to and from the browser without the user seeing it (unless they view the page source)?
- Which element of an input tag is used to set the variable that will hold it's data once the form is submitted to the server?
- Which elements of the img tag control the spacing between the image and the surrounding text
- What is the html to create a two item combo box (or drop down menu)?
- Which CSS element is used to set a background image the definition?
- What are the begin and close marks for HTML comments?
- How do you set a URL to launch a new window when the link is clicked?
- How do you define what followed links will look like for a particular class definition (CSS)?
- <center> was depreciated as of HTML 3.0. This means the tag may not be used in future browsers. What is the correct way to center a block of text in XHTML 1 / HTML 4.0?
- What is the primary difference between a span and a div tag?
- What is the tag used to display a section of html code only when a certain condition is met (this is a server side tag - it's removed when the server evaluates a template)?
- How are special characters accessed in HTML?
- When variables are put on the URL line which send method is being used?
Section II: PHP
- What are the rules for variable names?
- What does it mean to pass a variable to a function by reference?
- What is the basic syntax of an if conditional in php?
- What are the three parts of an array variable?
- What is the purpose of the eval statement?
- What is the syntax of a foreach loop?
- What are the global variables that contain information passed from an html form?
- What is the syntax of switch / case structures?
- || is short for which logical operator?
- What is the order of mathmetical operations?
- What is the purpose of the global statement?
- What is the function to clear a variable or an array element?
- Which two functions can be used to transform an array into a single string (for insertion into a MySQL table)?
- What are their reverses?
- What is the pattern sought by the following PRCE expression? #\[red\](.*)\[/red\]#siU
- How do you define a constant?
- How do you intialize an array?
- What are the rules for constant names?
- What are the rules for function names?
- Write a simple while loop that prints out the numbers 1 to 10.
Section III: MySQL
- What is the syntax of the SELECT statement?
- What does RDBMS stand for? What does it mean?
- What is a primary key?
- How do you insert a new row into a table?
- How do you delete a row from a table?
- How do you change a row in a table?
- How do you add a new field to a table?
- What is the syntax of the CREATE TABLE statement?
- What do you need to be able to join two tables together?
- Name the parts of a table.
- Write a query that pulls all the information from the post table
- Write a query that pulls all the information from the thread table and joins the information about the first posts of each thread from the post table (to do this join the field firstpostid to postid)
- Write a query that returns Crothian's user information by searching for the user with the most posts (post count is stored on the posts field, user information is on the user table).
- Write a query that returns all users with paladin as part of their username (username is stored on the username field)
- Write a query that would set all user postcounts to 0.
- Write a query that would list all the admins (admins have usergroup of 6, and usergroup is stored on field primarygroupid)
- Write a query that would delete all users that haven't posted.
- Write a query that set all blank signatures to "This space for rent" (signatures are stored on the signature field of the user table).
- Write a query that lists all users by review count in descending order (review count is on field "field16" and is stored on the userfield table. You'll need to join it to the user table on the userid field which both tables have).
- Write a query that lists all users, grouped by usergroup in descending order (primarygroup id) and sorted in alphabetical order by username.