|
 |
|
 |
|
Predefined News Feeds:
[
]
[
]
[
]
[ Developers ]
[
]
[
]
[
]
[
]
[
]
[
]
[
]
[
]
[
]
[
]
[
]
[
]
[
]
[
]
[
]
[
]
[
]
| |
 |
|
 |
 | |  | |
Wed, 27 Aug 2008 14:04:16 PST
Those looking for evidence of progress on the Semantic Web do not have to look far. Several major projects and companies are embracing the vision and technology stack like never before.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
It wants to help you paste actual content instead of links into an e-mail or Web page.
Source: ()
| |  | |  |
 | |  | |
The PHP development team would like to announce the immediate availability of PHP 4.4.9. It continues to improve the security and the stability of the 4.4 branch and all users are strongly encouraged to upgrade to it as soon as possible. This release wraps up all the outstanding patches for the PHP 4.4 series, and is therefore the last PHP 4.4 release.Security Enhancements and Fixes in PHP 4.4.9:Updated PCRE to version 7.7.Fixed overflow in memnstr().Fixed crash in imageloadfont when an invalid font is given.Fixed open_basedir handling issue in the curl extension.Fixed mbstring.func_overload set in .htaccess becomes global. For a full list of changes in PHP 4.4.9, see the ChangeLog.
Source: PHP: Hypertext Preprocessor (The PHP scripting language web site)
| |  | |  |
 | |  | |
Sun's open-source identity services initiative aims to provide an extensible foundation for an identity services infrastructure in the public domain, facilitating single sign-on (SSO) and cross-domain single sign-on (CDSSO) for web applications, federation capabilities, and secure Web services. Find out how it measures up.
Source: JavaBoutique (The Java Boutique is a collection of java applets, games, scripts, and tutorials. Learn programming and download free java applets and source code. You can also find news about java and jini.)
| |  | |  |
 | |  | |
The GridView is a great control that allows you to display paginated results. But what happens if you want to change the underlying display for all of your projects? This article shows you how to extend the GridView so that it displays a summary row and allows pagination and sorting in that summary row.Visit our new .NET 2.0 section!
Source: 15Seconds.com Features (Tutorials for Microsoft technology developers)
| |  | |  |
 | |  | |
Now is the time to start working with devs if Microsoft wants to have third parties ready for a 2010 launch, analysts say.
Source: 15Seconds.com News (Real-time Microsoft developer news)
| |  | |  |
 | |  | |
The W3C has decided to take a look at Web video with the aim of making it a first class citizen. This is good news, as up until now, video...
Source: About Web Design / HTML (Web Design / HTML)
| |  | |  |
 | |  | |
Wed, 27 Aug 2008 14:04:16 PST
Those looking for evidence of progress on the Semantic Web do not have to look far. Several major projects and companies are embracing the vision and technology stack like never before.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
The Java Collections Framework is chock full of useful abstract classes, interfaces, and concrete classes that you can use to handle your collections of stuff. Some of...
Source: About Focus on Java (Focus on Java)
| |  | |  |
 | |  | |
Tue, 26 Aug 2008 19:13:12 PST
The HTML Canvas, an element of the upcoming HTML 5 specification, allows you to efficiently draw arbitrary graphics at the primitive or individual pixel level. Find out how to implement a 3D rendering using the HTML Canvas.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
Yes, it's a mobile Web productivity tool, but the most popular apps for the iPhone are mostly games and entertainment.
Source: ()
| |  | |  |
 | |  | |  |  |
