How to Import a CSS File From Another CSS File
Last Updated on Monday, 7 January 2013 12:00 Written by Richi González Monday, 7 January 2013 12:00
Hello,
Today, I will tell you how to call a CSS file from another CSS file. To make it clearer, we will call fileB.css from fileA.css, which both are in the same directory. This comes handy when you want to keep your styling rules organized.
In fileA.css, let’s imagine we have this code:
Learn MoreSecuring a Microsoft Access Database (MDB) File
Last Updated on Thursday, 20 December 2012 12:13 Written by Naveed Ashraf Thursday, 20 December 2012 12:13
On windows (ASP) hosting account, many account holders are using MS Access for their database needs. The MS Access Database is a single file containing various tables holds data for the hosting account holder. This MDB file (MS Access Database file) should be maintain with proper strategy so no one can steal that database. Here are few tips for MS Access database users that will help to safe their MDB file
Learn MoreHow to Fix MIME Type Problems in Elgg 1.8
Last Updated on Wednesday, 17 October 2012 07:27 Written by Rodolfo Hernandez Thursday, 18 October 2012 12:00
There has been a big problem for a while involving recognizing MIME types in elgg 1.8 This is due to the fact that the latest elgg release quietly requires php 5.3 to properly recognize MIME types as pointed out for one of our elgg users in our forum. For that reason in this article I will show you to fix this issue.
By default, all of our Linux accounts use of PHP 5.2 as not all scripts are compatible with PHP 5.3, but since elgg relies on php 5.3, we are going to do the following solution, which was extracted from one of our articles written by Ryan.
Open the .htaccess file of your elgg installation, and of the top of the file, add this line:
AddHandler application/x-httpd-php53 .php
Learn MoreHow to Create a Backup of Your phpFox Website
Last Updated on Monday, 17 September 2012 06:06 Written by Stephanie Brown Wednesday, 19 September 2012 12:00
This article will focus on the steps you need to take to successfully and completely create a backup of your phpFox site.
Knowing how to create a successful backup of your phpFox website is a very important and necessary skill. I suggest that before you make any changes to your website, you create a full and complete backup.
There are a handful of ways that you can backup your website, this article will focus on the one that I believe is the quickest and most comprehensive backup option. There are three main “parts” of your website that you will want to backup: the database, the member uploaded files, and your actual site files/directories themselves.
Backing up your Database with phpMyAdmin
Learn MorenopCommerce Tips: Your First NopCommerce Site, Part 4: Deploying to Your Arvixe Server
Last Updated on Saturday, 23 June 2012 04:14 Written by Carole Bennett Tuesday, 26 June 2012 12:00
Before deploying your nopCommerce site, you should prepare for deployment with Part 3!
Let’s start with the Hosting Account Information you get after signing up with Arvixe.


Recent Comments