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.

Round Squares with CSS

Want to create squares with rounded corners - and only use CSS? If so, you might want to checkout the CSS Rounded Box Generator. Source: CSS Beauty.

Posted in The Web at Mar 23 2005, 09:35:05 AM MST 2 Comments
Comments:

I personally don't like the extra markup in the html. Here's a similar solution that uses javascript to dynamically create the extra divs. http://www.sitepoint.com/article/rounded-corners-css-javascript And here's one that uses some PHP code to actually create the corner images for you. http://hardgrok.org/blog/item/20/ This last one uses a combination of the javascript trick as well as no images. Thats right, NO images. It uses a bullet character I think. THe link seems to be down right now, but its back up again, definitely worth a look. http://pro.html.it/esempio/nifty/ Please answer this simple math question: 6 + 36 ... haha. Awesome.

Posted by Ramin on March 23, 2005 at 08:59 PM MST #

Another example of one that works based on bullets

Posted by gary bogachkov on March 24, 2005 at 01:32 AM MST #

Post a Comment:
Comments are closed for this entry.