archive

Showing posts in Web Development

  • FOCUS on Special Education

    My first task as part of the CEN team was to develop a skin for a new website called FOCUS on Results. This week, the site officially launched. FOCUS on Results provides education stakeholders (teachers, parents, administrators etc) with information related to improving educational outcomes for students with disabilities. The website marks a new phase …

  • Unofficial WordPress Plugin: TinyMCE Wrap Div

    An unofficial Wordpress plugin that adds a new button to the TinyMCE rich text editor that allows users to wrap selected text in a <div> element, rather than formatting it as a <div>. This creates the ability to add multiple element types inside a <div>, without having to use the HTML editor.

  • PSD to HTML: When To Style Text?

    PSD to HTML involves taking a design source file and transforming it into a functioning web page. This usually involves coding HTML and CSS and happens to be what I do for a living. While the end product is more or less the same, the method for getting there can vary.