A website should firstly be searched out by visitors before talking about attracting or retaining those visitors. Nowadays, a “well designed website” does not only relate to a web site’s visual attractiveness but more importantly, how friendly it is with search engines.
Below are 10 SEO friendly website designing tips where web designers should pay attention to during the early stage of their web designing process.
(more…)
Posted by Alex |
No Comments »
When designing elements for your webpage, you will often be called upon to specify a color. For example, the code for a span shown below specifies that the color of the text within the span will be yellow.
Colors can be specified according to their names, for example “yellow”, “green”, or “blue”. In many cases, these simple color names will work. But what if you want to specify a more sophisticated color like “cornflowerblue”? A particular browser may not recognize a particular color name. It’s more reliable to specify colors with an “RGB triplet”.
An RGB triplet specifies a color based upon the amounts of red, green, and blue, on a scale from 0 to 255, required to create the color. For example, to create the color cornflowerblue you need red=100, green=149, and blue=237. We could then specify the color of the text within a span using the rgb function as shown below.
(more…)
Posted by Alex |
No Comments »
Knowing when it is time to move onto a dedicated server includes many variables and requires you to answer a variety of questions. While dedicated servers are great because only you and your business will be using them, they are expensive and require someone to manage them, which costs more money. Evaluate if you have all of the elements required for a dedicated server before making plans to move onto one. Below are several things you should consider first.
(more…)
Posted by Alex |
No Comments »
The DNS is a distributed, hierarchical database where authority flows from the top (or root) of the hierarchy downward.
When thinking of the structure of the DNS, imagine an inverted tree. Each branch of the tree is within a zone of authority; however, multiple branches of the tree can be within a single zone.
The software (Bind being the most common) that stores domain name information is called a domain name server. A single name server can be authoritative for multiple zones. All zones have a primary master and a secondary master name server that provides authoritative responses for their zones.
If you query a name server not authoritative for a particular zone, that name server will most likely have up-to-date information. This is because zone information propagates throughout the Internet at regular intervals, and name servers cache zone information for which they are not authoritative.
DNS Commands
(more…)
Posted by Alex |
No Comments »
Windows Server 34:
It is going down for a reboot.
This will affect all domains on this server and HELM2 panel.
It will take about 10 minutes.
Windows Mail Server:
You may have experienced some problems with the emails in the past 3 hours.
You were asked for a user and password even the login details were correct.
Seems that some files were corrupted, due to the large traffic on this server.
We are taking the mail server down for 20-30 minutes to repair this issues.
We are sorry about this inconvenience.
You may ask for support at our Customer Service interface.
Posted by Alex |
No Comments »