Home » 2011 » September (Page 3)

Archive for September, 2011

OnMouseOver Pop-Up Box

code <head> <meta http-equiv=”Content-Language” content=”en-us”> <meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″> <title>My Page</title> <link rel=”stylesheet” href=”../link.css” type=”text/css”> <script type=”text/javascript” src=”../javascript/browser_detect.js”></script> <script type=”text/javascript” src=”../javascript/popup.js”></script> </head> <body> PROFESSIONAL SKILLS<a onmouseover=”popup(‘Skills and abilities not directly related to the position for which you are applying, however, they may provide additional insight into your abilities as an employee (Examples: typing 60 words […]

Creating New WordPress Theme

By Justin Laing 1. Find a theme you want to base your new theme off of. A good place to start is the default theme, but you may also want to just tweak another theme that’s closer to the look/feel you are going for. 2. Copy the existing theme to a new directory in your […]