Affichage des articles dont le libellé est update. Afficher tous les articles
Affichage des articles dont le libellé est update. Afficher tous les articles

samedi 12 novembre 2016

How to Disable Automatic Update Email Notification in WordPress



Do you want to disable automatic update email notification in WordPress? By default, WordPress sends an email notification to inform you that your WordPress site is updated after security updates. Recently one of our readers asked if there is an easy way to disable that. In this article, we will show you how to easily disable automatic update email notification in WordPress.


How to Disable Automatic Update Email Notification in WordPress


About Automatic Updates in WordPress


WordPress is an open source software which is maintained by a community of developers. It is regularly updated to fix security issues, bugs, and to add new features.


WordPress updates


This is why you should always use the latest version of WordPress to make sure that your website is safe and up to date.


WordPress automatically installs minor updates as soon as they are available. After the update, your WordPress site sends a notification to the WordPress admin email address.


The purpose of this email notification is just to inform you that your WordPress site is updated.


If you maintain multiple WordPress sites, then you will get an email from each website. This can be a bit annoying.


Let’s see how to easily turn off the automatic update email notification in WordPress.


Method 1: Disable Automatic Update Email Notification Using Plugin


This method is simpler and does not require you to add any code to your WordPress site.


First thing you need to do is install and activate the Disable WordPress Core Update Email. For more details, see our step by step guide on how to install a WordPress plugin.


The plugin works out of the box, and there are no settings for you to configure.


Upon activation, it simply disables email notification sent after WordPress automatic update.


Method 2: Disable Automatic Update Email Notification Using Code


This method requires you to add code to your WordPress files. If you haven’t done this before, then take a look at our beginner’s guide on pasting snippets from web into WordPress.


You will need to add this code to your theme’s functions.php file or a site-specific plugin.



add_filter( 'auto_core_update_send_email', 'wpb_stop_auto_update_emails', 10, 4 );

function wpb_stop_update_emails( $send, $type, $core_update, $result ) {
if ( ! empty( $type ) && $type == 'success' ) {
return false;
}
return true;
}

This code simply adds a filter to disable email notification after automatic core update.


Managing Notifications and Updates in WordPress


By default, WordPress does not allow you to automatically install updates. Many site owners find it a bit annoying to update themes and plugins, especially if they maintain multiple WordPress sites.


Managing WordPress updates


Luckily, there are plugins that allow you to more efficiently manage WordPress updates. For detailed instructions see our guide on how to better manage automatic WordPress updates.


Similarly, WordPress by default has no unified interface to manage notification emails. It may not even send email notifications and you wouldn’t notice it.


There are plugins that allow you to manage and control emails sent by WordPress. You can even customize default WordPress emails. For detailed instructions take a look at our guide on how to add better custom notifications in WordPress.


That’s all, we hope this article helped you learn how to disable automatic update email notification in WordPress. You may also want to see our guide on 24 must have WordPress plugins for business websites.


If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.


The post How to Disable Automatic Update Email Notification in WordPress appeared first on WPBeginner.







How to Properly Update Live Published Posts in WordPress



Have you ever had to make significant edits to an already published WordPress post? Maybe you are rewriting an old article or you have to update screenshots because they’re outdated. Since we have to do this on a regular basis on WPBeginner and on our documentations for our suite of products, we have created a workflow that works. In this article, we will show you how to properly update live published posts in WordPress.


How to update live posts in WordPress


The Problem with Updating Live Posts in WordPress


WordPress makes it super easy to create and edit posts. You can edit all posts whenever you want, even after publishing them.


However, when editing live posts, you cannot save them until you are done editing. Saving live posts will immediately make your changes visible.


This is a little problematic for various reasons.


If you’re on a multi-author WordPress site someone may need to approve the changes before they go live.


Not to mention, there will be times where you may not be able to finish all changes in one session.


An easy workaround for this issue is to simply copy a post and paste it as a new draft. You can edit the draft and then paste it to the original post.


