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.

New Roller Feature: Comment Subscribers

I added a new feature to Roller last night. Now, if you have e-mailing of comments enabled, all the folks that have commented on a post will be cc'd when a new comment comes in. Here are the features/issues it currently has:

  • (Feature) Now a URL appears on the bottom of the e-mail with a link to comment on the post.
  • (Issue) Weblog owner is cc'd when they post a new comment. Since it's always "to" them, there's no need to cc them. I just noticed this after replying to another post - however, I only received one e-mail, so who knows.
  • (Issue) When a commentor does not specify an e-mail address, the from address is set to "[email protected]." I don't know if this is the best way, but it works for this initial cut.

You must specify an e-mail address to be cc'd on comments (of course). Feel free to give it a whirl.

Posted in Roller at Jun 18 2003, 06:26:08 AM MDT 4 Comments
Comments:

This is great! Thanks for working on this.

Posted by Lance on June 18, 2003 at 08:29 AM MDT #

Yeah, I dig it too - makes it a lot easier to manage comments.

Posted by Matt Raible on June 18, 2003 at 11:44 AM MDT #

Just curious as to what you were doing about bogus e-mail addresses? So, let's say someone enters a bogus e-mail address or misspells their e-mail address when leaving a comment. Any other comments to that post are going to cause your system to send out an e-mail address each time to a bad address.

Posted by David Czarnecki on June 19, 2003 at 08:14 AM MDT #

How "should" I handle it? I really don't care b/c (I think) the system will just ignore if invalid e-mails are specified. When they bounce back, they'll go to whoever sent it. I don't think it's a good idea to write code to verify correct addresses. If you don't enter an e-mail address (like you did), it shows up as from "[email protected]" and you're not cc'd on this reply.

Posted by Matt Raible on June 19, 2003 at 09:26 AM MDT #

Post a Comment:
Comments are closed for this entry.