Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

Fix CSS max-width in IE

Anthony has a good post on using this minmax script to fix a CSS bug in IE. If you're using the Sunsets theme (like I am) with Roller - you might want to add this to your page templates. I've patched this site - thanks Anthony!

To patch your theme, create a page with name "_minmax.js" and link "minmax.js", populate it with the script contents and then add the following in your theme's <head>:

    <script type="text/javascript" src="$ctxPath/page/$userName/minmax.js"></script>

You can also create CSS pages for your site using a similar technique. While we're talking about IE bugs, you might want to know that <script/> doesn't work in IE, that's why you always have to add the closing </script> element.

Posted in Roller at Nov 30 2004, 08:23:31 AM MST 6 Comments
Comments:

You might want to name the page _minmax.js so that is doesn't show up in the navigation (Home | Archives | minmax.js), change the script reference appropriately.

Posted by Lance Lavandowska on November 30, 2004 at 11:07 AM MST #

Thanks Lance - fixed now.

Posted by Matt Raible on November 30, 2004 at 11:11 AM MST #

Matt, I don't know if you use Avantgo for your pda, but this 'fix' is probably what screws it up. Until the post below, your site worked fine in my tungsten, and I could read the posts on the way to work. All of the pages would degrade nicely to fit the width of the screen. Now everything is too wide and I have to scroll back and forth, instead of just up and down. What a bummer. I'm sure that I'm not the only one affected by this. Anyways, great site, always a joy to read. Take care.

Posted by Bruce Scharlau on December 08, 2004 at 03:20 AM MST #

Matt, thanks! The site works again in Avantgo. This is great, now I can read the pages again. Brilliant!

Posted by Bruce Scharlau on December 10, 2004 at 06:24 AM MST #

That's wierd Bruce - I didn't change anything!

Posted by Matt Raible on December 10, 2004 at 07:27 AM MST #

 
-- The site works again in Avantgo. --
-- That's wierd Bruce - I didn't change anything! --
 
Suspecting this could be a "reload" issue? Whether IE and/or Firefox will reload a page seems to depend on the DOCENGINE declaration.
 
- Al -
 

Posted by picbuck on November 23, 2005 at 10:19 AM MST #

Post a Comment:
  • HTML Syntax: Allowed