The problem with this method is that you cannot set or change featured images, Facebook post thumbnail, tags or categories, etc. This means that you or an editor must make those changes on a live post.


Well if you run into any of these problems, then this article is good news for you.


We will show you how to properly update live posts while making it possible to save them and make any changes without affecting the live version.


Ready? Let’s get started.


Video Tutorial



If you don’t like the video or need more instructions, then continue reading.


Properly Updating Live Posts in WordPress


First thing you need to do is install and activate the Revisionize plugin. For more details, see our step by step guide on how to install a WordPress plugin.


After activating the plugin, you need to visit Posts » All Posts in your WordPress admin. This is where WordPress lists all your published posts and drafts.


All posts


Take your mouse to the post you want to edit and then click on the Revisionize link. This will create a new revision for your published post by cloning the existing post.


Revision of a published post


You can edit the post like you would edit any unpublished draft. You can save your changes as many times as you want without affecting the live post.


You can have your supervisor or editor review the changes for their approval. You can also use public post preview to share it with people outside your organization.


Once you are done editing, you can click on the Publish button. The plugin will then replace your live post with the new version.


What happens to the draft?


It is still stored as a revision draft, allowing you to reuse it again to edit the same published post again.


Revision draft


That’s all, we hope this article helped you learn how to properly update live posts in WordPress. You may also want to see these 14 tips for mastering the WordPress visual editor.


If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.


The post How to Properly Update Live Published Posts in WordPress appeared first on WPBeginner.


Page 8 – WPBeginner




Quick Update On WP Engine Hosting, 2 Months Later



alt="Quick Update On WP Engine Hosting, 2 Months Later" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2013/07/wpengine-500x227_c.jpg" />

WHSR has been running on WP Engine Hosting for href="http://www.webhostingsecretrevealed.net/blog/site-updates/bye-bye-hostgator-hello-wp-engine/">slightly more than two months now. Everything is looking great and the site recorded 100% server uptime according to Pingdom (see image below).

Pingdom Uptime Check On WebHostingSecretRevealed.com

class="border" alt="WHSR April Uptime Record on WPEngine" src="http://www.webhostingsecretrevealed.com/images/2012/0504-1.jpg" width="750" />

So… yeah, I am happy with my new host. :)

How Pingdom check WHSR uptime? Pingdom sent a HTTP request to WHSR every 5 minute 24/7. A HTTP check loads a web page without any linked objects included; a ‘down time’ will be recorded if WHSR server fails to respond to the request. Pingdom will then send monthly report to your register email (as well as SMS alert) to keep you notified. For instance, the image shown here is extracted from a standard monthly Pingdom report. For more details: title="Pingdom Site Tracker" href="http://pingdom.com/" target="_blank">http://pingdom.com/.

About WP Engine If you have never heard about WP Engine before, it’s a hosting company focuses on premium WordPress hosting. You can read my title="WP Engine Review" href="http://www.webhostingsecretrevealed.net/hosting-review/wp-engine/" target="_blank">WP Engine review here (based on my true experience) or you can visit the official website at title="http://www.wpengine.com" href="http://www.webhostingsecretrevealed.net/go/wpengine" target="_blank">http://www.wpengine.com/.


Page 24 – Web Hosting Secret Revealed




What’s New on WHSR this month? (Feb 2014 Update)



alt="What’s New on WHSR this month? (Feb 2014 Update)" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/03/whsr-site-updates-500x310_c.jpg" />

Winter is still hanging on and much of our readership has felt the cold temperatures. The polar vortex has caused record lows across much of the United States map and some areas have seen record snowfall. Still, even with the extreme weather, February has been a productive month around WHSR. Jerry Low, WHSR’s founder, started the month with a Chinese New Year Celebration while I spent a long weekend in Nashville, Tennessee celebrating my 24th wedding anniversary with my husband and some close friends. Amidst all the celebrating, WHSR published some truly helpful guides for our readers.

src="http://www.flickr.com/photos/malcolmmacgregor/10267751654/player/" height="512" width="750" allowfullscreen="" frameborder="0">

