Customer Login

Web Development Blogs - BlogCatalog Blog Directory

New Website - rigready.net - Joomla CMS site

August 13th, 2010 by admin

Parent Technology just finished rigready.net using the Joomla Content Management System.

———————–

rigready
http://www.rigready.com

Rig Ready is a Family owned business focused on offering quality Rigging Booms, and building lasting relationships with our customers. We pride ourselves   on our one of a kind product line and our outstanding customer service.

Tradesman Fall Protection - Joomla Content Management System

August 10th, 2010 by admin

Tradesman Fall Protection came to Parent Technology to re-design their website.   Now they are able to make changes to their website using a Content Management System call Joomla.

——————–

tradesman_fall
http://www.tradesmanfallprotection.com

Tradesman Fall Protection

Fall Protection Products Falls from heights are one of the leading causes of serious injury and death at the work place. Analysis of all industrial accidents usually highlights inappropriate working conditions as a principal factor. In the case of working at heights, the consequences are immediate and serious, resulting in major disability or death. Approximately one in seven work place fatalities are due to a fall from heights.  We have products and the knowledge to protect your employees

New Website for Patti Engineering - http://www.pattieng.com/

August 9th, 2010 by admin

Patti Engineering came to Parent Technology for a re-design of their Joomla Content Management System.

————————————–

patti
http://www.pattieng.com

Patti Engineering knows system integration. Our technical expertise in electrical control and information systems combines to provide you with the right solution for your automation needs for asset/energy management, product distribution, production information, and complex control applications.

Our niche is that we embrace our customers’ problems, where other companies have walked away. Therefore, we have built systems, machinery and equipment for clients that are the world’s “onlys.”

Founded in 1991, our information and control systems are used for retail distribution, manufacturing plants, water/theme parks, libraries, law enforcement, military, municipalities, waste water, food industry, ice arenas and college/universities.

New Website for Zazios.com

July 6th, 2010 by admin

Zazios and Greenleaf Hospitality Group came to Parent Technology Inc to redesign their website.   Parent Technology used Joomla Content Management System.  

zazios

A modern Italian experience like no other. At Zazios, the food is the entertainment! It’s a breathtaking adventure for all of your senses on a journey to a memorable dining experience. Zazios’ vibrant design features an open kitchen, so you can watch the incredible team create mouth-watering dishes that look and smell as fantastic as they taste. Zazios’ Chefs Table, a stadium-style seating event where our expert chefs cook a five course meal right in front of you! It’s like being a part of a live cooking television show.

Contact Parent Technology for all your Ecommerce, Web Design, and Search Engine Optimization needs.

How to enable SEO on Joomla

July 6th, 2010 by admin

I know, there are many FAQs on Joomla SEO. I still want to point out the essential steps and related information here on teachmejoomla.com:
Joomla has built-in SEO functionality.(SEO stands for Search Engine Optimization). The SEO tab in Global Configuration (in Administration backend)takes care of global SEO settings for your Joomla site.

The tricky part is enabling search engine friendly URLs. If you are wondering what are those good for, here’s an example:
A non-sef URL:
www.site.org/index.php?option=com_weblinks&task=view&Itemid=22

The Joomla SEF version of the previous URL:

 

http://www.teachmejoomla.com/component/option,com_weblinks/Itemid,22/ 

3rd party SEF extensions may display “friendlier” URLs, such as

http://www.teachmejoomla.com/useful-links/link-list.html 

These URLs look like static sites for SE crawlers(which is good), and may be easier to memorize and more relevant to your human visitors(especially the ones like the last example). Aditionally, keywords in urls get you a higher search engine positioning in results.

Step 1: check SEF URLs requirements:

There are a few requirements for SEF URLs to work properly(the other SEO configuration options work regardless you have SEF URLs enabled or disabled):
You need to run the Apache Web server.
You need mod_rewrite module on apache. Most hosting companies have that module installed.
Furthermore, you need Apache configuration to allow .htaccess files.

