FAQs
How to edit favicon in Joomla 1.5 Print E-mail

How to change the favicon in Joomla 1.5


  1. Create a 16x16 pixel image. You may use graphic software such as Photoshop, Gimp or Windows Paint or an online tool such as http://antifavicon.com/
  2. Convert to ico format using free online sites such as:
  3. The file you created in this way will have the extension .ico. Copy the file to the /joomla/templates/<your template> directory and name it favicon.ico.
  4. Open a browser. Do you see your new icon? If so, congratulations. If not, that doesn't necessarily mean you did anything wrong. Browsers are designed to minimize data traffic, so they don't refresh the favicon every time they show a page. Even refreshing the page (F5) wont help. So you need to refresh more thoroughly:
    • Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac);
    • IE: hold Ctrl while clicking Refresh, or press Ctrl-F5;
    • Konqueror: simply click the Reload button, or press F5;
    • Opera users may need to completely clear their cache in Tools→Preferences.

If this doesn't work you will need to delete the temporary internet files and the history and then open your page again.

 
securemc nameservers Print E-mail
Name servers for securemc websites:
 
dns1.name-services.com [69.25.142.1]
dns2.name-services.com [216.52.184.230]
dns3.name-services.com [63.251.92.193]
dns4.name-services.com [64.74.96.242]
dns5.name-services.com [70.42.37.1]
 
 
How To Boost Your Wireless Signal Print E-mail

How To Boost Your Wireless Signal on your Computer (Wi-Fi)

This is a very cool video we found and just had to post it to our website!

Mark Erikson from Infinite solutions shows how you can easily boost your wireless signal using a few common household items. This is awesome, I tried it and it actually works!

 



 
How to create a favicon Print E-mail
The word "favicon" is short for "favorites icon", and it is the 16x16-pixel icon that is associated with your website and appears in the browser address bar and favorites menu (and in Firefox and Internet Explorer 7, it also appears on the browser tab). For this website, I am using the default Joomla! favicon because this site is a site about Joomla! The image below shows what your browser's address bar should look like when visiting this site.
 

All Joomla! installations come with that favicon installed, and a common mistake by many webmasters is to ignore the favicon, thereby keeping the default Joomla! icon for their site. Unless your site is about Joomla, you should not be using the default favicon. A good habit to get into when developing sites with Joomla! is to change the favaicon and use something more fitting for your site, like your logo. This article will explain how to create a favicon and then how to replace the default icon with your icon.

Creating your favicon

For the sake of simplicity, this section assumes you are using your logo for your icon.

Step 1: Shrink your logo

Using graphics software (like Adobe Fireworks or Adobe Photoshop), shrink your logo so that it will fit into a 16-pixel by 16-pixel square*. Then, save your new image as a 16x16 PNG or GIF file called "favicon.png" or "favicon.gif".

* It helps if your logo has relatively square dimensions, like the Joomla! logo.

Step 2: Convert the image to "favicon.ico"

This step is actually easier than it may seem. There are several options for doing this step, but my favorite is a web-based tool by Dynamic Drive called the "FavIcon Generator". You simply click the "Browse" button to locate your favicon.png or favicon.gif file, then click the "Create Icon" button to convert your image. The generator will then provide you with a favicon.ico version of your logo. It really is that simple.

Favicon maker- Create a favicon from any image

Step 3: Replace the default icon with your own

The default favicon is located in the "images" directory of your Joomla! installation. For example, on this site the favicon is located at http://www.howtojoomla.net/images/favicon.ico. Remove the default icon from your site, and upload your new icon in its place.

Done.

You may not be able to see your new favicon right away. The reason for this is because the default icon is probably still in your browser's cache. If you clear your browser's cache, you will be able to see the new favicon.

The favicon is a small thing that really will not affect the performance and look of your site, but paying attention to little details like that will give your site a more finished, professional feel.

 
 
How to create a hosts file Print E-mail

This FAQ shows you how to create or edit a hosts file on a Windows or Mac.  You can also find out more here.

To see your domain on our system before a DNS change takes effect, either:

1) Edit your hosts file on your PC. 

If you are using Windows, use "Start", "Find", "Files and Folders" to find a file in your windows directory (or WINNT\system32\drivers\etc) called "hosts". Verify that the file is not "read only" by right clicking it, and choosing it's Properties. Then open the file for editting with Notepad. There should already be an entry for "localhost". Follow that format when you insert your domain and our IP.

On Windows98 and Windows95, the order may be 'hostname' then 'IP address'. On Windows2000 and WindowsME, the order is 'IP address' then 'hostname'

127.0.0.1 localhost

204.11.246.1 www.example.com


Then save this altered hosts file and close notepad. Make sure Windows did not silently save the file as "hosts.sam". The filename has to be "hosts". You may also need to reboot for the change to take effect. Next time you try to go to "www.example.com", your browser will try to find that domain at the corresponding IP instead of looking up the IP through DNS.

Mac OS 9's hosts file format is based on RFC-1035. Mac OS 9 keeps its HOSTS file in the Preferences folder under the System folder. Edit this file and add a line for each host that you would like to map an IP to:

www.sonnarinternet.com 204.11.246.1


To find the hosts file in OS X's graphical interface:

  1. Open Finder.

  2. In the Go menu, select "Go to Folder"

  3. Type /etc for the folder name.

  4. In the list of files that appears, you should find hosts. Double click it to open it in a text editor.

  5. As in the earlier examples, the format of the file is: "204.11.246.1 www.sonnarinternet.com".