SourceTOAD Expertise

  • drupal logo

    phpbb

    The popular Web forum package written in the PHP
  • Wordpress logo

    Wordpress

    The Open Source Blogging and Publishing platform
  • drupal logo

    Mythtv

    The Home brew PVR Project for the people
  • SugarCRM logo

    SugarCRM

    The industry standard Open Source software for Customer Relationship Management
  • Joomla logo

    Joomla

    The award winning Content Management System and Web Framework
  • alfresco logo

    Alfresco

    The Open Source Alternative for Enterprise Content Management
How to Blog for Site When You Have No Idea About What to Blog
Written by Casey Kent   
Friday, 23 July 2010 09:07
(0 votes)

If you are running the SEM for a small business, you probably have the staff on a weekly or monthly blogging schedule, depending on the size of your staff and the frequency of your updates. An age-old problem is, however, blogging yourself out.

That happens here, at SourceTOAD, to be sure. Once in a while, I find myself beating my head against the wall, trying to make a great blogging idea splat itself against the brick of our office partitions. This isn't really effective, however, at much more than creating a really neat blood-spatter design above my desk.

What I should do, instead of resorting to self-mutilation, is pull out my old keyphrase list that was put together before we started our whole SEM campaign. From there, I can take a bunch of related and applicable keywords and phrases and write my blog around them.

Now, that's not to say that it should be a list of keyphrases with 'and' and 'also' sprinkled in. You should still focus on keeping it interesting and informative to your reader. Blogging for your business is about more than search engine ranking; you may also gain clients based on your insight, knowledge, and understanding of your chosen profession.

 
What are SSL Certificates?
Written by Justin Weber   
Monday, 17 May 2010 15:40
(0 votes)

Many of our clients here at SourceTOAD accept payments or other sensitive information through their sites. To prevent unseemly people from trying to intercept this information as it travels over the Internet, we encrypt it via a Secure Socket Layer (SSL). SSL is open source software that is completely free to use, so clients are often surprised when they have to pay extra money for an SSL certificate for their site. In fact, purchased SSL certificates are not technically necessary for SSL encryption to occur and be completely safe from prying eyes. However, for all intents and purposes, a secure Internet site used by the general public cannot be run without one.

Read more...
 
How To Hide 'Product Availablity' in VirtueMart
Written by Casey Kent   
Tuesday, 11 May 2010 16:46
(1 vote)

In VirtueMart we were having some trouble removing the product availability for a client who wanted his inventory kept secret. After poking around the code for a little bit, we discovered that the key to its removal lies in the following two files:

public_html/components/com_virtuemart/themes/default/templates/product_details/flypage_images.tpl.php
and
public_html/components/com_virtuemart/themes/default/templates/product_details/flypage.tpl.php

On about line 56 there are the lines:

<?php  
   if( $this->get_cfg( 'showAvailability' ))
   echo $product_availability; }
?>

Delete them, and your problems are solved.

 

 
An Introduction to Domain Names and DNS
Written by Greg Ross-Munro   
Wednesday, 05 May 2010 00:00
(1 vote)

Sourcetoad is mainly a custom software and web app company, but that still means that our finished products need website names. When your website is out of the oven and you want to take it from our testing server to the whole wide Internet, you need to make sure that people can get to it. Websites live on computers that are hooked up to the Internet all day long and are never turned off. They run a special piece of software that listens for it's name to be called, and then when it hears it, it's name, it serves up a webpage. It's not really any different from the computer you're reading this on in fact, but we call it a "Server" anyway and it sounds really impressive.

Read more...
 
Getting Started with Alfresco
Written by Justin Weber   
Thursday, 08 April 2010 13:27
(0 votes)

Congratulations on choosing Alfresco as your document management software. The Alfresco system is a very robust piece of software that contains many powerful features. This guide will serve as a very basic primer into the way Alfresco works. For further learning, it is highly suggested you check out the “Demonstration, Feature Tour and Help” section of the “My Alfresco” homepage.

In the most basic sense, Alfresco contains spaces to segregate content and users to access this content. Each space is a sort of “top-level” directory for document storage within your organization. Its really up to you how you choose to separate out the spaces. A web development firm might have a space for each major client, but it might also have spaces based upon organizational units (such as design, development, etc). However they are setup, spaces will allow you to restrict access on a user-level. In other words, only users assigned to a space will be able to see or edit data within that space.

Read more...
 
<< Start < Prev 1 2 3 4 5 6 7 Next > End >>

Page 1 of 7