donderdag, september 25, 2003

Gevonden op Tweakers.net:
Nintendo verlaagt verkoopprijs GameCubeZoeken
Vreemd hoor: de gamecube is nu net even goedkoper dan de GBA SP.

woensdag, september 24, 2003


Sony brengt een PC uit die ook als TV te gebruiken is. Of is het nou precies omgekeerd? Helaas is er nog geen prijs genoemd op deze site.
Media Markt | Producten & Trends | Sony VAIO Desktops

dinsdag, september 23, 2003

Een aantal hele interressante technologieen voor/in de nieuwste JDK's, waaronder een class reloaded en een always-on profiler. Boeiend, boeiend, boeiend....
Technical Topics - Emerging Technologies

vrijdag, september 19, 2003

The much-anticipated successor to Sony Ericsson's P800 shows up in a Flash movie on the Sony Ericsson web site, only to be removed shortly thereafter.
infoSync World : P800 successor blooper by Sony Ericsson

donderdag, september 18, 2003

Learn to Read and Write Microsoft Excel Documents with Jakarta's POI: A Little Bit More
Some of you may need to use Java to access Excel from a Web application. In such cases, you may need to construct an Excel document and show it in a browser. That's not difficult but does require a little trick. You send the Excel document as the response, but to make it appear in Excel, you need to set the MIME type of the response to the appropriate type. This method is browser independent. Here's an example:


try {
OutputStream out = res.getOutputStream();

// SET THE MIME TYPE
res.setContentType('application/vnd.ms-excel');

// set content dispostion to attachment in
// case the open/save dialog needs to appear
res.setHeader('Content-disposition',
'inline; filename=sample');
workBook.write(out);
out.flush();
out.close();
} catch (FileNotFoundException fne) {
System.out.println('File not found...');
} catch (IOException ioe) {
System.out.println('IOException...' +
ioe.toString());
}

woensdag, september 17, 2003

Te koop: ongebruikte map voor Windows XP
Klik hier voor de pagina op ebay.
Digital Ink On Billboards
News from Slashdot: "The New York Times has this article on a revolutionary new billboard. It uses digital ink, versus the typical CRT, LCD, Neon, or Plasma displays that are so prominent on the newer billboards that wastes electricity. From the article: 'By creating a paste made of tiny helix-shaped particles that can be minutely manipulated with electric charges to reflect light in highly specific ways, Magink can produce surfaces that look like paper but behave like electronic screens, rendering high-resolution, full-color images without ink - or, as Magink executives like to refer to the process, with digital ink.' The billboard can display images at 70 frames per second."
Orson Scott Card on mp3 File Sharing
drjkt writes "Author Orson Scott Card gives his take on mp3 file swapping." Some artists are getting the idea.

vrijdag, september 12, 2003

We might be able to use this on our intranet.
GanttProject - Home
Intro into the "new" Java OpenGL (JOGL) binding from Sun.
Jumping into JOGL: "Jumping into JOGL"
dit blog ik vanaf m'n xda.
Eerste post van puf.