When multiple people work on a WebDev project, sometimes more than one person needs to be able to publish an update to the site. If you have ever published a site you know there are quite a few parameters and passwords that you have to get correct. Instead of having to share all of that … Continue reading WebDev Publishing Parameter File
Category: WEBDEV
Gmail Style Email Entry Field – Part 1
This week's Uncle Pete's corner will be covering Gmail Style Email Entry Field We will be creating a Gmail Style Email Entry Field, which means we will be creating a type ahead style combo box and a few other features as well. In my "spare" time, I have been slowly rewriting pcReminder.com, which I originally wrote with … Continue reading Gmail Style Email Entry Field – Part 1
Uploading and Processing an Excel File
I needed to upload and process an excel file via WebDev for a recent project. To accomplish the task, several concepts covered, so I figured it would make for a great "Uncle Pete's Corner" We will be covering: The WebDev Upload Control Drag and Drop File Uploading The Native Excel Commands Updating a progress bar … Continue reading Uploading and Processing an Excel File
WebDev Session Timeout and Usage Stats
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
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
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
Two Styles of Editing Records from a Link in an AJAX Table
This article is going to show two different styles of edit screens that can be used with AJAX tables in WebDev. Both Popup Pages and Full Page edits via PageDisplay. In fact for the demo, I have added a check box control that determines which style of edit to use at run time! For a … Continue reading Two Styles of Editing Records from a Link in an AJAX Table
Web Design Resources
With the recent WebDev Article I have posted, folks have asked about the resource's I use for web development, this isn't an exhaustive list but a good place to start. Google Do I really need to say anymore? Where do you think we found all of these resources? Color Schemer Online A handy tool to … Continue reading Web Design Resources
More WB Fun – The Running Doctor
You learned about using WB browser code with timers and properties to achieve "eye candy" type of effects without having to know JavaScript in the CURE Effect Article. Today we are going to using some of those technique plus a few new items to achieve the Running Doctor that you can see on theTaxCure.com's Under … Continue reading More WB Fun – The Running Doctor

You must be logged in to post a comment.