We offer a free weekly newsletter covering all news related to Active Server Pages! Subscribe today! Just enter your email address and press enter!
Wednesday, December 3, 2008Last Updated: 6:00 pm ET
LINQ to XML Programming Using Visual Basic.NET 200812/03 - ASPFree: news This article mainly focuses on manipulating XML documents using LINQ to XML available in .NET Framework 3.5. In simple terms we will design a Windows Form and do all CRUD operations against an existing XML document using LINQ to XML. We will also see how to use XPath in LINQ to XML.... The All-New Adobe Creative Suite 4 Now Shipping: Adobe CS4: tools to help students express their ideas in video, on the web, or print.
Calling a SOCKS Proxy Server from Java12/02 - DevX: Latest Web Development Content 2 Learn how to call a SOCKS proxy server from Java code using the Socket class.
Working with Presentations in ColdFusion12/02 - ASPAlliance: articles In this article, Debjani describes the new features introduced in ColdFusion 8 for creating slide presentations. She provides comprehensive coverage of cfpresentation, cfpresentationslide, and cfpresenter tags with the list of attributes with relevant description. Towards the end of the article she examines the creation of a presentation with complete source code along with the detailed analysis.
Spell Check from Within Visual Studio12/02 - ASP 101 News If you've ever cut and pasted text from Visual Studio into Microsoft Word just to check for spelling errors then this tip is for you.
Putting Windows Server 2008 Server Core to Work12/03 - 15Seconds.com Features This article picks up right where our introduction to Windows Server 2008 Server Core left off. This time around we cover installing a server role, keeping your server patched and updated, and enabling remote administration.
Internet Explorer 8 Review12/02 - ASPFree: news After nearly taking over the web browsing experience by leveraging its operating system monopoly Microsoft got surprised by Firefox. The new browser ate away at the software giant s web browser market share forcing it to go back to the drawing board and create something competitive. Does Internet Explorer 8 rise to the challenge Keep reading to find out....
PHP and SMIL: A Happy Combination12/01 - DevX: Latest Web Development Content 2 SMIL gives you control of multimedia and text elements in a browser over a timeline, while PHP lets you write dynamic SMIL code. The combination produces nicely-timed presentations.
There is More Than Just a Little Touching...11/24 - CodeGuru C# The way you interact with a personal computing device is changing and is about to change even more with lots of touching and even a little hidden video.
Understanding the What and Why of the MVC Pattern11/30 - ASPAlliance: articles The Model-View-Controller (MVC) pattern is becoming more popular and some software developers are still confused by what it is and how it benefits them. In this article, Brendan explains those two things using language which should be easy for people to understand.
Visual Studio Item Templates11/17 - ASP 101 News When you add a new page to your Web site, do you often find yourself cutting and pasting from another page to get started? If you're spending more time importing controls and setting up content regions for your master page than actually working on the new page, you might want to look into creating an "Item template" in Visual Studio.
Managing Your WPF Splash Screen's Lifecycle11/27 - DevX: Latest .NET News Splash screens are a prerequisite for a professional-looking application. Learn how to manage their lifecycles in order to avoid throwing errors.
New Updates to the ASP.NET Wiki11/26 - ASP.NET: News The Wiki continues to grow with updated Wiki Articles on AJAX Control Toolkit, ASP.NET Open Source Projects, Dynamic Data, and more. Share your knowledge and earn Community Recognition points by contributing to the ASP.NET Wiki.
A Sneak Peek of Visual Studio 2010 and .NET Framework 4.012/03 - 15Seconds.com Features Microsoft revealed quite a bit of exciting information at PDC 2008. Sprinkled in with the first real Windows 7 information and all the talk about the Azure Services Platform, was some interesting information on the upcoming Visual Studio 2010 and .NET Framework 4.0.
Reading XML Files in WSH12/01 - ASPFree: news In my last article I showed you how you can use Microsoft s XML Parser to create XML documents in WSH. Today I m going to show you how to use your scripts to read information from XML files....
Upload Large Files11/25 - DevX: Latest Web Development Content 2 ASP.NET doesn't allow you to upload files bigger than 4MB to the server.
Implement a Command Pattern Using C#11/24 - CodeGuru C# Learn how to implement a Command design pattern using C# with menus and toolstrip buttons as userinterface objects.
Advanced LDAP11/25 - ASPAlliance: articles In this article, Debjani discusses how to manipulate LDAP directories such as adding, updating and deleting entries and some other advanced topics related to LDAP. In addition to this, she also examines how to add and delete attributes to an entry. Towards the end of the article she also examines how to manage LDAP Security with special reference to Application Security.
Visual Studio Item Templates11/17 - ASP 101 News When you add a new page to your Web site, do you often find yourself cutting and pasting from another page to get started? If you're spending more time importing controls and setting up content regions for your master page than actually working on the new page, you might want to look into creating an "Item template" in Visual Studio.
Internet Explorer 8 Review12/02 - ASPFree: news After nearly taking over the web browsing experience by leveraging its operating system monopoly Microsoft got surprised by Firefox. The new browser ate away at the software giant s web browser market share forcing it to go back to the drawing board and create something competitive. Does Internet Explorer 8 rise to the challenge Keep reading to find out.... The All-New Adobe Creative Suite 4 Now Shipping: Adobe CS4: tools to help students express their ideas in video, on the web, or print.
Calling a SOCKS Proxy Server from Java12/02 - DevX: Latest Web Development Content 2 Learn how to call a SOCKS proxy server from Java code using the Socket class.
Working with Presentations in ColdFusion12/02 - ASPAlliance: articles In this article, Debjani describes the new features introduced in ColdFusion 8 for creating slide presentations. She provides comprehensive coverage of cfpresentation, cfpresentationslide, and cfpresenter tags with the list of attributes with relevant description. Towards the end of the article she examines the creation of a presentation with complete source code along with the detailed analysis.
Putting Windows Server 2008 Server Core to Work12/03 - 15Seconds.com Features This article picks up right where our introduction to Windows Server 2008 Server Core left off. This time around we cover installing a server role, keeping your server patched and updated, and enabling remote administration.
New Updates to the ASP.NET Wiki11/26 - ASP.NET: News The Wiki continues to grow with updated Wiki Articles on AJAX Control Toolkit, ASP.NET Open Source Projects, Dynamic Data, and more. Share your knowledge and earn Community Recognition points by contributing to the ASP.NET Wiki.
Disadvantages of the ASP.NET MVC Framework11/25 - ASPFree: news The ASP.NET MVC framework is a new and lightweight architectural pattern still in its infancy. Although evolving from Preview 1 to Preview 4 there are still a great many supplements and enhancements necessary. So far there have not been any real scenarios of ASP.NET applications putting it into practice. Now I m going to use scraps of code to list the disadvantages immaturity of ASP.NET MVC as far as I know. This is the fourth part of a four-part series that compares ASP.NET Web Forms with ASP.NET MVC....
Managing Your WPF Splash Screen's Lifecycle11/27 - DevX: Latest .NET News Splash screens are a prerequisite for a professional-looking application. Learn how to manage their lifecycles in order to avoid throwing errors.
PHP and SMIL: A Happy Combination12/01 - DevX: Latest Web Development Content 2 SMIL gives you control of multimedia and text elements in a browser over a timeline, while PHP lets you write dynamic SMIL code. The combination produces nicely-timed presentations.
Understanding the What and Why of the MVC Pattern11/30 - ASPAlliance: articles The Model-View-Controller (MVC) pattern is becoming more popular and some software developers are still confused by what it is and how it benefits them. In this article, Brendan explains those two things using language which should be easy for people to understand.
Implement a Command Pattern Using C#11/24 - CodeGuru C# Learn how to implement a Command design pattern using C# with menus and toolstrip buttons as userinterface objects.
An Introduction to the Microsoft Web Platform Installer12/03 - 15Seconds.com Features Getting a new ASP.NET Web development machine up and running isn't hard, but there are a lot of steps involved and it takes a fair amount of time. That's why Microsoft is working on a new tool called the Microsoft Web Platform Installer. It provides a single interface for installation of the tools needed to start developing Web applications on the Microsoft platform.
Using the Response.RedirectLocation Property11/03 - ASP 101 News It appears that ASP.NET actually includes a Response.RedirectLocation property which you can set instead of using the AppendHeader method we originally used in our tip about permanent redirects. The end result is the same, but based on the feedback we've received it seems that many of our readers prefer the RedirectLocation method.
21 Upcoming Webcasts11/25 - ASP.NET: News Register for an upcoming webcast to hear directly from the product team and industry experts on current and upcoming technologies, or watch the archived webcasts.
Creating an XML Document in WSH11/24 - ASPFree: news An eXtensible Markup Language XML file is a simple text-based database system that has been gaining a lot of popularity. Records are stored in a plain text format using a series of custom tags to separate pieces of data. Originally designed for portability and compatibility these files are becoming commonplace for software engineers and web developers....