About site: News and Media - Computing
Return to Computers
  About site: http://www.computing.co.uk/

Title: News and Media - Computing Articles on communication, hardware and programming issues. Research library, forums and product locator.

  Alexa statistic for http://www.computing.co.uk/






Get your Google PageRank






Please visit: http://www.computing.co.uk/


  Related sites for http://www.computing.co.uk/
    Corante_-_Personal_Technology Aggregated coverage of hardware, software, the Internet, and the consumer technology industry.
    Cyber_Aspect Offers software and hardware reviews and industry news.
    Cyberpunks_org A news portal about cyberpunk issues, including privacy, technology, future.
    Dingbat_Magazine Features articles on software and computers, and peripherals, book and games reviews.
    Freshnews Headlines aggregated from several computer and technology news and discussion sites.
    Geek_com Technology news postings with discussion. Covers hardware, software, and gaming.
This is best-2006.com cache of m/ as retrieved on 2009.01.09 best-2006.com's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
Insight for IT leaders - business technology news, analysis, reviews and jobs - Computing

computing.co.uk

Search

Search computing.co.uk Keywords: Search industry Keywords: Search web Keywords: //identify form elements var ctgSearchInput = document.getElementById('ctgSearchInput'); var indSearchInput = document.getElementById('indSearchInput'); var webSearchInput = document.getElementById('webSearchInput'); var ctgSearchDefaultText = 'Search computing.co.uk'; var indSearchDefaultText = 'Search industry'; //var webSearchDefaultText = 'Search web'; var indSearchDefaultText = 'Search products'; var webSearchDefaultText = 'not working yet'; //get a search term out of the query string var queryString = new queryString(); var searchTerm = searchTerm == null ? queryString.get('q') : searchTerm; //set the value of the search box to the search term //if it is in the query string, or a sensible default value if not //ooooh.... smoooooth usability if (searchTerm != null) { ctgSearchInput.value = searchTerm; indSearchInput.value = searchTerm; webSearchInput.value = searchTerm; } else { ctgSearchInput.value = ctgSearchDefaultText; indSearchInput.value = indSearchDefaultText; webSearchInput.value = webSearchDefaultText; } //remove the current search term on focus ctgSearchInput.onfocus = function() { if(ctgSearchInput.value==ctgSearchDefaultText){ctgSearchInput.value = ''}; } indSearchInput.onfocus = function() { if(indSearchInput.value==indSearchDefaultText){indSearchInput.value = ''}; } webSearchInput.onfocus = function() { if(webSearchInput.value==webSearchDefaultText){webSearchInput.value = ''}; } //define alert text (used in footer too) var alertText = 'put in a search term!'; //add validation to the submit buttons function checkDoSearch(inputElement, defaultText) { //trim the input inputElement.value = trim(inputElement.value); if((inputElement.value == '') || (inputElement.value == defaultText)) { alert(alertText); inputElement.focus(); return false; } else { return true; } } //make sure user is searching for something useful var ctgSearchSubmit = document.getElementById('ctgSearchSubmit'); var indSearchSubmit = document.getElementById('indSearchSubmit'); var webSearchSubmit = document.getElementById('webSearchSubmit'); ctgSearchSubmit.onclick = function() { return checkDoSearch(ctgSearchInput, ctgSearchDefaultText); } indSearchSubmit.onclick = function() { return checkDoSearch(indSearchInput, indSearchDefaultText); } webSearchSubmit.onclick = function() { return checkDoSearch(webSearchInput, webSearchDefaultText); }

Secondary Navigation

News In-depth Reviews Audio/Video Events Jobs Blogs Forums Computing Business Subscribe

Primary Navigation

Home Hardware Software Communications Internet Security Management Public sector Mobile RSS var navTabSetter = new Object(); navTabSetter['home'] = 'tab00b'; navTabSetter['hardware'] = 'tab01b'; navTabSetter['software'] = 'tab02b'; navTabSetter['communications'] = 'tab03b'; navTabSetter['internet'] = 'tab04b'; navTabSetter['security'] = 'tab05b'; navTabSetter['management'] = 'tab06b'; navTabSetter['public sector'] = 'tab07b'; navTabSetter['none'] = 'xxxxxx'; //advertisement //advertisement //home

Technology news, analysis, reviews and opinion for UK business leaders - pluscomputing job opportunities from developers to IT directors

Top stories 1 2 3 4 5

Top stories, 1

