actualité programmation
Le 15 May 2008 - 07:08
Builder.fr
Builder.fr est un site destiné aux développeurs professionnels. Il contient des articles et des ressources consacrés aux principaux langages et plate-formes de développement.
InternetNews.com Developer News
Real time developer news, programming trends, analysis, features and opinion for IT managers.
SaaS Tool Offers Custom Database Development
Now non-programmers can build enterprise-class apps fast and on the cheap.
Microsoft’s Automated Agent: Can We Talk?
The latest version of Microsoft's automated help agent for companies, adds support for SharePoint searches.
Borland Finally Sells CodeGear
After a year and half of trying, Borland find a buyer of developer tools spinoff.
Red Hat Heads for the JON 2.0
New JBoss Operations Network takes aim at open source middleware management, though the solution isn't entirely open source -- yet.
Out with the Old, in with the New at JavaOne
Java EE 6, SE 7 and JavaFX all make impressive debuts.
InfoWorld RSS Feed
InfoWorld - Information Technology News, Computer Networking & Security
Test spin: Google App Engine
One of the joys of being a Web programmer is heading to a dinner party, a haircut, or a reunion and fielding the pitches for everyone's dream for a brilliant Web application. Everyone is always hap...
Is the browser doomed?
Since its inception, the Web has been synonymous with the browser. Pundits hailed NCSA Mosaic as "the killer app of the Internet" in 1993, and today's browsers share an unbroken lineage from that h...
Product review: Jive Software's social enterprise portal
If the many business-oriented blog and wiki solutions are starting to look like one big blur, you're not alone. Most "Web 2.0 collaboration" vendors give you a departmental wiki that works about th...
Sun to clarify JavaFX open-source plan later this year
While Sun executives have said that JavaFX, the company's nascent RIA (rich Internet application) development product family and eventual competitor to Adobe's Flash and Microsoft's Silverlight, wi...
Microsoft readies service packs for dev tools
Microsoft released Monday beta versions of separate service packs for the Visual Studio 2008 software development platform and the accompanying .Net Framework 3.5, a Microsoft official said in a blog.
JavaScript.com Latest JavaScripts
JavaScript.com is your gateway to all things JavaScript. Featuring JavaScript tutorials, free scripts, tools, and links and more!
This channel features content from JavaScriptSource.com.
Introduction to the Document Object Model
The Document Object Model, or DOM, is the interface that allows you to programmatically access and manipulate the contents of a Web page. This tutorial is a discussion on the DOM representation of ...
Number Formatting
These two functions clean up and format numbers quite nicely. One function takes any decimal number, negative or positive, and formats it by adding commas every three digits. The other function str...
GetPosition 2
This code returns the position of a given element in a given container, relative to other elements of its type. Very useful for finding position indexes of list items, pictures, form items, and more.
Cookie.isEnabled
This function checks whether cookies are enabled in the browser. Returns true on success and false otherwise.
JSONVid: Pure JavaScript Video Player
Jacob Seidelin went on a mission to create a pure JavaScript video player that didn't use Flash. The result: JSONVid.
DevX: Latest Published Articles
Latest DevX Content
Getting Started with TBB on Windows
As a technical consultant with my own small company, I can't count on job security from government intervention?just not enough votes there.
In order to keep money coming in, I have to rely on rein...
Moving to VoIP: Should You Go It Alone?
Speaker: Carla Schroder, Columnist, EnterpriseNetworkingPlanet.com
Introduction to the WPF Command Framework
The command framework in WPF provides a set of powerful tools that let developers build more intelligent user interfaces.
7.0, Microsoft's Lucky Version?
Microsoft is launching a new salvo in its battle for Web server market supremacy with the introduction of Internet Information Services (IIS) 7.0 -- a key component of Windows Server 2008.
Will Hyper-V Make VMware This Decade's Netscape?
Whatever Microsoft wants, Microsoft seems to always get. Will its Hyper-V virtualization environment bring down VMware and dominate the untapped pool of data centers that have yet to commit to the ...
DevX: Latest Java Articles
Latest DevX Content
Use an XMLReporter for Report Customizable Errors in StAX Applications
Find out how to customize the error reports in StAX applications.
Using StAX to Clone an XML Document
To clone an XML document at runtime, use the StAX XMLEventReader and XMLEventWriter classes.
Tracking Events Using a Semi-Structured Repository
Tracking the activities of a system and its users is too often not considered until the application is already deployed. Learn how to demonstrate an (almost) no hassle persistent bean pool that you...
Mobilize Your Java Applications with Java ME Technologies
Read this beginner's guide to extending an enterprise application to mobile devices with the Java ME technologies.
The Mobile Platform Cheat Sheet
With the fragmented mobile development landscape forcing developers to make a number of crucial choices, get a high-level comparison of the different platforms and recommendations for what purposes...
WebReference News
Daily news, views, and how-tos on all aspects of web design and development. Features free web-based tools, open source scripts, and in-depth tutorials on DHTML, HTML, JavaScript, 3D, Graphics, XML, and Design for webmasters.
Software Engineering for Ajax
A great advantage of using the Google Web Toolkit (GWT) when building Ajax applications is leveraging advanced software engineering. This week you'll learn how to use the Java software engineering...
Perl Pragma Primer
Pragmas in Perl are specific instructions that we can embed in Perl code, depending on our needs and preferences, that allow our scripts to be compiled and behave differently than they would otherw...
Implement Drag and Drop in Your Web Apps: Part 2
Last time we looked at how to use the dnd module. This week, we look at how it's implemented. Like all GWT modules, our drag-and-drop module has an XML configuration file. It also has some Java cla...
How to Create an Ajax Autocomplete Text Field: Part 5
In part 4 of the series, we defined the appearance of our autocomplete control using an external cascading style sheet (CSS). This week we'll create a JavaScript file to manage the behavior of the ...
Implement Drag and Drop in Your Web Apps
With the advent of GWT (Google Web Toolkit), we have drag-and-drop capabilities in a Java-based Web application framework. In this solution, we implement drag and drop in its own module, allowing y...
DevX: Latest C++ Content
Latest DevX Content
Pure Virtual Functions Declared as Private in C++ Classes
How can a pure virtual function be private? Will the derived class be able to override it? Actually, it's possible for pure virtual functions to have any access modifier: private, protected, or pub...
Sutter Speaks: A Conversation with the Concurrency Whisperer
Multi- and many-core chips are entering the mainstream?and one of the first software development authorities to take note was C++ expert Herb Sutter. Thanks to his practical insights, a new generat...
Determine the Direction of Stack Growth
A simple way to determine the direction of stack growth is to compare the address of a function parameter with the address of a local variable in the function.
Multi-Threading: When printf Can Be Better than cout
printf and fprintf are much less likely to be preempted in the middle of streaming data.
Untapped Silverlight Powers: Create Your Own Media Player
Learn how to build an application that reassembles the YouTube player, allowing you to visually control media playback.
ICANNWatch
ICANN is worth Watching
The Rise of a malicious resolution authority
.br Relaxes Registration Rules
Domain Sub-Letting Raises Hackles
ICANN Preliminary Vote Against Domain Tasting
Avast, Earthlink
DevX: Latest Database Content
Latest DevX Content
Using the GRANT Command
The SQL GRANT command is used to grant access privileges to database objects and role authorizations.
Quickly Copy Data Rows from DataReader to a DataTable
.NET 2.0 provides the new DataTable.Load method to copy data rows from DataReader to a DataTable.
Taming Trees: Building Branching Structures
Learn tree nomenclature and how to build binary trees that can recursively traverse and draw their own nodes.
Performing CRUD and Grouping Operations with the LinqDataSource Control
Build fully-editable Create, Read, Update, and Delete (CRUD) database front-ends easily and discover how to group and aggregate data using the new LinqDataSource control in ASP.NET.
Advanced Ranking and Grouping with SQL Server Reporting Services
Learn how to flexibly define a SQL Server Reporting Services report for ranking purposes. This article provides a workaround for custom grouping totals for top items and for jazzing the table up wi...
use Perl
All the Perl that's Practical to Extract and Report
Test automation master class after YAPC::NA
For the first time in the USA, I am going to teach a condensed version of my Test automation using Perl course. It will take place alongside the other master classes on June 19-20, 2008, on the two...
CPANdeps can now highlight non-perl dependencies
At the user's request, CPANdeps has sprouted another tentacle. There's now a ticky box which, if enabled, makes it also fetch MANIFEST files for the entire dependency tree, and highlight any module...
BWT - Birmingham LUG - 15/05/2008
Birmingham.pm World Tour 2008 - Birmingham LUG - 15th May 2008 The next date on the Birmingham Perl Mongers World Tour gets a bit more local, with the crew visiting our friends at Birmingham LUG. B...
Perl Mongers Census 2008 is GO!
As promised a couple of weeks ago, I've sent a census email to all registered leaders of Perl Mongers groups. If you are the leader of a group and you haven't received the mail, then please contact...
Perl Mongers BOF in Copenhagen
YAPC::Europe 2008 in Copenhagen is fast approaching, and the deadline for proposals for next year's conference is not too far away (June 30th), but I've been thinking of events even further in the ...
Perl.com Perl.com
O'Reilly Network's source for Perl developer news and information.
Beginner's Introduction to Perl 5.10, Part 2
Perl 5 has come a long way in the past few years. The newest version, Perl 5.10, added several new features to make your programs shorter, easier to maintain, easier to write, and more powerful. He...
A Beginner's Introduction to Perl 5.10
Perl 5 has come a long way in the past few years. The newest version, Perl 5.10, added several new features to make your programs shorter, easier to maintain, easier to write, and more powerful. He...
Using Amazon S3 from Perl
Amazon's Simple Storage Service provides a simple, flexible, and inexpensive way to manage online data storage. Amazon's S3 modules for Perl make storing and retrieving data in your own programs al...
Reverse Callback Templating
Many programmers know of the two main systems of templating. One embeds actual source code into the template. The other provides a mini language with loops, conditionals, and other control structur...
Elements of Access Control
Some data is private. Other data, less so. Secure applications make it possible--and easy--to keep user data visible to the right people and invisible to the wrong people. Vladi Belperchinov explai...