Skip to main content

Posts

Showing posts with the label Rex Swain

Blogger Magic - Using An HTTP Trace

An HTTP trace is a very useful tool, for diagnosing and documenting connectivity issues, and many other blog problems. I use the Rex Swain HTTP Viewer , for this purpose. HTTP Viewer lets you package a given display, in the URL, so you can give simple instructions (accompanied by an unavoidably complicated link): Click on the link: http://www.rexswain.com/cgi-bin/httpview.cgi?url=http://klarfamilylife.blogspot.com&uag=Mozilla/5.0+(X11%3B+CrOS+armv7l+7834.70.0)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/49.0.2623.112+Safari/537.36&ref=http://www.rexswain.com/httpview.html&aen=&req=GET&ver=1.1&fmt=AUTO And when the link is clicked, the necessary HTTP trace is displayed. There is no need to provide instructions how to actually enter the necessary values, on the HTTP Viewer home page, to generate the necessary display.

Viewing Your Blog Content, In Text Only

One of the most useful skills to have, when diagnosing a problem with your blog, is looking at the page source code. Every browser has this alternative, called "Page Source" or "Source", and generally accessed from the "View" menu. I'll instruct you to View - Page Source for such basic tasks as Determine the blog feed URL . Identify the blog owner . Verify the template name and vendor . Extract HTML code, to use when embedding a gadget in a page or post . Sometimes, even this basic task is impossible.