Web Hosting Guide

If you’re looking for information on just what type of hosting you need for your website, you’ll want to check out Jerry Low’s infographic href="http://www.webhostingsecretrevealed.net/blog/web-hosting-guides/shared-vps-dedicated-cloud-hosting/">Shared vs. VPS, Dedicated, and Cloud Hosting. Then, once you decide on a hosting platform, find out the href="http://www.webhostingsecretrevealed.net/blog/web-hosting-guides/seven-of-the-silliest-web-hosting-features/">7 Silliest Web Hosting Features and why you probably don’t need them, including “unlimited hosting space”. We’ve talked before about how having unlimited website space is not truly possible as all servers have some sort of limitation. Once your server is chosen, check out Jerry Low’s review of href="http://www.webhostingsecretrevealed.net/blog/wordpress-blog/elegantthemes-com-review-everything-you-need-to-know-about-elegant-themes/">Elegant Themes and see what the pros and cons are of using one of their themes to design your site.

Social Media & Web Marketing

February was also a month where we took another look at how you can grow your site through blogging and social media. We featured a guest post about the href="http://www.webhostingsecretrevealed.net/blog/socialmedia-marketing/10-must-follow-social-media-pinterest-boards/">top 10 Pinterest boards you must follow if you’re serious about using social media to promote your business, including SocialMedia.nl Infographics and Facebook Marketing Tips. Speaking of guest posts, our regular contributor Luana Spinetti wrote a piece on href="http://www.webhostingsecretrevealed.net/blog/web-copy-writing/time-to-wear-the-editors-hat-9-reasons-why-guest-posts-are-a-clever-idea/">why guest posts are a clever idea that will make you look at guest posts in a completely different light.

When you’re ready to write up a few blog posts of your own, our article on href="http://www.webhostingsecretrevealed.net/blog/blogging-tips/how-to-pick-the-right-tools-and-trends-for-your-blog/">How to Pick the Right Tools and Trends for Your Blog will help you figure out your goals for your blog, what fits the overall tone of your site and what your readers are looking for. You’ll also want to check out my article href="http://www.webhostingsecretrevealed.net/blog/blogging-tips/top-10-most-visited-websites-and-how-you-can-benefit-from-them/">Top 10 Most Visited Websites and How You Can Benefit from Them for a look at how to integrate these popular sites into your overall media marketing campaign.

Promote Infographic on WHSR today!

Finally, we are now open to helping companies get the word out through their infographics. For only , you can get your href="http://www.webhostingsecretrevealed.net/advertise-here/">infographic posted on WHSR, which will help get out facts and information to our readership and promote your business at the same time.

February may be a short month, with only 28 days in it, but you can see that it has been a full month for WHSR. As we wrap up February, we’re looking forward to March, St. Patrick’s Day, the arrival of spring and many more useful and informative articles from our contributors.

style="font-size: xx-small;">Photo credit: href="http://www.flickr.com/photos/malcolmmacgregor/10267751654/" target="_blank">Malcolm Macgregor


Page 15 – Web Hosting Secret Revealed




Web Hosting News Update: Google Cloud’s Down Time, Blog’s Inventor, SlideShare’s Changes, and Shellshock Hackers Hit Yahoo



alt="Web Hosting News Update: Google Cloud’s Down Time, Blog’s Inventor, SlideShare’s Changes, and Shellshock Hackers Hit Yahoo" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/google-cloud-500x238_c.png" />

October isn’t yet halfway over and already has been a big news month for web hosting. From down time, to hackers, to changes in how various websites work, there is enough news to keep you in reading material for days. While we can’t cover all the news items, WHSR will focus on a few of the ones we feel are important to website owners.

Google Cloud’s Down Time

Many small business owners utilize Google for a variety of tasks.

Let’s face it, love Google or hate them, they offer services that small business owners such as bloggers need to be effective.

Whether you use Google Drive, Google Hangouts or utilize their analytics to figure out how well your site is performing, you may have experienced interruptions on Wednesday, October 8th.

