Tag: user interface

Improved localization in Spin Rewriter

You’ve probably noticed already how Spin Rewriter knows to be extra-helpful by showing your local times next to your spun articles inside the Archive.

It doesn’t matter whether you’re from LA, NYC, London, Moscow, Beijing, Tokyo or Sydney… or any tiny little village in between… the times shown will always be your very own local times to make things super easy for you.

Well, with one tiny exception until now… There’s a few short time periods throughout the year where different timezones switch to daylight saving time a couple of days before other timezones, OR when certain timezones stop using daylight saving time just a bit earlier than the others. And then there’s Arizona where they just don’t care. 😀

Anyway, in some of these short overlaps, your local times could be off by 1 hour in some cases. Nothing too horrible, but then again, that’s now that we’re all about here at Spin Rewriter. We’re always striving for perfection — and when it comes to time localization, we’ve just delivered that perfection with an update earlier today.

Enjoy! 😀

Text processing tweaked further…

In my previous post I already mentioned how we’re rolling out some minor tweaks and fixes for various edge-cases when it comes to automated processing of original texts before our ENL Semantic Spinning algorithms begin their work.

Now, in some extreme cases our processing algorithm could sometimes get confused when it encountered the “<” sign because it thought that maybe it signifies the beginning of an HTML tag. All HTML tags begin with “<” and then usually end with either “/>” or another “>” immediately after the name of the tag.

Here’s an example of what used to cause a problem for our parser:

Mathematicians sometimes use p < 0.01% to signify low risk.

This would in some cases (depending on the context) turn into:

Mathematicians sometimes use p (the rest of the sentence is missing)

…after the Step 1 processing because our parser mistakenly took the “< 0.01%” as a malformed HTML tag instead of what it truly was.

Well, it certainly doesn’t do that anymore — we just fixed this issue, and rolled the update out to our production servers! 😀

Improved parallelization of CPU-intensive tasks, Part II

OK, we’re back!

As I mentioned in the previous post (published on February 9th), here at Spin Rewriter we always strive to further improve our server infrastructure and fine-tune our code. We’re looking to deliver faster and better software that’s more intuitive and more robust than ever before.

We’ve now taken advantage of some new opportunities to parallelize certain aspects of Spin Rewriter’s existing spinning process. This means that we’re now able to run certain parts of the spinning process on multiple processors (CPUs) on different servers at the same time instead of running it on just one server.

Here’s a simplified explanation of the benefits this brings. Imagine you have an article with 20 sentences. We can either have our software detect the parts-of-speech on each of those sentences in a row, and if it takes our software one second to analyze every sentence, we’re looking at 20 x 1 second = 20 seconds of waiting time for the user.

We can, however, break this article down into 20 separate sentences — and send each of these sentences to a different server in our grid at the same time. Each of those 20 servers then processes just one sentence, and only 1 second later we get the processed results back to the central system.

The result: The same article is now fully processed in just 1 second instead of 20.

And the result that matters much more than that: Our users are even happier! 😀

Of course the exact real-world situation isn’t as cut and dry, but we were still able to roll out a significant improvement in speed and robustness of our spinning systems — and we hope you’ll love it!

Improved parallelization of CPU-intensive tasks

OK, the title of this post might sound a bit “high and mighty”, but hopefully it shouldn’t be too difficult to understand once we break it down a bit.

As you probably already know, our server infrastructure is quite state-of-the-art which allows Spin Rewriter to have great uptime and to always process all of your articles, find the best synonyms, manipulate sentence structures, export thousands of text files etc. etc. in a matter of seconds.

We always strive to further improve our infrastructure and our back-end software code. Faster, better, more intuitive, more robust — this is what drives us.

We’ve recently dug extra deeply into our software and found some new opportunities to parallelize some aspects of the spinning process. In other words, we’re now able to run a certain aspect of the spinning process on multiple processors (CPUs) on different servers at the same time instead of running it on just one server.

We’ll bring you more details in our next post, however right now we can already give you a hint that GREAT things are underway. Stay tuned! 😉

 

