-
Recent Posts
Categories
- Affiliates For Web Hosting (1)
- Applications FAQ (2)
- Best UK Web Hosting 2011 (12)
- Blogging (256)
- Business Web Hosting (5)
- CGI and Perl hosting (243)
- Cheap UK VPS Hosting (15)
- cPanel Help (251)
- cPanel Related Issues (4)
- Dedicated Server Hosting (268)
- Dedicated Server Issues (2)
- Drupal Hosting (9)
- Ecommerce Hosting (17)
- Ecommerce VPS Hosting (8)
- Email Hosting (253)
- Email Issues (4)
- Email Web Hosting (8)
- Excellent Web Hosting (10)
- Fastest UK Hosting (4)
- free web hosting (2)
- Internet Security (250)
- Joomla Hosting (10)
- Knowledgebase (4)
- Linux Ecommerce Web Hosting (14)
- Linux FAQ (1)
- Linux Reseller hosting (245)
- Linux Web Hosting (263)
- MAC Related Issues (1)
- Magento Hosting (11)
- Managed Dedicated Server (250)
- MySQL Hosting and issues (243)
- Ngnix Ecommerce Hosting (5)
- Ngnix VPS Hosting (7)
- Ngnix Webserver (5)
- Oscommerce Hosting (9)
- Other technical issues (2)
- Php Web Hosting (251)
- Plesk Web Hosting (254)
- Script Problems (3)
- Semi-Dedicated Hosting (246)
- SEO Hosting (2)
- SEO Optimization (235)
- Servers UK (15)
- Shopping Carts (2)
- SiteBuilder Issues (1)
- Softaculous/Fantastico Issues (1)
- Top Affiliate Program (1)
- UK Datacenter and Network (250)
- UK Domain name registration (243)
- UK E-commerce Hosting (16)
- UK Reseller Webhosting (261)
- UK Server (23)
- UK VPS Hosting (22)
- UK Web Hosting (271)
- UK Web Hosting Affiliate (3)
- Uncategorized (243)
- US Reseller Hosting (3)
- US Web Hosting Affiliates (2)
- Virtual Private servers (8)
- VPS Hosting (18)
- VPS UK (21)
- Web Design (237)
- Web Hosting Affiliate (2)
- Web Hosting Affiliate Program (2)
- webhostUK News (1)
- Webmail (6)
- Windows Ecommerce Hosting (13)
- Windows Reseller Hosting (254)
- Windows VPS Hosting (9)
- Windows Web Hosting (256)
- Wordgento (1)
- Wordpress & Magento (2)
- zencart Hosting (4)
Tags
Add new tag Addon Domain Apache Tomcat Best UK Web Hosting Best UK Web Hosting 2011 cheap UK hosting cpanel web hosting cube cart hosting Dedicated IP disk space Ecommerce Web Hosting Email Hosting End User Support fasthosts Alternative Free Vision HelpDesk Free Web Hosting Free WHMCS Godaddy Alternative hosting service hosting service provider. software operating system Log files Magento Hosting Managed Hosting OpenVZ Reseller Web Hosting short description SSL certificates Top UK Web Hosting 2011 Transferring address book from Neomail to Horde and Squ UK2 alternative UK hosting server UK VPS Hosting UK Web Hosting UK windows web hosting Understanding DNS US Reseller Hosting webhost Webhost.UK.Net Coupon Code Webhost.UK.Net Promo offer Web Hosting 2011 web hosting service web hosting services Web Hosting UK whm Windows Web Hosting
Category Archives: Internet Security
Java Code for working with Database
Here is a simple example to select a row from a database and to display that information. /*== database constants ==*/ string dbhost = “localhost”; string dbname = “directory”; string dbuser = “webuser”; string dbpass = “–password–”; string dbdriver = … Continue reading
Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting
Tagged Java Code
Leave a comment
How to access cookies set at the client side
Class javax.servlet.http.cookies can be used to access cookies on the client side. The following code demonstrates this technique. It checks the existence of cookie MyCookie. boolean dcookiefound = false; Cookie[] cookies = request.getCookies(); for(int nIndex=0;nIndex < cookies.length;nIndex++) { if(cookies[nIndex].getName().equals(“MyCookieâ€)) { … Continue reading
Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting
Tagged Access cookies
Leave a comment
FZip- A Rocking Actionscript 3 Class Library
FZip is an Actionscript 3 class library to progressively load standard ZIP compressed files into a Flash movie and extract,decompress contained files on-the-fly, while the archive is still loading. Fzip is really useful when you want to load many files … Continue reading
Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting
Tagged FZip
Leave a comment
How to read client side cookies from a servlet
It is easy to read the cookies from a servlet. Cookies[] getCookies() returns an array of Cookie objects. // Check for cookies Cookie[] cookies = request.getCookies(); // Check to see if any cookies exists if (cookies != null) { for … Continue reading
Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting
Tagged Client side cookies
Leave a comment
Transferring MySQL database to new server.
Transferring MySQL database to new server. While transferring from one host to another you need to take many precautions, one of them is of your database (MySQL). You should backup all your database files before it is transferred. You can … Continue reading
Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting
Tagged Transferring MySQL database
Leave a comment
How to protect a directory under Apache
This can be done with .htaccess, visitors must input username and password before they can access the protected directory. Step 1. Create the file “.htaccess” with the following content under the directory you want to protect, you can specify the … Continue reading
Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting
Tagged protect a directory under Apache
Leave a comment
Stop Words
Some search engines do not record extremely common words in order to save valuable storage space or to help speed up site searches. These words are known as “stop words” These are the words that are ignored if you search … Continue reading
Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting
Tagged Stop Words
Leave a comment
Google’s Minus 30 penalty
What is -30 penelty Filter ? There is a talk about a new filter from google which is popularly known as ” -30 filter ” basically it is an penalty filter which is responsible for lowering down of pagerank and … Continue reading
Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting
Tagged Google’s Minus 30 penalty
Leave a comment
Get Local Backlinks the simple way
Websites having a lot of relevant inbound links are loved by the search engines. With the increase of local search, inbound links are a great way to help you get decent rankings in the search engines. The best thing about … Continue reading
Posted in Blogging, CGI and Perl hosting, cPanel Help, Dedicated Server Hosting, Email Hosting, Internet Security, Linux Reseller hosting, Linux Web Hosting, Managed Dedicated Server, MySQL Hosting and issues, Php Web Hosting, Plesk Web Hosting, Semi-Dedicated Hosting, SEO Optimization, UK Datacenter and Network, UK Domain name registration, UK Reseller Webhosting, UK Web Hosting, Uncategorized, Web Design, Windows Reseller Hosting, Windows Web Hosting
Tagged Local Backlinks
Leave a comment






