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.

Plaxo

Scripting.com gave me the link to Plaxo. Plaxo takes the hassle out of keeping your (Outlook) contact list up-to-date. I downloaded and installed - sounds cool.

Update: Uh oh! I appears that my use of this product is backfiring as it's sending messages to all the mailing lists in my address book. I'm going to run and hide now.

Posted in The Web at Nov 12 2002, 09:51:45 AM MST Add a Comment

Photo Albums Redux

Remember this post? I wrote about how much I liked Michael's photo album software. Well, lo and behold, he heard me and sent this e-mail:

Matt,

Hi, and thanks for the mention on your site. =)

My photo album stuff was a reworking in PHP of some other photo album/gallery things I'd seen. Of course everyone is looking for something specific, and I was no different, so I decided I needed to make one with what I wanted. That meant it also had to be XHTML and CSS compliant, and I decided on an all CSS layout for ease of updating (that, and I love CSS, heh).

It's basically a three-tiered approach, with thumbnails, medium-sized images and hi-res versions. It's just one main file in a root directory, and a CSS file, title file, and optional pic info/annotation file in each photo directory. Since the program uses the CSS file in each directory, I can create a different layout for each album. I did a couple of minor changes in some of them just to show that they don't all have to look the same.

What it doesn't do:

Currently it does not do any real image handling such as creating thumbnails. I do all the image editing manually and compile a directory of photos (with their respective subdirectories) and just upload it. The program sees the directory automatically.

Also currently, you have to have all 3 versions of photos. I haven't incorporated an option to replace thumnails with text links, or to use/not use hi-res images.

I plan on putting some of these things in before making the whole thing freely available for public consumption, but if you'd like a copy of it as it is, I'd be happy to send it along with a brief intro on how to use it.

Again, thanks for the mention and the kind words.

Take care.

--michael

I responded to his e-mail and I now have this software in my Inbox - what a guy, eh? Thanks Michael! Now if I can only find the time to experiment and (possibly) implement.

Posted in The Web at Nov 12 2002, 09:14:23 AM MST Add a Comment

iStockPhoto

Coral Pink Sand Dunes Zeldman points us to iStockPhoto.

iStockPhoto is a collection of over 26,000 royalty-free photos, illustrations, and multimedia files created by a growing international community of artists. The site adds around 1,000 new royalty-free photos each week.

You get 2 free downloads for signing up (or at least I did) and you can purchase 40 download credits (I'm assuming 1 credit per image) for $10. Not a bad deal if you need stock images for a site.

Posted in The Web at Nov 12 2002, 07:51:14 AM MST Add a Comment

Launch of DMXzone.

From my Inbox: We are proud to announce the launch of DMXzone. DMXzone is a merger between UDzone, MXzone and DWzone! This is one of the first HTML-ed e-mails I've received where they used CSS instead of <font> tags everywhere.

Posted in The Web at Nov 12 2002, 06:41:47 AM MST Add a Comment

Macromedia's Contribute

Macromedia has released a trial version and QuickTime videos of it's newest app, cleverly named Contribute. It looks pretty cool, though I don't know many business types who want to edit/update their own website. They usually prefer to just have someone do the updates for them. I think it'll flop unless it's super cheap - like $50 or something.

Update: I found a good review here.

Update 2: Zeldman says $99 bucks.

Posted in The Web at Nov 11 2002, 09:20:03 AM MST Add a Comment

Make your Flash HTML Standards Compliant

I initially found that the latest issue of A List Apart was published via web-graphics.com and then got this tidbit from Zeldman:

In Issue 154 of A List Apart, for people who make websites: “Flash Satay” by Drew McLellan. "This site uses Flash. This site validates as XHTML. They said it couldn’t be done. Now it can be. Have your Flash and standards, too." Please note, the ALA server may be slower than normal due to heavy traffic.

The technique involves using the following code:

<object type="application/x-shockwave-flash" data="c.swf?path=movie.swf" 
	width="400" height="300">
	<param name="movie" value="c.swf?path=movie.swf" />
	<img src="noflash.gif" width="200" height="100" alt="" />
</object>

Where c.swf is a container movie to workaround the fact that IE/Windows doesn’t stream the movie with this code.

Drew McLellan is the author of Dreamweaver MX Web Development and a member of The Web Standards Project’s Dreamweaver Task Force. You can follow the progress of this technique on his site.

WebGraphics also has an interesting post with a list of reasons why ease of use doesn't happen on engineering projects - uiweb.com

Posted in The Web at Nov 10 2002, 04:54:00 AM MST Add a Comment

Web Standards and Flash

Zeldman writes:

Your site complies with web standards 'til you embed Flash—at which point your page becomes invalid and your XHTML starts retaining water. It’s a common problem to which there has never been a solution. Soon there will be. The next issue of A List Apart will publish a technique allowing designers to embed Flash movies while adhering to W3C specs and eliminating code bloat. No, really. Watch this space.

Very cool! I've done a little flash development, but in recent years I've had a friend, James Stark (no blog), do the flash work I get. He's such an awesome animator that he could probably do the Toy Story movie in flash. He's really that good! I'll try to get some of his recent work to show you. If anyone needs Flash work done, let me know.

Posted in The Web at Nov 08 2002, 06:28:13 AM MST Add a Comment

XUL and SWT the future of UI Programming?

SWT has created lots of love for Eclipse, and I'm willing to bet I'll write a XUL application in the next couple of years. Russell Jones from DevX.com explains how these might very well be the future of cross-platform GUIs.

The reality of a single cross-language, cross-platform GUI interface programming model is in sight, based on an XML description language supported by fast native runtimes. Will Mozilla, Eclipse, or someone else step in and complete the last mile that gives all developers a common way to design and program fast cross-platform user interfaces?

XUL seems to be simply a combination of XML and JavaScript from this example. So the question is, will you be writing HTML, XML, XHTML or XUL in the next couple of years. To stay ahead of the game, I recommend writing your web-based apps in XHTML (which is XML) and if you migrate to XUL, it'll be easy as pie.

Posted in The Web at Nov 07 2002, 04:23:23 PM MST Add a Comment

Chimera is Wonderful

Chimera 0.6 was released the day before Abbie's birthday. The key feature (for me) is the support of Keychain to remember web site passwords. I switched back to Mozilla for a week or so because of this feature, but now I'm back on the juice that Chimera offers. Funny how Phoenix and Chimera have become my favorite browsers in such a short period of time (2 months for Chimera, 2 weeks for Phoenix). I can't wait for the 1.0 releases! I think it'll be tough for them to gain much market share -> folks are just too ingrained in their ways to change. If it ain't broke, don't fix it.

Posted in The Web at Nov 07 2002, 09:05:21 AM MST Add a Comment

Photo Album Software

I really like this website for displaying a photo album. I like Russell's Scrapbook as well, and I use Apple's .mac with iPhoto. iPhoto is OK, but the HTML that .mac's "Homepage" application writes is meant for 8 year olds and frustrates me b/c I can't do any advanced HTML editing (although I can download the HTML files and change it that way). I can't beat the ease of iPhoto import/publish, but is it work $100 year when I have my own domain already? I'll stick with it for now, but I'm in the market for alternatives.

Posted in The Web at Nov 07 2002, 08:38:25 AM MST Add a Comment