Our WordPress plugin just got even better!

We’ve been focusing quite a bit of our energy on the official Spin Rewriter WordPress Plugin lately, and I’m super happy to say it’s becoming even more amazing than it already was.

As I mentioned in my post last week, we’re rolling out new settings that give you additional control over everything that happens on your WordPress websites. Today we’re taking all of this another step further… Because with today’s latest update, you’ll be given the same kind of additional control over the Big Content Search portion of our plugin as well.

A new addition to the BCS settings...You'll always know exactly what's about to happen.

Feel free to update your Spin Rewriter WordPress Plugin to the latest version right away, and you’ll be able to take these awesome new features for a spin right away! 😉

New feature for our WordPress plugin

The holidays haven’t slowed us down one bit, and we’ve just rolled out a new update for the official Spin Rewriter WordPress plugin.

With this new update we’re giving you the option to decide whether you want your newly generated posts to be published immediately, or saved as Drafts so you can review and publish them manually later on.

This gives you even more control over what’s happening on your WordPress websites. This way you’re getting the best of both worlds — your new posts can be created automatically following a pre-determined schedule without you having to do anything, AND you can still manually review and publish them to make sure all content on your websites is top-notch.

To get access to this new feature, simply log into your WordPress Admin panel and update the Spin Rewriter plugin to the latest version.

There's a new setting available for the Spin Rewriter WordPress plugin!

Here you can see the new feature in action...

Hope you like the new update! 😉

Our WordPress plugin just got even better

The official Spin Rewriter WordPress Plugin just got even better!

As you might know, our awesome plugin lets you use the full power of Spin Rewriter and its ENL Semantic Spinning technology to spin & republish your existing blog posts as soon as they reach a certain age (e.g. 7 days, or 3 weeks, or 2 months). This way your blogs are always chock-full of new and exciting unique content, and it can all happen completely on auto-pilot without any effort on your part.

Today’s newest upgrade makes all of this even easier. You can now quickly select those of your existing blog posts that you do not want to get spun and re-published, and you can even exclude ALL of your blog posts with a single click and then manually pick just those that you do want to feed to our automated algorithm. 😉

Check it out, it’s super cool (and extremely powerful in terms of SEO)!

We’ve improved the Archive functionality

We’ve just rolled out a new update that makes the Archive even more handy and usable.

You can now select multiple articles at the same time (e.g. if you want to delete them from your archive) with a single click of the “master checkbox”. Of course you can still manually select just a specific subset of all your articles, OR deal with them one-by-one.

Check out the new feature over at Spin Rewriter. 😉

Our biggest server upgrade ever just became even BIGGER

I already told you a little bit about our upcoming humongous server upgrade two days ago, on Wednesday… and I’m super happy to say that the upgrade is coming along very nicely, indeed!

We’ve settled on the final configuration of our new servers and we’ve already rolled out a parallel grid of brand-new servers with an identical copy of Spin Rewriter so we can work on the copy without disturbing anyone on the actual “live” website. Right now we’re in the testing stage and I believe we’ve already squashed most of the bugs that felt like making an appearance after the huge server migration.

In other words, we’re progressing quite nicely! So nicely, in fact, that we’ve decided to go a step further than planned while still sticking to our original timeframe. With the finalized server upgrade next week we’re now also planning to roll out SSL support, in other words that green “https” version of the Spin Rewriter website for extra security and reliability.

We’re very excited about this (as you can probably tell), and will keep you posted! 😉

> Part 3Biggest server upgrade ever is looking GOOD!

Improved UI responsiveness

We’ve just finished working on some behind-the-scenes programming black-magic which is going to speed up the User Interface of Spin Rewriter quite significantly, which means it will improve the existing User Experience in its entirety.

We used some clever bits of caching in strategic places, and made sure that our servers are always working on the stuff with the highest priority to ensure your page loads are as instant as possible. Average article processing time is also down almost 12% which is quite a big deal considering how incredibly optimized most of our infrastructure already is.

We hope you like these new updates!