Article Network

Adding Feedback to the Moodle Quiz Questions

by Joan Coy | April 2013 | e-Learning Moodle Open Source

In this article by Joan Coy, author of Instant Moodle Quiz Module How-to [Instant], we will cover how we can add feedback to the questions of the Moodle Quiz.

Feedback is a valuable way to communicate with learners at a distance. Quiz allows us to provide feedback for the learner at multiple levels in the questions.

Read Adding Feedback to the Moodle Quiz Questions in full

Adding Flash to your WordPress Theme

by Tessa Blakeley Silver | December 2009 | MySQL Content Management Open Source PHP WordPress

In this article by Tessa Blakeley Silver, we will take a look at various ways to embed flash as part of your WordPress theme, and into your content.

Read Adding Flash to your WordPress Theme in full

Adding Geographic Capabilities via the GeoPlaces Theme

by Yuxian Eugene Liang | January 2013 | Open Source

In this article, by Yuxian Eugene Liang, the author of WordPress Mobile Applications with PhoneGap, talks about creating a location-based directory via the GeoPlaces theme. It covers the setting up and addition of sample geographic data into your WordPress site. We'll add geographic capabilities to our WordPress site by leveraging on the GeoPlaces theme.

The major topics we will cover in this article are:

  • Introduction to the GeoPlaces theme

  • Populating the site with sample data from GeoPlaces

  • Managing place listings from the frontend side as well as the admin side of the site

For a start, we'll be using a premium theme called GeoPlaces, by Templatic. At the time of writing, a single user license is priced at USD 99 while a developer license is priced at USD 179. For the rest of this article we will be using the GeoPlaces theme to do the bulk of the heavy lifting of geographic functionalities, since Google Maps are built directly into the GeoPlaces theme.

Before we move into this article officially, you might be wondering where it will lead us. To begin with, since our mobile app's content is dependent on our WordPress site, we need to add basic content (in this case, place listings and other article-like information) to the site.

Read Adding Geographic Capabilities via the GeoPlaces Theme in full

Adding Image Content in Joomla!

by Allan Walker | February 2010 | Joomla! MySQL Content Management Open Source PHP

Next to text content, images are one of the most utilized multimedia resources in web pages. They can be used to inform and educate the reader, offer help with navigation, and to enhance the design and user's overall visual experience.

This article by Allan Walker, author of Joomla! 1.5 Multimedia, will provide the assistance to help utilize image content effectively within your Joomla! website. We look at:

  • Why we use images in websites
  • Image formats and which ones to use
  • Including images in articles and modules
Read Adding Image Content in Joomla! in full

Adding Interactive Course Material in Moodle 1.9: Part 1

by William Rice | July 2009 | Moodle Open Source

In this three-part article series by William Rice, we will learn how to add Interactive course material in Moodle. Interactive course activities enable students to interact with the instructor, the learning system, or each other. Note that Moodle doesn't categorize activities into 'Interactive' and 'Static'. In Moodle, all activities are added from the Add an activity... menu after turning the editing on. We use the terms 'Interactive' and 'Static' as a convenient way to categorize the activities that Moodle offers.

Read Adding Interactive Course Material in Moodle 1.9: Part 1 in full

Adding Interactive Course Material in Moodle 1.9: Part 1

by William Rice | January 2009 | Moodle Open Source

In this three-part article series by William Rice, we will learn how to add Interactive course material in Moodle. Interactive course activities enable students to interact with the instructor, the learning system, or each other. Note that Moodle doesn't categorize activities into 'Interactive' and 'Static'. In Moodle, all activities are added from the Add an activity... menu after turning the editing on. We use the terms 'Interactive' and 'Static' as a convenient way to categorize the activities that Moodle offers.

Read Adding Interactive Course Material in Moodle 1.9: Part 1 in full

Adding Interactivity and Completing Your Site

by Divya Manian | December 2012 | Open Source Web Development