Artist's impression of the London 2012 stadiumManagementGoing for gold in IT performance Tom Young talks to London 2012’s chief integrator about the challenges involved in the world’s largest sports-related IT contract

Top stories, 2

Crystal ballCommunicationsNine priorities for 2009Computing editor Bryan Glick looks at the workplace trends, policy issues, business drivers and technological developments that are most likely to influence IT agendas in the year ahead

Top stories, 3

panning for data goldSoftwarePanning for data gold - a guide to information managementProgressive IT chiefs are teaming up with business leaders to provide users with compelling new ways to sift through and make sense of corporate data

Top stories, 4

Public SectorIt's time to walk the digital talkCompanies - and countries - which invest in IT are best positioned to survive a downturn

Top stories, 5

Business meetingUsing business process management to thrive through the downturnOur panel of experts discuss how to bridge the IT-business gap //define search panel tabs var tab01i = document.getElementById('tab01i'); var tab02i = document.getElementById('tab02i'); var tab03i = document.getElementById('tab03i'); var tab04i = document.getElementById('tab04i'); var tab05i = document.getElementById('tab05i'); //NO CYCLER: set onclick methods: no cycler, select tab by setting css class /*tab01i.onclick = function() { return addCssClass('module tab01i', 'topStoriesModule'); } tab02i.onclick = function() { return addCssClass('module tab02i', 'topStoriesModule'); } tab03i.onclick = function() { return addCssClass('module tab03i', 'topStoriesModule'); } tab04i.onclick = function() { return addCssClass('module tab04i', 'topStoriesModule'); } tab05i.onclick = function() { return addCssClass('module tab05i', 'topStoriesModule'); }*/ //WITH CYCLER: set onclick methods: halt any cycler, select tab by setting css class tab01i.onclick = function() { window.clearInterval(cycler); return addCssClass('module tab01i', 'topStoriesModule'); } tab02i.onclick = function() { window.clearInterval(cycler); return addCssClass('module tab02i', 'topStoriesModule'); } tab03i.onclick = function() { window.clearInterval(cycler); return addCssClass('module tab03i', 'topStoriesModule'); } tab04i.onclick = function() { window.clearInterval(cycler); return addCssClass('module tab04i', 'topStoriesModule'); } tab05i.onclick = function() { window.clearInterval(cycler); return addCssClass('module tab05i', 'topStoriesModule'); } //set default //addCssClass('module tab01i', 'topStoriesModule'); //set up array for either randomiser or cycler var topStoriesTabArray = new Array(); topStoriesTabArray.push('module tab01i'); topStoriesTabArray.push('module tab02i'); topStoriesTabArray.push('module tab03i'); topStoriesTabArray.push('module tab04i'); topStoriesTabArray.push('module tab05i'); //randomise //var randomNumber = Math.floor(Math.random() * topStoriesTabArray.length); //addCssClass(topStoriesTabArray[randomNumber], 'topStoriesModule'); //cycle var cycleRepetitions = 2; //configurable - how many times thru the tabs var cyclePeriod = 6000; //configurable - millisecs var cycleCounter = 0; var cycleLimit = (topStoriesTabArray.length * cycleRepetitions) + 1; var cycler = window.setInterval('cycle()', cyclePeriod); function cycle() { myNum = cycleCounter % topStoriesTabArray.length; addCssClass(topStoriesTabArray[myNum], 'topStoriesModule'); cycleCounter = cycleCounter + 1; if (cycleCounter == cycleLimit) { window.clearInterval(cycler); } }

News navigation

latest news in-depth Jobs

> News

Canary WharfManagementFSA demands banks spend £1bn on IT Banks need better IT systems to restore customer confidence, says watchdog 08 Jan 2009ManagementSatyam says customers remain supportiveIndian provider attempts to reassure customers following fraud revelations 08 Jan 2009Public SectorMI5 chief concerned over web phone callsJonathan Evans breaks media cover to warn of internet threat 08 Jan 2009ManagementBSI proposes new data protection standardStandards body invites public to submit comments as it aims to help compliance with the law 08 Jan 2009SoftwareMicrosoft releases Windows Server 2008 R2 betaUpdated software supports live migration and desktop broker for virtual clients 08 Jan 2009InternetSainsbury's has its best ever online ChristmasOverall web sales up 27 per cent during latest financial quarter 08 Jan 2009HardwareEMC announces 2,400 job cutsJobs shed as technology giant braces itself for the economic storm in 2009 08 Jan 2009Public SectorOnline crime maps go liveAll local forces hit deadline to put crime information online 08 Jan 2009HM Revenue and CustomsOnline self-assessment tax returns surgeOnline filing has hit a record number this year, HMRC reveals 08 Jan 2009 > More news

