The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,854 other subscribers

Archive for the ‘SocialMedia’ Category

New feeds for Dilbert, Penny Arcade, W.T. Duck

Posted by jpluimers on 2015/08/09

Now that Yahoo Pipes is stopping, Chris Bernard rewrote his Dilbert/Penny Arcade/W.T.Duck feeds and published source on GitHub: https://github.com/cbenard/comicfeeds/

Feeds

If you use Feedly, and some (or all) pictures don’t show up for the Dilbert feed, then that is because of Feedly caching content. Use a parameterised URL fixes this: http://comicfeeds.chrisbenard.net/view/dilbert/default?something=something

–jeroen

Posted in Blogging, Fun, Power User, SocialMedia | Leave a Comment »

So I won’t forget: some wordpress.com links for my site

Posted by jpluimers on 2015/05/29

So I won’t forget:

Sitemaps

(via: Sitemaps — Support — WordPress.com and how to create a page Sitemap « WordPress.com Forums.)

XML-RPC

(via: XML-RPC Support « WordPress Codex and Settings Writing Screen « WordPress Codex.)

https://wiert.wordpress.com/xmlrpc.php or http:wiert.me/xmlrpc.php or /xmlrpc.php

robots.txt

(via: robots.txt « Tags « WordPress.com Forums.)

https://wiert.wordpress.com/robots.txt or http:wiert.me/robots.txt or /robots.txt

 Google webmaster tools

https://www.google.com/webmasters/tools/dashboard?siteUrl=http://wiert.me

Google Analytics

(via: How to Add Google Analytics to WordPress in Under 60 Seconds – WPMU DEV  and Google Analytics Official Website – Web Analytics & Reporting.)

–jeroen

Posted in Power User, SocialMedia, WordPress | Leave a Comment »

G+ now has completely stopped working: “Unusual traffic from your computer network” – Search Help

Posted by jpluimers on 2015/02/21

This is getting ridiculous: G+ now completely stopped working. No CAPTCHA every couple of seconds after my laptop wakes up, but the screenshot below.

The  “Unusual traffic from your computer network” – Search Help isn’t helping much either.

My computer isn’t sending automated queries. The Google related tabs (some 50+) in Chrome are, as they frantically try to refresh themselves when my laptop wakes up.

This is a Google and Chrome design decision:

  • each tab runs in a separate process
  • each tab keeps being active even when not visible
  • Google chooses to have each Google related tab to talk to Google Plus

It’s not my choice that this overloads the G+ system, so don’t bug me with that!

–jeroen

 

Posted in G+: GooglePlus, Google, Power User, SocialMedia | Tagged: , | 2 Comments »

How to Prevent a specific Blogger Blog from Redirecting to Country Domains

Posted by jpluimers on 2015/02/09

The article How to Prevent your Blogger Blog from Redirecting to Country Domains describes to prevent the country redirect from within a blog itself.

But what about outside readers that want to see a specific blog on the .com link?

One of the reasons they want to do this is that Google does not index the country redirected sites, they only index the com site.

I had this while reading http://delphisorcery.blogspot.com/. It kept redirecting to http://delphisorcery.blogspot.nl/ (as I’m based in Amsterdam; in Germany for instance it would redirect to http://delphisorcery.blogspot.de/).

But a site:delphisorcery.blogspot.nl search would return nothing whereas site:delphisorcery.blogspot.com would return the full index for the blog.

The trick is to browse the .com version of the blog with NCR once: http://delphisorcery.blogspot.com/ncr

If you do that, Google forces a no-country redirect (just like you can do with Google.com: browse to http://www.google.com/ncr), and it remembers that choice too.

Note that BlogSpot has not done this country redirect for ever.

–jeroen

Posted in Blogging, Power User, SocialMedia | Leave a Comment »

Why I like #Gists

Posted by jpluimers on 2015/02/02

For me there are two cool things about gist: it can have multiple files per entry, and it is version controlled.

–jeroen

via: Help! I need input! :) How can I make a TForm “interface-able”? :) It’ll only….

Posted in SocialMedia | Leave a Comment »

What do I do if Dropbox is stuck syncing, won’t launch, or reports an error? (Dropbox Help Center)

Posted by jpluimers on 2015/01/29

These tips usually won’t help: What do I do if Dropbox is stuck syncing, won’t launch, or reports an error? (Dropbox Help Center).

This one does help, but you need to terminate the Dropbox.exe process through Taskmanager first: How to Solve Dropbox Problems Syncing – LockerGnome.

Currently dropbox sync stalls after 50-300 files are transferred.

–jeroen

Posted in DropBox, SocialMedia | Leave a Comment »

WordPress.com old stats and new stats links

Posted by jpluimers on 2015/01/17

Woot! Post 2400 (:

For my own reference.

My old stats: https://wordpress.com/my-stats?blog=7443331

My new stats: https://wordpress.com/stats/7443331

Hopefully the old stats stay for a while as they are far more useful.

–jeroen

Posted in Power User, SocialMedia, WordPress | 2 Comments »

Direct link to the “old” WordPress stats page giving more information: My Stats — WordPress.com

Posted by jpluimers on 2014/12/22

For my link archive: the “old” stats page, as it shows more information in a better formatted way (especially on larger monitors) My Stats — WordPress.com.

The “new” stats page used only half the screen width (long live responsive layout): Stats ‹ 7443331 — WordPress.com.

–jeroen

Posted in Development, SocialMedia, Software Development, Web Development, WordPress, WordPress | 2 Comments »

Embedding a Gist in WordPress is easy (via: Support — WordPress.com)

Posted by jpluimers on 2014/12/08

Boy, I wish I had found out about this a long time ago.

Embedding source code in WordPress web sites has always been a pain, as the Jekyll & Hyde faces of the WordPress Visual & Text keep fighting about the content.

A few artefacts I stumbled upon on a regular base:

Not so any more: just put your code in a public gist, then put the Gist url in the code without making it an actual link. Read the rest of this entry »

Posted in Power User, SocialMedia, WordPress | Leave a Comment »

Markdown support on WordPress.com is a farce.

Posted by jpluimers on 2014/11/10

Too bad the Markdown support from WordPress is a farce.

Below the horizontal rule is the Leak Check test from CommonMark. The rendering is even worse than the spec.txt rendering I posted before.
via:


Read the rest of this entry »

Posted in MarkDown, Power User, SocialMedia, WordPress | 1 Comment »