The PHP development team is proud to announce the first alpha release of the upcoming minor version update of PHP. Windows binaries will be available starting with alpha2 (intermediate snapshots available at snaps.php.net). The new version PHP 5.3 is expected to improve stability and performance as well as add new language syntax and extensions. Several new features have already been documented in the official documentation, others are listed on the wiki in preparation of getting documented. Please also review the NEWS file.THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!The purpose of this alpha release is to encourage users to not only actively participate in identifying bugs, but also in ensuring that all new features or necessary backwards compatibility breaks are noted in the documentation. Please report any findings to the QA mailinglist or the bug tracker.There have been a great number of other additions and improvements, but here is a short overview of the most important changes:Namespaces (documentation maybe out dated)Late static binding and __callStaticLambda functions and closuresAddition of the intl, phar (phar is scheduled for some more work a head of alpha2), fileinfo and sqlite3 extensionsOptional cyclic garbage collectionOptional support for the MySQLnd replacement driver for libmysqlWindows older than Windows 2000 (Windows 98, NT4, etc.) are not supported anymore (details)New syntax features like NOWDOC, limited GOTO, ternary short cut "?:"Several under the hood changes also require in depth testing with existing applications to ensure that any backwards compatibility breaks are minimized. This is especially important for users that require the undocumented Zend engine multibyte support.The current release plan states that there will be alpha/beta/RC releases in 2-3 week intervals with an expected stable release of PHP 5.3 between mid September and mid October of 2008.
Source: PHP: Hypertext Preprocessor (The PHP scripting language web site)
| |  | |  |
 | |  | |
The JSTL provides tags for common tasks that need to be performed in JSPs. Coupled with Expression Language, this allows you to remove much of the Java scripting from your applications, making your pages easier for web designers to work with and easier for you to maintain.
Source: JavaBoutique (The Java Boutique is a collection of java applets, games, scripts, and tutorials. Learn programming and download free java applets and source code. You can also find news about java and jini.)
| |  | |  |
 | |  | |
One of the most frequent gripes programmers have about ASP.NET is that you can't implement include files across multiple web sites like you could in classic ASP. In ASP.NET, Microsoft recommends that you use DLLs to share code, but that can make things more complex then they need to be. This article illustrates how you can simply share source code files in ASP.NET just like you could in classic ASP.Visit our new .NET 2.0 section!
Source: 15Seconds.com Features (Tutorials for Microsoft technology developers)
| |  | |  |
 | |  | |
Redmond calls the updates "service packs" but they included a wide array of new features -- not just fixes.
Source: 15Seconds.com News (Real-time Microsoft developer news)
| |  | |  |
 | |  | |
Especially if you're a freelancer. When you're trying to build or maintain a Web design business, you need to stay focused and up-beat, and getting frustrated or sad can destroy...
Source: About Web Design / HTML (Web Design / HTML)
| |  | |  |
 | |  | |
Tue, 26 Aug 2008 19:13:12 PST
The HTML Canvas, an element of the upcoming HTML 5 specification, allows you to efficiently draw arbitrary graphics at the primitive or individual pixel level. Find out how to implement a 3D rendering using the HTML Canvas.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
Have you ever wondered what all of those acronyms stand for? You know the ones I'm talking about:
API IDE
RMI
and so on.
I have compiled a list of Java acronyms with their...
Source: About Focus on Java (Focus on Java)
| |  | |  |
 | |  | |
Mon, 25 Aug 2008 18:10:52 PST
Find out how to set up and configure the free, open source Subversion source control system quickly and easily.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
Make no mistake: Efforts like "oops" show the Linux community's focus on improving code quality, fixing bugs and even enlisting non-technical users to help the cause.
Source: ()
| |  | |  |
 | |  | |  |  |
Overall 158 tests have been submitted as part of TestFest 2008 since the launch of the TestFest submission site by 30 different people from people all over the world. Actually this is not counting the various submissions by existing core developers, who also took this opportunity to add some more tests. This has actually increased total test coverage for ext/reflection, ext/dom and ext/exif by about 10% each. While the organization of the TestFest was a bit adhoc, there were numerous TestFest events in local user groups. So the number of people exposed to the PHP test framework is much greater. Hopefully this will lead to more people submitting bug reports with an accompanying phpt test file!Our top submitter Felix De Vliegher has actually committed his last submissions himself since, based on the high quality of his submissions, he has been granted commit rights to the PHP repository. We have not heard back from all participants, but we encourage everybody to blog about their experience and provide us with feedback on how to improve future events.Now better late than never, here are the 10 winners of the promised elePHPant raffle sponsored by Nexen. Note that Felix asked me not to include him in the raffle, since he is already herding quite a number of elePHPants at home.Eric StewartHåvard EideMarc VeldmanMichelangelo van DamRein VeltRob YoungSami GreenburySebastian DeutschSebastian SchürmannStefan KoopmanschapWe will provide Nexen with the email addresses of the winners, so that they can arrange to get the elePHPants shipped. Also for those people wondering, you can continue to submit tests on the TestFest submission site. A bit thank you to all participants and TestFest organizers! Without the countless people that helped organize local events, implement the infrastructure and submissions reviewers, the TestFest would have obviously not worked out as well as it has. We will surely do similar events in the future based on the big success of TestFest 2008.
Source: PHP: Hypertext Preprocessor (The PHP scripting language web site)
| |  | |  |
 | |  | |