Analytics was fixed within minutes, but users also experienced downtime with Google Cloud Storage. The problems were reported starting around 11:30 EST and went on for about 90 minutes. Google posted in their forums:

“We apologize for any issues this may have caused to you or your users and thank you fo ryour patience and continued support.”

They went on to reassure users that it is a priority to make sure their systems are reliable.

Inventor of Blogging Celebrates 20 Years

On Saturday, October 11th, href="http://www.theguardian.com/technology/2014/oct/12/happy-20th-anniversary-dave-winer-inventor-of-the-blog" target="_blank">The Guardian reported on the inventor of the blog, Dave Winer. This month, in 1994, Winer published his first blog post via software he created. It was called Davenet.

For more than 20 years, Winer has been on the cutting edge of Internet innovations. He had a hand in helping create how RSS runs.

Today, Winer is still blogging via his blog href="http://scripting.com/" target="_blank">Scripting News. Spend five minutes reading through his blog and you’ll be as hooked as I was. He is obviously one of the clearest thinking bloggers on the Internet and a true pioneer of blogging.

href="http://www.webhostingsecretrevealed.net/blog/hosting-updates-news/web-hosting-news-update-google-clouds-down-time-blogs-inventor-slideshares-changes-and-shellshock-hackers-hit-yahoo/attachment/slideshare-screenshot/" rel="attachment wp-att-11180">class="alignright wp-image-11180" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/slideshare-screenshot.jpeg" alt="slideshare app" width="300" height="534" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/slideshare-screenshot.jpeg 319w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/slideshare-screenshot-168x300.jpeg 168w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/10/slideshare-screenshot-300x534.jpeg 300w" sizes="(max-width: 300px) 100vw, 300px" />SlideShare Releases iOS App

Businesses who use SlideShare for presentations or to promote their websites will be thrilled to learn that the company has released an href="https://itunes.apple.com/app/id917418728" target="_blank">iOS app. What this means is that users can now access their slides from anywhere via Apple devices.

The release is for iOS 8 and above and the app is optimized for the iPhone 5 and above.

There are several ways you can utilize this app. Create a presentation ahead of time and share it on the fly with a potential investor. Read through other people’s presentations to gather ideas and inspiration. Or, even use it to review a slide you previously created before going into a big meeting.

Yahoo! Attacked by Romanian Hackers Via ShellShock?

Jonathan Hall of href="http://www.futuresouth.us/wordpress/?p=25" target="_blank">Future South Technologies, an online security company, released a pretty strong blog post about the infiltration on Yahoo! and insists it was from Shellshock vulnerability.

While the attack was going on, Hall did his best to inform Yahoo! as well as Lycos and WinZip and he contacted the FBI about the exploitation of these sites.

Hall’s issue with Yahoo! is that Alex Stamos, CISO of Yahoo!, posted a statement that they were not iimpacted by Shellshock but they “isolated a handful of servers” that were at risk. Hall uses facts to back up his statement that Yahoo! was indeed breached via the Shellshock vulnerability.

What do you think? Is Stamos being honest with the public? Does Hall have a good point?

Share your views in the comments area below. As always, if you have news that would be of interest to other website owners, feel free to share that as well.


Page 11 – Web Hosting Secret Revealed




Web Hosting News Update: Changing Cloudscape, Stopping Hackers and Security Upgrades



alt="Web Hosting News Update: Changing Cloudscape, Stopping Hackers and Security Upgrades" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/08/internet-500x472_c.jpg" />

If there is one thing that is certain, it is that news in the category of web hosting changes often. In this news update, TSW takes a look at trends in cloudhosting and the changing cloudscape, what Google’s HTTPS algorithm means for website owners, important security upgrades, and a new system for blocking brute force attacks on WordPress.

Changing Cloudscape and Where Cloud Hosting Is Headed

Although the concept of cloud computing dates back to the 1999, when salesforce.com and Google launched consumer cloud services, throughout the 2000s the market has grown.

