• Increase font size
  • Default font size
  • Decrease font size

Web Tips and Tricks

Network Tools Related: Joomla Tips and Tricks,  SEO Tools and Tips, Web Tools.

Joomla Template Quickstart Pack install Guide

Joomla Template Quickstart Pack install Guide

Today, we are going to walk you through setting up your Joomla! website. In this demonstration, you are going to help set up a website with the Template Quickstart Pack.
 

Tutorials: Dropdown Menu With CSS3 Like Mac Style

Tutorials: Dropdown Menu With CSS3 Like Mac Style

CSS3 Dropdown Menu using border-radius, box-shadow, and text-shadow like Apple.com menu sytle which renders perfect on Firefox, Safari and Chrome. The dropdown also works on non-CSS3 compitable browsers such as IE7+, but the rounded corners and shadow will not be rendered.
 

How to Remove Jcomments Footer Link

We know at the bottom of the jcomments box is the text Jcomments and it takes to http://www.joomlatune.com/, how to remove it?
Look in file tpl_index.php
\com_jcomments_v2.0.0.16\tpl\default\tpl_index.php
 

Integrating reCaptcha with PHP Script

This post show you how to get started with reCAPTCHA. “reCAPTCHA is a free CAPTCHA service that helps to digitize books, newspapers and old time radio shows. Check out our paper in Science about it”.
 

Backup & Restore Big Joomla Databases Using Telnet

Here is a simple way to backup your joomla website databases using Telnet/SSH. Why using telnet? You can backup large  joomladatabases using telnet which is not possible from Phpmyadmin interface where memory is an issue.

BACKING UP MYSQL DATABASE USING TELNET

STEP 1:

FTP into your web site where you want to backup the database. Create a folder named ‘backup’ (or any name you want) in your public_html directory. Chmod it to 777. (Note: If your server API is CGI, you will get ‘Internal server error’ with 777. So if this is your case, chmod it back to 755.)
 

Display Hits At Joomla! 1.5 Frontpage & Category Pages Tips

Show Hits at Joomla Category Pages with Each Item:

You want to show the hits for every article in category page too?

You need to add the following code in your category page:

<?php echo "Total Hits: ".$this->item->hits; ?>

You can change the "Total Hits: " with anything you want...

Ideally your joomla template should have html override folder... i.e. you need to open this blog_item.php file, and add the above code where you want to display the hits.

your joomla template > html > com_content > category > blog_item.php

This will work perfectly for you I am sure as we do this daily :-) If you do not know how to edit template or your current tempalte dont have the html override folder, let us know, and one of our coder will do implement this for you.
 

Install CSS Viewer For Firefox 3.5.x

Install CSS Viewer For Firefox 3.5.x

CSSViewer is a very handy add on for Firefox, which shows the css parameters of any element in a website. If you use it once then you cannot live without it.

The bad news are that it is not compatible with the Firefox 3.5.* version, and from what I can understand there are no plans for an update.

The good news are that there is a really easy way to install it and make it work perfect in Firefox 3.5.*
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  6 
  •  7 
  •  Next 
  •  End 
  • »
Page 1 of 7