> In-depth

Ramalinga RajuManagementSatyam fraud likely to trigger new regulationScandal may result in a similar outcome to that of Enron 08 Jan 2009ManagementTrimming the fat of underachievement The belt-tightening going on across the IT industry means it is vital to address any poor performers and strengthen the team dynamic 08 Jan 2009SecurityMenacing shadows loom over the cloud With cyber-threats on the rise, should firms really entrust their critical systems to the cloud? 08 Jan 2009ManagementHot Seat - David WarwickDavid Warwick is head of IT and planning at building firm Durtnells, where he manages a team of four people 08 Jan 2009SoftwarePanning for data gold - a guide to information managementProgressive IT chiefs are teaming up with business leaders to provide users with compelling new ways to sift through and make sense of corporate data 06 Jan 2009Public SectorIt's time to walk the digital talkCompanies - and countries - which invest in IT are best positioned to survive a downturn 08 Jan 2009 > More in-depth

Reader comments

reader comments // Read all the latest reader comments

Video navigation

latest audio video Podcast imageManagementComputing podcast - the highlights of 2008The Computing team pick their personal favourites of the year 18 Dec 2008Xperia X1CommunicationsVideo Review: Sony Ericsson Xperia X1First Looks Editor Ian Williams gets hands on with the Sony Ericsson Xperia X1 12 Dec 2008safety hatManagementThe definitive guide to business continuityFive key trends and five best practice tips to help you prepare for the unexpected 11 Dec 2008 > More audio-video

Reviews navigation

latest reviews hardware software

Reviews

Asus Eee TopReview: Asus Eee Top ET1602 PCA compact, touchscreen desktop PC best suited for basic computing tasks > More reviews

Blogs navigation

Blogs Security WatchdogSecurity WatchdogSniffing out IT security issuesThe return of the script kiddie07 Jan 2009More details are emerging about the man behind the recent celebrity Twitter attack everyone seems to be talking about.... vnunet.com Labsvnunet.com LabsThe latest UK business tecnology: quick reviews and first impressionsFilemaker interface revamp07 Jan 2009Filemaker chose the Macworld conference to launch version 10 of its SME-focused Filemaker Pro database. Rather than concentrating on new features, the... BackBytesBackBytesAn irreverent and offbeat look at the lighter side of technologyFlash teddy 06 Jan 2009A reader who didn't sign his name sent us a very useful compendium of amusing USB drives, from which we take this... BusinessGreen blogBusinessGreen blogCould emission cuts be easier than we think?19 Dec 2008The worst thing about taking two steps forward and one step back is that the frustration at your stilted progress makes it... From the newsdeskFrom the newsdeskThe newsdesk's views on the latest in business IT, by our reporting staffE-businesses must bond with customers11 Dec 2008It has become almost a truism that e-commerce 2.0 is all about the customer. I’m sure there isn’t an e-commerce manager in... > More blogs

Advertisement

most read most commented popular topics

Most read stories

Demand for IT staff falling at record ratesOnline crime maps go liveNine priorities for 2009Barclays sheds 400 IT jobsGoing for gold in IT performance > More

Most commented stories