Clean up clumsy and wasteful code with the iterator design pattern.
Source: JavaBoutique (The Java Boutique is a collection of java applets, games, scripts, and tutorials. Learn programming and download free java applets and source code. You can also find news about java and jini.)
| |  | |  |
 | |  | |
The first part of this article introduced Visual Studio code snippets and showed how they can save you lots of time and typing by reducing the need for you to manually type repetitive code. This installment will examine the .snippet file format and show you how to expand your snippet library by downloading and creating new snippets.Visit our new .NET 2.0 section!
Source: 15Seconds.com Features (Tutorials for Microsoft technology developers)
| |  | |  |
 | |  | |
After a quiet July, things are heating up on the vulnerability front.
Source: 15Seconds.com News (Real-time Microsoft developer news)
| |  | |  |
 | |  | |
I was reading this article today about the differences between accessibility and SEO and it made me think about usability as well. It's interesting to me how many people equate...
Source: About Web Design / HTML (Web Design / HTML)
| |  | |  |
 | |  | |
Mon, 25 Aug 2008 18:10:52 PST
Find out how to set up and configure the free, open source Subversion source control system quickly and easily.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
I must admit that I do not like the term "autoboxing", but I love the way it works. Autoboxing is a new feature of Java 5. If you...
Source: About Focus on Java (Focus on Java)
| |  | |  |
 | |  | |
Fri, 22 Aug 2008 21:32:13 PST
The semantic web enables you to use information from disparate sources in different formats/schemas without having to convert the data to a standard format. Get an introduction to semantic web application development using Java and JRuby.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
What is the Linux Foundation doing now -- 18 months after its inception?
Source: ()
| |  | |  |
 | |  | |
A few weeks ago the manual was restructured to improve navigation and make room for per-extension chapters and usage examples along with improved documentation for object oriented extensions. The most noticable changes are the function reference, predefined variables, context options and parameters and predefined exceptions manual pages, for which we would really appreciate feedback on. The upcomming PHP5.3 release introduces several major features such as namespaces, closures, late static bindings, internationalization functions, INI sections, and Phar among others. We would really appreciate any and all help we can get improving the documentation. In related news, the manual was relicensed recently and is now covered by the CreativeCommons Attribution license.
Source: PHP: Hypertext Preprocessor (The PHP scripting language web site)
| |  | |  |
 | |  | |
Not just another time-eating "solution," JMX actually offers real application monitoring and manageability. Learn about the JMX architecture, the JMX API, and dig into some code.
Source: JavaBoutique (The Java Boutique is a collection of java applets, games, scripts, and tutorials. Learn programming and download free java applets and source code. You can also find news about java and jini.)
| |  | |  |
 | |  | |
Sometimes it's the little things that can really make your day. That's the way I feel about Visual Studio's Code Snippets. Ever since they were introduced in Visual Studio 2005, I've wondered how I ever wrote code without them.Visit our new .NET 2.0 section!
Source: 15Seconds.com Features (Tutorials for Microsoft technology developers)
| |  | |  |
 | |  | |
Delayed from February, Redmond none the less keeps its promise of a shorter release than in the past.
Source: 15Seconds.com News (Real-time Microsoft developer news)
| |  | |  |
 | |  | |
People focus a lot on making Web pages printer friendly but what if you don't want people to print your Web pages. Maybe you have images you don't want printed...
Source: About Web Design / HTML (Web Design / HTML)
| |  | |  |
 | |  | |
