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.

Aqua Text - How to Scale Down.

I sent an e-mail to the author (Rick Yaeger) of the aqua-text tutorial last night asking how to scale down my text and reduce the fuzziness (or as Lance called it, "the gel toothpaste look"). I got a kick out of this comment. Here is Rick's response:

There is an easy way to scale the effects of the style in Photoshop 7. In fact, that's what the command is called "Scale Effects..." and it is found under the Layers menu under the Layer Style submenu. Select the layer that has the effects you wish to scale and use this command to adjust those effects on a percentage scale with preview.

Another method is to create your type at 72pt and then flatten the image and scale it down 25%.

So I tried this, and it definitely helped. Here is the old one, and the new one. I've noticed that I do lack one thing as a Blogger - and that is following up on my previous posts, so here goes...

PDF Searching. Thanks to Vince Mastrantoni (no blog) and Greg Klebus for their e-mails. These will help me find my solution I'm sure. Thanks Guys.

The obvious answer would be Adobe Acrobat. But, this is not open source and if you have many files to search through, would be cumbersome. I tried to do a batch search using it, but was unable to. It appears as though this may not be supported or an option.

Another alternative is the Lucene search engine available at:

http://jakarta.apache.org/lucene/docs/index.html

Now, this by itself doesn't search PDFs. However, you can add a plug-in to do this. See here:

http://www.i2a.com/websearch/

Other stuff that might help is here:

http://www.etymon.com/

Also, the Google internet search engine searches and indexes PDFs and allows them to be displayed in text format. I'm not sure how or if this might help but I wanted to point this out to you.

Lastly, there is a PDF filter that Adobe provides that can be plugged into IIS index server. Tried looking for it but couldn't find it. Maybe you'll have better luck.

Vince

---
Found that filter. Gave up too soon:

http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows

Vince

---
Raible, (I seem to have read your explanation about the name :)

pdftotext (forgot the source, you need to google it yourself). The name says it all -- convert your PDF to text and do the search.

It's a default viewer under Midnight Commander on my linux box, so I can view PDF's as text easily.

Open source, and probably cross-platform.

You can also try Ghostscript, it probably has something similar (but it's big, and you'd need to go through Postscript files anyway).

I hope I could help.

Regards,
-Greg

Also, I mentioned a while back that I didn't use Mail for OS X, but instead I use Entourage. Truth is, I've started using Mail (over Entourage) for a very simple reason, it's faster. When I click on the icon, it opens faster. I'm easy that way.

To follow up on my iSync post, I can't wait for the actual release. When I import all my vCards from Outlook XP, it changes the "mobile" phone number to "main" in my Address Book. Because of this, my contacts' mobile numbers never make it to my phone - doh! This same import works fine in Entourage. Also, I can't seem to 1) sync with .Mac or 2) publish my iCal to my webdav-enabled Tomcat server. Not that I really need to, but I like to experiment and see if it's possible. Manually changing my contacts' numbers from "main" to "mobile" in Address Book fixes the problem, but what a pain. And my phone seems to end up with a bunch of contacts I never put in there - iSync definitely has room for improvement. I'm looking forward to this update.

Last, but certainly not least, to follow up on where is Russ - it's great to have you back Russ, you were missed. You update your blog more frequently than any others I read - thanks.

In other news, I can see Phoenix being my default browser very soon. It's Mozilla without the extra stuff (i.e. Mail) that I don't use.

Posted in General at Oct 10 2002, 11:32:26 PM MDT Add a Comment

Aqua Text.

I figured out how to make Aqua-style text this evening via this tutorial. Pretty cool stuff, but the Photoshop style that you download with the tutorial is designed for huge text and that's why my title on the aqua theme looks a little faded. It really looks excellent at 72pt font!

You might wonder why I've been working on this site and Roller so much lately? I've recently finished a 1.0 release of the software I've been working on the for the past 9 months. My client is now making a big push to sell it and I'm moving into maintenance mode for the next couple months (10-15 hours per week). A good idea on their part - to see what people like and don't like before adding new features. So I'm looking to pick up another 15-20 hours per week if anyone knows of anything.

In other site-enhancement news, I found that my contact form was not working to send me e-mail. So I fixed the JSP to work properly and added a sweet (I think) enhancement to the Contact page. Now when you submit the form, it submits it to an iframe that is 25px high and you never leave the page - you just get a success message. Try it, you might like it. BTW, for the JSP that sends e-mail, I use the mailer tag library - which makes it really easy.

Posted in General at Oct 10 2002, 02:27:11 PM MDT Add a Comment

JUnit Doclet and Code that documents itself.

JUnitDoclet looks kinda cool - found via James Strachan. It generates skeletons of TestCases based on your application source code. And it supports you to reorganize tests during refactoring. Nice - maybe we should use this on Roller and see if we can learn anything.

One thing we were discussing on the roller-development list today was if it's possible to generate generate documentation straight from our javadocs. I'd like to see something similar to javadocs, but easier for the non-programmer types to use and understand.

Posted in Roller at Oct 10 2002, 08:20:32 AM MDT Add a Comment

What's your largest attachment?

This story over at The FuzzyBlog! reminds of a story from a couple of years ago. A friend of mine, who lived and worked in San Francisco at the time, was writing an e-mail engine. He called it "the spam engine" but it was probably just used to send out mass e-mails to customers. Anyway, he decided to test it on me, so I received something like 1000 e-mails from him in one day. You can imagine my annoyance - and I thought to myself "that bastard - I'll get him!" So I zipped up a bunch of large files on my hard drive - including a JDK (40MB) and some other stuff. The final size of the zip was ~79MB. I attached and hit send. You can imagine how tickled I was when he called me to say, "What the hell did you send me? My Outlook froze up and it crashed my computer!" Needless to say, he quit testing his spam engine out on me ;-)

Posted in General at Oct 10 2002, 04:42:22 AM MDT Add a Comment

New Aqua Theme!

I added a new Aqua theme this morning - click here to try it. I don't know if I like it, it's a little bright. I hope you like it though, and feel free to send me any suggestions for other themes.

Posted in Roller at Oct 10 2002, 04:17:28 AM MDT Add a Comment