You can easily check your Apache configuration (among other system settings) by going to System->System information and selecting the php info tab in your Joomla administration backend.
There’s an “Apache” section and a “loaded modules” subsection there. mod_rewrite should be listed among those modules.

If all went well, you’re ready for the next step.

 

Step 2: Configure SEF URLs and rename the htaccess.txt

 

This step requires a FTP client or a web filemanager. (such as cPanel’s Filemanager). That will allow you to rename your htaccess.txt and/or revert to non-SEf URL’s if something goes wrong.
All you have to do is:
open your Joomla Administration and enter global configuration, select the SEO tab
open your FTP client or the online filemanager for your website, and rename the htaccess.txt file in your Joomla root folder to .htaccess (note that you MUST include the leading dot)

A note to Windows users: Explorer does not allow leading dot filenames.

To rename the file under Win32, you need to click Start->Run, then type cmd (this opens a command line when you hit OK)

then change dir to your local joomla folder (e.g. cd “c:\easyphp\www\joomla” <ENTER>), and issue the following command:

ren htaccess.txt .htaccess
Switch back to your Joomla andministration web browser window, click on “Yes” on the “Search Engine friendly URLs” line, and push the “Save button”.
Click on Site->Preview site in new window to check the results and you’re done.

If unsuccesful, go to step 3. 

Step 3: I screwed up

Don’t worry! It happens all the time.
There is a great chance that you get 500 (Internal server) errors, if something does not work.

Make sure you have the .htaccess file (with the leading dot) in your Joomla root folder. You can also check file’s content with your ftp client or filemanager and see if the mambo header comments and the apache directives are there (RewriteRule lines, etc)

If this is ok, your hosting provider could have the .htaccess overrides disabled, so you need to contact them. They may also have the override filename changed in apache config.

Meantime, you need to get your site back online and working until those problems are solved.

Reverting.

Here’s how it’s done:
open your filemanager or FTP client, and use it to rename your .htaccess back to htaccess.txt
Next, open your configuration.php file (wich is also located in your Joomla root folder) and change the
$mosConfig_sef = ‘1′;
line to:
$mosConfig_sef = ‘0′;

Save the configuration.php and you’re back to non-sef, but working URLs.

How to search engine optimize your Joomla CMS website in 10 steps.

June 18th, 2010 by admin

1. Keyword Use in Title Tag - do not stuff keywords and make sure they are in the content part of the page
and appear in the blue bar of your browser.The number one factor in ranking a page on search engines is the title tag. These are the words in the source of a page in Read the rest of this entry »

Joomla 1.6 Beta 3 - Just Released

June 16th, 2010 by admin

1.6 Beta LogoThe Joomla Project is proud to announce the immediate availability of Joomla 1.6 beta 3 (download). IMPORTANT NOTE: This is a beta version and is not intended to run any type of production site. It is intended to be used for evaluation purposes only.

Since the Joomla 1.6 beta 2 release on May 31, we have fixed approximately 102 issues in the tracker. Much of this progress is directly related to the stepped up efforts of the Joomla! Bug Squad. Thanks for all your hard work in bringing us one increment closer to stable!

See the CHANGELOG for details of what has been changed in this release.

What’s next?

This is the third in our series of continuous betas. Beta 4 will be released on June 28, 2010.

Download here: http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseBrowse&frs_package_id=5276

Converted oldburdicks.com to Joomla Content Management System

June 4th, 2010 by admin

Parent Technology is working with Greenleaf Hospitality Group in Kalamazoo, Michigan.  

Greenleaf Hospitality Group requested to convert their static site, oldburdicks.com, to a contact management system. 

oldlogo

New Joomla Site for Aspen Business Equipment

May 22nd, 2010 by admin

Aspen Business Equipment needed a new website.   They came to Parent Technology and was offered a solution using Joomla Content Management Systems.

Grand Rapids Copiers Company

New Blog for Automotive Interiors Online

May 22nd, 2010 by admin

New Blog for Automotive Interiors Online - They need a way to update their customers of new product adds and pricing changes.

Replacement Carpet Blog