Showing posts with label A-ha. Show all posts
Showing posts with label A-ha. Show all posts

Saturday, November 17, 2012

Create your own Blogger Post Template

Here's how to add content to your blogger post template so you do not have to type it each time you create a new blog post:

In Design mode:
Go to Settings > Posts and comments, then click Add next to Post Template.

You can pre-format the post editor with text or code that will appear each time you create a new post.

More: http://support.google.com/blogger/bin/answer.py?hl=en&answer=41401

Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. This post has been scraped in violation of that license if you are reading this post on other than http://www.digital-qa.blogspot.com/.

Saturday, April 21, 2012

How to find your iPhone or iPad with iCloud

https://www.icloud.com/#find


Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. This post has been scraped in violation of that license if you are reading this post on other than http://www.digital-qa.blogspot.com/.

Friday, April 6, 2012

How to report Sites that copy your Blog Content

The great post below shows you how to inform Google to investigate a web site that is scraping your blog and posting it in its entirety.

It's on old blog but the access method still works (basically find an ad on the sleazy site and click the "AdChoices" link generally in the lower left corner).

Source and thanks: kuanhoong dot com » How to report duplicate content to Google

Sites that copy your blog content:

http://export contacts . blogspot. com/ - Especially egregious. No contact info whatsoever on this ad laden site that's geared for users to 'accidentally' click ads.

UPDATE 4/11/2012 - Google has taken the site down. Thanks Google!
UPDATE 4/12/2012 - The site is back up. There's now an email address which I emailed. Bounced back. Everything about this site is sleazy.

What are the others?

3/25/2012: Remove your Blog from Blogger-Index - This site also posts blogs in their entirety.

UPDATE 8/27/2012: Just came across this author with more good ideas on handling content scrapers: Content Scrapers – How to Find Out Who is Stealing Your Content & What to Do About It 

12/5/2014 - SEE ALSO: Report Scraped Content to Google - New Form!

Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. This post has been scraped in violation of that license if you are reading this post on other than http://www.digital-qa.blogspot.com/.

Wednesday, March 14, 2012

When do Blogger Stats Reset?

Blogger stats reset according to UTC.

What is UTC?

Since radio signals can cross multiple time zones and the international date line, some worldwide standard for time and date is needed. This standard is coordinated universal time, abbreviated UTC. This was formerly known as Greenwich mean time (GMT). Other terms used to refer to it include "Zulu time" (after the "Z" often used after UTC times), "universal time," and "world time." (Source: http://www.dxing.com/utcgmt.htm)

Stats will reset at 0:00 UTC. It is now:



This is a 24 hour clock.

Source for this clock widget (and other great time widgets!): http://www.timeanddate.com/worldclock/city.html?n=1440

10/14/2012: If you are looking for your missing stats for pageviews, go here: http://knownissues.blogspot.com/. Blogger team is currently trying to resolve the problem.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. This post has been scraped in violation of that license if you are reading this post on other than http://www.digital-qa.blogspot.com/.


Thursday, March 1, 2012

How to Add a Line in your Blog

Copy this code and place in your HTML code (in Blogger, that's the tab that say's "Edit HTML' not the one that you are probably in right now that says "Compose"):

 <div style="border-bottom: 1px red solid; margin-left: 25%; width: 50%;">
 </div>

to get this:


Wednesday, June 29, 2011

How do I Access the Free Website in GoDaddy?

I always lose where that is, so am documenting the steps here:
  1. login to godaddy.com
  2. click accounts in upper right corner
  3. click my products (left rail)
  4. Manage domain
  5. under related products: click manage beside website tonight
  6. click launch
GoDaddy moves this around so search for "website tonight", or try here: http://app5.websitetonight.com/WST.aspx

Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. This post has been scraped in violation of that license if you are reading this post on other than http://www.digital-qa.blogspot.com/.

Monday, June 6, 2011

Easy Way to Keep HTML in Blog from Executing

Here's how to keep code from executing in your blog post when you are trying to show what the code looks like (rather than have it execute):

Instead of the left pointing caret, put this: & l t ; (put all 4 characters with no spaces) to produce: <
Instead of the right pointing caret, put this: & g t ; (put all 4 characters with no spaces) to product: >
EXAMPLE:

To produce this:

<form action="/search" method="get">
<input name="q" type="text"/>
<input value="Search" type="submit"/>
</form>

I typed this (although this is a picture here):

Friday, March 4, 2011

123456789012345678901234567890123456789

39 personal characters allowed in Blogger Post URL

When creating a title for your Blogger post, only the first 39 characters will appear in the URL. Blogger may remove words like "and" and "the" as well.

Testing!
Related Posts Plugin for WordPress, Blogger...