Working with Templates in Apache Roller 4.0

December 10, 2009 by ibacsoft
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!

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

December 2, 2009 by ibacsoft
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!

Apache Roller 4.0 – Beginner’s Guide

December 2, 2009 by ibacsoft
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!

Introduction to the Struts Web Framework – NetBeans IDE 6.7 Tutorial

August 26, 2009 by ibacsoft

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…

Develop PHP Web Applications with NetBeans, VirtualBox and Turnkey LAMP Appliance

August 24, 2009 by ibacsoft
Develop PHP Web Applications with NetBeans, VirtualBox and Turnkey LAMP Appliance

In this article by Alfonso Romero, we will learn how to configure NetBeans, VirtualBox and the Turnkey LAMP Appliance to develop complex PHP applications in a virtual environment. This article explains the process of creating a virtual machine, configuring the NetBeans PHP IDE, and managing a WordPress project with NetBeans in a step wise manner.

I hope this article helps to promote TurnKey Linux appliances, VirtualBox and NetBeans as a powerful way to develop Web apps…

Develop PHP Web Applications with NetBeans, VirtualBox and Turnkey LAMP Appliance

August 24, 2009 by ibacsoft
Develop PHP Web Applications with NetBeans, VirtualBox and Turnkey LAMP Appliance

In this article by Alfonso Romero, we will learn how to configure NetBeans, VirtualBox and the Turnkey LAMP Appliance to develop complex PHP applications in a virtual environment. This article explains the process of creating a virtual machine, configuring the NetBeans PHP IDE, and managing a WordPress project with NetBeans in a step wise manner.

I hope this article helps to promote TurnKey Linux appliances, VirtualBox and NetBeans as a powerful way to develop Web apps…

Trackbacks in blogs

August 13, 2009 by ibacsoft

When you want to let some blogger know you read a post from his/her blog and you’re gonna write about it in your blog, use a trackback!

UNetbootin – Homepage and Downloads

August 8, 2009 by ibacsoft

The other day I ran out of CDs to create a KUbuntu Live CD, and after googling to find another way to install this Linux distro, I found this excellent piece of software to create bootable Live USB drives of Ubuntu, KUbuntu and a bunch of other Linux distros!

Widgetbox › Edit Widget: alromero’s posterous – Open Source Software & More

August 6, 2009 by ibacsoft

If you haven’t visited the WidgetBox Web site yet (http://www.widgetbox.com), go and take a look! You can make your own widgets, like the one I made to show my recent posts from Posterous!

Testing autopost on WordPress custom blog

August 5, 2009 by ibacsoft

Testing autopost