Friday, August 25, 2006

HTML Redirection Example

This page shows how to use an HTML tag in the header to redirect to another page. The tag goes in the section of your HTML document. The tag on this page looks like:





read more | digg story

Sunday, August 06, 2006

JBoss At Work, Part 1: Installing and Configuring JBoss

JBoss is a popular J2EE application server. Several recent surveys put its market share at above 30 percent and single it out as the only application server whose market share is on the rise.

read more | digg story

Microsoft Puts Vista in Spotlight at Black Hat Event

In a show of its changed approach to the security of its operating system, and in an effort to reach out to those who might be likely to poke through holes in its proprietary code, Microsoft handed out beta copies of its new Vista operating system and outlined its security features at the Black Hat hacker conference in Las Vegas this week.

read more | digg story

Wednesday, August 02, 2006

Learn about core enhancements in Java SE 6

Java Platform, Standard Edition 6 (formerly known as J2SE 1.6), code-named "Mustang" is planned for release in 2006, and it's going to be a major feature release.

read more | digg story

Apollo:DeveloperFAQ

What is Apollo?

Apollo is the code name for a cross-operating system runtime being developed by Adobe that allows developers to leverage their existing web development skills (Flash, Flex, HTML, JavaScript, Ajax) to build and deploy Rich Internet Applications (RIAs) to the desktop.

read more | digg story

Sunday, July 16, 2006

Innovation Happens Elsewhere

They put together their insights in the book Innovation Happens Elsewhere: Open Source as Business Strategy, which explores the nuances and complexities of open source.

read more | digg story

Wednesday, July 05, 2006

find (Linux Command)

Search a folder hierarchy for filename(s) that meet a desired criteria.

If you need a quick way to find the largest files in a drive or directory you can use the find command with the -size parameter. For example, "find / -size +10000k" will search the root directory for files which are larger than 10MB.

read more | digg story

Sunday, July 02, 2006

Web 2.0 Design Tutorials

Here is a list of good tutorials and articles on learning the fundamental design elements for web 2.0. Mac style rounded corners, tabs, colors, drop shadows etc are all covered.

read more | digg story

Saturday, July 01, 2006

Multiply

When you think of social networking, chances are you think of MySpace or other sites aimed at broadcasting your personal information to the Web at large. But there's another side to social networking, a side best represented by a site that predates the MySpace craze: Multiply.com.

read more | digg story

Understanding the Zend Framework

Great tutorial from IBM on using Zend; a PHP based, object-oriented, Model-View-Controller framework.

read more | digg story