Fujitsu Services chief executive steps downComputing Awards for Excellence 2008 - the winnersWatchdog wants IT to cure privacy woesWhitehall bungling undermines ID plans How not to sell more laptops > More 2012 atos-origin barclays broadband communications ecommerce financial-services government hardware internet leadership management mobile outsourcing public-sector retail security skills skills-and-careers software //define search panel tabs var tab01c = document.getElementById('tab01c'); var tab02c = document.getElementById('tab02c'); var tab03c = document.getElementById('tab03c'); //NO CYCLER: set onclick methods: no cycler, select tab by setting css class tab01c.onclick = function() { return addCssClass('module tab01c', 'mostReadCommentedModule'); } tab02c.onclick = function() { return addCssClass('module tab02c', 'mostReadCommentedModule'); } tab03c.onclick = function() { return addCssClass('module tab03c', 'mostReadCommentedModule'); } //WITH CYCLER: set onclick methods: halt any cycler, select tab by setting css class //tab01c.onclick = function() { window.clearInterval(cycler); return addCssClass('module tab01c', 'mostReadCommentedModule'); } //tab02c.onclick = function() { window.clearInterval(cycler); return addCssClass('module tab02c', 'mostReadCommentedModule'); } //tab03c.onclick = function() { window.clearInterval(cycler); return addCssClass('module tab03c', 'mostReadCommentedModule'); } //set default addCssClass('module tab01c', 'mostReadCommentedModule'); //set up array for either randomiser or cycler var mostReadCommentedTabArray = new Array(); mostReadCommentedTabArray.push('module tab01c'); mostReadCommentedTabArray.push('module tab02c'); mostReadCommentedTabArray.push('module tab03c'); //randomise var randomNumber = Math.floor(Math.random() * mostReadCommentedTabArray.length); addCssClass(mostReadCommentedTabArray[randomNumber], 'mostReadCommentedModule'); //cycle //var cycleRepetitions = 2; configurable - how many times thru the tabs //var cyclePeriod = 10000; configurable - millisecs //var cycleCounter = 0; //var cycleLimit = (mostReadCommentedTabArray.length * cycleRepetitions) + 1; //var cycler = window.setInterval('cycle()', cyclePeriod); //function cycle() //{ //myNum = cycleCounter % mostReadCommentedTabArray.length; //addCssClass(mostReadCommentedTabArray[myNum], 'mostReadCommentedModule'); //cycleCounter = cycleCounter + 1; //if (cycleCounter == cycleLimit) //{ //window.clearInterval(cycler); //} //}

Advertisement

//advertisement newsletter signup existing users

Newsletter signup

Sign up for our range of FREE newsletters: Computing Essentials Computing Technology Insider vnunet.com Breaking Technology News vnunet.com Security vnunet.com Weekly News Review

Existing User

Newsletter user login: //define search panel tabs var tab01g = document.getElementById('tab01g'); var tab02g = document.getElementById('tab02g'); //set onclick methods tab01g.onclick = function() { return addCssClass('module tab01g', 'newsletterModule'); } tab02g.onclick = function() { return addCssClass('module tab02g', 'newsletterModule'); } //set default addCssClass('module tab01g', 'newsletterModule');

Advertisement

//advertisement

Jobs

Jobs Job of the week //advertisement > More IT jobs Job alerts Latest jobs to your inbox You set the job criteria You set the frequency Sign up here Find your next job here Search: IT Salary Checker Are you being paid what you are worth? Check salary here

Advertisement

//advertisement

White papers

whitepapers Search white papers Search: //identify form elements var whitePapersSearchInput = document.getElementById('whitePapersSearchInput'); //remove the current search term on focus whitePapersSearchInput.onfocus = function() { whitePapersSearchInput.value = ''; } //make sure user is searching for something useful var whitePapersSearchSubmit = document.getElementById('whitePapersSearchSubmit'); whitePapersSearchSubmit.onclick = function() { return checkWhitePapersSearch(); } function checkWhitePapersSearch() { if((whitePapersSearchInput.value == '') || (whitePapersSearchInput.value == 'Search white papers')) { alert('put in a search term!'); whitePapersSearchInput.focus(); return false; } else { return true; } } Top categories VPN, Extranet and Intranet Solutions WAN/ LAN Solutions Network Security Interoperability-Connectivity Grid/ Utility Computing IT white papers poll events

Latest poll

Should the government cut costs by scrapping major IT projects?Should the government cut costs by scrapping major IT projects?Tell us what you thinkYes: Sorting out the economy is the top priorityMaybe: Review projects on a case by case basisNo: Good IT projects should cut costs anywayPrevious poll results > More polls

Latest events and web seminars

Business meetingUsing business process management to thrive through the downturnOur panel of experts discuss how to bridge the IT-business gap Date: 29 Jan 2009; Time: 3.00pm The 2009 Equinix Silicon CupThe largest annual sailing event for the IT industry Start Date: 17 Sep 2009Venue: Cowes Yacht Haven, Isle of Wight > More events //define search panel tabs var tab01m = document.getElementById('tab01m'); var tab02m = document.getElementById('tab02m'); //NO CYCLER: set onclick methods: no cycler, select tab by setting css class tab01m.onclick = function() { return addCssClass('module tab01m', 'pollEventModule'); } tab02m.onclick = function() { return addCssClass('module tab02m', 'pollEventModule'); } //set default addCssClass('module tab01m', 'pollEventModule'); //set up array for either randomiser or cycler var pollEventTabArray = new Array(); pollEventTabArray.push('module tab01m'); pollEventTabArray.push('module tab02m'); //randomise var randomNumber = Math.floor(Math.random() * pollEventTabArray.length); addCssClass(pollEventTabArray[randomNumber], 'pollEventModule');

