Matt RaibleMatt Raible is a writer with a passion for software. 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.

Don't like Flash?

Try playing around with this site for a while and see if it changes your mind. I was mesmerized for a good 5 minutes just clicking and enjoying. Found via youngpup.net.

Posted in The Web at Oct 03 2002, 08:55:51 PM MDT Add a Comment

My New Editor?

The Mozilla Composite Editor is a LOT better than I originally thought - check this out. On your Mozilla browser, go to Preferences -> Composer and check the box at the bottom that says Use CSS styles instead of HTMLelements and attributes. Yeah baby! If you look at the source for this post (written with the Editor), you can see that there's a bunch of CSS to mark everything up rather than <b> and <i> tags. Install it here. NOTE: You will have to close your browser and re-start if you change this setting.

On second thought (after cleaning up the HTML in this post) it does enter <br> tags at the end of every line and screws up the spacing a bit. But it's definitely still very cool - it'll be great when it evolves into my full time Roller editor. Of course, that might take a few more releases.

Posted in The Web at Oct 03 2002, 08:22:38 AM MDT Add a Comment

HTML Editor as a Plug-In?

Found via Be Blogging, the Mozilla Composite Editor. Here's the scoop:

ComposIte is a chrome overlay which enables a streamlined Mozilla Editor for html composition in textareas. To use the editor, hit ctrl-e in a textarea. Alternately, you can turn on an 'Edit with Composite' button in the Composite prefs (v0.0.5 and higher).

The bad part, as Ugo notes, is that it does not generate XHTML. I haven't tried it, but it does come from Mozilla.org, so there's definite hope.

Posted in The Web at Oct 03 2002, 05:22:33 AM MDT Add a Comment

Built-in Blog.

I found this treat on Robert Scoble's site this evening:

Steven Vore points out that TopStyle is one of the first products he's seen that has a weblog built into it. Here's the Weblog. Update: here's a picture of how it looks inside TopStyle.

Cool - I own TopStyle 3.0 - guess I have a new blog to read now!

Posted in The Web at Sep 29 2002, 02:28:00 PM MDT Add a Comment

Tame your lists.

In Issue No. 151 of A List Apart: CSS Design: Taming Lists. This article will show you how to do cool lists like the one below with CSS.

  • Item 1
  • Item 2
  • Item 3

For you impatient readers, here's the code used to render the list above:

ul.glassList {
    list-style: url(../images/aquadot.jpg) disc outside;
    line-height: 1.5;
    vertical-align: top;
}
...
<ul class="glassList">
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
</ul>

Have a great Saturday!

Posted in The Web at Sep 28 2002, 03:10:06 AM MDT Add a Comment

Google News

I dig Google's new News feature I found this tasty treat this morning.

Microsoft acknowledges Linux threat
"We got beaten by Linux in the very high-end systems, but we have a whole development team despatched on that now," he is reported as saying in the Financial Times: "Linux isn't going to go away. Our job is to provide a better product in the marketplace." -- Steve Ballmer, September 2002. [ Full Article ]

Posted in The Web at Sep 25 2002, 03:03:27 AM MDT 3 Comments

Buying a Digital Camera?

Digital Cameras

If you're considering the purchase of a new digital camera, you might want to read this article from PC Magazine. The Editors' Choice winners are:

For $300: Nikon Coolpix 2500
For $500: Fujifilm Finepix F601 Zoom

I'm planning on buying one in the next few months for the arrival of the little one. Hopefully this article will make my decision easier - more research needed.

Posted in The Web at Sep 23 2002, 10:36:41 PM MDT Add a Comment

Flash Remoting MX - Developer Edition.

Good news! On the install, when I didn't enter a serial number, I received the following message:

No serial number has been entered. Macromedia Flash Remoting MX for Java will operate as a full-featured 30-day trial and then revert to a Developer edition, allowing only localhost plus a single-IP to connect.

Swwweeeeeettt! About time they started giving out "Developer editions." The install includes a WAR or EAR file (with samples) - your choice. Basically, it's up to you to deploy - the choice is just which ones you'd like placed on your hard drive for deployment. As a service to my readers - download the war.

BTW, I tried to publish the samples to this site, and it appears that there are some hard-coded localhost references in *.fla files. I checked all the JSPs and fixed one, but it didn't help. Works great locally on Windows XP, Tomcat 4.0.4, JDK 1.4.1.

Posted in The Web at Sep 23 2002, 07:42:41 AM MDT Add a Comment

Macromedia Flash Remoting MX Released.

From theserverside.com:

Macromedia today announced Macromedia Flash Remoting MX for J2EE AppServers (and also for .NET). Flash Remoting MX allows you to connect any J2EE-backend (EJB's, JMX, Servlets, java classes) to new GUI written in Flash; it was already used to create a new Petstore GUI on top of the original Petstore EJB layer. [ press release ]

The interesting thing about this product is that it seems to be app-server agnostic. Here are the system requirements:

Microsoft .NET Support
· Intel Pentium II processor or faster
· 256 MB RAM (512 recommended)
· 5 MB hard disk space
· Microsoft .NET Framework v1.0 SDK
· Windows 2000 Server SP2
· Windows XP Professional
· Macromedia Flash MX
· Macromedia Flash Player 6,0,47,0, or later
Java Support
· 256 MB RAM (512 recommended)
· 5 MB hard disk space
· Windows NT Server 4.0 SP6a
· Windows 2000 Server SP2
· Linux: Red Hat 7.3 or SuSE 7.3
· Unix: SPARC Solaris 2.7, 8
· J2EE 1.2, 1.3
· Servlet 2.2, 2.3
· Macromedia Flash MX
· Macromedia Flash Player 6,0,47,0 or later

A 5.64 MB Download. It troubles me that it's a trial download though. That means that Macromedia is going to charge me if I ever want to use this. In other Macromedia news, they sent me an e-mail today asking me if I wanted to be a beta tester for HomeSite 5.2! My fingers are crossed for Java support.

Posted in The Web at Sep 23 2002, 07:37:07 AM MDT Add a Comment

Good Advice from Aaron

at youngpup.net - How to Create Pop-Up Windows. It's basically a way to create javascript pop-up windows that are friendly to both web-savvy surfers and beginners alike.

Posted in The Web at Sep 22 2002, 06:16:19 AM MDT Add a Comment