There is little doubt that cloud-based infrastructures are growing in popularity and that trend will likely continue into the next decade and beyond. The big names in hyperscale vending are AWS, Google, Softlayer and Microsoft are offering cloud services at discounted rates and price matching one another. The goal is to secure the majority of marketshare in the coming few years, maintain those clients and make a profit with sheer volume plus add-on sales. Look for great deals in cloud hosting in the next few years as the big four and those coming up behind them, such as Amazon, battle it out to see who the top dog in cloud hosting will ultimately be.

For readers who are keen to dig deeper, here are the pricing pages from href="https://cloud.google.com/products/compute-engine/">Google Compute Engine, href="http://aws.amazon.com/ec2/pricing/">Amazon AWS, href="http://blogs.msdn.com/b/windowsazure/archive/2014/03/31/microsoft-azure-innovation-quality-and-price.aspx">Microsoft Azure, and href="http://www.softlayer.com/virtual-servers">IBM Softlayer. Adrian Cockcroft has assembled my own spreadsheet summary of instance specifications from the above vendors:  href="http://bit.ly/cloudinstances">http://bit.ly/cloudinstances.

WHMCS Urges Security Upgrades

If you’re using a service, such as CloudFlare and other proxy services with your WHMCS installation, the site released a href="http://blog.whmcs.com/security.php" target="_blank">security update on their blog urging customers to update. The update provides an IP detection logic system to improve security features. The blog post states, “The update includes a significant update to the low-level cryptographic routines used for admin authentication. These changes will affect any 3rd-party integration which directly accesses the admin user database table; they should not have an observable impact on installations otherwise.”

Protecting Your WordPress Website

Automattic, the company that oversees WordPress.com, released an announcement that it has purchased BruteProtect. BruteProtect is a plugin combined with a service that protects website owners using WP from hackers. BruteProtect will be part of Jetpack and thus will be installed with a single click. Malicious logins can threaten the health of your site and business, so this is a welcome acquisition for WordPress-based sites.

Google’s HTTPS Algorithm Changes

It’s probably no surprise to website hosts that Google has yet again added another element to how they rank websites. This time, their focus is on how secure your website it. They href="http://googlewebmastercentral.blogspot.com/2014/08/https-as-ranking-signal.html" target="_blank">stated on the Google Blog:

“Over the past few months we’ve been running tests taking into account whether sites use secure, encrypted connections as a signal in our search ranking algorithms. We’ve seen positive results, so we’re starting to use HTTPS as a ranking signal.”

class="alignright size-full wp-image-10700" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/08/site-security.jpg" alt="site security" width="300" height="259" />

Preference will be given to sites that offer visitors a secure HTTPS connection. Google’s focus on security may lead to development of more products and stronger security measures from hosting providers. In the meantime, you can talk to your web hosting company about what they will be offering in light of Google’s latest focus.

The Internet is fluid and web hosting news changes from day to day. WHSR will always highlight the top concerns website owners might have about hosting and bring you the latest updates. However, it is impossible to cover everything. If you have something to add to this list, please share your news in the comments section below.


Page 12 – Web Hosting Secret Revealed




Web Hosting News Update: Google’s Quantum Computing, Hybrid Cloud Backup and Celebrity Photo Hacking



alt="Web Hosting News Update: Google’s Quantum Computing, Hybrid Cloud Backup and Celebrity Photo Hacking" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/09/quantum-500x337_c.jpg" />

Keeping up-to-date with the latest hosting industry news can help you have a website that covers any back-end needs as well as front-end preferences from your visitors. While we can’t cover all the news at one time here at WHSR, we will try to keep you up-to-date on the latest advances, security concerns and research.

Quantum Computing

Quantum computers gain their power from atoms to complete tasks.

