The Great Microkernel Debate Continues
Original post provide by Slashdot: ITficken writes “The great micro vs. monolithic kernel is still alive and well. Andy Tanenbaum weighs in with another article about the virtues of microkernels. From the article: ‘Over the years there have been endless postings on forums such as Slashdot about how microkernels are slow, how microkernels are hard to program, how they aren’t in use commercially, and a lot of other nonsense. Virtually all of these postings have come from people who don’t have a clue what a microkernel is or what one can do. I think it would raise the level of discussion if people making such postings would first try a microkernel-based operating system and then make postings like “I tried an OS based on a microkernel and I observed X, Y, and Z first hand.” Has a lot more credibility.’”
Read more of this story at Slashdot.
The Business Case For Rich Internet Applications
Companies saw bright new ways to increase their agility, reach more customers and to deliver new, never-before-seen services. Unquestionably since then it has transformed the way consumers and businesses exchange information and has become a vital part of nearly every organization's communication and operational architecture.
Enterprise 2.0 And Data Mashups: Bridging The Web 2.0 Information Gap
The result is prone to operational risk, high maintenance costs, and is inevitably inefficient. After this session you will: Understand the impact of data mashups on developer community, Find out how to select mashup technologies and tools for your next data integration project, Discover tips, best practices, and strategies for leveraging these tools and solving most common challenges.
4D AJAX For Dreamweaver V11 Now Available
4D announced the release of 4D Ajax For Dreamweaver v11, a plug-in for Adobe Dreamweaver CS3 that inserts 4D Ajax objects into standard web pages. 4D Ajax for Dreamweaver v11 has been updated to include support for 4D's newest 4D Ajax objects, Dashboards and Dashboard Charts.
.NET In The Browser: Silverlight RIA
In this session, Laurence Moroney, Microsoft, will introduce Silverlight 2.0 and how it can be used to easily and productively build next generation Rich Interactive Applications using C#, XAML, JavaScript, AJAX and more. He will demonstrate how to go from Zero-to-Hero as well as how to build more complex nTier applications with Silverlight at the front end, as well as using Silverlight with PHP, Java and other back-end technologies.
ASP.NET AJAX Design & Development Patterns At AJAX World
Done right your web applications ROCK, but it it's done wrong and your infrastructure pays the price. This session will expose a collection of design and usage patterns that will help you understand ASP.NET AJAX under the covers and design efficient, interactive AJAX Applications using Microsoft ASP.NET AJAX Technologies.
More Articles:
LAN Turns 30, May Not See 40?
Bob Metcalfe, one of the co-inventors of Ethernet, recalls the early battles between the different flavors of LAN and says some claims from the Token Ring backers such as IBM were lies. 'I know that sounds nasty, but for 10 years I had to put up with that crap from the IBM Token Ring people — you bet I'm bitter.' Besides dipping into networking nostalgia, the article also quotes an analyst who says the LAN may be nearing its demise and predicts that all machines will be individually connected to one huge WAN at gigabit speeds.
How Pervasive Is ISP Outbound Email Filtering?
I've also read about forced use of ISP SMTP and outbound throttling, but did not know they outbound filtered as well. How prevalent and justified is this practice? Wouldn't it be better to cut off people with infected computers than to censor the internet?"Read more of this story at Slashdot.
Microsoft Launches IT Superhero Comic
The Heroes Happen Here comic strips are being created by Jordan Gorfinkel, a former DC Comics editor who helped revitalize the Batman series. 'Tech workers who in the middle of the night fix a downed server or take on a computer virus don't really have extraordinary powers.
Details Of Cyber Storm War Games Released
They also prepare for some very interesting scenarios. Among other things, the organizers are worried about having too many people on the 'No Fly' list show up at an airport, finding 'mystery liquids' in the subway, and having bloggers reveal the classified location of railcars with hazardous materials.
Octopussy Numbers In PHP
I went crazy for half an hour until i realised the problem. Here's a little gotcha you can try: echo 09," => (09)
"; echo 9," => (9)
"; If you expect the above code to produce the same values, you are sadly mistaken.