Archive

Posts Tagged ‘web’

Will IE9 change the way we use the web?

September 20, 2010 Leave a comment

Microsoft’s newest web browser, Internet Explorer 9, sees the technology giant wrest some of the initiative from its rivals

The internet of the future is likely to look very different from the distinct pages and sites we visit today – that was the message as Microsoft launched the latest version of their much-maligned Internet Explorer web browser. And while every major manufacturer always claims that theirs is a revolutionary product, the company that remains best known for Windows and Office might just be on the right track this time. Headlines around the world greeted IE9 as Microsoft’s most ambitious yet, while others called it revolutionary. Respected British website Techradar.com went so far as to call it “ie-mazing”.

Almost since it launched Internet Explorer in 1995, the browser has been troublesome for Microsoft. Even when it was in use by 95 percent of all web users in 2002, a tech-savvy audience maintained that it was not the best option available. Firefox, the now-defunct Netscape Navigator and more recently Google Chrome have set the pace for speed and ease of use. With usage now down to less than two-thirds of the online population Microsoft has staged a fightback that, for once, appears to be winning many experts round, even if browsers are all starting to look more similar anyway.

At the heart of IE9, however, are two key features: the first is a bid to make websites more like applications, which means that the depth of features of, say Microsoft Word, could also be available to any site where developers have sufficient resources. In practice a chunk of that is largely cosmetic, but it’s a visual change that makes a genuine difference to the way people use the web. In the words of Microsoft’s Leila Martine, head of Windows in the UK, “it’s making web pages first class citizens”. Given that users spend around half their time using a computer online, some might argue this is rather overdue.

Secondly, however, is the integration between hardware and software: with the advance of new web programming language HTML5, Microsoft is now able to offload much of the burden of processing graphics onto computer hardware that’s built for the job, the graphics processing unit (GPU). This means that web pages are rendered at significantly greater speed – in a demo, the company showed IE9 to be at least five times quicker than Google Chrome.

It’s the combination of these two features, primarily, that Microsoft hopes will have a transformative effect on the internet: the download site for IE9 is called “beautyoftheweb.com“, and in some of the company’s demos there clearly are new possibilities. Amazon, for instance, has built a site called Bookshelf, which combines the best bits of browsing in a bookshop – looking at covers, getting a sense of what else is around – with providing useful additional information about titles and genres. The effect is genuinely unlike anything else that other browsers can produce successfully.

All this is not to say, however, that the web will change instantly. And anyway, Google, Firefox and other browsers are all heading in the same direction. But what’s certain is that the development of applications, both for the web and for the iPhone and other mobile devices, has made many companies notice that the internet on a desktop or laptop PC was starting to feel strangely limited: Microsoft has tried to solve this by tightly integrating IE9 with Windows 7, as Google will when it launches its equivalent Chrome operating system. What that means is that, in future, the line between being online and simply using a computer may become indistinguishable – but broadband, mobile phone and wifi providers will have to sort out getting us all connected first.

Secure File Permissions Matter

April 26, 2010 Leave a comment

Summary: A web host had a crappy server configuration that allowed people on the same box to read each other’s configuration files, and some members of the “security” press have tried to turn this into a “WordPress vulnerability” story.

WordPress, like all other web applications, must store database connection info in clear text. Encrypting credentials doesn’t matter because the keys have to be stored where the web server can read them in order to decrypt the data. If a malicious user has access to the file system — like they appeared to have in this case — it is trivial to obtain the keys and decrypt the information. When you leave the keys to the door in the lock, does it help to lock the door?

A properly configured web server will not allow users to access the files of another user, regardless of file permissions. The web server is the responsibility of the hosting provider. The methods for doing this (suexec, et al) have been around for 5+ years.

I’m not even going to link any of the articles because they have so many inaccuracies you become stupider by reading them.

If you’re a web host and you turn a bad file permissions story into a WordPress story, you’re doing something wrong.

WordPress 3.0, Beta 1

April 8, 2010 1 comment

This is an early beta. This means there are a few things we’re still finishing. We wanted to get people testing it this weekend, so we’re releasing it now rather than waiting another week until everything is finalized and polished. There’s a ton of stuff going on in 3.0, so this time we’re giving you a list of things to check out, so that we can make sure people are testing all the things that need it.

You Should Know:

  • The custom menus system (Appearance > Menus) is not quite finished. In Beta 2, the layout will be different and a bunch of the functionality will be improved, but we didn’t want to hold things up for this one screen. You can play with making custom menus, and report bugs if you find them, but this is not how the final screen will look/work, so don’t get attached to it.
  • The merge! Yes, WordPress and WordPress MU have merged. This does not mean that you can suddenly start adding a bunch of new blogs from within your regular WordPress Dashboard. If you’re interested in testing the Super Admin stuff associated with multiple sites, you’ll need some simple directions to get started.
  • We’re still fiddling with a few small things in the UI, as we were focused on getting the more function-oriented code finished first. For example, we’re getting a new icon for the Super Admin section.

Things to test:

  • Play with the new default theme, Twenty Ten, including the custom background and header options.
  • Custom Post Type functionality has been beefed up. It’s really easy to add new types, so do that and see how it looks!
  • WordPress MU users should test the multiple sites functionality to make sure nothing broke during the merge.

Already have a test install that you want to switch over to the beta? Try the beta tester plugin.

Testers, don’t forget to use the wp-testers mailing list to discuss bugs you encounter.

We hope you like it! And if you don’t, well, check back when beta 2 is ready. :)

Download the WordPress 3.0 Beta 1 now!