If your thirst for more speed and more memory has not yet been quenched, then you’ll be happy to hear that Google has announced plans to build quantum information processors at its artificial intelligence lab. The project is called “href="https://plus.google.com/+QuantumAILab/posts/UcWGvc9Y6dU" target="_blank">Hardware Initiative”. The possibilities for this initiative are endless. Not only might we see faster computers that run a bit differently than today’s models in the near future, but the impact will eventually trickle down to Internet servers as faster, more powerful computers work from the back-end of web hosting companies.

Hybrid Cloud Backup

If your company uses a hybrid cloud, or you back up any of your data (website or otherwise) on a cloud-based system, then you’ll be interested to hear that iDrive, the online backup storage provider, recently released an upgrade that allows users to back up data not only off their local drives but also to href="http://myhostnews.com/2014/09/online-backup-provider-idrive-launches-hybrid-cloud-backup-functionality" target="_blank">backup data in the cloud. While your server may provide a restore option, it is always smart to have another backup available. Files can get corrupted and then you’ll be in serious trouble if you don’t have important data stored. The hybrid backup feature allows website owners to back up SQL, Exchange, Sharepoint and Oracle data.

To learn more, check out Jerry’s recent article:  href="http://www.webhostingsecretrevealed.net/blog/web-tools/everything-you-need-to-know-about-cloud-storage/">Everything you need to know about Cloud Storage.

Internet Slowdown Day

id="attachment_10792" style="width: 310px" class="wp-caption alignright">class="size-full wp-image-10792" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/09/loading.jpg" alt="Image credit: Mathias Klang" width="300" height="169" />class="wp-caption-text">Image credit: href="http://www.flickr.com/photos/wrote/1405887615/in/photostream/">Mathias Klang

Have you heard of href="http://www.cnet.com/news/top-websites-join-internet-slowdown-day-in-symbolic-protest-of-fast-lanes/" target="_blank">Internet Slowdown Day?

I hadn’t heard of this either until it popped up in my news feed one day and I went to research it a bit more. Apparently, on September 10th, some net activities will join together to show people how slow the Internet might run if fast lanes are allowed under the new Net Neutrality rules that the FCC is considering implementing. The goal is to make Internet users aware of the potential change and why those for a free and fair Internet should protect Net Neutrality.

Some of the sites participating include:

  • Reddit
  • Vimeo
  • Foursquare
  • Boing Boing
  • WordPress

The issue with the new rules is that it would allow Internet service providers to offer premium services so that some users would have even faster access than others. This could be bad for other users. As a website owner, you should be concerned because it could impact the traffic your site receives or the speed at which some users are able to access your site and services.

 Celebrity Photo Hacking

If there is one thing that is certain in today’s tech-driven world, nothing is ever entirely safe from hackers. This was proven yet gain the recent celebrity hacking scandal, where hackers were able to gain access to the private photos celebrities had on the cloud. In response, Apple has announced that they are beefing up their iCloud security features and users will be notified of any changes, particularly password changes.

Apple CEO Tim Cook href="http://online.wsj.com/articles/tim-cook-says-apple-to-add-security-alerts-for-icloud-users-1409880977" target="_blank">said to the Wall Street Journal:

“When I step back from this terrible scenario that happened and say what more could we have done, I think about the awareness piece. I think we have a responsibility to ratchet that up. That’s not really an engineering thing.”

Website owners should take heed of the occurrence, however, and make sure that any cloud where they store important data has security in place and also updates that security regularly. Hackers may be a pain in the neck, but they are smart. They eventually will figure out a way around most security patches. The only way to continuously protect your website and your clients from an attack is to continuously add new and more advanced safeguards.

WHSR brings you the latest tech news so you can keep your site functioning at top capabilities. We also share href="http://www.webhostingsecretrevealed.net/hosting-reviews/" target="_blank">hosting reviews each month to help you make sure you are using the absolute best web host possible for your needs.


Page 12 – Web Hosting Secret Revealed




Web Hosting News Update: Net Neutrality, The Wedg, Shellshock, and WordPress 4.0



alt="Web Hosting News Update: Net Neutrality, The Wedg, Shellshock, and WordPress 4.0" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/09/wedg-500x281_c.png" />