Fri, 22 Aug 2008 21:32:13 PST
The semantic web enables you to use information from disparate sources in different formats/schemas without having to convert the data to a standard format. Get an introduction to semantic web application development using Java and JRuby.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
Sun Microsystems is on the verge of hitting the half a million mark! Currently, there are approximately 480,000 Sun-certified professionals roaming the globe. Could you be the person...
Source: About Focus on Java (Focus on Java)
| |  | |  |
 | |  | |
Thu, 21 Aug 2008 15:57:47 PST
Yes, you can teach robots to "see." Using the web camera service available with Microsoft Robotics Development Studio, you can program a simulated robot to follow lines autonomously.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
The deal will provide a margin of profitability for Microsoft and help Novell in its fight with Red Hat.
Source: ()
| |  | |  |
 | |  | |  |  |
The PHP development team would like to announce the immediateavailability of PHP 5.2.6. This release focuses on improving the stability ofthe PHP 5.2.x branch with over 120 bug fixes, several of which are security related.All users of PHP are encouraged to upgrade to this release. Further details about the PHP 5.2.6 release can be found in the release announcement for 5.2.6, the full list of changes is available in the ChangeLog for PHP 5.Security Enhancements and Fixes in PHP 5.2.6:Fixed possible stack buffer overflow in the FastCGI SAPI identified by Andrei Nigmatulin.Fixed integer overflow in printf() identified by Maksymilian Aciemowicz.Fixed security issue detailed in CVE-2008-0599 identified by Ryan Permeh.Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.Properly address incomplete multibyte chars inside escapeshellcmd() identified by Stefan Esser.Upgraded bundled PCRE to version 7.6Update (May 6th): The Windows installers were missing the XSL and IMAP extensions.Update (May 3rd): The Windows archives were missing the XSL and IMAP extensions.
Source: PHP: Hypertext Preprocessor (The PHP scripting language web site)
| |  | |  |
 | |  | |
The new NetBeans IDE is like a Swiss Army knife; it offers many different tools, and youre almost guaranteed to find something you like or soon need.
Source: JavaBoutique (The Java Boutique is a collection of java applets, games, scripts, and tutorials. Learn programming and download free java applets and source code. You can also find news about java and jini.)
| |  | |  |
 | |  | |
If you've been wanting to get started with AJAX, but haven't known where to start, this is your lucky day. The ASP.NET AJAX Control Toolkit is designed to provide a rich infrastructure for you to write your own ASP.NET AJAX extenders and controls, but it also provides a number of exceptional controls that can be used right out of the box by developers without any previous AJAX experience.
Visit our new .NET 2.0 section!
Source: 15Seconds.com Features (Tutorials for Microsoft technology developers)
| |  | |  |
 | |  | |
Microsoft to expand its Trustworthy Computing in a bid to help users and vendors understand security risks.
Source: 15Seconds.com News (Real-time Microsoft developer news)
| |  | |  |
 | |  | |
I found a fun post today on onderhond.com - HTML & CSS ups and downs. The idea is that like most of us, there are parts of building HTML and...
Source: About Web Design / HTML (Web Design / HTML)
| |  | |  |
 | |  | |
Thu, 21 Aug 2008 15:57:47 PST
Yes, you can teach robots to "see." Using the web camera service available with Microsoft Robotics Development Studio, you can program a simulated robot to follow lines autonomously.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
Sun Tech Days is a travelling road-show that has been ongoing for the past ten years. The concept is to provide technical education in Java Technology and Solaris products....
Source: About Focus on Java (Focus on Java)
| |  | |  |
 | |  | |
Wed, 20 Aug 2008 18:12:32 PST
Cloud computing shows up in last place in a survey of top CIOs priority lists.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
Red Hat's next-generation Linux distribution shows off some early new features as it preps for release.
Source: ()
| |  | |  |
 | |  | |  |  |