Subscribe

Subscribe Sign up to receive a weekly copy of Computing magazine Preview the current edition in digital ebook format Read this week’s cover stories below: Read the digital version of Computing ManagementGoing for gold in IT performance 08 Jan 2009CommunicationsNine priorities for 200907 Jan 2009SoftwarePanning for data gold - a guide to information management06 Jan 2009

Primary Navigation

Home Hardware Software Communications Internet Security Management Public sector Mobile RSS

Secondary navigation

Incisive Media © Incisive Media Ltd. 2009 Incisive Media Limited, Haymarket House, 28-29 Haymarket, London SW1Y 4RX, is a company registered in the United Kingdom with company registration number 04038503 Search computing.co.uk Keywords: //identify form elements var ctgSearchInput = document.getElementById('ctgSearchInput'); var ctgSearchDefaultText = 'Search computing.co.uk'; //set the value of the search box to the search term //if it is in the query string, or a sensible default value if not //ooooh.... smoooooth usability if (searchTerm != null) { ctgSearchInput.value = searchTerm; } else { ctgSearchInput.value = ctgSearchDefaultText; } //remove the current search term on focus ctgSearchInput.onfocus = function() { if(ctgSearchInput.value==ctgSearchDefaultText){ctgSearchInput.value = ''}; } //make sure user is searching for something useful var ctgSearchSubmit = document.getElementById('ctgSearchSubmit'); ctgSearchSubmit.onclick = function() { return checkDoSearch(ctgSearchInput, ctgSearchDefaultText); } Site credentials: About computing.co.uk / Contacts About Incisive Media Privacy policy Terms and conditions Accessibility Sitemap Related Incisive Mediaweb sites: News and reviews for IT professionals News for IT staff and technologists Green business news News for the IT channel Jobs: Computing Careers IT jobs Programmer jobs Developer jobs IT manager jobs Project manager jobs SAP jobs Oracle Jobs Java Jobs IT recruitment agency directory Software engineer jobs Inquirer Jobs Firmware developer jobs Electronics engineer jobs Article types: News In-depth Reviews Audio and video Events Computing Business Technology categories: Appliances Applications Bugs and fixes Chips and components Client Communications Developer Ecommerce Employment and skills Enterprise security technology Finance and Reporting Hacking IT Management IT Services and Outsourcing Licensing and piracy Mobile Network infrastructure Open source Operating systems Peripherals Portable Privacy and data Public sector Security Server Services and outsourcing Storage Telecoms Voice and Data Wireless networking _uacct = 'UA-2448662-6'; _udn='computing.co.uk'; urchinTracker(); var _rsCI='us-bpaww'; var _rsCG='0'; var _rsDN='//secure-us.imrworldwide.com/'; var _rsPLfl=0; var _rsSE=1; var _rsSM=1.0; var _rsCL=1;
 

Articles

on

communication,

hardware

and

programming

issues.

Research

library,

forums

and

product

locator.

http://www.computing.co.uk/

Computing 2009 January

dvd rental

dvd


Articles on communication, hardware and programming issues. Research library, forums and product locator.

Rules




© 2005 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Christian college online degrees - Web Advertising - Mobile Phones - Loans - LoansAb-sat Multiserwis - Imprezy Integracyjne - Programista PHP - Kredyt Mieszkaniowy - Ogłoszenia Matrymonialne
2009-01-09 01:09:03

Copyright 2006 by Rules
--BEGIN VALIDATION CODE--
A vNgTdIzAqJgGqDgX fHpLzBuNmDuNsOkWqDrBeIvW bBeAk IpI cUgXjBzC zKnV eQw SeMwLrDeP zTsUhTtM mVcO xHiDcR uJbGnQdQgRmPmJ q DqX fK hRvZl F gKx I bGeOaW cHqL bSmWo GtYjB dDgHb KzAhV qLs R qXbVvI xDzZnHpJ hDgFeV j XkUqW rU vL xTqVyWgKeAlFqZ cO hRjZoRrXmOpX kRoOoPrE nZnEtVjOaL eLjWwM tUpB zGfZqMwRcKh hohositeX2006
--END VALIDATION CODE--