blog-rekahsoft-ca/sass
Collin J. Doering 5bbacb1725 Added initial implementation of error messages
Cleans up error reporting when an ajax call fails, and thus
the #page-content div can't be filled. This is accomplished by using
a #status which has a p.message element that can be populated for text
displaying status messages. By adding either .error or .success
to #status causes it to be highlighted as either a error or success message
respectively.

When its the first load of the page, and #page-content hasn't yet been
populated with content, an error message is shown in the #page-content
div.

Removed the /posts/ and /tags/ fallbacks in the generated
manifest.appcache because even when online, ajax calls for invalid URLs
under those paths return the respective fallback page instead of an
error message, and populate the #page-content div with the fallback. So
from this point forward the fact that the website is offline will be
handled from JavaScript.

When a page is not accessible in the application cache and the user is
offline, an error message is displayed using the mechanism mentioned
above.

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-01-14 04:50:29 -05:00
..
bourbon Major changes! See full log. 2013-12-10 23:31:48 -05:00
_blog-page.sass Added justification of posts' paragraphs 2015-01-14 04:50:28 -05:00
_contact-page.sass Major changes! See full log. 2013-12-10 23:31:48 -05:00
_fonts.sass Variety of changes; see log for more details 2014-03-05 18:20:03 -05:00
_header.sass Added initial implementation of error messages 2015-01-14 04:50:29 -05:00
_home-page.sass Further various fixes and improvements 2014-03-12 20:59:58 -04:00
_post-page.sass Variety of changes; see log for more details 2014-03-05 18:20:03 -05:00
_src-highlight.sass Major changes! See full log. 2013-12-10 23:31:48 -05:00
_tag-page.sass Various minor aesthetic fixes 2015-01-14 04:50:28 -05:00
_util.sass Further various fixes and improvements 2014-03-12 20:59:58 -04:00
default.sass Added initial implementation of error messages 2015-01-14 04:50:29 -05:00