The PHP team is once again proud to participate in the Google Summer of Code. Ten students will "flip bits instead of burgers" this summer: Zend LLVM Extension by Joonas Govenius, mentored by Nuno LopesPHP Optimizer by Samuel Graham Kelly IV, mentored by Derick RethansPhD (PHP Docbook) Project by Rudy Nappée, mentored by Hannes MagnussonReplace auto* with CMake by Alejandro Leiva Rojas, mentored by Pierre A. Joyegsoc:2008 - XDebug by Chung-Yang Lee, mentored by David CoallierRewrite the run-tests.php script by Cesar Montedonico, mentored by Travis SwicegoodPHP Bindings for Cairo by Akshat Gupta, mentored by Anant NarayananAlgorithm Optimizations by Michal Dziemianko, mentored by Scott MacVicarPECL, Website Improvements by Barry Carlyon, mentored by Helgi Þormar ÞorbjörnssonImplement Unicode into PHP 6 by Henrique do Nascimento Angelo, mentored by Scott MacVicarUpdate (May 11th): Unfortunately Nicholas Sloan had to drop out of the program, but he will be replaced by Rudy Nappée working on the same application.
Source: PHP: Hypertext Preprocessor (The PHP scripting language web site)
| |  | |  |
 | |  | |
There are lots of metrics you can track on a website. And while most metrics programs will track most, if not all, of the stats mentioned in this article, it...
Source: About Web Design / HTML (Web Design / HTML)
| |  | |  |
 | |  | |
Wed, 20 Aug 2008 18:12:32 PST
Cloud computing shows up in last place in a survey of top CIOs priority lists.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
It may sound like a course on the basics of gift-wrapping, but a primitive wrapper class is altogether different. If you recall your primitive data types (I know you...
Source: About Focus on Java (Focus on Java)
| |  | |  |
 | |  | |
Wed, 20 Aug 2008 15:37:42 PST
James Reinders, director of Intel Software Development Products, speaks to Go Parallel about the new suite of products to expand the concurrency capabilities of Microsoft Visual Studio for C/C developers.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
Big Blue extends speech engine to developers to spur mobile device
applications.
Source: ()
| |  | |  |
 | |  | |
The PHP-QA team would like to announce the TestFest for the month of May 2008. The TestFest is an event that aims at improving the code coverage of the test suite for the PHP language itself. As part of this event, local User Groups (UG) are invited to join the TestFest. These UGs can meet physically or come together virtually. The point however is that people network to learn together. Aside from being an opportunity for all of you to make friends with like minded people in your (virtual) community, it also will hopefully reduce the work load for the PHP.net mentors.All it takes is someone to organize a UG to spearhead the event and to get others involved in writing phpt tests. The submissions will then be reviewed by members of php.net before getting included in the official test suite. Please visit the TestFest homepage to get additional details on the TestFest on how to get involved, either as a UG or by setting up the necessary infrastructure.
Source: PHP: Hypertext Preprocessor (The PHP scripting language web site)
| |  | |  |
 | |  | |
As a Web designer, like me, you probably spend a lot of time online. But how much of that time is spent doing things that improve your career, increase your...
Source: About Web Design / HTML (Web Design / HTML)
| |  | |  |
 | |  | |
Wed, 20 Aug 2008 15:37:42 PST
James Reinders, director of Intel Software Development Products, speaks to Go Parallel about the new suite of products to expand the concurrency capabilities of Microsoft Visual Studio for C/C developers.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
So, I am happily coding along one day when I type in the following code:
Enumeration enum = myShoppingList.elements(); enum.hasMoreElements();)
// and so on and so forth
I compile my code and I...
Source: About Focus on Java (Focus on Java)
| |  | |  |
 | |  | |
Wed, 20 Aug 2008 12:46:18 PST
As technology advances, the pros are starting to outweigh the cons.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
It's all about requirements definition, but antiquated tools and methodologies see money wasted.
Source: ()
| |  | |  |
 | |  | |
Once again we are glad to announce that we have been accepted to be a Google Summer of Code project. See our program for this year's GSoC.We would like to take this opportunity to say thanks to Google Inc. for this privilege to participate once again, and would like to invite everyone to look at our list of ideas: http://wiki.php.net/gsoc/2008. Students are of course more than welcome to come up with their own ideas for their proposals and we will consider each and every application that we will receive.So once again, thanks to everyone who is involved in this magnificent journey and we hope to see many of you great students and open source passionate join us in our most enjoyable Google Summer of Code projects.
Source: PHP: Hypertext Preprocessor (The PHP scripting language web site)
| |  | |  |
 | |  | |
