Skip to main content

As a webmaster, I am a failure.........so far.

The traffic to this blog has began to fall.  Here are my monthly numbers according to Blogger.com

Jan, 2020214
Feb, 2020567
Mar, 2020577
Apr, 2020278
May, 2020312
 
I only purchased the blog in January after someone else failed to renew the name.  I was looking for a low cost name which the number.xyz are at only .99 per year.  I looked this number up as it is one of the few phone numbers that I actually remember now that all my contacts live in my phone.  The person that had the name before me simply setup a wordpress website and did not make any posts or attempts to post anything.  I assume they were simply hoping to sell the name at a higher price.  When that did not work, they dropped it and I picked it up.  As you can see from the number of posts, I have not done much either.  I have always assumed much of the traffic here at the start was from things the previous owner of 8675309.xyz did with the name.  I am attempting to track visitors through blogger.com settings and cloudflare.com analytics.  Blogger reports that I had 312 visitors to this site, while cloudflare tells me I have had 912 unique visitors in the last 30 days.  Obviously a significant difference in the measured visitors.  I assume part of the difference is that cloudflare servers some pages as static if Blogger.com is down or to slow.  I might have to setup google analytics and see if I can figure out if that differentiates between the two services.  Now you have a bit of information on how unsuccessful my blog has been.  Rock on!

Jenny out.

Comments

Popular posts from this blog

Setting up email records for my domain

One of the tasks that I have undertaken is managing the domain records for my blog.  I though I would share a few tips for the less technical people.  I start by implementing Cloudflare to manage the DNS records for my domain.  This allows me a tool so I don't have to use the tool that the domain seller provides.  Cloudflare also provides other tools, but managing the DNS records in one place makes the Cloudflare tool very valuable.  I ended up choosing connect.yandex.com to host my email because its a free service, but it has been very dependable since giving it a try.  At times the help is a bit lacking as the language reverts to Russian, but once you get things setup you probably won't face many issues.  I have run through the https://mxtoolbox.com tool to see if I have configured the basics.  I recently came across a blog post for DMARC and wondered if I had addressed the issue.  A quick Google search told me I had not addressed the iss...

An open love letter to Microsoft OneNote

  This is an open love letter to Microsoft   OneNote .  I finally get you.  I have struggled with you for years, never quite seeing the power of your platform.  I am not sure that I have the best organization for the data that I collect with various sections, pages and notebooks.  I have created various entries and collected some somewhat useful data, but honestly until recently   OneNote   has been my second or third choice for saving research.  What recently changed for   m e has been connecting the   OneNote   clipper extension.  The   OneNote   clipper extension has enabled me to capture an entire article as searchable data.  In the past, I generally found that I needed to copy and paste to have all the text saved to   OneNote .  I did try the print to   OneNote   printer driver, while it did capture all the data of the article it seems to be   an image   file.  I was n...

Google sheets with importHTML for finviz.com

Hello everyone, I have been working on a Google sheet that helps me stay on top of some stocks.  I really like the googlefinance function as it updates various fields with almost no effort at all.  One attribute that I want in my spreadsheet is yield.  I have found that Google only provides this information for mutual funds.  In order to capture this information, you can use the importHTML function if you can find an appropriate website.  In seems yahoo finance has provided a good source in the past, but does not want to provide this data going forward.  They keep changing the data structure which wrecks the formulas in your spreadsheet.  It seems a very popular alternative is finvis.com.  If you visit their website, you can see a table structure with the various fields that are available.  In my linked spreadsheet, you will find two tabs.  The finvis tab contains two sets of data.  At the top is a simple copy paste of the finvis.c...