Saturday, June 29th, 2019 by Helge
That some domain names are a bit more valuable than others is at a bad and a good thing. It may be that the name itself is short and easy to remember, or th

at it alludes to something either widely known or universal. And since a domain name has become the cornerstone of most companies' business and business strategy, they have also become a sought after commodity. Thus, so-called domain auctions and domain brokerage have become an industry that converts large amounts of money. Over the years, there have been a number of gigantic sales of domain names, ...
Friday, June 21st, 2019 by Helge
If you to some extent started analyzing the traffic on your website (if you do not already, then get started) you have surely encountered the term "bounce rate", or as we say in Swedish: bounce rate. But what is this really, and why is it among the most important things to keep track of?
When a visitor reaches a page (any one) on your site, this is usually called the entrance page. If the visitor then leaves you

r site without visiting other sites, it is called a bounce, or rejection. Explained, the bounce rate is simply the percentage of the total ...
Tuesday, June 18th, 2019 by Servage

Adding dates via input elements in forms can be cumbersome unless a date picker is used. There are a few plugins available for jQuery and Bootstrap which make this process simple - yet implementing a powerful and advanced tool. The tool described below is called "Date Range Picker for Bootstrap" and is ready to go with a very simple implementation.
Getting started
The first step is to include the relevant resources into your site. The dependencies are Bootstrap (and jQuery), so you need to get them first. Thereafter add the resources for the data range picker plugin.
<!-- Include dependencies -->
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/momentjs/2.9.0/moment.min.js"></script>
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/bootstrap/3.3.2/css/bootstrap.css" />
<!-- Include date range picker ...
Recent comments