Contents tagged with web applications
-
Security enhancement feature added to Visual WebGui enterprise HTML5 Platform
Access to an enterprises internal web based application poses significant security problems for most organizations. With the expansion of the internet and BYOD, applications that were accessed in the past only from within an organization over an internal intranet network have now expanded to the outside world in the form of mobiles and tablets found at employee’s homes or on the road. As these applications usually contain sensitive data, a developer must consider a whole world of scenarios that need to take effect specifically, the systems firewall which protects from hacking and the authentication and authorization mechanism. Internal enterprise applications usually require authentication and authorization by a logged in user to access certain or all of the information on a given application. Moreover, these applications need to make decisions based on a given logged in user: some pages or actions might be restricted to only logged in users, or to a certain subset of users; other pages might show information specific to the logged in user, or might show more or less information, depending on the user viewing the page.
Visit our blog for our entire selection of blogs
Creating a forms security
At Gizmox, we have always focused on how to ease the developers’ transition to secure, native-like, HTML5 web application development so that it as friendly and familiar as possible. For this reason. we have created the Forms Security mechanism in Visual WebGui. This mechanism allows developers to fairly easily and rapidly integrate a filesystem-based permissions mechanism into Visual WebGui applications which run in an Active Directory environment on Windows operating systems. This is done by generating a dummy file for each form in an application, in a dedicated directory under the application root. After this has been generated, a system admin for example, could leverage access to the application’s forms by modifying the appropriate dummy file permissions through a familiar IIS Manager or file system interface..Building secure internal web based applications for enterprises will surely come naturally for Visual WebGui developers, making the look and feel of your Visual WebGui’s application as native to the device as possible with native level security
Demo

Start building rich HTML5 mobile applications within Visual Studio today. Trial a full-feature version of Visual WebGui Professional for 30 days with no commitment.
Free Trial
Gizmox Blog -
Transposition - the success story of VB6 migration
Since all of you VB developers in the present or past would probably find it hard to believe that the old VB code can be migrated and modernized into the latest .NET based HTML5 without having to rewrite the application I am feeling I need to write another post on our migration solution. Hopefully, after reading this and the previous post you will be able to understand the different approach of our solution which already helps organizations around the world move away from the constraints of VB6 and free them to access the applications from any computer or browser-supported devices. I will write on such organization later in this post.
-
Migration & Modernization: Windows/VB6 Apps to ASP.NET HTML5
I would like to invite you to a webinar we are doing in collaboration with Jeffrey S. Hammond, Principal Analyst serving Application Development & Delivery Professionals at Forrester Research.
The webinar is free and it will will introduce the substantial changes brought on by the move to Web Applications and Open Web architectures, and the challenges it places on application development shops. We’ll also introduce how we at Gizmox are helping client navigate this mobile shift and evolve existing Windows applications with a new set of Transposition tools called Instant CloudMove. We will discuss the alternatives in the market to evolve your existing applications and focus on our transposition tools that reduce migration risk, minimize costs, and accelerate your time to market. -
Security - Overcoming Data-Centric RIA Challenges
This is the 4th and last post discussing the challenges in developing business RIA applications. This week I am going to talk about security.
-
Web 2.0 Extension for ASP.NET
ASP.NET is now much extended to support line of business and data centric applications, providing Web 2.0 rich user interfaces within a native web environment. New capabilities allowed by the Visual WebGui extension turn Visual Studio into a rapid development tool for the web, leveraging the wide set of ASP.NET web infrastructures runtime and extending its paradigms to support highly interactive applications.
-
Web & cloud development simplicity Webcast
Have you asked yourself why Web development tasks are so complex? Why must you master so many different coding languages and moving-target standards to develop a single line-of-business Web application?
-
Visual WebGui 6.4 beta 1 released w/ jQuery integration and further enhancements
The new version of the VWG web/cloud applications framework offers upgraded performance, scalability and complete developer and designer freedom to design and customize Web 2.0 UIs. Visual WebGui 6.4 beta 1 incorporates about 1,000 complete features either added or fixed from 6.3, including increased customizability with the new control level designer, theme designer and jQuery integration. The new version also includes 4 out-of-the-box skins for simple personalization of the UI look and feel. The new version improves WinForms compatibility and provides a much comprehensive set of events with upgrades to the DataGrid and ListView.
-
Are Enterprise AJAX Applications Doomed…Or Are We?
Sometimes, it seems that the world is all about man vs. technology, and one has to lose. This seems to be the question raised about AJAX; from the general challenges of AJAX, including cost and expertise needed, to its security issues, will the technological good prevail or will we humans be seeking an alternative? Navot Peled explains that it doesn’t have to be only one or the other; there are solutions that offer a win-win situation.
-
Discovering Windows over Web
Have you asked yourself why Web development tasks are so complex? Why must you master so many different coding languages and moving-target standards to develop a single line-of-business Web application? Do you understand what it takes to optimize an application's performance and security and to minimize the bandwidth and the CPU consumption without drastically raising the development costs and time-to-market? Based on pages, the Web was designed to carry informative Web sites and some stateless-based interactive apps. However, highly mature forms-based desktop development paradigms have evolved to the level of common knowledge among Microsoft .NET developers. Discover the right combination between greatest Web benefits and the most mature development paradigms in a MSDN webcast to be presented on January 27.
-
How to make your ASP.NET third party control run faster
You can learn more on implementing ASP.NET third party controls with the Empty Client approach and by that enhancing its performance and making it secured by design in this article.