vote up
0
vote down

Web Browser News

Over the last couple of weeks Google have caused a bit of a stir in the world of web browsers. First they announced that they’d be dropping support for Internet Explorer 6 and that was shortly followed by news that Chrome 4.0 had been released.
Feb 09 2010 17:02 PM
vote up
0
vote down

To keep Flash relevant, Adobe must resort to the nuclear option

I keep asking myself over and over again whether Flash has a reason to live, aside from sheer legacy momentum (which is analogous to the "muscle memory" that keeps a dinosaur's tail wagging for a week after it is officially dead). The longer we go in the
 
Kas Thomas
Feb 09 2010 17:02 PM
vote up
0
vote down

OData and Push

Douglas Purdy calls on the financial industry to expose data using OData. Maybe Lightstreamer, my-Channels, Kaazing etc should consider supporting OData as well since some of us live in more of a Push world than a HTTP request/response world
 
Matt
Feb 09 2010 16:44 PM
vote up
0
vote down

Groovy++ vs. Groovy vs. Java vs. Scala - Performance Update

I've been writing about a performance comparison between Java, Scala and Groovy in this and this post, where I compared the runtimes of these languages for a straight-forward (and far from idiomatic) implementation of the quicksort algorithm. As you
 
Nick Wiedenbrueck
tags: scala
Feb 09 2010 16:44 PM
vote up
0
vote down

Expandable Drop Down Ticker

Expandable Drop Down Ticker is a jQuery plugin you can use to create a ticker that can be viewed both sequentially and simultaneously. A drop down menu is automatically generated out of snippets of the ticker contents to let the user navigate the ticker
 
W3Avenue Team
Feb 09 2010 16:44 PM
vote up
0
vote down

Practical Php Patterns: Chain of Responsibility

This post starts the behavioral patterns part of the Practical Php Pattern series. The first behavioral pattern of this part of the series is named Chain of Responsibility. Its intent is organizing a chain of objects to handle a request such as a method
tags: oop
Feb 09 2010 16:44 PM
vote up
0
vote down

Extract the first paragraph text from a web page with PHP

This post looks at how to extract the first paragraph from an HTML page using PHP's strpos and substr functions to find the location of the first <p> and </p> tags and get the content between them.
Feb 09 2010 16:43 PM
vote up
0
vote down

Commercial Data Mining Software on the NetBeans Platform

Yet another NetBeans Platform application comes from South Africa... the Maltego client, a "frontend used to graphically allow you to look at various inter-relationships between data". Maltego itself is an open source intelligence and forensics
 
geertjan
Feb 09 2010 16:43 PM
vote up
0
vote down

Visual Studio 2010 and .NET Framework 4.0 Release Candidate (RC) Available for MSDN Subscribers, Public Release on February 10th

Visual Studio 2010 and .NET Framework 4.0 Release Candidate (RC) builds are available for MSDN subscribers. If you are not a MSDN subscriber, No need to worry. The public release of the same would happen on February 10th. So you can download it on
Feb 09 2010 16:43 PM
vote up
0
vote down

SilverlightShow Eco Contest

As you may already know SilverlightShow is running an Eco Contest and there are just a few days left to enter it. Use your Silverlight skills and imagination, and create a Silverlight application that helps support any kind of environment-friendly
Feb 09 2010 16:43 PM
vote up
0
vote down

Visual Studio 2010 and .NET Framework 4 Release Candidate

The Visual Studio 2010 and .NET Framework 4 Release Candidate (RC) is now available to MSDN subscribers from Monday, February 8th. The release will be made available to everyone else on February 10th. You can access the download files over hereYou can
Feb 09 2010 16:43 PM
vote up
0
vote down

Links for 10-Feb

Functional C# : Extracting higher order functions with generics. Related : F# Changing one's C# coding style Marking the .net 4 RC1 release on SmallestDotNet. PoSH 2.0 -- the localized help files. JQuery 1.4.x highlights IronJS -- Ecmascript on the DLR
tags: .net
Feb 09 2010 16:43 PM
vote up
0
vote down

Compiler code generation: just flatten the tree

I spent some time tonight working on the compiler I am writing for my own education. I started this project while only understanding bits and pieces of what it takes to write a compiler, but I am quickly learning more. Various texts on compilers start
Feb 09 2010 16:41 PM
vote up
0
vote down

10 Brilliant CSS3 and jQuery Examples

This post is all about CSS3 and Javascript. With all the new features that come with CSS3, there are whole lot of animation possibilities that can't be achieve before. So, Check this out and get inspired.
Feb 09 2010 16:39 PM
vote up
0
vote down

Performance optimizations, managed code and leaky abstractions

I run into this post from Jeff Atwood, talking about the performance difference between managed and unmanaged code: There were a lot of optimizations for this along the way, but the C++ version has soundly beaten the C# version. As expected, right? Well,
 
Ayende Rahien
Feb 09 2010 16:21 PM
vote up
0
vote down

On multitasking

TidBITS unwittingly hits the nail on the head while talking about iPad OS multitasking (emphasis added):It's easy to imagine wanting to use an iPad to read text in Mobile Safari, copy some text to a Pages document, and send that document to a colleague
Feb 09 2010 16:20 PM
vote up
0
vote down

Words that Zing

When someone consults a website, there is a precious opportunity not only to provide useful information but also to influence their decision. To make the most of this opportune moment, we must ensure that the site says or does precisely the right thing
Feb 09 2010 15:42 PM
vote up
0
vote down

ILMerge in MSBuild

ILMerge is a utility from Microsoft Research that combines multiple .NET assemblies into a single assembly. This is convenient when you want to combine your application and its dependencies into a single DLL file, for example, to make deployment and
Feb 09 2010 15:08 PM
vote up
0
vote down

GWT @ JUG-Ka

Tomorrow night there'll be the another event of the Java User Group Karlsruhe. It'll feature a talk on the Google Web Toolkit by Papick Taboada, who is quite an expert on the topic. The second part of the event will be a get-together after the talk,
 
David Linsin
tags: google
Feb 09 2010 15:02 PM
vote up
0
vote down