Rick Strahl's FoxPro and Web Connection Web Log

My Links
Blog Stats
Archives
August 2010 (1) April 2010 (1) December 2009 (2) September 2009 (1) April 2009 (2) February 2009 (1)
West Wind News
Web Connection Training at Southwest Fox: Venue Change
Aug. 4, 2010
This year's Southwest Fox conference is moving to a new location and the Web Connection training event prior to the conference is going to move to...

Web Connection Training at Southwest Fox Early Bird Deadline extended
Jul. 16, 2010
We extended the early bird registration deadline for the Web Connection Training at Southwest Fox October 13 & 14 for another 5 days. Register early...

West Wind Client Tools 5.53 released
Jun. 21, 2010
West Wind Technologies has released a maintenance release of West Wind Client Tools. Client Tools provide a host of Internet functionality to client...

  



Search for:


Entered WebLog Entry
Aug. 17, 2010 12:00:00 am Running AJAX Requests in Web Connection 5.0 with Classic Request Processing
Web Connection 5.0's AJAX features were originally designed for the new Web Control Framework with controls that make using the AJAX features very simple. However you can also use these features from class wwProcess method and classic script/template pages with only a little extra effort using Web Connection's jQuery functionality and extensions. Here's how.
Apr. 20, 2010 12:29:00 pm Playing Media via Media Player Automation
This short entry shows a couple of ways how you can play media content from your FoxPro applications using ShellExecute and Windows Media Automation.
Dec. 29, 2009 12:00:00 am Understanding wwServer::lUnattendedComMode
wwServer::lUnattendedMode in Web Connection provides automated SYS(2335) support for Web Connection requests. This entry describes what SYS(2335) does and why it is quite useful in Web Connection applications.
Dec. 10, 2009 01:00:00 am Root-Relative Paths (~/path) in Web Connection
Root relative paths allow you to create location independent urls that work regardless from where within the application they are called. This means you can use a url with root-relative path syntax and get consistent results in any directory of the application which makes the url portable – easy to copy and/or use in other pages without changes. Web Connection supports root-relative paths in various ways. Here’s how.
Sep. 27, 2009 05:51:00 pm Updated Web Connection Web Control Framework Training Videos
I have recently update the Web Connection video tutorials on the site to the latest version of the latest version of Web Connection. The new videos are completely up to date to the current version of Web Connection, somewhat more detailed than the original videos and provided in higher resolution and audio quality. you can also view these videos onlin.
Apr. 29, 2009 05:12:00 pm A few Thoughts on Web Connection and Security
Security is an important topic that's unfortunately addressed way too late in the development process many times. I can attest to that personally. Recently there have been a few questions regarding a security bulletin that points out a couple of vulnerabilities in Web Connection, that have been fixed since, but are worth going over again especially in light of older versions that might not have been updated to the latest shipping releases of Web Connection.
Apr. 9, 2009 05:31:00 pm COM Interop and .NET Guids
Guid values in .NET are unfortunately not directly accessible in VFP via COM interop because the type is not marshalled in a meaningful way over COM for VFP to consume. You get an error when trying to access a Guid value. This is a common problem for Value types marshalled over COM. In this post I'll describe a way around this by way of an intermediary function to intercept method calls and convert parameters and return values into something that can be consumed in FoxPro.
Feb. 20, 2009 12:38:00 am Web Connection Version Updates and Compilation
Several people have run afoul a recent Web Connection version update. All of the issues come back to proper recompilation of the PRG files distributed with Web Connection and in this post I review the steps for proper recompilation of the Web Connection files after a version update and why it is necessary.
Jan. 4, 2009 02:08:00 am Important Bug Fix Regarding Cookies in Web Connection
After December 28th, 2008 a number of people have been seeing problems in their Web Connection applications due to permanent Cookies not saving properly. This typically manifests in Session objects not keeping Session state properly or any code that uses custom, permanent cookies. This post outlines the problem and how to fix it.
Oct. 12, 2008 11:54:00 pm Javascript and jQuery Intellisense in Web Control Pages
Visual Studio provides fairly decent Intellisense and with a little bit of tweaking of your pages you can get Intellisense for jQuery and the Web Connection client script library.
Oct. 4, 2008 04:29:00 am Watch out for SYS(2335) in non-COM Applications
SYS(2335) can have some unexpected side effects if it is activated in non-COM applications even though the documentation states that in non-COM applications it is ignored.
Sep. 21, 2008 06:06:00 pm Header Manipulation in the Web Control Framework
Header access via is currently not supported in the Web Connection Web Control Framework, but that doesn't mean that you can't manipulate the header fairly easily. Using Expressions is one way that works today. In the next update there will also be an explicit Header object that allows dynamically adding content to the header that the top or bottom more easily.
Pages: 1 2


© Rick Strahl, West Wind Technologies, 2004 - 2010