1

Aussie team claims 5Gbps wireless breakthrough

http://arstechnica.com

An Australian team based at NICTA (National ICT Australia) is claiming to have developed a high-speed wireless transmitter with a host of new breakthroughs. If reports on the new GiFi are accurate, the chip could become the next standard for high-definition wireless transmissions. Read More...

Read more »
Created by Pure Created 32 weeks 6 days ago
Category: Reviews   Tags:
1

Intel, Microsoft, Uncle Sam sink big money into multicore

http://arstechnica.com

Hardware makers are dragging coders kicking and screaming into the massively multicore era. Two new initiatives will throw money at R&D efforts to ease the pain, but there are no guarantees.Read More...

Read more »
Created by cider Created 32 weeks 6 days ago
Category: Reviews   Tags:
1

A band made of... iPhones? Not as bad as you'd think!

http://arstechnica.com

If you enjoy electronic music, a new iBand takes on a whole new meaning by creating an ensemble made of iPhones and one Nintendo DS. The DS is in danger of being kicked out of the band, though.Read More...

Read more »
Created by grimreaper Created 32 weeks 6 days ago
Category: Technology   Tags:
1

Nanotubes debut as "last mile" interconnect in 1GHz chip

http://arstechnica.com

A team of researchers working jointly at Toshiba and Stanford have built the first 1GHz CMOS chip using nanotubes as interconnects. Although the nanotubes are only one part of the circuitry, the chip is an example of real-world nanotube technology that could herald future advances. Read More...

Read more »
Created by thrower Created 32 weeks 6 days ago
Category: Reviews   Tags:
1

PlayStation Store update: Jet Moto 3 edition

http://arstechnica.com

Jet Moto 3 and the God of War: Chains of Olympus demo headline this week's PlayStation Store update.Read More...

Read more »
Created by dcqb4 Created 32 weeks 6 days ago
Category: Gaming   Tags:
1

Microsoft Visual Studio 2008 now widely available

http://arstechnica.com

Microsoft has just made its newly-minted Visual Studio 2008 IDE (integrated development environment) widely available. Read More...

Read more »
mark's picture
Created by mark Created 32 weeks 6 days ago
Category: Technology   Tags:
1

Apple drops price on 1GB shuffle, new 2GB available "later this month"

http://arstechnica.com

Apple has dropped the price of the 1GB iPod shuffle to a mere $49 and added a 2GB model on top for $69. Now it's cheaper than ever to give the gift of iPods.Read More...

Read more »
Created by Gravity Created 32 weeks 6 days ago
Category: Technology   Tags:
1

New Mega-D menace muscles Storm Worm aside

http://arstechnica.com

The Storm Worm has diminished into an irritating squall, but that hasn't stopped the next contender. The Mega-D botnet has been growing under the radar for the past four months and now accounts for over 30 percent of the spam traffic online.Read More...

Read more »
Created by suplexxor Created 32 weeks 6 days ago
Category: Technology   Tags:
1

The Years of Experience Myth

http://www.codinghorror.com
Read »
Created by wonderlamad Created 32 weeks 6 days ago
Category: Programming   Tags:
1

BusinessWeek looks at the global iPhone gray market

http://arstechnica.com

BusinessWeek has taken a look at the global gray market for iPhones, including its origins, sources, and Apple's stance on the matter.Read More...

Read more »
Created by beerhof Created 32 weeks 6 days ago
Category: Technology   Tags:
1

Egypt says lay off music, movie downloads after 'Net outage

http://arstechnica.com

After two undersea cable lines were mysteriously severed, Egypt and a number of surrounding countries are trying to minimize the economic damage of the massive Internet outage while figuring out exactly what happened.Read More...

Read more »
Created by tuckerj Created 32 weeks 6 days ago
Category: Technology   Tags:
1

firefox not showing vertical scrollbars in blog

http://feeds.dzone.com

hey everyone,

I'm new here and wondering if someone can help me out. i have a couple wordpress blogs i've built for clients, and i'm occasionally getting a wierd behavior in Firefox Win/Mac: sometimes even though there is plenty of content below the fold, no vertical scrollbar will show at all. it only does this on firefox.

here's an example (must view in firefox):

http://www.lorihedrickphotography.com/blog/

and i've tried adding this:

html {
height:101%;
overflow-y:scroll;
}

Read more »
Created by radbone Created 32 weeks 6 days ago
Category: Programming   Tags:
1

Upload a file using Ajax

http://feeds.dzone.com

This code is categorised as Ajax because it "fits within my definition of Ajax" as explained from the Ajax File Upload [openjs.com] article.

File upload

// function init() {
document.getElementById('file_upload_form').onsubmit=function() {
//'upload_target' is the name of the iframe
document.getElementById('file_upload_form').target = 'upload_target';
}
}

Read more »
Created by tuckerj Created 32 weeks 6 days ago
Category: Programming   Tags:
1

Upload a file using Ruby

http://feeds.dzone.com

The following code was used to upload an image file to the web server. Source code origin: Ruby Language Stuff | mod_ruby File upload scripts [zytrax.com]

file: file_upload.cgi

#!/usr/bin/ruby

# ruby script fragment
require 'cgi'
require 'stringio'

cgi = CGI.new() # New CGI object
puts "Content-Type: text/plain"
puts
print ''

# get uri of tx'd file (in tmp normally)
tmpfile = cgi.params['myfile'].first.path

Read more »
Created by payton Created 32 weeks 6 days ago
Category: Programming   Tags:
1

Mole report: Xbox 360 HD DVD drive for $49.99

http://arstechnica.com

Our mole pops up to give us more solid information: the Xbox 360 HD DVD will drop in price to $49.99 on February 21.Read More...

Read more »
Created by jonny5 Created 32 weeks 6 days ago
Category: Reviews   Tags:
1

"Vista Capable" scheme was panned at Microsoft

http://arstechnica.com

Internal Microsoft e-mails show that major execs and program managers at Microsoft had doubts about the efficacy of its "Vista Capable" program, which is now at the center of a suit seeking class-action status for misleading users.Read More...

Read more »
Created by tuckerj Created 32 weeks 6 days ago
Category: Technology   Tags:
1

iPods for one and all! Apple launches Corporate Gifting program

http://arstechnica.com

If you're in charge of a company or organization that takes care of its employees, then you may be interested in Apple's new Corporate Gifting and Rewards program. Keep those employees working hard with some iPod lovin'!Read More...

Read more »
Created by carl Created 32 weeks 6 days ago
Category: Technology   Tags:
1

c++ pointers suck

http://feeds.dzone.com

// pointers worky

#include

class A {
public:
void setMember(A& m) { this->member = &m; }

A* member;
int x;
};

int main(int argc, char** argv) {
A a, b;
a.x = 2;
b.x = 3;
a.setMember(b);
b.setMember(a);

std::cout x = " x

Read more »
Created by modrepublic Created 32 weeks 6 days ago
Category: Programming   Tags:
1

GDC: Winners of the Game Developer's Choice Awards

http://arstechnica.com

Ars Technica was on hand at this year's Game Developers Choice Awards in San Francisco. The winners and our thoughts inside.Read More...

Read more »
Created by donkeydust Created 32 weeks 6 days ago
Category: Gaming   Tags:
1

Google tries to sneak "Team Edition" suite past IT help desk

http://arstechnica.com

Google has launched a new version of its Google Apps suite meant to allow business users to collaborate without IT staff involvement. Such a move may boost the company's presence in the corporate sector, but it could also negatively impact how Google is perceived by IT departments.Read More...

Read more »
Created by Nostrodamoos Created 32 weeks 6 days ago
Category: Technology   Tags: