Posts

  • Job Opportunity for an NSCC student

    Job Opportunity for one of my graphic arts students. Let me know if you’re interested… Job Title: Digital Printing Operator/Designer Position Is: Full Time Job Description: Franchise Sign Center located in Nashville is seeking an Operator/Designer for the Digital Printing Dept. Qualifications/Skills: This position requires the following skills: Software Proficiency with the following programs: Adobe…

  • DHTML by another name

    My beginning HTML class has two chapters that delve into the basics of scripting. It also touches on Dynamic HTML (DHTML). Now, there is no way that the class can give a thorough understanding of Javascript and DHTML in addition to HTML and CSS and do an adequate job. Each topic or technology would require…

  • When to use attribute=”value” vs property:value; syntax

    When to use attribute=”value” vs property:value; syntax The differences have to do with HTML vs CSS. HTML is a way to structure your document. HTML defines a group of text for the browser as a paragraph (<p>) or a heading (<h1> or an image (<img>). Since HTML is a markup language, not a programming language,…