Learn html,php,javascript,computer and software fixes, css fixes, website designing,phpbb, computer troubleshooting, hosting




Archive for August, 2009

INTRODUCING IWEB HOSTING

Monday, August 31st, 2009

Recently a good freind of mine who is a web developer called my attention to this hosting company, i tested their support and it was great. If you are looking forward to expanding your hosting to dedicated servers, reseller hostings etc, please look  at  IWEB.COM for the best prices on the internet.

Read an extract from the website below;

iweb.com

Why Choose iWeb?

iWeb has been providing Effective and Scalable Web Hosting Solutions for over a decade. Shared Web Hosting, Dedicated Servers and Colocation Hosting solutions are complemented by convenient Domain Registration services, Free Web Hosting Tools and a sincere commitment to customer satisfaction.

HOW TO EDIT A DATABASE DRIVEN SITE INSTALLED IN A CPANEL SERVER

Sunday, August 30th, 2009

Thank you guys for all the support i have been recieving since i started putting up this blog, i have tried to make sure that i cover those little problems that might appear to be simple but at the same time poses a big problen for the everyday internet user and designer.

Remember we covered the issue of installing a php script and setting up your site. Now there is a major problem that comes with editing the files associated with these scripts. Because of the fact that there are so many files associated with these scripts to edit, the best thing to do is to take it gradually.

Let us start by answering some common questions:

How do i identify a file that needs editing?

Normally , you do not go about editing a file that does not need editing, while browsing through pages, the page that needs editing would usually have it’s page extension on the browser like home.html, home.asp, home.php, all you need to do is go to the server and look for this particular file, sometimes it could be a file that is inside a folder like admin/includes/home.php.

Please look for the files according to the folder where they belong and sometimes  you might find that some of the files had been integrated into the other, in this case you would have to read through the whole lines find the actual file to edit, now one of my best tricks is to use the source code view on your browser, this would normally present the whole files as one and then you would know where to find what you need. A good script would normally leave comments to aid the editing.

How do i know which code to edit ?

This is a little bit tough, in this case you must be atleast half or basically knowledgeable in the language used on the page you want to edit, i would advice you to back up the files you want to edit and then if there is any mistake, you can quickly replace the file to the status quo.

If you read through the codes very well, you should be able to know which lines you need to edit. lets say you want to change an image in a page from “Mike.jpg” to “Mike.gif”, all you need to do is look around the codes in the page where you feel the image is, then change it accordingly. The same goes for the html or php codes, usually you see a similarity between what you are looking for and the codes in the page.

The best advice is to look for an expert in this field.

What is the relevance of the header and footer php files ?

Most php scripts like forum scripts, cms scripts etc  would normally have a file header.php, header.tpl , footer.php,footer.tpl. This provides users the ease to add and remove contents to the head and foot of the sites. As usuaul it is better to always backup the files before they edited.

These two files are very important because in a site, most people would like to change the looks of the head and the foot site regularly and this can be done through these two files.

What about the CSS files?

Coming soon!

JOOMLA IS ONE OF THE BEST CMS

Friday, August 28th, 2009

What is CMS ? , CMS(content management system) allows you to manage your contents with no hassles. Contents are published in categories and stored in databases. It also boasts of one of the best highly extended softwares online. Are you looking to start a media outreach online? please read through,  While we would be introducing some CMS softwares here, we would take sometime to let you know more about joomla first.

For us , this is one of the best and one of the most complex. Please read an extract from joomla below.

joomla

What is Joomla?

Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone.”

INTRODUCING OPENX ADS SERVER

Thursday, August 27th, 2009

I have used openx ads server since 2006, actually its one of the best ads management software around, recently it has been enhanced to do more for it’s users and the best thing is the fact that it can be downloaded for free. At a time this ads server was making me $200 alone because it gave me the chance to rotate ads on my forum then.  Please read below.

openx ads server

OpenX is the world’s leading independent ad server. It provides you with the simple tools you need to make money from advertising, whether from direct ad sales, OpenX Market, or third party ad networks (like AdSense). Choose the version that’s right for you:

USING MOZILLA FIREBUG

Wednesday, August 26th, 2009

I was in a forum searching for an answer on how to find and edit a particular part of a CSS file  and i stumbled on the firebug . Simply put, this firefox addon is one of the best experiences for any web developer, all you need to do is simply download it from the site, then after it as been installed you would see the great difference it will make in your developing experience.

To access  firebug after it has been installed, please go to tools and then click on firebug to open up.

Practically just open up any webpage you would like to take a look at the codes, then go to tools and open up firebug, you would immediately see the a new window with options of viewing html,  css and DOM. If you are good with your browsing, it wouldnt be that hard to get around. It will even indicate what part of the site any code you see on the firebug is associated with. Please read an extract from firebug below.

Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page…”

Hope this helps.