In the never-ending saga of penetration testing, we got dinged this morning on a clients server with the following error After much research I discovered that the reason it was complain was it ways getting that Set Cookie line coming in as a Header on responses from the site. BTW, I discovered that you can … Continue reading Penetration Testing, Cookies, and Apache Versions
File Manager Primer – Deleting Records
One of the points of the FileManager classes is they give you the same basic features as standard file access. But then can be extended to handle additional features and functions. I realized I have not written an article covering the basic file access functions and how to extend them so it seems like a … Continue reading File Manager Primer – Deleting Records
v28 – Code Hashtags
One of my presentations at wxDevcon was "Uncle Pete Loves v28", in that presentation we spent an hour exploring some of the new features and improvements in v28. Over the coming weeks, I will be sharing much of that information via blog post. One of the new features in v28 is Code Hashtags and I … Continue reading v28 – Code Hashtags
Strange Compile Error after v28 conversion
We converted several projects from v27 to v28 yesterday for one of our clients and ran into a very strange error. Suddenly one of our class methods was reporting several compile errors referencing the incorrect use of the THEN keyword When looking at the code you can see the issue is the space between the … Continue reading Strange Compile Error after v28 conversion
v28 WAS (Web Application Server) upgrade issues
I just wanted to post a few quick tips/warnings concerning v28 WAS upgrades. I have upgraded quite a few servers for several of our clients as well as our own now, and some went very smoothly, others ran into a few issues, but nothing that I couldn't overcome. These issues haven't been consistent enough for … Continue reading v28 WAS (Web Application Server) upgrade issues
HTML Display Control Drag and Drop
We are using the HTML display control to display images and/or PDFs stored on Amazon S3 in a project and ran into a couple of issues when we tried to implement drag and drop. Continue on for more details and my solution As I said we are storing files on Amazon S3 for this project, … Continue reading HTML Display Control Drag and Drop
Quick Tip – Additional IDE Search Filters
It has been a while since we have had a little tip from your Uncle Pete. It never ceases to amaze me that as long as I have been using the WX IDE there are still features to be discovered that I wasn't aware of. While working with a client today via a remote session, … Continue reading Quick Tip – Additional IDE Search Filters
More Enhancements to the Browser Date Parser
Last Week I wrote about a custom date parser procedure that could be used along with jQueryUI's DatePicker, and I said it could handle pretty much any date format you could throw at it. Well turns out it couldn't ... but now it can! If none of this is making any sense to you be … Continue reading More Enhancements to the Browser Date Parser
Adding a Custom Date Parser to jQueryUI’s Date Picker
Today we are going to add a custom Date parsing routine to the JQueryUI Date Picker so it automagically parses dates in a variety of formats. Back in August of 2020, I wrote an article showing you how to incorporate the JQueryUI Date Picker into your WebDev applications. If you have read that article be … Continue reading Adding a Custom Date Parser to jQueryUI’s Date Picker
Exciting News! Glenn Rathke will be presenting at wxDevCon!
Glenn will be presenting the Framework for both WinDev and WebDev. The framework is a great 'jumping off place' for the developer starting new applications. In both platforms, a dynamic ribbon bar like approach is used for the entry points into the app, as well as a highly customizable dashboard and internal messaging system. Many … Continue reading Exciting News! Glenn Rathke will be presenting at wxDevCon!
You must be logged in to post a comment.