September has been a busy news month for web hosting. WHSR digs a bit deeper into net neutrality and how it might impact your site, the Wedg as a device for small business owners, Shellshock and how to protect yourself and WordPress 4.0’s newest features.

Net Neutrality

Recently, my daughter, who is a junior at Franklin College in Indiana, wrote an opinion piece on href="http://thefranklinnews.com/editorial-internet-equality-is-vital/5722/" target="_blank">net neutrality. The article got me thinking about how net neutrality applies to small business owners and bloggers. The Internet has always been a free market. Anyone can get online, set up a website and have just as much chance at reaching web browsers as a multi-million dollar corporation. Of course, the average small business owner may not have as many advertising dollars, but there is still the chance.

However, some corporations are trying to end that net neutrality and turn the Internet into an environment akin to broadcasting where those with the most dollars would have faster sites and thus more visitors would be funneled to them and away from the little guy. The Federal Communications Commission (FCC) is looking at creating “fast lanes” for some companies. Should the FCC make this change, it would likely be bad news for most small business owners.

This is an important topic that should be watched in the coming years. Net neutrality is vital to bloggers who want to be able to reach a wide audience.

The Wedg

class="alignright size-medium wp-image-11026" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/09/the-wedg-300x228.jpg" alt="the wedg" width="300" height="228" srcset="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/09/the-wedg-300x228.jpg 300w, http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2014/09/the-wedg.jpg 736w" sizes="(max-width: 300px) 100vw, 300px" />

This month, there have been several articles on a new person cloud storage device called href="https://www.indiegogo.com/projects/wedg-the-personal-cloud-you-ve-been-waiting-for" target="_blank">The Wedg. It is still in the funding stages, but the idea behind this device is to offer people a personal cloud storage device and eliminate some of the dangers of online hacking into sensitive data.

The Wedg provides the same conveniences of easily accessible storage but is private instead of sitting at a data center that might be vulnerable to attacks. It will even sync with DropBox.

A crowdfunding campaign launched the third week of September saw 80 percent of the needed funds to put this into production raised within just a few days.

The device is expected to be around 0 US dollars. This is a great way for website owners to back up important documents, their website, articles and other intellectual property.

Shellshock

Some Internet security experts are comparing Shellshock to Heartbleed. There is a vulnerability in the Bourne Again Shell (BASH). A patch was released but did not take care of the flaw.The vulnerability is a Unix shell flaw and could impact computers running Mac OS or Linux. Mac computer owners should be especially leery. At the same time, there must be certain conditions in place for the flaw to occur, so not all users will be impacted.

However, the BASH vulnerability may be even more serious than Heartbleed. With Heartbleed, the bug could spy on a computer but not control that computer. With BASH, the potential is there for the hacker to completely take over a system.

Consult with your Internet service provider to see if the system is vulnerable. There are commands you can run in Shell to test if you are vulnerable, but unless you are an experienced Shell user, it is better to discuss security concerns with your hosting company.

WordPress 4.0’s New Features

This month, WordPress rolled out href="http://wordpress.org/news/2014/09/benny/" target="_blank">version 4.0. The new version has been dubbed “Benny”. The new version features:

  • Better media management and easier viewing
  • style="text-align: left;">Automatic updates of details on media (add an alt tag and the system saves the change immediately for example)style="text-align: left;">Easier embedding. Just post the URL of the video. In fact, the video below was pasted in with just the YouTube URL.style="text-align: left;">Embed a Tweet with a simple click of an icon

class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/o1T0t0emzt0?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent' allowfullscreen='true' style='border:0;'>

Although WordPress is still recognizable from previous versions, this update simply adds some easier functionality that most users will appreciate.

Each month WHSR brings you the latest in web hosting news. Our goal is to provide you with a rounded look at some of the most important issues and share the news that most impacts you as a website owner. If there is a topic you’d like to hear about that we’ve not yet covered, you can post a note in the comments section below.


Page 12 – Web Hosting Secret Revealed