Paul Van Dort submitted the site "PM Photo & Computer Servces".
Wow, this page does a lot! There is so much going on on this page that it's a bit...
Source: About Web Design / HTML (Web Design / HTML)
| |  | |  |
 | |  | |
Wed, 20 Aug 2008 12:46:18 PST
As technology advances, the pros are starting to outweigh the cons.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
Arrays and Vectors in Java are quite similar. They both represent a collection of similar items. For example, a good usage of an array would be a variable...
Source: About Focus on Java (Focus on Java)
| |  | |  |
 | |  | |
Wed, 20 Aug 2008 12:46:18 PST
Unless your e-commerce business is massive, the issue of shared vs. dedicated Web hosting will probably be a consideration as you plan your present and future Internet needs. Each approach has pluses and minuses, and the differences between them can have a dramatic on your operations and bottomline.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
Intel releases a near-final spec that all USB vendors can use to make products that can run 10 times faster than USB 2.0.
Source: ()
| |  | |  |
 | |  | |  |  |
The PHP development team would like to announce the immediate availability of PHP 4.4.8. It continues to improve the security and the stability of the 4.4 branch and all users are strongly encouraged to upgrade to it as soon as possible. This release wraps up all the outstanding patches for the PHP 4.4 series, and is therefore the last normal PHP 4.4 release. If necessary, releases to address security issues could be made until 2008-08-08. Security Enhancements and Fixes in PHP 4.4.8:Improved fix for MOPB-02-2007.Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.Fixed integer overlow in str[c]spn().Fixed regression in glob when open_basedir is on introduced by #41655 fix.Fixed money_format() not to accept multiple %i or %n tokens.Added "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007.Fixed INFILE LOCAL option handling with MySQL - now not allowed when open_basedir or safe_mode is active.Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378). For a full list of changes in PHP 4.4.8, see the ChangeLog.
Source: PHP: Hypertext Preprocessor (The PHP scripting language web site)
| |  | |  |
 | |  | |
Audience is a critical part of Web development. And as Anders points out in [Re]Encoded, it's often forgotten. People don't remember their readers. To make a site usable, you need...
Source: About Web Design / HTML (Web Design / HTML)
| |  | |  |
 | |  | |
Wed, 20 Aug 2008 12:46:18 PST
Unless your e-commerce business is massive, the issue of shared vs. dedicated Web hosting will probably be a consideration as you plan your present and future Internet needs. Each approach has pluses and minuses, and the differences between them can have a dramatic on your operations and bottomline.
Source: DevX: Latest Published Articles (Latest DevX Content)
| |  | |  |
 | |  | |
If you have ever done a search for Java tutorials or introduction to Java, I have little doubt that your search was fruitless. In fact, there are thousands of...
Source: About Focus on Java (Focus on Java)
| |  | |  |
 | |  | |
To better the OS and grow participation, Linux's backers want to help developers negotiate what's become a complex community of people and processes.
Source: ()
| |  | |  |
 | |  | |
Once you know HTML, you need to learn to design your pages. There's more to design than just
throwing tags up on the page and hoping it looks okay. With this...
Source: About Web Design / HTML (Web Design / HTML)
| |  | |  |
 | |  | |
There are two things in life that are constant.... death and taxes. In Java, unlike in life, you have control over what is constant and what is not. ...
Source: About Focus on Java (Focus on Java)
| |  | |  |
 | |  | |
As Canonical grows its Ubuntu partners, at least two important software vendors still do not support its version of Linux.
Source: ()
| |  | |  |
 | |  | |
iPhone version of Global IP Solutions' VoiceEngine Mobile will smooth developers' path to VoIP enhancements.
Source: ()
| |  | |  |
 | |  | |
Emerging standards in virtualization bring enterprises closer to the promise of anywhere, anytime computing.
Source: ()
| |  | |  |
| |