25 Results for:XHTML

  • Sort by: 

Critical vulnerability exposes Fortra GoAnywhere users

By Alex Scroxton 24 Jan 2024

Fortra GoAnywhere MFT users must take steps to address a newly disclosed zero-day vulnerability without delay Read More

Digital nomad visas: 28 destinations offering them

By Harriet Jamieson 26 Mar 2024

Digital nomad visas are becoming increasingly popular, as more and more people choose to work remotely. Read More

Template based web design with JSF Facelets: ui:insert versus ui:include

By Cameron McKenzie 20 Jul 2014

When creating a web page template with JSF, a developer needs to know the difference between ui:insert and ui:include. They're actually quite different, but the similar sounding names can create confusion. Here's a... Read More

Creating pages based on a JSF template: Using the Facelets ui:define tag

By Cameron McKenzie 20 Jul 2014

What do you do once you've set up a handsome page template using the Facelets functions that come with JSF 2.x? Well, you start creating new pages, meshing those ui:define tags in with ui:composition and ui:insert.... Read More

JSF Tutorial: Completing the Ajax based Facelets application

By Cameron McKenzie 31 Aug 2014

If you're using JSF, you're probably using Facelets, and if you're creating modern web based applications, you'll likely want to use Ajax based request-response cycles. Here we conclude our tutorial on JavaServer ... Read More

How to invoke a JSF managed bean asynchronously through JavaScript

By Cameron McKenzie 04 May 2015

Sometimes great frameworks like JSF, Wicket or Spring MVC make simple tasks surprisingly difficult to do. With JavaServer Faces, the simple task of invoking a method on a managed bean is actually a bit of a chore. ... Read More

Integrating Ajax into your Facelets pages: Death to JSF's request-response cycle

By Cameron McKenzie 20 Jul 2014

If you're doing Facelets development, this might be the most important tutorial you will ever read. It will explain to you how to throw out that annoying request-response cycle, and explain how to integrate Ajax ... Read More

The 10 most common and avoidable HTML5 mistakes

09 Jan 2015

Learn about the 10 most common and most avoidable HTML5 mistakes and how best to avoid them. Read More

10 reasons why HTML5 implementation should happen now

08 Jan 2015

Learn the top 10 reasons why HTML5 implementation should be your next Web development project. Read More

Turning a web page into a JSF 2.0 template with Facelets

By Cameron McKenzie 19 Jul 2014

How do you take a web page and turn it into a template using Facelets as the template engine? It takes some JSF, some HTML, maybe some CSS, and lots of JSF UI tags, but overall, it's an easy and simple process if ... Read More