Showing headlines posted by janice

Vim 7.2 Scripting

  • http://www.packtpub.com; By Kim Schulz (Posted by janice on May 3, 2010 9:22 AM EDT)
  • Story Type: Tutorial; Groups:
This article by Kim Schulz, author of Hacking Vim 7.2, will contain recipes focusing on the following subjects: * Tips for when you develop Vim scripts * How to debug a Vim script * How to use other scripting languages when writing Vim scripts

Creating Your First Virtual Machine: Ubuntu Linux (Part 1)

  • http://www.packtpub.com; By Alfonso V. Romero (Posted by janice on Apr 16, 2010 10:08 AM EDT)
  • Story Type: Tutorial; Groups: Linux, Ubuntu
In this two-part article by Alfonso V. Romero, author of VirtualBox 3.1: Beginner's Guide, you shall: * Create your first virtual machine in VirtualBox, using Ubuntu Linux * Learn about your virtual machine's basic configuration * Download and install Ubuntu Linux on your virtual machine * Learn how to start and stop your virtual machine

iReport in NetBeans

  • packtpub.com; By Shamsuddin Ahammad (Posted by janice on Mar 23, 2010 12:05 AM EDT)
  • Story Type: News Story, Tutorial; Groups:
NetBeans is a free, opensource Integrated Development Environment(IDE) for software developers. This IDE provides many good tools that are required to create professional, desktop, enterprise, web, and mobile applications using the Java language. We can also create reports in NetBeans, if the iReport plugin is installed. So far, we have created different types of reports with the iReport standalone version In this article by Shamsuddin Ahammad, author of iReport 3.7, we will learn about: * Installing the iReport plugins in NetBeans * Creating different types of reports inside the NetBeans IDE

Drupal 6: Attachment Views, Page Views, and Theming

  • packtpub.com; By J.Ayen Green (Posted by janice on Feb 26, 2010 1:31 AM EDT)
  • Story Type: Tutorial; Groups:
This article by J.Ayen Green, author of Drupal 6 Attachment Views, gives us an introduction to Attachment Views in Drupal. Looking at just about anything worth doing, a question will often arise beginning with the words, "How do I." Often the challenge can seem daunting. Then, one finally intuits, discovers or otherwise stumbles upon the answer and simultaneously is offered several alternative opinions, each being offered as the best way to accomplish the same goal. This is the case whether planning a vacation route, taking a photograph, or creating part or all of an application.

Installing PHP-Nuke

  • packtpub.com; By Douglas Paterson (Posted by janice on Feb 23, 2010 4:04 AM EDT)
  • Story Type: Tutorial; Groups: PHP
In this article, which is the second article of the article series, we will cover how to install PHP-Nuke on a local machine running an Apache/MySQL/PHP (AMP) environment. We will not cover the installation of AMP here; you can find a walkthrough of installing the XAMPP package in Appendix A. This package includes PHP, MySQL, Apache, and much more, and is a quick way to get yourself a working AMP development environment.

AJAX Form Validation: Part 1

In this two-part article by Audra Hendrix, Bogdan Brinzarea and Cristian Darie, authors of AJAX and PHP: Building Modern Web Applications 2nd Edition, we will create a form validation application that implements traditional techniques with added AJAX flavor, thereby making the form more user-friendly, responsive, and pleasing. In the AJAX world, entered data is validated on the fly, so the users are never confronted with waiting for full-page reloads or the rude "blank form" as a reply.

Testing and Debugging in Grok 1.0: Part 1

  • packtpub.com; By Carlos de la Guardia (Posted by janice on Feb 9, 2010 2:50 PM EDT)
  • Story Type: Reviews; Groups: GNU, PHP
In this article by Carlos de la Guardia, author of Grok 1.0 Web Development, we will start with a quick demonstration of automatic forms. We'll briefly touch the concepts of interface and schema and show how they are used to generate forms automatically. Among other things, you'll learn how to filter fields and prevent them from appearing in a form, and how to change form templates and presentation.

Enhancing Your Math Teaching using Moodle 1.9: Part 1

  • packtpub.com; By Ian Wild (Posted by janice on Dec 23, 2009 11:53 AM EDT)
  • Story Type: News Story
In this article by Ian Wild, we will be looking at taking our current resources and converting them over to Moodle. I'm going to concentrate on the kinds of resources we math teachers usually have. They usually come in two flavors. The first are the "static" resources: PowerPoint presentations, documents provided by publishers (such as resources provided on a CD-ROM at the back of a textbook or downloadable from the publisher's website). In this article, we'll focus on these static resources. Again, those are the resources math teachers and lecturers usually like to convert to Moodle. The other type of resources are "interactive" resources.

Apache Geronimo Logging

  • packtpub.com; By Vamsavardhana Reddy Chillakuru (Posted by janice on Nov 16, 2009 3:44 AM EDT)
  • Story Type: News Story; Groups:
The ability to log important events or errors for problem diagnosis and then checking of application execution is very important. The ability to log certain statements selectively while others are not logged, depending on the context in which the application is running, is also important. An application that is deployed in Apache Geronimo can use any custom logging mechanism to log its messages. However, Apache Geronimo uses log4j and slf4j for logging server log messages. Applications deployed in Geronimo can also leverage the functionality of these logging frameworks.

Simple process for PHP projects

  • packtpub.com; By Samisa Abeysinghe (Posted by janice on Aug 31, 2009 10:35 AM EDT)
  • Groups: PHP
In this article by Samisa Abeysinghe, we will look into a process model that we can use as a starting point for the PHP projects that we are working on. The process is designed with the MVC framework based design model in mind. It is assumed that the workload is broken down based on the Model-View-Controller pattern, and team members are assigned to work on each layer based on that breakdown.