My DaniWeb home page is like a Charlie Brown Christmas tree.

I've noted how the home page seems sparse but why is that lone upvote there at all? It's not that interesting and there's no way to dismiss it or fill the page with what I choose.
See attached screen. NOPE. The image upload looks broken. I'll try Imgur and it's markdown.

No other forum leaves this so barren. I was hoping to see it flourish over time. Or see controls, options to have it be a place to go often.

And when there are items besides this, they seem to be random in size and match as to my interests. It's such a mismatch that I've not getting the point at all about that page.
BTW, https://www.daniweb.com/articles/latest/recommended coughs up the Oops! page.
Imgur

I don't see the Imgur markdown working either. Here's a link.

About the “Warning! WordPress Encrypts User Cookies” Error

Upgrading from older versions of WordPress is designed to go without a hitch, but depending on the setup and the two versions involved, you may encounter some hangups along the way. For example, if you are upgrading from a version of WordPress older than 3.0, eventually you may encounter the dreaded "Warning! WordPress Encrypts User Cookies" error. This quick DigWP tutorial explains what it is, why it happens, and how to fix the problem asap.

The error message

For those who are experiencing this "encrypted cookie" issue, the error message that's displayed looks something like this:

Warning! WordPress encrypts user cookies ...

This error happens when trying to log in or when you try to do things in the Admin Area. Basically you keep getting logged out for no apparent reason.

Why it happens

Fortunately there is an easy solution for the "WordPress Encrypts User Cookies" error. Open your site's wp-config.php file. Scroll down the file to just after the database credentials. Depending on your version of WordPress, you should find something like this:

