Archive of ‘web editing’ category

Website Optimization: What Does It All Mean?

posted by on February 02, 2016 in Converge Blog

http://convergeconsulting.org/blog/2016/02/website-optimization-what-does-it-all-mean/

“SEO” has been explained many different ways. The acronym stands for search engine optimization. To have a search-engine-optimized website, your content must be organized in a way that’s easy for search engines to understand. Following best practices for SEO will allow your site to be properly indexed and will result in a higher organic ranking.

Thematic SEO allows us to categorize content by context. One of our favorite examples is Life of Pi. If you search “movie about a tiger on a boat,” Life of Pi appears in the search engine. Semantic SEO allows us to structure content throughout a site so search engines can understand the purpose of each page rather than just reading keywords.

Here is a link to an image optimization article from the experts at Google.

It’s important to make sure your website makes sense from a navigation and content perspective.

Technology Instruction available free

Spring 2016 technology Sessions available

Student’s relationship with technology is complex. They recognize its value but still need guidance when it comes to better using it for academics.

Educause’s ECAR Study, 2013

InforMedia Services

IMS faculty would be happy to meet with you or your group at your convenience.
Please request using this Google Form:  http://scsu.mn/1OjBMf9 or
by email: pmiltenoff@stcloudstate.edu | informedia@stcloudstate.edu

How you can reach us:

Services we provide:

  • Instruct and collaborate with faculty, staff and students on specific computer, Cloud and mobile applications
  • Assist faculty in course design and instruction to incorporate SCSU’s resources
  • Join faculty in the classroom instructional design to assist students with learning technology application for the class
  • Consult with faculty on instructional design issues, particularly those that use the World Wide Web, multimedia techniques and interactivity
  • Collaborate with faculty, staff and students on technology-related projects
  • Work with campus units in technology planning and acquisition
  • Respond to faculty, staff and students requests and technology developments

wordpress


twitter
facebook1google2 copyyoutubeadobe connect2

http://scsu.mn/TechInstruct

+++++++++++++++++++

Link to the IMS Satisfaction Survey: http://tinyurl.com/feedbackIMS

Dreamweaver CC

Beginning several versions ago and continuing through the current version of Dreamweaver, the program dispensed with the old method of applying these sorts of character formatting (which was to use the HTML <font> tag) in favor of using CSS styles. This change happened mostly behind the scenes in Code view, so if you have been using Dreamweaver for quite some time, you may not have even noticed the change. Beginning with Dreamweaver CS4, the program enforces the use of CSS for text styling by requiring you to participate in defining CSS rules for changing fonts, font sizes, and font colors.

http://www.peachpit.com/articles/article.aspx?p=2130937&seqNum=6

My Note: I disagree with the statement in bold above. The difference in terms of text formatting between CS5 and CC reminds me painfully that decisive moment when iMovie changed from its simple layout to the FinalCut Pro layout. I clearly understand the reason why: the software is much more powerful, but the learning curve is also much steeper and does not allow novices (students) to be introduced to web development using Dreamweaver. Surely DW cannot satisfy all its customers, but the move is about to turn off the newbies.

The reason for the change to CSS is important. Pages styled with CSS are much more flexible than pages that use HTML <font> tags, and they can be maintained more easily. For example, when a site is redesigned, every page that uses <font> tags must be individually changed to match the new design. If you have hundreds or thousands of pages in your site, that’s a lot of work. Sites that use CSS to style text only need to change the style sheet document, and the changes automatically ripple through the whole site.

Using Adobe Edge web fonts

http://www.peachpit.com/articles/article.aspx?p=2130937&seqNum=14

Previewing Files and Modifying Existing CSS Layouts Using Adobe Dreamweaver CC

http://www.peachpit.com/articles/article.aspx?p=2044340

How To Start Integrating Coding Into Project Based Learning

How To Start Integrating Coding Into Project Based Learning

http://www.edudemic.com/coding-into-project-based-learning/

PBL Tenet #1: Create Real World Connections

Coding Application: Find a solution to a problem by creating an App or Website

PBL Tenet #2: Foster Critical Thinking

Coding application: Coding requires a series of logical steps

PBL Tenet #3: Structured Collaboration

Coding application: Coding creates learning communities

PBL Tenet #4: Student Driven

Coding application: Perseverance and self teaching are important skills learned through coding

PBL Tenet #5: Multifaceted approach

Coding application: A programming language is only one part of an app or website

1 2