|
|
| 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. |
|
|
|
|
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.
|
|
| Alexa statistic for http://www.computing.co.uk/ |
Please visit: http://www.computing.co.uk/
|
| Related sites for http://www.computing.co.uk/ |
| Geeknews News postings on software, hardware, gaming, and the Internet. | | GeekNewz Computer and internet news weblog with snippets and user comments. | | GNU_Friends News about free software, the GNU Project and free software organizations worldwide. | | The_Inquirer European site for computer hardware news. Covers processors, graphics cards and major hardware providers. | | IT_Research_Library Provides tools, techniques and research to help IT and business professionals make educated buying decisions. | | ITBusiness_ca Supplies news, product information and links, categorized by industry branches. Features announces of print publications of Transcontinental Media Inc. | | Kickstartnews Provides reviews of software, hardware and computer books for home, SOHO, education and small business computer users. | | NewsFactor_Network The starting point for a network of technology news and information sites, including Wireless NewsFactor and CRM Daily. | | Rediff_On_The_Net___Infotech Information and entertainment online, India infotech news and views, technology updates, information technology. | | The_Register Offers news, views, opinions and reviews on what's latest in the IT industry. Based in the UK. | | Savage_News Source for hardware, software, and gaming news in weblog format. Downloads and links. | | SFRonline News and views on publishing your own home page using free home page services. | | Slashdot Source for technology related news with a heavy slant towards Linux and Open Source issues. | | SleepyEgg Covers technology, software, hardware and games news with analysis and commentary. Forums offer help, advice and friendly discussion on all hardware, software, networking technology related issues. | | Techdirt News, commentary, and discussions on important or interesting high tech news and includes newsletters. | | TechNews_From_Industry_to_Computing Swiss computer news site. | | Technology_News Provides a public reference library with mainframe specifications and publishes an electronic newsletter, infoperspectives, crammed with facts, figures, charts, statistics and trend analysis. | | Techtree_com Daily news on technology, digital products and services in India. | | Techweenies_com News, product reviews, and software downloads on personal computing and home technology. | | Viewz Offers articles, tips, shopping guides, news and reviews. Resources, online game and jokes. | | Webuser Internet and technology news from the UK Internet magazine. | | ABC_News__Technology Science and technology headlines. [RSS] | | ComputerWire_News News, reviews, research, and analysis. [RSS] | | Freshnews Most clicked headlines. [RSS] | | Geek_News News postings on software, hardware, gaming, and the internet. [RSS] | | News_Factor_Network Technology news and information. [RSS] | | Slashdot Source for technology related news with a slant towards Linux and Open Source issues. [RSS] | | Topix_net__Computers News about computers, collected from various sources on the web. [RSS] | | Web_User Internet and technology news. [RSS] | | Wired_News__Computers Daily news on computing, from the monthly magazine. [RSS] | | Advanced_Biomedical_Computing_Center Facility provides computing support and technology to the scientists of the National Cancer Institute (NCI), National Institutes of Health (NIH), and extramural biomedical researchers. | | Advanced_Simulation_and_Computing A United States government initiative to develop simulation capabilities suitable for weapons testing. Program details and links to university partners. | | Australian_Partnership_for_Advanced_Computing Australian computing and communications systems infrastructure. Press releases, description of programs. | | Coalition_for_Academic_Scientific_Computation Links to member institutions and published papers. | | CompInfo_-_High_Performance_Computing Technical articles, news, events, publications, and manufacturer links. | | A_History_of_Supercomputing_at_Florida_State_University Essay written by Jeff Bauer in early 1991. | | HPCwire Online journal of the high performance computing industry. | | ICC_at_Lawrence_Livermore_National_Lab Offers current scientific and networking research information. | | The_Journal_of_Supercomputing Available in print and online. Searchable archives available to subscribers. | | National_Partnership_for_Advanced_Computational_Infrastructure Organization created to develop a national supercomputing infrastructure. Links to resources, current research projects, and outreach programs. |
|
This is now2007.com cache of m/ as retrieved on 2008.08.28 now2007.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 incorporating IT Week 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 Mobile RSS Primary Navigation Home Hardware Software Communications Internet Security Management Public sector 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'] = ''; Advertisements // // //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 ManagementGeneral management skills are now as important as technical abilityA selection of leading chief information officers talk about what they see as the most important aspects of the role 28 Aug 2008 Top stories, 2 ManagementComputing podcast 28 August 2008CIO job satisfaction plummets, and why schools' IT spending is set to top £1bn 28 Aug 2008 Top stories, 3 Public SectorHelp people protect themselves Educating individuals on protecting their data will help implementation of new systems, says Richard Steel 28 Aug 2008 Top stories, 4 ManagementLack of IT students puts future at risk Computing Comment: This is a tomorrow problem for a today-obsessed government 28 Aug 2008 Top stories, 5 CommunicationsThe definitive guide to collaborationFive key technologies and five best practice tips to improve your collaborative IT 28 Aug 2008 //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 Public SectorContact Point children's database hit by delaysLaunch of system put back for second time after testing reveals problems 28 Aug 2008Public SectorMoD to upgrade asset managementNew system will include ground-based Royal Navy and Royal Air Force equipment 28 Aug 2008CommunicationsGovernment exchanges IT innovation tipsInnovation in Services report to aid business use of internet services and next-gen broadband 28 Aug 2008CommunicationsOfcom prepares mobile sector consultationWill mobile operators suffer more regulation? 28 Aug 2008HardwareComputacenter reports 14 per cent profit dropHalf-year profits down, but second quarter results stronger after slow start to the year 28 Aug 2008SecurityRoyal College of Physicians improves database securitySecerno solution protects medical organisation's 22,000 members 28 Aug 2008ManagementICO urges firms to step up privacy controlsUK privacy watchdog wants data safeguards built into new technology projects 28 Aug 2008Public SectorChildren's Services group defends Contact PointChild welfare will not be compromised by allowing police to apply for access to key database, according to children's services group 28 Aug 2008 > More news > In-depth ManagementCIO morale plummets as crunch hitsFewer opportunities and less responsibility depress IT managers 27 Aug 2008ManagementGeneral management skills are now as important as technical abilityA selection of leading chief information officers talk about what they see as the most important aspects of the role 28 Aug 2008Public SectorHelp people protect themselves Educating individuals on protecting their data will help implementation of new systems, says Richard Steel 28 Aug 2008SkillsA new IT curriculum is essential, says e-SkillsUK IT education must change for young people to choose technology courses and careers, says the sector skills council 27 Aug 2008ManagementLack of IT students puts future at risk Computing Comment: This is a tomorrow problem for a today-obsessed government 28 Aug 2008HardwareHP rides the storm with services rise Low margins on notebook PCs fail to dampen IT giant’s financial spirits thanks to growing profit 27 Aug 2008 > More in-depth Reader comments reader comments // Read all the latest reader comments Video navigation latest audio video ManagementComputing podcast 28 August 2008CIO job satisfaction plummets, and why schools' IT spending is set to top £1bn 28 Aug 2008 CommunicationsThe definitive guide to collaborationFive key technologies and five best practice tips to improve your collaborative IT 28 Aug 2008 SecurityQ&A: Dave DeWalt, McAfee chief executive (part one)Computing interviews McAfee's CEO about the information security challenges affecting IT managers 30 Jul 2008 > More audio-video Reviews navigation latest reviews hardware software Reviews First Look: Asus Eee PC 901The 901 is great when things are working, but Linux users may be in trouble when things go wrong > More reviews Blogs navigation Blogs The Editor's diaryComputing editor Bryan Glick on the issues facing UK IT leaders and the latest in internet and business technologyWelcome to the new-look Computing.co.uk28 Aug 2008Welcome to the new look Computing web site – now incorporating our former sister-paper IT Week . There’s been a lot of... BackBytesAn irreverent and offbeat look at the lighter side of technologyJob swaps lead to fervent pruning28 Aug 2008We asked for examples of career changers. John Griffiths at Makro had a colleague who gave up being a developer and retrained... Letters to the editorYour opinions on the latest IT stories in Computing, the IT newspaperChildren are IT’s future28 Aug 2008The fall in the number of A-level candidates taking computing or IT courses is a matter of deep concern for the technology... Talking outsourcingComment and opinion on the latest in outsourcing and offshoring by Mark Kobayashi-HillaryA tragic story20 Aug 2008I first met Mohan K Babu of Infosys when he was writing his book Offshoring IT Services .... IT Week LabsBlackBerry Bold - iPhone killer?07 Aug 2008Research in Motion (RIM) came into the IT Week offices today to show off its latest model, the BlackBerry Bold.... > More blogs Advertisement most read most commented popular topics Most read stories Siemens completes SAP rollout BSF schools to spend £1.29bn on IT by 2012General management skills are now as important as technical abilityKnowledge gap in green IT is hampering further adoption Two thirds of UK households have internet access > More Most commented stories Barclays claims zero online fraud Web 2.0 needs time to grow Councils to miss data deadline Npower smart meter trial to begin this spring UK SAP users furious over support price hike > More applications business-processes communications education government green hardware internet leadership management outsourcing public-affairs public-sector security security-technology skills skills-and-careers social-care software transport //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 // newsletter signup existing users Newsletter signup Sign up for our range of FREE newsletters: Computing Essentials vnunet.com 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'); Jobs Jobs Job of the week // > More IT vacancies Job alerts Latest jobs to your inbox You set the job criteria You set the freqency Find your next job here Search: 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 Are the economy's problems affecting your IT plans?Are the economy's problems affecting your IT plans?Are worries about the economy hitting your IT spending?Yes - we have to tighten our beltsSomewhat - but key projects will go aheadNo - IT spending is too important to cutPrevious poll results > More polls Latest events and web seminars What the business wants from business intelligenceA Computing web seminar discusses the path to successful BI implementations Date: 27 Aug 2008; Time: 3.00pm Computing Awards for Excellence 2008Computing's annual business technology awards recognise excellence in the UK IT sector Start Date: 05 Nov 2008Venue: Battersea Park Arena, Battersea, London > 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: SoftwareSiemens completes SAP rollout 28 Aug 2008Public SectorBSF schools to spend £1.29bn on IT by 201228 Aug 2008ManagementKnowledge gap in green IT is hampering further adoption 28 Aug 2008 Primary Navigation Home Hardware Software Communications Internet Security Management Public sector Mobile RSS Secondary navigation © Incisive Media Ltd. 2008 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 Inquirer Jobs Software engineer 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();  |
|
| |
Articles | on | communication, | hardware | and | programming | issues. | Research | library, | forums | and | product | locator. | |
http://www.computing.co.uk/
Computing 2008 August
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
- Mortgages - Credit Report - Celebrity - Football Picks - Online Advertising
|