instant access
HD network-based audio/video capabilities can improve student collaboration, make distance learning more effective, improve study habits and so much more
Website Optimization: What Does It All Mean?
posted by Robyn Anderson 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.
http://scsu.mn/TechInstruct
+++++++++++++++++++
if you’re looking for a more affordable and easier to use Web development system than Dreamweaver, I may have just the thing for you: Xara Web Designer 9.
http://www.cio.com/article/2385755/developer/no-more-adobe-dreamweaver–so-how-about-xara-web-designer-.html
Other IMS blog entries on Web development:
https://blog.stcloudstate.edu/ims/2015/01/29/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
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
• Monday
Basics of HTML
• Tuesday
Basics of CSS and/or Java Script
• Wednesday
Basics of mobile apps programing
• Thursday
Basics of HTML5
• Friday
Basics of XML