HTML5 Boilerplate is the number one choice for many web developers to get their projects going. It allows you to deploy quality websites successfully and quickly while also ensuring robust cross-browser performance.

This article by Divya Manian, author of HTML5 Boilerplate Web Development, will help you discover how to do feature-detection, add some interactivity with JavaScript, and finalize your website implementation.

Read Adding Interactivity and Completing Your Site in full

Adding Newsletters to a Web Site Using Drupal 6

by Mark Noble | December 2008 | MySQL PHP Web Development

In this article by Mark Noble, we will introduce our imaginary client, the Good Eatin' Bistro, and discuss their plans to build a newsletter for their web site. We will add some new features which will allow Chef Wanyama, who is the owner of the Good Eatin' Bistro, a popular upscale restaurant, to keep his customers informed of current events at Good Eatin' restaurant. We will provide a new means of communication. The feature which is covered in this article is a quarterly newsletter that customers can subscribe to. The newsletter will contain valuable information from Chef Wanyama including coupons, news, recipes, and more.

Read Adding Newsletters to a Web Site Using Drupal 6 in full

Adding Pages, Image Gallery, and Plugins to a WordPress Blog

by April Hodge Silver Hasin Hayder | June 2009 | MySQL Content Management Open Source PHP WordPress

WordPress offers you a lot more than simply posts, comments, and categories. In this article by Hasin Hayder and April Hodge Silver, we will explore and control all of the other content types that WordPress already has. You'll be able to create static pages that aren't a part of your ongoing blog, bookmark links that will drive visitors to your friends, and add and manage built-in image galleries to display photos and other images. You'll also learn how to add plugins, which will enhance the capabilities of your entire website.

Read Adding Pages, Image Gallery, and Plugins to a WordPress Blog in full

Adding Reporting Capabilities to our Java Applications Using JasperReports 3.5

by David R. Heffelfinger | August 2009 | Java Open Source

This article by David Heffelfinger teaches you how to add reporting capabilities to our Java applications. This can be easily done by taking advantage of the classes included in the JasperReports class library. JasperReports can be easily embedded into both client and server-side Java applications simply by adding the required libraries to our CLASSPATH and calling the appropriate methods in the JasperReports API.

Read Adding Reporting Capabilities to our Java Applications Using JasperReports 3.5 in full

Adding Sound, Music, and Video in 3D Game Development with Microsoft Silverlight 3: Part 1

by Gastón C. Hillar | October 2009 | Beginner's Guides Web Development Web Graphics & Video

In this article by Gastón C. Hillar we will add sounds, music and videos to the game. By reading this article and following the exercises, we will learn how to:

  • Add background music to the game
  • Generate sounds associated to the game events
  • Take advantage of multiple channel audio
  • Control the reproduction of concurrent sounds
  • Organize the media elements for the game
  • Prepare our media elements for their use in Silverlight applications
  • Take advantage of Silverlight 3 performance enhancements for videos
  • Reproduce videos combined with animated projections
Read Adding Sound, Music, and Video in 3D Game Development with Microsoft Silverlight 3: Part 1 in full

Adding User Comments in Agile

by Jeffrey Winesett | August 2010 | Open Source PHP Web Development

