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.
You searched this site for "<a href=". 3,022 entries found.

You can also try this same search on Google.

Apple Store in Cherry Creek

A new Apple Store is opening in Cherry Creek (Denver) this weekend! It's actually further away from us than the Aspen Grove store, but it's in a cool part of town. Cherry Creek is both an area of town and a mall - and the store will be in the mall. The good part, now we can go "shopping" and I can attend all their cool iPhoto and iMovie sessions while Julie and Abbie pal around. Other than the iApps sessions, the Apple stores don't do much for me - while it's cool to look at the new Apples, it gets old after 2 or 3 drool-sessions.

Posted in Mac OS X at Nov 18 2002, 01:38:07 PM MST Add a Comment

Beautiful Denver Sunset

Impressive eh? As I coded past the light of day tonight - I looked out my office window and the front yard and neighbors house was glowing orange. So I leapt out of my chair and scrambled for the back yard. What I saw there was breathtaking. This is one of the best parts about living in Denver, the sunsets are amazing - and we get them a lot! I don't know if it's the pollution or the altitude, but they sure are impressive.

Posted in General at Nov 18 2002, 12:40:36 PM MST 1 Comment

Good Job Mailing List

If you live in Colorado, or you want to move here, I suggest you subscribe to the rmiug-jobs mailing list. I subscribed about a week ago, and I've seen 1-2 good developer-type jobs in my Inbox per day! That's excellent during these times. The best part, they seem to come from actual employers more often than recruiters.

Posted in General at Nov 18 2002, 11:50:53 AM MST Add a Comment

XDoclet and the Matrix

I got a list of the XDoclet Team Member's Weblogs this morning from the xdoclet-devel mailing list.

So I visited them (first two I already knew about) and on Mathias's blog I found some interesting, and slightly disturbing stuff. There is a post from Tuesday, November 5th called Ara Again, that links to this article that Rickard wrote. Rickard's article points to this article about the movie Signs. Both of them discuss a theory of two races, which includes the presence of a "Matrix Control System" (MCS), not too different from the one found in the popular movie, which if true would provide us with a profoundly different take of what reality is and why it works the way it does.

Needless to say, I read them both, and it's a little heavy and disturbing for a Monday morning and a reader with a possible concussion (I've had a headache since yesterday morning).

Posted in General at Nov 18 2002, 04:40:45 AM MST Add a Comment

Chimera Gets Faster

If you use Chimera as your web browser on OSX (and there is every reason to) you might be interested in a little speed boost reported recently by MacOSXHints.

It's called HTTP/1.1 Pipelining and you can enable it by adding the following lines to the preferences file ( ~/Library -> Application Support -> Chimera -> Profiles -> default -> [random].slt -> prefs.js ):

user_pref("network.http.pipelining", true); 
user_pref("network.http.proxy.pipelining", true);

There should be a noticeable speed increase, especially news heavy sites such as Slashdot or Metafilter.

{ via xlab via pixelised }

Very cool - my fastest and favorite browser gets even faster! What more could you ask for on a Monday morning?

Posted in Mac OS X at Nov 18 2002, 01:16:09 AM MST Add a Comment

XDoclet 1.2, the migration continues...

This evening, I continued trying to migrate Roller to the lastest version (1.2 beta) of XDoclet. The last time, I made it pretty far, but discovered that the action-mappings weren't being generated in <struts-config>. This time, they showed up, but only a couple of them. I did a little digging and discovered that the two Actions extended org.apache.struts.action.Action, whereas most of the Action classes in Roller extend org.apache.struts.actions.DispatchAction. This used to work just fine with XDoclet 1.1.2, but appears to be broken in the lastest release. So I filed a bug in XDoclet's JIRA and now I sit and wait. I want to just dig into the XDoclet code and fix this, but since it was working in 1.1.2, I'm guessing it was either intentional (and I can fix my problem via Roller's build.xml or a simple oversight and someone can fix it quickly.

Posted in Roller at Nov 17 2002, 06:50:24 PM MST Add a Comment

UML and SVG in Eclipse

Eclipse Topics From jsurfer.org:

Omondo is proud of being the first software vendor who will include SVG export inside Eclipse. Omondo is also the first software vendor using GEF and EMF. Our EclipseUML Free Edition allows object-oriented modelling to become truly useful in complex technology domains such as transaction systems, messaging systems and web services. http://www.omondo.com

Cool - a free UML plugin for Eclipse. Don't get too excited though, on the download page, I found it's a beta and has only been qualified for Eclipse 2.0.1 running in Windows 2000/XP. Does that mean it's only been tested on that platform?

Posted in General at Nov 17 2002, 04:26:02 PM MST 2 Comments

Jackpot!

A New project at Sun Labs promises to make programming tools more effective.

"There have been a lot of good ideas and interesting approaches that weren't being reflected in the commercially available tools, particularly the IDE interface."

...

In July 2000, Van De Vanter and Gosling decided to combine forces on a new project called Jackpot. The project is all about making programming tools more productive by making them easier to use and more effective at reducing code complexity. To this undertaking Van De Vanter and Gosling brought an intimate appreciation of how programmers actually work, along with new architectural approaches.

This was in the year 2000 - have IDEA and Eclipse already done this? Seems to me like they have certainly revelutionized IDE's and made them something we like to use again.

Posted in General at Nov 17 2002, 08:19:31 AM MST Add a Comment

My Journey into Accessibility

Bobby WorldWide Approved 508 I got a wild itch tonight and decided to make this site Section 508 Approved. All I really needed to do what do a little code alteration within the forms (search and theme switcher) in the menu. I had to add <label> tags around the search box and the theme drop down. I then used the labels.js javascript file from this demo to put the search's label inside the <input> tag. The labels.js script doesn's seem to work on IE5/Mac. Also, since I didn't really want to see the "Theme" label for the drop-down, I added style="display:none" - and that worked in all browsers except Chimera. Maybe I could just have a blank label, but what good is that? The validators also didn't like the onchange event for the theme drop-down and so I opted to add a go button as a workaround.

As for validators, I found that Bobby works pretty well, but only allows a certain number of requests per hour. What kind of validation site is that?! That's not very accessible in my book. You can try to validate this site using Bobby, and you might see this inaccessible error yourself. Rick Salsa pointed out a much better validator last week on the roller-dev mailing list. You can validate this site using it if you'd like.

I went ahead and created a new icon similar to Antipixel's icons. Boy, can the 508 badges get any uglier?! Now I have to find a good place to put it on this site, maybe down in the bottom right by the java.blog icon. Section 508 Approved

Posted in The Web at Nov 16 2002, 08:11:03 PM MST 1 Comment

I might have a concussion

I played flag football today with some buddies in Denver's beautiful Washington Park. The game ended when I collided with a friend's shoulder at a pretty good clip. I got an instant headache as I crumpled to the ground wondering how bad I was hurt. So I think I might have a concussion, but don't really know. I felt fine about 3 minutes after it happened, although white t-shirts did have a shade of green to them. I was able to drive the 20 miles home, and I do feel a little out of it - but that could be from the 2 hours of football and late night coding last night. So if I start to make off-the-wall comments and such, you'll know why!

Posted in General at Nov 16 2002, 10:34:46 AM MST 2 Comments