This week's Uncle Pete's corner will be covering the WebDev Session Timeout Issue and while we are at it we will also track the time a user spends logged onto the site to use for usage statistics later on. Session Timeout The session timeout setting in WebDev determines how long WebDev keeps track of the users session … Continue reading WebDev Session Timeout and Usage Stats
WebDev Loopers Part 1
Photo by nasrulekram This week's Uncle Pete's corner kicks off a series of post and webinars covering all aspects of WebDev Loopers. Today's post and Webinar will be an intro to Loopers but in the coming weeks we will get into some advanced WebDev Looper Concepts Since this is a overview, there won't be as much … Continue reading WebDev Loopers Part 1
Conditional String Concatenation
Photo by nasrulekram This week's Uncle Pete's corner will be covering Conditional String Concatenation. This is one of those handy little tools to toss in your toolbox and pull out once in a while when you have a need for it. So what is conditional string concatenation? Well buried about half way done the online help page … Continue reading Conditional String Concatenation
Refactoring Code between WD and WB
Photo by nasrulekram Are you not taking advantage of all the refactoring features available to you in WX? Are you wasting time maintaining code in more than one place? Today we are going to use conditional target-code to refactor code between WinDev and WebDev so the Open Source Default Manager Class can be shared between both environments and avoid … Continue reading Refactoring Code between WD and WB
Using the Open Source Default Manager Class
Photo by nasrulekram This week's Uncle Pete's corner covers the use of the Open Source Default Manager Class. This is an introductory into the Open Source Initiative for anyone that hasn't worked with projects from other developers before, as well as show some uses for the default manager class. What is the Open Source Initiative I … Continue reading Using the Open Source Default Manager Class
Handling a Large PostgreSQL Installation Article by Instagram
Just so you don't think Uncle Pete has forsaken PostgreSQL Instagram has one of the largest PostgreSQL installations in the world, and they just recently posted an article on their blog with 5 tips for handling large PostgreSQL installations. http://instagram-engineering.tumblr.com/post/40781627982/handling-growth-with-postgres-5-tips-from-instagram The first two are of the most interest to us developer types, their use … Continue reading Handling a Large PostgreSQL Installation Article by Instagram
NextAge Open Source Application
The NextAge Open Source Application is meant as a “teaching” tool to provide sample code and a testing bed for all of NextAge’s open source classes and code. Along with using our Open Source classes, there is a collection of miscellaneous code and procedures that may be useful, but are not something appropriate to … Continue reading NextAge Open Source Application
Open Source – System Log
The System Log Class was created to provide standard method of recording errors in a database table. The SystemLog class has been tested in both WD and WB. The System Log Class was created to provide standard method of recording errors in a database table. Often we have users that call for support, but when … Continue reading Open Source – System Log
Open Source – Business Rules
The Business Rule Class was created to provide a uniform method of enforcing business rules and data validation in an application. The Business Rule Class was created to provide a uniform method of enforcing business rules and data validation in an application. Furthermore it provides the ability to adjust and extend the business rules from … Continue reading Open Source – Business Rules
Open Source – Browse Form Manager
The Browse Form Manager Class was created to provide some advanced interfaces in my applications, without having to include a lot of code to manage the interface in each window. The Browse Form Manager Class was created to provide some advanced interfaces in my applications, without having to include a lot of code to … Continue reading Open Source – Browse Form Manager

You must be logged in to post a comment.