Today we will cover creating RESTful Web Services with WebDev v21. Its is very easy to create SOAP (WDSL) style Web Services with WebDev, but creating RESTful (HTTP GET) style services is a bit more difficult. The good news is v22 will include the ability to create RESTful Web Services, the same way that we can … Continue reading Creating RESTful Web Services with WebDev v21
Category: WEBDEV
Mobile Web Development Tips & Tricks
Recently I have been working on a web site that has dedicated pages for mobile phone, so it seems a good time to go over a few tips and tricks that come in handy with mobile development. We will be looking at a quick comparison of the “desktop” website and comparing that to the “mobile” … Continue reading Mobile Web Development Tips & Tricks
Getting UTC Time in ISO 8601 Format
Working on integrating with Amazon S3 services today, which uses a RESTful API. So far the hardest part is generating the login credentials. Amazon does this quite a bit different than most services. Instead of just sending an API Key and Token, you use several pieces of information, including the actual REST URL you are … Continue reading Getting UTC Time in ISO 8601 Format
Version 21 Top New Features
The Version 21 release is just around the corner, it looks like once again pcSoft has done a great job! This week the New Features brochure was released, so I wanted to highlight some of the new features that I think are most exciting. General WX and Windev Features #1 New Repositionable Note Control This … Continue reading Version 21 Top New Features
WebDev Date Entry Control Template
Date entry controls are ugly. Popup Calendars are cumbersome. Date entry controls are confusing when dealing with Multi-Language, where the format may be MM/DD/YYYY or DD/MM/YYYY. Now that we got that out of the way, let’s talk about this week’s upcoming article and webinar. I adding my latest date entry to the mix of methods … Continue reading WebDev Date Entry Control Template
Breadcrumbs 3 Ways
This weeks article and webinar is titled “Breadcrumbs 3 Ways”. No you haven’t tuned into my cooking blog, I am talking about website navigation links. In our continuing series on extending WebDev via CSS and JQuery this week we will be looking at 3 different styles of Breadcrumb links that you can use for you … Continue reading Breadcrumbs 3 Ways
WebDev Look and Feel Tweaks #1 – Using CCS Files for Private Branding
WebDev is definitely a great environment for developing Web based business applications. But as with any environment, there is a limit to what can be achieved out of the box. This week we will review a few methods that I have used on projects to push the Look and Feel envelop of WebDev. We will … Continue reading WebDev Look and Feel Tweaks #1 – Using CCS Files for Private Branding
Printing Multiple Reports in WebDev
I have shown you code before for printing reports in WebDev, so that the report opens as a PDF in a separate tab of the browser. Which is an important feature to include, especially on a WebDev dynamic site, otherwise the user will lose their "place" in your site. Recently I had a project where … Continue reading Printing Multiple Reports in WebDev
.NET Permission Issues
I spent part of my morning in .NET hell, a situation that I try to avoid as much as possible. That is the reason I use WX in the first place! I use a .NET library to convert JSON data to XML data, which will be the topic of a future webinar. But today's topic … Continue reading .NET Permission Issues
Changing the Looper Background as you hover over rows
While working on integrating the Stripe API into pcReminder.com, I notice that the look and feel of their FAQ section was really nice and clean. So I "liberated" it for another site I was working on. The only challenge in duplicating the interface was getting the looper rows to highlight as the mouse moves over … Continue reading Changing the Looper Background as you hover over rows




You must be logged in to post a comment.