tag:blogger.com,1999:blog-76344712009-06-01T10:58:34.009-04:00Andrew Ross MacNeill - Articles & White PapersA collection of all my FoxPro and other developer-related writings from Conferences, published white papers and other sources. EnjoyAndrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.comBlogger22125tag:blogger.com,1999:blog-7634471.post-4782036315022402262009-06-01T10:44:00.002-04:002009-06-01T10:58:20.562-04:00Refactoring T-SQLWhile much has been said about the benefits of refactoring application code (see <a href="http://vfpx.codeplex.com/Wiki/View.aspx?title=Code%20Analyst">VFPX Code Analyst</a>), I typically haven't seen a lot of noise about refactoring T-SQL and stored procedure code. <br /><br />The refactoring features found in SQL Manager tend to be more about refactoring your database design but not about the actual content of the SPs.<br /><br />It's important to note that if you tend to rely on large stored procedures, then many of the same rules of refactoring apply:<br /><br />1. Keep it short and sweet.<br />2. Make it readable.<br /><br /><br />So when dealing with a particularly unruly stored proc (over 1000 lines), I was quite happy to find Red Gate's <a href="http://www.red-gate.com/products/SQL_Refactor/index.htm">SQL Refactor</a> (here's a <a href="http://www.simple-talk.com/sql/sql-tools/faster-database-development-with-sql-refactor/">post </a>from the lead developer).<br /><br />Some of the features are pretty basic (renaming variables, etc) but the one of great interest was the Encapsulate as a new Stored Proc. <br /><br />As with a number of tools that are add-ons to other components, its overall usefulness might seem limited if you are building your stored procs either using testing patterns or have good code review sessions - but if you're inheriting or just watching one procedure get too big, it's definitely useful.<br /><br />What about your SQL applications? How big do you let your stored procedures get?<br />What tools do you use?<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-478203631502240226?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-64276008835088526532009-05-22T13:40:00.002-04:002009-05-22T13:44:51.445-04:00Refactoring and Profiling(another session from Southwest Fox 2008)<br /><br />Refactoring is the art of clean-up and can be useful. Many books have been written about it, so it can seem daunting but the VFPX Code Analyst does make it easier. In this session, we see how the Code Analyst along with existing tools like the Coverage Profiler can make figuring out how to clean up your code can be made easy, simple and dare I say it, fun! <br /><br />You can also hear the full session on the FoxShow <a href="http://akselsoft.libsyn.com/index.php?post_id=396265">here</a>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-6427600883508852653?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-30426326249054640382009-05-22T13:27:00.003-04:002009-05-22T13:45:38.999-04:00Using VFPX : A Walkthrough features in CodePlexThis white paper is from a session originally given at Southwest Fox 2008, introducing many developers to how CodePlex works and how they can get involved with the VFPX Project.<br /><br />You can also hear the audio of this session <a href="http://akselsoft.libsyn.com/index.php?post_id=396265">here</a>.<br /><br />So you want to help out in VFPX? This session goes through how to get started with the VFPX Project and dealing with issues like source control, the Wiki-style attitude of Codeplex and more. <br /><br />What Is VFPX?<br /><br />VFPX is the future of the Visual FoxPro IDE and developer tools we currently know today. It is based on the VFP 9 SP2 core but realistically, it is more like taking all of the tools that have grown up around the VFP engine and making them ours to grow and enhance. Microsoft is no longer doing active development on Visual FoxPro; the product is officially supported until 2015 but then many developers still have VFP 6 applications running and VFP6 support ended in 2004.<br /><br />Visual FoxPro has a long running tradition of community enhancements. Back in 1990, the FoxPro CompuServe forums were among the busiest, with new downloads and an environment of users helping other users. Some of these tools were shareware, others were simply demos of commercial products and others still were released into the public domain, making them free. Since CompuServe closed down and the web became what it is today, a number of different avenues have cropped up as a way for keeping the FoxPro community in touch. Many offer downloads (such as the Universal Thread and Foxite) while others continue on the discussion aspect of the FoxPro forums.<br />VFPX is a community-driven effort to provide a single source for the latest in FoxPro tools, all offered under a single license for developers. It includes every FoxPro component provided by Microsoft that was written in xBase. For those developers who may have been unaware, a great deal of the tools provided with FoxPro, such as the Class Browser, Builders, Wizards and the Task Pane are all written in xBase, many of them by community members who were contracted by Microsoft. The Visual FoxPro engine (the executable and the runtime DLLs) are not being changed and are not available – but every other piece is. The last piece of core code that Microsoft provided for Visual FoxPro (Sedna) was put onto CodePlex. That's where we come in.<br /><br />While a lot of the existing pieces of VFPX are tools that improve the development experience, a growing number of them are interface controls and libraries that you can use to improve your own applications. Just as the FoxPro Foundation Classes (FFC) and Component Gallery provide samples and techniques for implementing technologies, VFPX includes GDIPlusX which makes working with graphics in your application easy or ThemedControls which provides standard Windows and Mac UI components written directly in FoxPro. <br /><br />If you have ever thought about how much better a particular tool in Visual FoxPro would be if it only had one extra feature, this is the opportunity to change it. If you have tools in your own developer arsenal that you think can benefit the entire developer community, propose it (more on that below) and get it in there. If you've developed interface components that you want to share with others, put it into the VFPX codebase. The main stipulation is that you will be offering it under a Shared Source license, making it available for anyone to use, change or distribute.<br /><br />Read more from the link enclosed here.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-3042632624905464038?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-27742191651665142222007-10-01T07:31:00.000-04:002008-05-08T07:47:21.142-04:00Using the VFPX Code AnalystThe Code Analyst is a tool in VFPX designed to make FoxPro application development and code maintenance easier. It combines the extensibility with a Code references-like interface, analyzing pieces of code or entire projects and identifying key areas for refactoring - similar to the Code Analysis tool in Visual Studio.<br /><br />You can identify your own project rules to highlight key areas of your application that may not match your own coding standards.<br /><br />A PDF version is available <a href="http://www.aksel.com/whitepapers/CodeAnalyst.pdf">here</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-2774219165166514222?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-67544943789006804382007-07-07T07:16:00.000-04:002008-05-08T07:18:14.711-04:00Alerting Users in your FoxPro ApplicationEvery application needs a way of notifying users about something. The first "something" that may come to mind is an error, which unfortunately, needs a very special kind of alert or handler. But there are lots of other events that users need to be aware of, whether you as the developer plan for them or not. In January 2007 issue of FoxPro Advisor, Mike Lewis wrote about a forced system shutdown "event" that would let administrators get all users out of the system. If you are running a process that may take a while, you might need to let users know when it has been completed. If you have a large application, there could be many events that require user notification. Perhaps worse, there may be many events that your users could have reacted to, "if only they had known" before something was happening. Some applications rely on reports to display this information – but why waste paper when you can simply alert users to an event?<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-6754494378900680438?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-2614765258649437942007-07-01T07:42:00.001-04:002008-05-08T07:46:42.703-04:00Refactoring in Visual FoxPro(this article was written prior to the Code Analyst but identifies the origins of where this tool came from)<br />With the sheer number of functions, commands and tools available within Visual FoxPro, it's easy to find more than <a href="http://fox.wikis.com/wc.dll?Wiki~HelloWorld~VFP">one way</a> to do the job.<br /><br />So multiply the number of ways by the number of developers on your team, and it's pretty easy to see why code maintenance is pretty important.<br /><br />Refactoring is about making code more useable (not changing the functionality but making it easy to understand and maintain).<br /><br />This article presents 3 core concepts:<br />1 - Never Use Keywords for variable or field names<br />2 - Use the most recent functions where appropriate<br />3 - Encapsulate, encapsulate, encapsulate<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-261476525864943794?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-58614662791969683732007-06-01T07:27:00.000-04:002008-05-08T07:28:07.879-04:00VFPX: New Tools based on Existing CodeTools like Code Analyst and Class BrowserX all use code from existing Visual FoxPro tools. This is possible because in 2007, Microsoft released the code for all of their xBase components with a special license. This license allows developers to create and update components and applications based on these components. It explicitly gives two rights:<br /><br />Copyright – "a non-exclusive, worldwide, royalty-free copyright license to reproduce the software, prepare derivative works of the software and distribute the software or any derivative works that you create"<br /><br />Patent – "a non-exclusive, worldwide, royalty-free patent license under licensed patents to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the software or derivative works of the software"<br /><br />There are some limitations; primarily that you can't use the Microsoft name, must include any existing copyright notices, and that the software is provided "as-is" but the real benefit is with how it can apply to your existing applications. Want to build something similar to the Task Pane in your application? You don't need to reverse-engineer it – you can simply look in the existing code and re-use it. Thanks to the Fox Team!<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-5861466279196968373?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-79927159106017428292007-03-01T07:50:00.000-05:002008-05-08T07:52:39.295-04:00Getting inside FoxPro FilesHere's one of the world's worst kept secrets: almost everything in FoxPro is really just a FoxPro table. <br /><br />Here's an <a href="http://www.aksel.com/whitepapers/HackCX.pdf">article </a>highlighting a useful tool from WhiteLight computing about how you can get inside FoxPro's designers, projects and reports.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-7992715910601742829?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1126095761864308842005-09-07T08:22:00.000-04:002005-09-07T08:22:41.906-04:00Testing ToolboxYou always test every aspect of your application--- right ? <br /> <br />Every application needs to get tested – either it gets done before the product is released, which is ideal or your users will do it for you, which usually turns out to be a big mistake. Even if you don't formally recognize testing in your project development cycle, you are still, in fact, testing from day one. Here are some tools and techniques that can help ease the pain of testing your Visual FoxPro application and adding it into your development process. Along the way, I'll try to answer some immediate objections to formalized testing. <br /> <br /><a href="http://www.aksel.com/whitepapers/Testing.htm" rel="testing">Testing</a> <a href="http://www.aksel.com/whitepapers/Testing.htm" rel="foxpro">Visual FoxPro Applications</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-112609576186430884?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1124828373306272472005-08-23T16:19:00.000-04:002005-08-23T16:19:33.336-04:00Show It and Support It : Screen Casting tools for everyoneHere's an article that was originally promised to FoxPro Advisor but they turned it down as it wasn't FoxPro-enough. Enjoy... <br /> <br />As many third party vendors will tell you, building the product is only half the battle. The next part, getting people to use it, can be just as tricky. This isn't just a "vendor" issue either. Almost every application being put into production in any organization faces an uphill battle towards adoption. This is where all the great features you've spent months building help to get users excited about using it. But what good are features if your users don't know about them? <br /> <br /> It used to be that building a self-running video or demonstration of software required a great deal of expertise and money, hiring a production company who did the work in their own studio. Today, developers and trainers are building these "screencasts" themselves and in this article I'll go through several options that are available to you. <br /> <br /><a href="http://www.aksel.com/whitepapers/ShowItAndsupportit.htm">Show It and Support It : Screen Casting tools</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-112482837330627247?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1113045247841213752005-04-09T07:14:00.000-04:002005-04-09T07:14:07.840-04:00Automating Communication with Instant MessengerFrom Dec 2001 - but the usefulness is still there if you use an IM client. Code samples are for Visual FoxPro. <br /><a href="http://www.aksel.com/whitepapers/messenger.htm">Automating Communication with Instant Messenger</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-111304524784121375?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com1tag:blogger.com,1999:blog-7634471.post-1113044802015572182005-04-09T07:06:00.000-04:002005-04-09T07:06:42.016-04:00Using Drag and Drop In Visual FoxProI recently had to revisit this article (originally written in 2001) for a more recent project. <br /> <br />I was implementing drag/drop but it also had to co-exist with a right-mouse click and a Double-click event that were pulling up Visual FoxPro forms. <br /> <br />The objects being used weren't ActiveX controls but regular FoxPro controls, but if you use the standard DragMode and Drag events in the VFP base classes, they conflict with the Double-click and right-click events. <br /> <br />The solution? Use the OLE Drag and Drop. <br /> <br />Now one thing that's not mentioned in this article is a property called CreateDragImage. That's a property Windows uses often with ListView controls to create that shaded image that appears under the cursor when it's being dragged. Sadly, that function doesn't work properly with Visual FoxPro so you have to build your own cursor or icon to make it look right. <br /> <br />This is one of those things where the FoxTeam at Microsoft might want to look for ideas for Visual FoxPro 10. Why? Because these are the little things that work in other environments but don't work in VFP that bug the FoxPro developers. There may be a hundred (valid!) reasons for it and it would take an army to figure them all out but they always cause those little moments where people go "damn! - why doesn't this work." <br /> <br /><a href="http://www.aksel.com/whitepapers/dragdrop.htm">Using Drag and Drop In Visual FoxPro</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-111304480201557218?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1113044217038874052005-04-09T06:56:00.000-04:002005-04-09T06:57:26.196-04:00Using SAPI with Visual FoxProAn introduction to use SAPI and the use of speech recognition in Desktop Applications, written in Visual FoxPro<br /><br /><a href="http://www.aksel.com/whitepapers/sapi.htm">Using SAPI in FoxPro</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-111304421703887405?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1112993656828552512005-04-08T16:54:00.000-04:002005-04-08T16:54:16.830-04:00Claiming Feeds<p><a href="http://feedster.com/claimfeed.php?key=15ef938a6f4134fd33fea0de2eaea445">No Need to Click Here - I'm just claiming my feed at Feedster</a></p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-111299365682855251?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1095615989090212522004-09-19T13:46:00.000-04:002004-09-19T13:46:29.090-04:00Using GenmenuxA session and white paper I gave back in 1994 at the German Devcon. From the white paper: <br /> <br />If you have ever felt cheated by the FoxPro Menu Builder and the limits it places on you, GENMENUX offers a perfect solution. <br /> <br />Just as GENSCRNX extends the FoxPro Screen Builder in ways that the original developers never imagined, GENMENUX attempts to extend the Menu Builder. The idea behind the "X" series of generators is that there are times when FoxPro does not provide everything required in the Power Tools. The "X" series provides the additional functionality that can add incredible power to these tools. <br /> <br />A copy of this paper is also available <a href="http://www.aksel.com/whitepapers/genmenux.htm">here </a> <br /> <br /><a href="http://www.dfpug.de/konf/konf_1994/prog/121_224.HTM">Genmenux</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-109561598909021252?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1094916811817446452004-09-11T11:33:00.000-04:002004-09-11T11:33:31.816-04:00Using FoxUnitHere's a quick overview on how to use FoxUnit, an open-source unit testing tool from Vision Data Solutions <a href="http://www.aksel.com/whitepapers/foxunit.htm"></a> <br /> <br />Get it from <a href="http://www.foxunit.org">FoxUnit.org</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-109491681181744645?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1094151451551608922004-09-02T14:57:00.000-04:002004-09-02T14:57:31.553-04:00Outlook Automation with VFPAn overview of how to automate Outlook with Visual FoxPro. <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-109415145155160892?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com5tag:blogger.com,1999:blog-7634471.post-1094147471260905562004-09-02T13:48:00.000-04:002004-09-02T13:51:11.260-04:00ActiveX Controls: TreeView, ListView and more...An early white paper on ActiveX controls, including how to use TreeViews,ListViews, DBI Technologies ctList (paid) , bbListview (shareware), and Eclipse's Cabinet control (a free control) <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-109414747126090556?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1094147069135214462004-09-02T08:14:00.000-04:002004-09-02T13:44:29.136-04:00Diagramming FoxPro: Automating VisioFrom FoxTeach a few years ago, this paper explains how you can automate aspects of Microsoft Visio. <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-109414706913521446?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1090076347099527972004-07-17T10:57:00.000-04:002004-07-17T14:38:31.043-04:00Using Installshield with VFP 8White paper on using InstallShield with VFP 8 that also discusses InstallShield's Update Service. <br />&nbsp; <br />&nbsp; <br /> <br /> <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-109007634709952797?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1090076068682378392004-07-17T10:44:00.000-04:002004-07-17T11:31:53.670-04:00User Interface Design in Web and WindowsThis is the white paper on user interface design that was given at a number of conferences including <a href="http://www.devteach.com/">DevTeach</a>&nbsp;2003 and others. <br />&nbsp; <br />From the overview: <br />"&nbsp; Interfaces are a lot like people – no two are ever really alike. That can present a problem for developers and end-users. On one hand, you want to provide a clear , consistent and easy to use experience for the user. On the other, you want to showcase your graphical design skills. This session goes through some of the issues confronting interface designers today and how we can best deal with them. " <br />&nbsp; <br />This session discusses the benefits of the Inductive User Interface, a concept that Microsoft initially showed in MS Money 2001 but has found its way into certain aspects of Windows XP, Office and other tools. <br />&nbsp; <br />Is the Inductive Approach really the best way? Well, it certainly works for new users, who can't discern between icons. As I look at my tool bar in IE right now, I can easily see that the magnifying glass means "Search" and that the left arrow means "Back". One icon that is pretty self-evident is the "Home" icon. Ever think about that one? I really back before 1989, a certain six-colored company introduced a product called Hypercard that featured, you guessed it, an icon for "Home". They really haven't changed from that time. But others certainly need some clarification and that's what the Inductive interface is about - it is TASK-oriented for those things that need to be explained. It's all over the web and slowly making its way into desktop apps. <br />&nbsp; <br />I work with an application for tracking issues that uses F5 to Discard and F6 to Save. Do you know how many times I've lost work because I mistakenly hit F5 instead? <br />&nbsp; <br />Anyways...enjoy and please post comments if you like this format. Maybe you would prefer it if the articles or white papers were put up as posts. If so, please let me know that as well. <br /> <br /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-109007606868237839?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com0tag:blogger.com,1999:blog-7634471.post-1089840587645067632004-07-14T17:29:00.000-04:002004-07-14T17:29:47.646-04:00Welcome to White Papers, Conference Notes and ArticlesI'll be posting stuff here very shortly.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7634471-108984058764506763?l=www.aksel.com%2Fwhitepapers%2Fdefault.htm'/></div>Andrew MacNeillhttp://www.blogger.com/profile/03888444225785506598noreply@blogger.com2