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.

Enable Rendezvous in Chimera

Did you know you can enable Rendezvous in my favorite browser? Man, that sounds cool! I haven't tried it yet, but will shortly after finishing this post!

Rendezvous is a technology promoted by Apple that aims to eliminate the need to configure network devices. Chimera supports Rendezvous to allow you to see HTTP and FTP servers on your local network, which may be provided by machines running Mac OS X or other operating systems, or devices such as printers or web-cams that have embedded servers.

Chimera requires Mac OS X 10.2.3 or later to be able to show Rendezvous devices, and the feature is currently off by default, since it is still somewhat experimental. To enable it, edit your user.js file, adding the line:

user_pref("chimera.enable_rendezvous", true);

When you restart Chimera, you should see a “Local Network Services” item on the Go menu, with a submenu that lists local servers. If you enabled FTP access on your machine, you should see that in the list; others may show up, depending on what servers and devices are available on your local network.

Tip o' the Hat to Eric. While you're at it, you might want to checkout ChimeraKnight. It automatically updates Chimera to the latest nightly version - perfect for update addicts like me.

Posted in Mac OS X at Jan 10 2003, 09:59:31 PM MST Add a Comment
Comments:

Post a Comment:
  • HTML Syntax: Allowed