Single Page Apps – Notes on Search Engine Optimization (SEO)

imageOne of my readers has mentioned that there are issues regarding search engine optimization (SEO) for single page apps. Because content is dynamically loaded via JavaScript calls rather than as part of the initial page load, search engine crawlers won’t see all the content.

Let me explain.

Continue reading “Single Page Apps – Notes on Search Engine Optimization (SEO)”

HTML5 Tutorial – Getting Started With Semantic Tags

HTML5_Badge_256So what is this HTML5 all about? And if I already knew HTML4, what is new?

In this series of posts, I’ll describe what you need to know to build a line of business application. I’ll provide code samples, and I’ll post my example code so you can have a starting point with each features.

HTML5 doctype

Let’s start at the top of the page.

Continue reading “HTML5 Tutorial – Getting Started With Semantic Tags”