The ability for users to engage in a dialogue about project issues is an important part of what any issue tracking tool should provide. One way to achieve this is to allow users to leave comments directly on the issues. The comments will form a conversation about the issue and provide an immediate, as well as historical context to help track the full lifespan of any issue. We will also use comments to demonstrate using Yii widgets and establishing a portlet model for delivering content to the user (for more information on Portlets , visit http://en.wikipedia.org/wiki/Portlet ).

In this article by Jeffery Winesett, author of Agile Web Application Development with Yii1.1 and PHP5, we will focus on some of the nice-to-have features in our TrackStar application. The first of these features that we will tackle is the ability for users to leave comments on project issues.

Read Adding User Comments in Agile in full

Adding Web Controls to Custom Modules in DotNetNuke

by John K Murphy | October 2010 | Cookbooks Open Source

In the previous article, Web Controls in DotNetNuke, we took a look at the Web Controls in DotNetNuke.

In this article by John K. Murphy, author of DotNetNuke 5.4 Cookbook, we will cover the following topics:

  • Showing data in a Treeview
  • Using a Tabstrip to separate content
  • Using a CAPTCHA control for security
  • Creating a multi-state checkbox

 

Read Adding Web Controls to Custom Modules in DotNetNuke in full

Adding Worksheets and Resources with Moodle

by Mary Cooch | March 2009 | e-Learning Moodle Open Source

In this article by Mary Cooch, we will learn how to save energy. Not only our own, but the world's too! Moodle's main attraction, to many teachers, is the fact that you can upload all of those worksheets that you hand out in class (and that your students lose). When you've done it once, they are there for as long as you need them—so you don't have to find and print them off the next time you do that topic, and fewer trees will be felled in the name of education!
In this article, we shall:

 

  • Put an information sheet about the River Thames into Moodle
  • Load a whole week's slideshows about River processes into Moodle in a neat folder
  • Make a click here type link (this is known as a hyperlink) to the River Thames web site
  • Create a worksheet about flooding by typing it straight into Moodle
  • Make our page a bit prettier now that we've got some real stuff on it
Read Adding Worksheets and Resources with Moodle in full

ADempiere 3.6: Building and Configuring Web Services

by Ajit Kumar | March 2011 | Open Source

ADempiere is one the of the leading open source ERP products in today''s business market. ADempiere offers everything you need from efficient data management, streamlining business processes, reduction in costs, and minimal complexity to make your business successful.

In this article by Ajit Kumar, author of ADempiere 3.6 Cookbook, we will cover:

  • Building Web services support
  • Configuring Web services
  • Configuring a Web service to create a record
  • Configuring a Web service to read a record
Read ADempiere 3.6: Building and Configuring Web Services in full

Adjusting Key Parameters in R

by Hrishi V. Mittal | January 2011 | Open Source

The R base library has very powerful graphical capabilities. While you can produce pretty much any type of graph with a couple of lines of code, the default layout and look of the graph is often very basic. Sometimes, you may run into problems such as axis labels and titles getting chopped off at the edges or the legend size or position may mask part of your graph. Sometimes, the default color combinations may not be suitable for presentation or publication.

In this article by Hrishi V. Mittal, author of R Graph Cookbook, we will cover:

  • Setting colors of points, lines, and bars
  • Setting plot background colors
  • Setting colors for text elements: axis annotations, labels, plot titles, and legends
  • Choosing color combinations and palettes
  • Setting fonts for annotations and titles

Let’s get started!

Read Adjusting Key Parameters in R in full

Administrating the MySQL Server

by Marc Delisle | February 2012 | MySQL Content Management PHP

In this article wirtten by Marc Delisle, author of Mastering phpMyAdmin 3.4 for Effective MySQL Management, we will discus how a system administrator can use the phpMyAdmin server-management features for day-to-day user account maintenance, server verification, and server protection. The subject of how non-administrators can obtain server information from phpMyAdmin is also covered.

Server administration is mostly done via the Server view, which is accessed via the menu tabs available on phpMyAdmin's home page.

Read Administrating the MySQL Server in full
Code Download and Errata
Packt Anytime, Anywhere
Register Books
Print Upgrades
eBook Downloads
Video Support
Contact Us
Awards Voting Nominations Previous Winners
Judges Open Source CMS Hall Of Fame CMS Most Promising Open Source Project Open Source E-Commerce Applications Open Source JavaScript Library Open Source Graphics Software
Resources
Open Source CMS Hall Of Fame CMS Most Promising Open Source Project Open Source E-Commerce Applications Open Source JavaScript Library Open Source Graphics Software