LOW COST JAVA PHP MYSQL CGI PERL
HOSTING SERVICE
LINUX WINDOWS CPANEL WHM PLESK
HOSTING PACKAGES
ECOMMERCE HOSTING ASP JSP MSSQL
FRONTPAGE HOSTING
CPANEL WHM RESELLER DEDICATED
SERVER WEB HOSTING

Archive for Web Development

Should I use CSS or not?

In short CSS is a better solution to save bandwidth and have better control over styling. CSS stands for Cascading Style Sheets. Why should you use CSS? Very simple answer, because it is the next generation for styling, it saves bandwidth, and because many HTML tags like the underline tag has been deprecated by W3C. Many websites still don’t take advantage of CSS, and once you get to know how powerful CSS is surely you will start using CSS on your website. Imagine if you could put all your styling in a different file, well you can do this with CSS. If you haven’t used CSS on your website before do consider using CSS because there are many advantages of it. And lastly did you know many students learn CSS and take it further into a profitable hobby?

With laws which were recently past in the UK, webmasters have the responsibility to ensure that their website is accessible. Using CSS effectively with modern markup standards as determined by the W3C can ensure your website(s) comply with these regulations, and to ensure your website is accessible as possible.

Using PHP in html pages

Q. Can I use a PHP tag in my html page?

Ans. Yes, you can use the PHP tag within html pages. All you have to do is to embed PHP with html in your apache configuration and add modules which will execute the php code in your html pages. Our support will help you if you are unable to make this changes from your end or if you have a shared hosting account.

For those who have dedicated servers or VPS accounts can do this in the “AddHandler” section of httpd.conf

Simply add following line in AddHandler :-

AddType application/x-httpd-php .html

After adding it the addhandler section would look like this :-

AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .html
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php .phtml
AddHandler cgi-script .cgi .pl
AddType text/html .shtml
AddType application/x-tar .tgz
AddType text/vnd.wap.wml .wml
AddType image/vnd.wap.wbmp .wbmp
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlc .wmlc
AddType application/vnd.wap.wmlscriptc .wmlsc

File formats supported by different hosting packages.

Q. Which file extensions do Windows and Linux packages support?

Ans :- Windows Hosting Packages support .asp, .aspx ( ASP.NET ) , .cgi, .pl, .html, .htm, .php, .xml, and .shtml while Linux cPanel Hosting Packages support .cgi, .pl, .html, .htm, .php, .xml and .shtml.

Uploading dreamweaver site

Q.How do I upload my site made with Dreamweaver ?

Ans :- We will provide you with the FTP login once you signup. You can use those details to upload your website. Make sure that you upload your contents inside the public_html directory once you signup and connect using FTP login information. In the case of you using a Windows Hosting package, you will need to upload your web contents inside the www directory.

For an FTP connection through browser you will need to put following URL in the browser :-

ftp://yourusername@yourdomain.com

For IP based connection the URL would be :-

ftp://username@I.P

Uploading default.htm and index.htm

Q. How do I upload my homepage named default.htm to index.htm?

Ans. If you are hosted on one of our windows hosting packages, then you need to upload the main homepage as default.htm. However, if you are hosted on one of our linux hosting packages, then you need to upload the main homepage as index.html. If you don’t need asp.net and MSSQL, we suggest you signup for one of our linux hosting packages/cPanel packages, as the windows control panel doesn’t come with many features which cPanel control panel has.

Joomla Web Hosting

Q. Do you allow Joomla installation to create new pages with nobody ownership and 777 permissions?

Ans. We have no problem with files and folders with nobody ownership or 777 permissions, as security rules implemented on our server will not allow anyone to upload anything that would create problems for server.

If you ever face any sort of problem with your Joomla installation then you may contact our support staff directly from http://support.eukhost.com or you can start a new thread in our forum http://www.eukhost.com/forums/ as we have hundreds of webmasters on our forum active throughout the day and they have expertise in Joomla website management.

eUKhost is most trusted company in UK for Joomla Hosting due to the high level security on our servers. Joomla websites face constant intrusion and hacking attempts with other hosting companies due to poor security settings on the server and insecure code of Joomla CMS. Most of the times injections are done on the files and folders with 777 permission as this permission makes them world writable, but this is not possible on our servers as mod_security rules on our servers filter such invalid arguments passed by the intruders.

Which is better forum software - phpBB or vBulletin?

Q. Please tell me which is better forum software phpBB or vBulletin ?

Ans :- Both vBulletin and phpBB are powerful bulletin board software. Each software comes with its own advantages and disadvantages over others. At the end of the day, its all down to users personal preference.

Both phpBB and Vbulletin are Search Engine friendly as well as user friendly, so choosing any of this wont be a problem for you.
vBulletin has its own Community which is very active and would help you for your queries. phpBB has also got an active forum where the development staff remain quite active to help you with bugs you may encounter. It would be your choice to choose either of the two.

You can see all the features of both bulletin board software packages on their websites:

Custom error pages

Do you support custom error pages?

Ans. You can create your own custom error pages for your website with our service. So when a user types in the wrong url, or enters incorrect information you can inform them with using nice looking error pages than the plain old ones like 400 Bad request, 401 Authorization Required, 403 Forbidden, 404 Wrong page, 500 Internal Server Error etc.

Support for WebEasy websites

Q. Do you support Web Easy built websites?

Ans. We do support websites built in Web Easy although, we do not provide any tutorials or support for this product. For building websites we provide a tool ‘website builder‘. It runs from our servers, you can create your website using your web browser on your computer. You can access the website builder tool at any time of the day, that is, 24/7 any time of the year.

Uploading web pages

Q. Can I upload web pages using my web browser?

Ans. We provide a file manager that can be used to upload web pages to your website. You can upload your web pages using FTP as well by typing ftp://username@domainname.com/ and entering your FTP username and password when prompted.