As a preview of some of the content that will be shared at wxDevcon 2023, Gavin Webb will be doing a webinar Jan 5th at 10AM CST. You don't want to miss this webinar or his full presentation during wxDevcon! If you haven't signed up for wxDevcon yet, do so now, without a minimum amount … Continue reading Gavin Webb – Webinar Jan 5th 10AM CST
Category: WX
JSON Member Enumeration
In several of our projects we log before and after versions of a record for audit purposes. We do this by serializing the record into JSON and then storing the JSON string We can then Compare the before and after of a record and show the changes, but of course we want to do this … Continue reading JSON Member Enumeration
New WEBDEV site: Look & Feel Examples
I am working on a new site and we are refining the look and feel for it, the priority and goal for the site is to be as clean and simple as possible. It will be 100% consumer facing. So far we have done a Mobile First style login page, we are undecided if the … Continue reading New WEBDEV site: Look & Feel Examples
Mapping Attribute and Class Properties
The mapping attribute is probably one of those features that many folks don't know about. It doesn't even get a lot of attention in the documentation, but it is a really handy feature that has saved my bacon more than once. Before we can talk about the mapping attribute we need to first talk about … Continue reading Mapping Attribute and Class Properties
Screen Scaling and WINDEV
You don't often get WINDEV tips from Uncle Pete as I spend the majority of my time in WEBDEV, but here's a quick one for you. We use to have a lot of display issues when someone had their screen scaling set to something other than 100%. In old versions of Windows this was referred … Continue reading Screen Scaling and WINDEV
v27 WebDev Zone/Style Issues and Uncle Pete’s Tips
One of the "features" of WEBDEV v27 was a revamp of zone editing (Feature 793). Below is details from the New Features document. It sounds so great and simple, but I believe it is at the core of some of the biggest issues a few of our clients have had with their WEBDEV v27 upgrades. … Continue reading v27 WebDev Zone/Style Issues and Uncle Pete’s Tips
wxDevcon 2023 – May 4-5, 2023 – Lake of the Ozarks, Missouri
Note: This post will be continually updated as we near the event dates. Urgent Update! The final Registration Deadline is April 7, and we only have a couple of slots open, if you want to attend you need to register as soon as possible! We will be holding a 2-day Developers Conference at Lake of … Continue reading wxDevcon 2023 – May 4-5, 2023 – Lake of the Ozarks, Missouri
wxDevcon 2023 Dates Set and Registration Open
We will be holding a 2-day Developers Conference at Lake of the Ozarks, in Missouri on May 4th and 5th 2023. Sessions will be Thursday and Friday from 9AM - 4PM, with a lunch break. We are trying to keep registration costs down for the event so we will be providing coffee, tea and water … Continue reading wxDevcon 2023 Dates Set and Registration Open
v26 101d update – possible WAS issues
I haven't been through but one WAS (Web Application Server) update to the new 101d patch of v26, but I wanted to get this info out ASAP for anyone else that may run into it. I suspect this may be an issue that only effects Apache installation, which is what all of our productions servers … Continue reading v26 101d update – possible WAS issues
EncryptStandard will support an Initialization Vector in v27
This one won't mean much to most folks. Unless you have taken a deep dive into encryption and had to work with encrypting/decrypting data without side systems and they are using CBC (Cipher Block Chaining) as the operation method. I barely understand encryption at this low of a level myself, and definitely not at a … Continue reading EncryptStandard will support an Initialization Vector in v27
You must be logged in to post a comment.