provides software and services that enable enterprises
Live Chat 1-888-673-6564

Open Source Software Technical Articles

  • Home
  • Search
  • Source Code Scanning Tools
  • Products and Support
  • Services
  • Cloud Services
  • Open Source Training
  • Enterprise OSS Blog
  • Wazi Technical Blog
  • About Wazi
  • Attributions and Licensing
  • Supply Chain Compliance
  • How to Contribute
  • Contributors
  • Resources Library
  • Partners
  • Customers
  • Community
  • Company
  • Careers
  • News and Events
  • Contact Us

Subscribe to Wazi by Email

Your email:

click-here-to-chat-with-an-online-representative


Enterprise Developer Support 24 x 7 for Apache, CentOS, Tomcat, PostSQL and more. Get a Support Quote by clicking here!


Latest Posts

  • Build your own custom modules for Drupal 7
  • CentOS system administration using text-based user interfaces
  • Quickly create custom software packages with FPM
  • More easy RSS for your websites via Google and Yahoo! APIs
  • Get RSS for your website using jQuery and PHP
  • JSF tip: How to create bookmarkable pages
  • MySQL Workbench simplifies MySQL management tasks
  • Use Perl to enhance ModSecurity
  • The secret to great reporting with Drupal 7
  • A more colorful LibreOffice unveiled

Connect with Us!

Current Articles | RSS Feed RSS Feed

Build your own custom modules for Drupal 7

Posted by Juliet Kemp on Mon, Jun 17, 2013
  
Email This Email Article  
Tweet  
  

The open source content management platform Drupal is powerful enough off the shelf, but the ease with which you can add extra modules and the flexibility that capability offers make it even more powerful.

Read More

0 Comments Click here to read/write comments
Tags: PHP, Technical, Drupal, Tutorial

The secret to great reporting with Drupal 7

Posted by Juliet Kemp on Mon, May 20, 2013
  
Email This Email Article  
Tweet  
  

Drupal, the popular CMS platform, doesn't just allow you to create and manage content. You can also set up reporting options to find out more about how your site is being used and visited. Data on user access, content creation, user interaction, and other metrics can help you to modify your site to provide a better experience for users. Reports also support you in assessing how well you're meeting your goals for the site. Let's set up some basic reporting in Drupal 7, and see how to use the View and Google Analytics modules to get more report data.

Read More

0 Comments Click here to read/write comments
Tags: Technical, Drupal, Tutorial, cURL

Solr, Drupal 7, and faceted search

Posted by Juliet Kemp on Thu, Apr 25, 2013
  
Email This Email Article  
Tweet  
  

It's easy to get started with the search server Apache Solr and the popular CMS platform Drupal, as described in our previous tutorial on setting up Solr 4.2 with Drupal 7. Straight out of the box Solr handles basic text searching, but you can increase its power by adding faceted search – the ability to filter on specific facets or aspects of the data on a site. For example, on a Drupal site you might want to be able to filter your searching by author, date, or tags. Solr's faceted search allows users to combine this type of filtering with text searching to find the information they're after faster. Read on for the lowdown on setting up and configuring basic faceted search using Solr 4.2 and Drupal 7, running on Apache on Linux.

Read More

0 Comments Click here to read/write comments
Tags: Apache, Technical, Drupal, Tutorial, Solr

How to set up Solr 4.2 on Drupal 7 with Apache

Posted by Juliet Kemp on Mon, Apr 15, 2013
  
Email This Email Article  
Tweet  
  

Solr is an open source search server based on Apache Lucene. Lucene provides Java-based indexing and a search library, and Solr extends it to provide a variety of APIs and search functionality, including faceted search and hit highlighting, and handles Word and PDF document searching. It also provides caching and replication, making it scalable, robust, and very fast.

Read More

1 Comments Click here to read/write comments
Tags: Apache, CentOS, Technical, Drupal, Tutorial, Solr, Lucene

Replacing MySQL with MariaDB

Posted by Manolis Tzanidakis on Thu, Mar 07, 2013
  
Email This Email Article  
Tweet  
  

For years, MySQL has been the king of open source database servers. It powers a large part of the web and numerous applications worldwide. However, concerns about the future of MySQL since its acquisition by Oracle, combined with an increasing demand for performance and scalability, have driven people to consider alternative options, such as PostgreSQL and MongoDB. Switching to either of those alternatives, however, is not a simple proposition. MariaDB, by contrast, offers enhanced performance in a DBMS that can be a drop-in replacement for MySQL.

