Tuesday, December 22, 2009

Uploading Videos and Sound Files on Your Posts Using Apache Roller 4.0

This article teaches you how to insert video files in your posts.The article tells you how to offer your spectators the easiest, quickest, and most attractive way to see what you have to offer.

Posted via email from alromero's posterous

Monday, December 21, 2009

Including Google Maps in your Posts Using Apache Roller 4.0

This article teaches you how to take advantage of web services such as Google Maps, YouTube, and SlideShare and use Google Maps, YouTube, and SlideShare to embed maps, videos, and document presentations in your blog.

Posted via email from alromero's posterous

Spicing Up Your Blog: Uploading Files and Images to your Weblog using Apache Roller

This article gives you insight on weblogs and how they can be used to create a worldwide presence through the blogosphere. It also teaches you the difference between a blog and a CMS, the basics about newsfeeds and the important role they play for blogs, and how you can use them to spread information on the blogosphere.

Posted via email from alromero's posterous

Thursday, December 10, 2009

Working with Templates in Apache Roller 4.0

This three-part article is an excerpt from the Apache Roller 4.0 Beginner's Guide, where you will learn to create a custom template for your Roller blog: http://www.packtpub.com/article/working-with-templates-in-apache-roller-4

If you haven't used Apache Roller before, give it a try, I guarantee you won't regret it!

Posted via email from alromero's posterous

Wednesday, December 2, 2009

Apache Roller 4.0 Beginner's Guide Book Announced in Packt Publishing Web Site

Check out the new Apache Roller Beginner's Guide Book at packtpub.com

I hope this book helps to promote Apache Roller, the best blog server I've used!

Posted via email from alromero's posterous

Apache Roller 4.0 – Beginner's Guide

Check out the new Apache Roller Beginner's Guide Book at packtpub.com

I hope this book helps to promote Apache Roller, the best blog server I've used!

Posted via web from alromero's posterous

Tuesday, August 25, 2009

Introduction to the Struts Web Framework - NetBeans IDE 6.7 Tutorial

Introduction to the Struts Web Framework

This document takes you through the basics of using NetBeans IDE to develop web applications using the Struts web framework. Struts is an open source framework that extends the Java Servlet API and employs a Model, View, Controller (MVC) architecture. It enables you to create maintainable, extensible, and flexible web applications based on standard technologies, such as JSP pages, JavaBeans, resource bundles, and XML.

This tutorial teaches you how to build a simple MVC application that displays a login page and returns a success page upon submitting data that passes validation. You learn several basic features provided by Struts, as well as how these features are implemented using the IDE. Specifically, you use Struts tags in JSP pages, maintain user data with a Struts ActionForm bean, and implement forwarding logic using a Struts Action object. You are also shown how to implement simple validation to your application, including setting up warning message for a failed login attempt.

Excellent tutorial if you want a quick intro to Struts & NetBeans...

Posted via web from alromero's posterous