The Weekly Newsletter from ASPWire
ASP News and Information Source
http://aspwire.com/ ISSN: 1527-120X
Copyright 1999-2008 Jupitermedia Corporation
Tuesday, February 19, 2008
___________________________ Sponsors ________________________________
Internet.com eBook Library
_____________________________________________________________________
==================
LAST WEEK'S SURVEY
==================
Do you invest in the stock market? (489 Votes)
Yes definitely: 41%
I own a few: 21%
I'm on the fence: 19%
No way: 20%
Visit our home page at http://aspwire.com/ to vote
on this week's question:
Vista users how would you say this newest OS is
working for you?
1. Great very user friendly
2. Good but there are some changes I'd like to see
3. Adequate
4. Poorly
Vote Now! http://aspwire.com/
Do you have a burning question you would like to ask?
Just submit a question with up to five answers by using
our feedback form:
http://aspwire.com/feedback.asp
/-------------------------------------------------------------------
From the Internet.com eBook Library: Navigating Your IT Career
A career in information technology usually has its share of
ups and downs. Download this Internet.com eBook to learn
where the jobs are in IT, how to negotiate a salary, and
helpful advice on job security and how to deal with a layoff.
Join Internet.com now to download!
http://nl.internet.com/ct.html?rtr=on&s=1,3skg,1,dvzl,4myr,i4sg,hysn
--------------------------------------------------------------adv.-/
===============
THE LATEST NEWS
===============
Persisting State Information (2/11/2008)
http://aspwire.com/nl?18210
[article] In the previous lessons you developed
HyperLinkGroup control. The control is working as expected
but it has one limitation. It can't retain its state
information across post backs.
ASP.NET Code Debugging (2/11/2008)
http://aspwire.com/nl?18211
[article] A beginner tutorial, introduces what types of
mistakes you can make in ASP.NET applications and how to
correct them.
AJAX Security by the Book (2/11/2008)
http://aspwire.com/nl?18212
[article] AJAX Security by the book. Buy the book,
says Don Kiely.
Silverlight and the Rich Client Browser (2/12/2008)
http://aspwire.com/nl?18215
[article] As dramatic as it may sound, the Web was not
invented sort of 20 years ago to deliver rich pages and
applications--at least, in the today's acceptation of terms
like rich pages. The Web was designed and implemented to
share documents and to link one document to a related one
published to the same network. HTML and HTTP, respectively
the markup language and transportation protocol, were
tailor-made to serve plain text with a bit of formatting,
sparse images and a few hyperlinks.
.NET Book Review: Core Internet Application (2/12/2008)
http://aspwire.com/nl?18216
[review] Buy this book! I don't often give such a blanket
endorsement but this book works on many levels. It's one of
the few books that really addresses the needs of more
experienced ASP.NET developers as well as providing a well
thought out text that can be used by instructors. There's a
plethora of things in this book that make it worthwhile.
There are walkthroughs, code listings, in depth examples,
and code snippets. There are 16 chapters and an appendix. At
the end of each chapter there's a summary, exercises, key
concepts, and references for further investigation.
Handling Data After Post Back (2/12/2008)
http://aspwire.com/nl?18217
[article] In the last two lessons you were introduced with
rendering of custom controls. Often your custom controls
consist of input controls that allow users to edit data. The
new data entered by the user must be persisted across post
backs. In this lesson you will learn just that.
DOM Manipulation with JQuery (2/12/2008)
http://aspwire.com/nl?18218
[article] There seems to be allot of interest with ASP.NET
Developers doing DOM manipulation with JQuery there days.
I'm finding it a very powerful addition to my client side
toolbox so I thought I would share some links.
MS-Ajax Client Javascript integrated within the Aptana IDE
(2/12/2008)
http://aspwire.com/nl?18219
[article] Aptana has a cool Eclipse-based IDE for writing
AJAX-y websites. It's got built-in support, via plug-ins, for
most of the major Javascript Libraries. At the core of
ASP.NET's AJAX support is the Microsoft AJAX Library.
ASP.NET Rating System (2/12/2008)
http://aspwire.com/nl?18220
[review] In this review, Satheesh examines how well the
ASP.NET rating system developed by Imar Spaanjaars helps you
to integrate Amazon style rating functionality in your site.
He first discusses the need of a rating system and the
expectations from the user's point of view. He finishes the
review with a detailed explanation of deployment of the
control.
Silverlight 1.0 (2/12/2008)
http://aspwire.com/nl?18221
[review] In this review, Anand highlights the usefulness of
the Silverlight 1.0 book published by Wrox. The review
begins with a basic introduction and then examines the
content covered in each chapter. Anand also provides some
recommendations to improve the book.
Understanding the ASP.NET MVC Framework (2/12/2008)
http://aspwire.com/nl?18222
[article] Joydip Kanjilal takes a look at the ASP.NET
MVC Framework incorporated in ASP.NET 3.5.
Tip: Return File Contents as a String (2/12/2008)
http://aspwire.com/nl?18223
[article] The applications I've been working on lately send
a lot of email notifications out as the status of the
application and monitored devices change. There are a
handful of different email messages that could be sent. I
wanted a means to store the bodies of these emails in a
manner that would be easy to update without me having to be
involved.
Aspose.Words for .NET 5.0.0.0 Released (2/12/2008)
http://aspwire.com/nl?18213
[update] Aspose.Words is a word processing component that
enables .NET applications to read, write & modify Word
documents without using MS Word. Other features include
document creation, content & more. It supports 32 & 64 bit
operating systems. $899
ASP.NET basics: Working with the TextBox control (2/13/2008)
http://aspwire.com/nl?18224
[article] Developers often overlook basic programming
options in favor of new or cool ways to deliver results.
This is true for many of the standard ASP.NET features. A
good example is the TextBox Web control, which offers plenty
of options for building applications. This week, I take a
closer look at the TextBox control.
User Administration Tool (Part 2) (2/13/2008)
http://aspwire.com/nl?18225
[article] In the Part 1 of this series we started developing
a web user control that allows us to manage various aspects
of user administration such as password recovery, role
mapping and profile management.
ASP.NET MVC Framework Road-Map Update (2/13/2008)
http://aspwire.com/nl?18226
[press] This past December we released the first preview of
a new ASP.NET MVC Framework as part of the ASP.NET 3.5
Extensions CTP Release.
Who Wouldn't Want a Silverlight Valentines? (2/13/2008)
http://aspwire.com/nl?18227
[press] Check out the very cool Silverlight based Valentines
day card site.. Send one to your sweaty today! In the spirit
of the season, I made one just for you!
Validate XSL Against XML (2/13/2008)
http://aspwire.com/nl?18228
[article] In this Article, Haissam Abdul Malak shows how to
create a class library for validating a certain XSL file
against an XML file. He examines the concept with the help
of a series of steps with relevant source code and
explanations. Finally, he describes how to test the class
library which was created in the previous steps.
Using ASP.NET 3.5's ListView and DataPager Controls (2/13/2008)
http://aspwire.com/nl?18229
[article] The GridView, DetailsView, and FormView controls
all support out of the box paging support that can be enabled
at the tick of a checkbox. When configured to enable paging,
these controls automatically render a paging interface
comprised of Link Buttons, Buttons, or ImageButtons.
DefaultButton and DefaultFocus Properties (2/13/2008)
http://aspwire.com/nl?18230
[article] ASP.NET 1.x made great strides in simplifying form
management and processing, but it did miss a couple points
when it came to filling forms out using the keyboard.
Fortunately these oversights were quickly noticed by users
and Microsoft responded in ASP.NET 2.0 by adding the
DefaultButton and DefaultFocus properties to the HtmlForm
object.
Next APS.NET MVC Preview Coming in March (2/14/2008)
http://aspwire.com/nl?18231
[article] In a blog post Tuesday, Scott Guthrie, general
manager of Microsoft's Developer Division, laid out the
road map for its upcoming ASP.NET model view controller (MVC)
framework for developing Web applications.
"Dropthings" in your own Web portal with this new
Starter Kit (2/14/2008)
http://aspwire.com/nl?18232
[article] Dropthings is an open source Web portal starter
kit that shows the power of several .NET Framework 3.5
technologies, such as ASP.NET AJAX, LINQ, and Workflow
Foundation. Download this starter kit to learn how these
technologies can work together seamlessly in a Web
application.
Creating Web Services in a Class Library project
(2/14/2008)
http://aspwire.com/nl?18233
[article] This article explains how you can create
Web Services in a Class Library project.
Announcing Japanese release of Web Deployment Projects
2008 (2/14/2008)
http://aspwire.com/nl?18235
[article] Last month we released RTW version of Web
Deployment Projects (WDP) 2008. You can read more about this
release by clicking here.
Microsoft AJAX Library Essentials - Client Side ASP.NET
AJAX 1.0 Explained (2/14/2008)
http://aspwire.com/nl?18236
[review] This article is a review of "Microsoft AJAX Library
Essentials" by Bogdan Brinzarea and Cristian Darie (Packt
Publishing).Chinnathampi does a chapter-by-chapter analysis
of the book and explains how this book will help you build
AJAX enabled web pages with ease.
==========
CONTACT US
==========
If you have a news story, please submit it via this form:
http://aspwire.com/addnews.asp
If you have any feedback regarding our newsletter or our
website, just send email to feedback@aspwire.com
============
SUBSCRIPTION
============
You received this newsletter as a result of your voluntary
subscription at the ASPWire website. You may unsubscribe
from or subscribe to this newsletter by going to:
http://aspwire.com/newsletter.asp
===============
IMPORTANT LINKS
===============
Interested in becoming an ASPWire Affiliate? To find out
how to carry ASPWire news at your own web site, go to:
http://aspwire.com/affiliates.asp
Richard Hein rhein@jupitermedia.com
Managing Editor
VBWire........................ http://vbwire.com/
ASPWire...................... http://aspwire.com/
PocketPCWire.............. http://pocketpcwire.com/
WinDrivers.................... http://www.windrivers.com
Copyright 2008 Jupitermedia Corporation
All Rights Reserved.
You are subscribed to the ASPWire newsletter as dohubs@gmail.com. To unsubscribe from ASPWire please go to:
http://member.internet.com/unsubscribe.php?type=NL&uid=ce8c0cca67&rid=1742
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Newsletter Subscription Dept.
475 Park Avenue South
New York, NY 10016
Please include the email address which you have been contacted with.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This email is powered by EmailLabs (http://www.emaillabs.com)
Contact us for a FREE demo
No comments:
Post a Comment