Tutorials about programming, linux servers & security , CRMs , CMSs, and more

SuiteCRM Course – Introduction

This is a course about SuiteCRM . We will update this post with more content and lessons. In this first video tutorial We will introduce you the main features of SuiteCRM . And you will see the “First suiteCRM login”...

Making a bash script to install WordPress – automated installation


Deprecated: Function create_function() is deprecated in /home/vhosts/poweredbygnulinux.com/wp-content/plugins/codecolorer/lib/geshi.php on line 4698

In this post, we will make a custom Script in bash to install WordPress  automatically. With only run the script , one line in the command shell, and entering the root and mysql passwords  you will get a wordpress installation...

Creating a new email campaign with SuiteCRM

1) Create a new campaign The campaigns module allows you to send a strategic or tactical message to your customers. The purpose of the campaign can be : to acquire,  retain, cross sell, stimulate usage, provide a customer service message...

WordPress – Making a widget (part 1)

A widget is a special type of plugin. We will place our plugin in a sidebar. This is our plan: 1. Create a function that will display the widget content. 2. Register that function as a widget using WordPress API....

WordPress – Making a Facebook plugin

WordPress has a lot of plugins. but sometimes we would like add your custom functions to wordpress. For these functions  we can create a new plugin. We must write our plugin using WordPress hooks and PHP language. We must activate...

Friendly CSS3 Course #Part 2- CSS3 Basics

Introduction You will learn : Selecting objects to work with (Making a p or h3 style requires selecting <p> and <h3> tags (objects) within the document.) Basics of how layout works (how CSS interacts with the drawing area on screen)...