/**#@+
 * Authentication Unique Keys and Salts.
 *

..followed by a set of 3, 4, or 8 (depending on WP version) constant definitions. For example, in the latest version of WordPress (5.0), there are EIGHT Unique Keys and Salts, waiting to be filled with random characters:

define('AUTH_KEY',         'put your unique phrase here');
define('SECURE_AUTH_KEY',  'put your unique phrase here');
define('LOGGED_IN_KEY',    'put your unique phrase here');
define('NONCE_KEY',        'put your unique phrase here');
define('AUTH_SALT',        'put your unique phrase here');
define('SECURE_AUTH_SALT', 'put your unique phrase here');
define('LOGGED_IN_SALT',   'put your unique phrase here');
define('NONCE_SALT',       'put your unique phrase here');

The problem is that the number of these keys has changed along with WordPress. For those with better things to do, here is a brief history:

WordPress < 2.6

WP 2.6 has no secret keys:

[ none ]

WordPress 2.6

WP 2.6 has three secret keys:

define('AUTH_KEY',        'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY',   'put your unique phrase here');

WordPress 2.7 — 2.9

WP 2.7 thru 2.9 have four secret keys:

define('AUTH_KEY',        'put your unique phrase here');
define('SECURE_AUTH_KEY', 'put your unique phrase here');
define('LOGGED_IN_KEY',   'put your unique phrase here');
define('NONCE_KEY',       'put your unique phrase here');

WordPress >= 3.0

Versions of WP greater than or equal to 3.0 have eight secret keys:

define('AUTH_KEY',         'put your unique phrase here');
define('SECURE_AUTH_KEY',  'put your unique phrase here');
define('LOGGED_IN_KEY',    'put your unique phrase here');
define('NONCE_KEY',        'put your unique phrase here');
define('AUTH_SALT',        'put your unique phrase here');
define('SECURE_AUTH_SALT', 'put your unique phrase here');
define('LOGGED_IN_SALT',   'put your unique phrase here');
define('NONCE_SALT',       'put your unique phrase here');

What does this mean? It means that when you upgrade from an older version of WordPress, the number of Unique Keys and Salts may not be the same. And so, if the latest version of WordPress is expecting eight secret-key constants, but your site's wp-config.php only contains four constants, you're gonna get the "WordPress Encrypts User Cookies" error.

The solution

To resolve the "encrypts cookie" error, you need to update your site's Unique Keys and Salts (secret keys), so as to provide the correct number of key constants. So if your old WP site only has three key constants, and you upgrade to WordPress 5.0, you will need to add the five missing constants (for a total of eight), so that WordPress can operate normally and without error.

Example: Upgrade from any version of WP, to the latest version of WP

If you are upgrading from any version of WP to the latest version, you can fix the error by simply replacing your existing secret keys with a brand new set. To do so, visit the WordPress Keys & Salts Generator, copy the results, and replace your existing keys with the freshly generated code. Then save changes, upload to your server and done. Once the new, complete set of keys is added, the encrypted-cookie error will disappear.

Other upgrade paths

As explained previously, your site's wp-config.php file should have the same number of constants that is expected by WordPress. Although ideally everyone everywhere always would update to the latest version of WordPress, we know that's just not a realistic expectation.

So for any other "non-latest" upgrade path that you may be taking, just make sure that your new version of WordPress has the correct number of secret keys defined. Check out the previous section for a list of WP versions and their respective number of Unique/Key salts.


Mood Boards for Product Designers

Mood Boards for Product Designers
Most designers know that wireframing and prototyping are essential parts of the design process. Without prototyping, your chances of creating good design are almost nil. To craft a proper prototype, designers need to spend time ideating. Designers have a lot …

The 101 Most Useful Websites on the Internet

Here are the most useful websites on the Internet that will make you smarter, increase productivity and help you learn new skills. These incredibly useful websites solve at least one problem really well. And they all have cool URLs that are easy to memorize thus saving you a trip to Google.  

101 Useful websites

The Most Useful Websites and Web Apps

  1. archive.is — take a snapshot of any web page and it will be exist forever even if the original page is gone.
  2. autodraw.com — create freehand doodles and watch them magically transform into beautiful drawings powered by maching learning.
  3. fast.com — check the current speed of your Internet connection.
  4. slides.com — create pixel-perfect slide decks and broadcast your presentations to an audience of any size from anywhere.
  5. screenshot.guru — take high-resolution screenshots of web pages on mobile and desktops.
  6. dictation.io – accurate and quick voice recognition in your browser itself.
  7. reverse.photos — upload an image and find similar pictures on the web.
  8. copychar.cc – copy special characters and emojis that aren’t on your keyboard.
  9. codeacademy.com – the best place to learn coding online.
  10. noisli.com — ambient noises to help you improve focus and boost productivity.
  11. iconfinder.com – millions of icons for all kinds of projects. Also try icons8.com and flaticon.com.
  12. jotti.org – scan any suspicious file or email attachment for viruses.
  13. wolframalpha.com – gets answers directly without searching   – see more wolfram tips.
  14. flightstats.com – track flight status at airports worldwide.
  15. unsplash.com – the best place to download images absolutely free.
  16. videos.pexels.com — an online library of free HD videos you can use everywhere. Also see videvo.net.
  17. Also see: The Best Android Apps
  18. everytimezone.com – a less confusing view of the world time zones.
  19. e.ggtimer.com – a simple online timer for your daily needs.
  20. random.org – pick random numbers, flip coins, and more.
  21. earn.com — replace your email with a mailbox that pays when you reply to someone’s email.
  22. myfonts.com/WhatTheFont – upload an image of any text and quickly determine the font family.
  23. fonts.google.com – the best collection of open source fonts that you can use anywhere without restrictions.
  24. fontstruct.com — draw and build your own fonts and use them in any application.
  25. calligraphr.com — transform your handwriting into a real font.
  26. regex.info – find data hidden in your photographs – see more EXIF tools.
  27. youtube.com/webcam — broadcast yourself live over the Internet without any complicated setup.
  28. remotedesktop.google.com — access other computers or allow others to remote access your computer over the Internet.
  29. homestyler.com – design from scratch or re-model your home in 3D.
  30. pdfescape.com – lets you quickly edit PDF in the browser without Acrobat.
  31. draw.io – create diagrams, wireframe and flowcharts in the browser.
  32. web.skype.com — make voice and video calls in your browser with Skype.
  33. onlineocr.net – recognize text from scanned PDFs – see other OCR tools.
  34. wetransfer.com – for sharing really big files online.
  35. file.pizza — peer to peer file transfer over WebRTC without any middleman.
  36. snapdrop.com — like Apple AirDrop but for the web. Share files directly between devices in the same network without having to upload them to any server first.
  37. hundredzeros.com – the site lets you download free Kindle books.
  38. app.grammarly.com — check your writing for spelling, style, andgrammatical errors.
  39. noteflight.com – print music sheets, write your own music online ( review).
  40. translate.google.com – translate web pages, PDFs and Office documents.
  41. kleki.com – create paintings and sketches with a wide variety of brushes.
  42. similarsites.com – discover new sites that are similar to what you like already.
  43. bubbl.us – create mind-maps, brainstorm ideas in the browser.
  44. color.adobe.com – get color ideas, also extract colors from photographs.
  45. canva.com — make beautiful graphics, presentations, resumes and more with readymade template designs.
  46. lmgtfy.com – when your friends are too lazy to use Google on their own.
  47. midomi.com – when you need to find the name of a song.
  48. history.google.com —  see all your past Google searches, also among most important Google URLs
  49. faxzero.com – send an online fax for free – see more fax services.
  50. tinychat.com – setup your own private chat room in micro-seconds.
  51. privnote.com – create text notes that will self-destruct after being read.
  52. domains.google.com – quickly search domain names for your next big idea!
  53. squoosh.app – compress images on the fly. Site works offline as well.
  54. downforeveryoneorjustme.com – find if your favorite website is offline or not?
  55. gtmetrix.com – the perfect tool for measuring your site performance online.
  56. builtwith.com — find the web hosting company, email provider and everything else about a website.
  57. urbandictionary.com – find definitions of slangs and informal words.
  58. Also see: The Best Mac Apps and Utilities
  59. seatguru.com – consult this site before choosing a seat for your next flight.
  60. flightstats.com – Track flight status at airports worldwide.
  61. mymaps.google.com – create custom Google Maps with scribbles, pins and custom shapes.
  62. snopes.com – find if that email offer you received is real or just another scam.
  63. typingweb.com – master touch-typing with these practice sessions.
  64. todo.microsoft.com — a beautiful todo app and task manager. Also see Trello.
  65. minutes.io – quickly capture effective notes during meetings.
  66. talltweets.com — Turn Google Slides in animated GIF presentations.
  67. ifttt.com – create a connection between all your online accounts.
  68. namechk.com — search for your desired username across hundreds of social networks and domain names.
  69. gist.github.com — create anonymous and secret text notes and much more.
  70. flipanim.com — create flipbook animations, includes an onion skin tool to let you see the previous frame as you draw the next one.
  71. powtoon.com — create engaging whiteboard videos and presentations with your own voiceovers. Also see videoscribe.co.
  72. clyp.it — Record your own voice or upload an audio file without creating any account. Also see soundcloud.com.
  73. carrd.co — build one-page fully responsive websites that look good on every screen.
  74. spark.adobe.com — make stunning video presentations with voice narration and wow everyone.
  75. anchor.fm — the easiest way to record a podcast that you can distribute on iTunes without have to pay for hosting.
  76. duolingo.com — learn to speak Chinese, French, Spanish or any other language of your choice.
  77. webmakerapp.com — an offline playground for building web projects in HTML, CSS and JavaScript.
  78. pixton.com — create your own comic strips with your own characters and move them into any pose.
  79. gravit.io — a full-featured vector drawing tool that works everywhere.
  80. vectr.com — create vector graphics and export them as SVG or PNG files.
  81. twitterbots — create your own Twitter bots that can auto-reply, DM, follow people and more.
  82. headspace.com —  learn the art of meditation and reduct stress, focus more and even sleep better.
  83. class-central.com — a directory of free online courses offered by universities worldwide.
  84. googleartproject.com — discover museums, famous paintings and art treasure from all around the world.
  85. instructables.com — step-by-step guides on how to build anything and everything.
  86. flowgram.com — make data-driven graphics, charts and infographics. Also see adioma.com and eas.ly.
  87. marvelapp.com — create interactive wireframes and product mockups.
  88. slide.ly — make marketing videos and branded stories for Instagram, Facebook and YouTube trailers. Also see animoto.com and biteable.com.
  89. gohighbrow.com — Take bite-sized courses on a variety of topics, chapters are delivered by email every monning.
  90. htmlmail.pro – send rich-text emails with gmail mail merge.
  91. wirecutter.com — whether you need a vacuum cleaner or an SD card, this is the best product recommendation website on the Internet.
  92. camelcamelcamel.com — Create Amazon price watches and get email alerts when the prices drop.
  93. mockaroo.com — download mock data to fill the rows in your Excel spreadsheet.
  94. asciiflow.com — a WYSIWYG editor to draw ASCII diagrams that you can embed in emails and tweets.
  95. Also see: The Best Add-ons for Gmail, Docs and Sheets
  96. buffer.com — the easily way to post and schedule updates on Twitter, Instagram, LinkedIn, Google+ and Facebook.
  97. 10minutemail.com — create disposable email addresses for putting inside sign-up forms.
  98. whereami — find the postal address of your current location on Google maps.
  99. sway.com — create and share interactive reports, newsletters, presentations, and for storytelling.
  100. Also see: The Best Websites to Learn Coding
  101. apify.com — the perfect web scraping tool that lets you extract data from nearly any website.
  102. thunkable.com — build your own apps for Android and iOS by dragging blocks instead of writing code. Also see: glitch.com.
  103. zerodollarmovies.com — a huge collection of free movies curated from YouTube.
  104. upwork.com — find freelancers and subject experts to work on any kind of project.
  105. duckduckgo.com – a clean alternative to google search that doesn’t track you on the Internet.

Know any useful website that is missing in the list? Please let me know via @twitter or send an email.

The post The 101 Most Useful Websites on the Internet appeared first on Digital Inspiration.