Acer Liquid Stream: I wanna have one! on May 28, 2010 in android phones acer liquid stream acer liquid demo acer android 2.1 android Put your hands together for Acer's new Liquid Stream phone. This is a really cool multimedia-oriented smartphone. I would really love to get my hands on this gem!
Google's Native Client SDK on May 15, 2010 in javascript c++ nacl sdk native client client-side code c google google chrome One way to speed up web applications is to move part of the application logic from the server into the client. This is made popular with the AJAX approach. However, due to the nature of JavaScript, this approach has inherent limitation in terms...
Fixed web page background with CSS on Apr 2, 2010 in blog Blogger fixed background template designer templates background html css The other day I had a little problem because I have a photo that's big enough for a blog (on Blogger) background and I wanted to use it. The first thing I noticed is that by default it moves with the rest of the page when you scroll it with eit...
Code syntax highlighting on Mar 26, 2010 in javascript blogging tools code alex gorbatchev syntaxhighlighter syntax highlight carter cole My main complaint with most blogs is that it's very tedious writing lines of code. Then I found Alex Gorbatchev's SyntaxHighlighter.#include <iostream>int main() { std::cout << "Hello, syntax highlights!" <<...
Code syntax highlighting on Mar 26, 2010 in javascript blogging tools code alex gorbatchev syntaxhighlighter syntax highlight carter cole My main complaint with most blogs is that it's very tedious writing lines of code. Then I found Alex Gorbatchev's SyntaxHighlighter. #include <iostream> int main() { std::cout << "Hello, syntax highlights!" <...
Migrating from GCC 3 to GCC 4 on Mar 23, 2010 in c++ g++ 4 g++ gcc compilation gcc 4 I'm currently migrating some of our server code from gcc 3.4.2 to gcc 4.3.2 and I found some compilation issues. I highlight in red what must be avoided, and in yellow what must be used instead. Declaration of friend functions In header:...
Migrating from GCC 3 to GCC 4 on Mar 23, 2010 in c++ g++ 4 g++ gcc compilation gcc 4 I'm currently migrating some of our server code from gcc 3.4.2 to gcc 4.3.2 and I found some compilation issues. I highlight in red what must be avoided, and in yellow what must be used instead.Declaration of friend functionsIn header:name...