Read More

0 Comments Click here to read/write comments
Tags: MySQL, CentOS, openSUSE, Technical, Drupal, Fedora, PostgreSQL, Tutorial, WordPress, phpmyadmin, MariaDB, fedora_project, MongoDB

Go Alfresco for Enterprise Content Management

Posted by Matt Hartley on Tue, Jun 26, 2012
  
Email This Email Article  
Tweet  
  

One of the challenges of working within today's enterprise space is trying to juggle a multitude of web applications to handle all of your company's needs. You may be able to meet a significant number of those needs with a single application: Alfresco. This enterprise content management portal uses multiple software packages to provide document management, web content, records management, and general collaboration.

Read More

0 Comments Click here to read/write comments
Tags: Technical, Drupal, PostgreSQL, Tutorial, CMS, Joomla, alfresco, WordPress, Web Server

PostgreSQL Administration for MySQL Admins

Posted by Gary Sims on Thu, May 17, 2012
  
Email This Email Article  
Tweet  
  

When people think about deploying an open source web ecosystem, they often choose Linux, along with Apache, PHP, and the MySQL database. However, MySQL isn't the only mature and feature-rich open source option; rival PostgreSQL can be an equally good choice. While the two are both relational databases, they differ when it comes to implementation details. But don't worry – if you know how to manage MySQL, you can learn how to handle PostgreSQL fairly quickly.

Read More

0 Comments Click here to read/write comments
Tags: Comparison, MySQL, Apache, PHP, CentOS, Technical, Drupal, PostgreSQL, Joomla, WordPress, Database, phpmyadmin, mitkerberos

A Simple Image Gallery Plugin for Drupal 7

Posted by Carla Schroder on Wed, Mar 21, 2012
  
Email This Email Article  
Tweet  
  

Drupal is a hugely popular content management system, but for all of its flexibility and power it's missing a key component: an easy way to manage image galleries. If you need to create and manage image galleries in Drupal, here's an easy approach that won't cost too much of your sanity.

Read More

5 Comments Click here to read/write comments
Tags: Technical, Drupal, Tutorial, CMS, Web Server

Building Command-Line Applications with PHP

Posted by W. Jason Gilmore on Tue, Mar 13, 2012
  
Email This Email Article  
Tweet  
  

PHP's prominence as the web development language continues to be incredibly strong, thanks in large part to a worldwide community of developers who contribute to popular PHP-driven projects such as Drupal, Joomla, Magento, and Zend Framework. Corporate backing is similarly strong, with global businesses such as Facebook, IBM, and Microsoft ranking among the high-profile contributors which help to further solidify PHP's status as the world's most popular open source web development language.

Read More

0 Comments Click here to read/write comments
Tags: Technical, Drupal, Tutorial, Joomla, Programming, Zend Framework, python-support, perl-support

Drush: Managing Drupal from the Command Line

Posted by Shashank Sharma on Mon, Jan 30, 2012
  
Email This Email Article  
Tweet  
  

With its vast number of plugins, Drupal can be used to build many different kinds of websites, from simple blogs to photo journals to corporate websites. Managing all of these different kinds of websites with Drupal's graphical management interface can become a bit of a chore, because while a GUI makes it easy to pick the tasks and options you want, it doesn't let you run them quickly. That's where Drush, a Drupal command-line shell, makes a Drupal administrator's job easy. Drush can make it easy for you to perform an internal cleanup, do a fresh Drupal install, install and enable modules, or create users, among other things.

Read More

0 Comments Click here to read/write comments
Tags: MySQL, PHP, Technical, Drupal, CMS, Utility, Review
All Posts
Next Page
Error sending email
Email sent successfully

Email article
Email To : 
Your name : 
Message : (maximum 200 characters)
Home | Search | Source Code Scanning Tools | Products and Support | Services | Cloud Services | Open Source Training | Enterprise OSS Blog | Wazi Technical Blog | Resources Library | Partners | Customers | Community | Company | Careers | News and Events | Contact Us
Products
OpenLogic Exchange (OLEX)
License Compliance Module
OSS Discovery
OSS Deep Discovery
OpenUpdate
Services
Open Source Support
CentOS Support
Scanning & Compliance
Open Source Training
Professional Services
Solutions
Support & Indemnification
Open Source Governance
Open Source Scanning
Open Source Provisioning
Consulting & Training
Contact Us
1-888-673-6564


© 2013 OpenLogic, Inc. All rights reserved.
Site Map  |  Privacy Policy