Sunday, October 28th, 2018 by Helge
As informed, we are in the middle of moving our customers to our brandnew platform. The new platform comes with a new control panel with plenty of new features like e.g. SSH access, back up options and much more. Also, the hardware is brand new and meets highest requirements. Many

customers are already moved, the other ones will follow within the next weeks. How does the migration work? In the beginning of the migration, you will get a first mail. When the migration is finished, you get a second one. In both e-mails, you will find important info about the new system. Also, some actions are required from your end to make ...
Monday, June 11th, 2018 by Servage
I've stumbled over a great list of cool CSS techniques I think could be useful some web developers:
"CSS3 is taking web development and web design to a higher level. In this article, I have compiled examples of amazing CSS3 techniques that will probably become very popular when CSS3 will be fully supported by most browsers."
Color animate any shape with CSS3 and a PNG

Let’s start this compilation with an interesting effect created using only CSS3: A png image with a changing background. The background is using CSS3 transitions. Not the kind of effect you’ll put on your website, but definitely an interesting demo of what CSS3 can do.
View source: http://jsfiddle.net/chriscoyier/vhKhT/
Create adaptable layout using ...
Sunday, April 8th, 2018 by Servage

The Servage GeoIP Security supports the use of wildcards to allow IP ranges in addition to specific IPs. This means you can allow entire blocks of IP addresses with one setting, instead of having to add each address individually.
What does the GeoIP Security feature do?
It enables you to restrict access to login to your Servage account based on the user's country or IP address. You find it in the control panel at "Your Account > GeoIP Login Security".
Allowing specific addresses:
12.34.56.78
34.56.78.90
...
Allowing address ranges:
12.34.56.* This allows any address starting with 12.34.56
12.34.* This allows any address starting with 12.34
...
Allowing countries:
Simply select the ...
Tuesday, March 27th, 2018 by Servage

Hey, have you ever wondered why so many free scripts are complicated to setup? Why don't they always work out of the box? Exactly! It's annoying! Many Servage users think that way, and I can only agree with you. And it doesn't have to be like that. With the Autoinstaller tool in your Servage account, you can install many of the most common open source scripts within seconds. It's as simple as pressing the mouse button.
The need for an Autoinstaller
Most open source scripts require somewhere in the area of a few to a lot of things to setup and customize, depending on your hosting account, before it works. This is often because the developers have made ...
Wednesday, February 21st, 2018 by Helge
In case you want a web-directory to behave just like any other folder on your local PC, you'll need to enable directory listing in our Servage account.
Please check further information regarding to this subject in our Wiki:

https://www.servage.net/wiki/Directory_listing
In case of questions, remarks, or webhosting related questions, please get in touch with our support team via our support ticket system.
If you shouldn't have an Servage account yet, please contact us via our 24/7 live chat on servage.net.
Monday, October 21st, 2013 by Servage

Data types
The values we assign to variables fall under a few distinct data types.
Undefined
The simplest of these data types is likely “undefined.” If we declare a variable by giving it a name but no value, that variable contains a value of “undefined.”
var foo;
alert(foo); // This will open a dialog containing "undefined".
Odds are you won’t find a lot of use for this right away, but it’s worth knowing for the sake of troubleshooting some of the errors you’re likely to encounter early on in your JavaScript career. If a variable has a value of “undefined” when it shouldn’t, you may want to double-check that it has been declared correctly or that ...
Thursday, July 4th, 2013 by Servage

Do you want you own server? Do you need special software? Are you tired of performance problems? Are you just curious? Well, there are many good reasons to get an own virtual private server. The price is definitely also one of them! Consider this offer from Servage. It's pretty much the same cost as a shared webhosting account!
RAM Memory: 256 MB
Traffic: 100 GB
Diskspace: 50 GB
Full root access
Power On/Off from CP
Backup (snapshots)
ACPI shutdown from CP
Console access from CP
Check out the plans.

Cloud Based Server Virtualization
The TotalCloud server virtualization offering is based on a modular setup where the servers are clustered in pairs. In these pairs, one server acts ...
Sunday, March 3rd, 2013 by Servage

Do you want you own server? Do you need special software? Are you tired of performance problems? Are you just curious? Well, there are many good reasons to get an own virtual private server. The price is definitely also one of them! Consider this offer from Servage. It's pretty much the same cost as a shared webhosting account!
RAM Memory: 256 MB
Traffic: 100 GB
Diskspace: 50 GB
Full root access
Power On/Off from CP
Backup (snapshots)
ACPI shutdown from CP
Console access from CP
Check out the plans.

Cloud Based Server Virtualization
The TotalCloud server virtualization offering is based on a modular setup where the servers are clustered in pairs. In these pairs, one server acts ...
Friday, February 15th, 2013 by Servage

We have received a few requests about the mailing list API. There has especially been interest in how to integrate the mailing list to an existing website without going through any Servage subscribe/unsubscribe pages. Therefore I have created a very simple sample AJAX integration example, and thought it would be interesting for some of your as well.
You need to include the jQuery library, and please be aware that the email validation is very basic, and please also note that most browsers will not allow the API call because it goes outside the scope of your domain/URL (i.e. it tries to connect to Servage's domain, instead of yours). In such cases ...
Sunday, February 3rd, 2013 by Servage

Did you know that Servage is on Facebook?
Join the Servage page on Facebook and take part in an active community of users, who share experiences, questions and help each other - while Servage regularly updates the page with great tips, interesting articles or other related news.
https://www.facebook.com/servage
Are you not on Facebook?
That is no problem. In that case there are plenty of other resources for you to get involved in, to stay on top of your website and hosting experience. There are plenty of communities, discussion forums etc. online dedicated to web design and hosting related topics. Even Servage has a few more places than Facebook, which you can use.
Tak a ...
Recent comments