Archive for the ‘Web Development’ category

Another 60 More AJAX Tutorials

May 8th, 2006

Max Kiesler as posted in his site an article with 60 more AJAX tutorials.

These examples and how-to’s represent the best tutorials that I’ve personally used or otherwise had the opportunity to work with out of the overall group. This post is intended for individuals who learn best by example. Most of the listed tutorials come complete with instructions and source code.

Read the 60 More AJAX Tutorials full article.

IE Conditional comments

May 6th, 2006

When you’re a web developer, you always keep running into annoying Internet Explorer bugs, so you need to hack your way around. Now with the IE7 out, a lot of the old CSS hacks don’t work anymore, and those that do still work, can’t be relied on to work in the future.

IE has a feature, called conditional comments, which could help us. As a hack it’s quite useful. IE 7 will support this too, and it even allows you to detect different versions of IE.

Here’s an example:

<!--[if lte IE 6]>
    <style type="text/css">
        @import "ie_hacks.css";
    </style>
<[endif]-->

[if lte IE 6] means “if less than or equal to IE 6″. Other possibilities are:

[if IE]
if Internet Explorer
[if gte IE 5]
if greater than or equal to IE 5
[if lte IE 5]
if less than or equal to IE 5
[if IE 6]
if Internet Explorer 6
[if IE 5.5]
will work too,
[if IE 7.0b]
as will this for IE 7 beta.

AJAX, what can the web offer?

May 1st, 2006

Max Kiesler has posted on his site, a listing of 50 different Ajax toolkits and frameworks, and a listing of 30 different AJAX Tutorials.

  1. Round-up of 50 AJAX Toolkits and Frameworks
  2. Round-up of 30 AJAX Tutorials

Of course, the lists are by no means complete, but they do include not only the “big names” but also several of the smaller, lighter libraries the web has to offer.

Enterprise Web 2.0 software

April 24th, 2006

Dion Hinchcliffe from http://web2.wsj2.com/ has written a great Enterprise Web 2.0 software list article.

It has an extensive list of many enterprise-ready Web 2.0 software applications.

Great CSS Layouts

April 23rd, 2006

If creating standards-compliant, cross-browser compatible page layouts using CSS has you stumped, let A List Apart and SitePoint‘s CSS gurus show you that way. In this comprehensive, step-by-step tute, Matthew Levine from A List Apart and Rachel and Dan from SitePoint show you how to create a slick, flexible, and solid 2/3-column layout that will stand the tests of time and evolving technology!

First Atlas Toolkit official release

April 13th, 2006

Atlas Toolkit The first official release of the ASP.NET Atlas Toolkit is ready!

For controls and templates that make adding client-side functionality to your site incredibly easy see Atlas Control Toolkit.

The Best Web 2.0 Software of 2005/2006

March 19th, 2006

Dion Hinchcliffe has a wonderful blog at http://web2.wsj2.com/ about Web 2.0.

There are some of his posts about Web 2.0 software I want to share:

  1. The Best Web 2.0 Software of 2005
  2. More Great Web 2.0 Software
  3. The Most Promising Web 2.0 Software of 2006

I never even heard of some of these fantastic software before.

You can contribute with other Web 2.0 Software below.