Search results for: “label/Web%20Site%20-%20Design”

  • Fix: ASP.Net Client-side Validation

    Besides managing Technically Easy, I also manage other web sites. These web sites were developed using Microsoft’s .Net framework and were coded in C#. Recently a problem had developed that caused me some grief.

    In the test environment, the ASP.Net client-side validation controls (used on some web forms) worked perfectly. They highlighted the fields that weren’t filled in correctly when a visitor clicked the submit button. In production, however, they stopped working. After some serious research I determined the cause of the problem and was able to fix it. This post will explain how I did it.

    (more…)

  • Where Can I Get ASP.NET Web Hosting?

    Where Can I Get ASP.NET Web Hosting?

    If you have been research hosting, you have probably come across ASP.NET web hosting. You might have heard of the programming application called ASP.NET but you don’t know what it can actually do to your website. You’ve seen several web hosting sites offering ASP.NET web hosting but is confused if it is required in your website or not. This article will explain all you need to know about ASP.NET and the reasons you should choose ASP.NET over other programming application for your website.

    (more…)

  • Is Budget Web Hosting Actually Worth the Buck?

    Is Budget Web Hosting Actually Worth the Buck?

    Finding the right web hosting package for you may be a bit difficult since there are many factors to consider. Moreover, there are so many web hosting providers to choose from thus finding a hosting provider is more of a challenge than a fun thing to do. Most of the time, we resort to budget web hosting because it gives worth out of your money.

    (more…)

  • Free Web Site Statistics

    I have seen many posts in various forums regarding where to get Web site statistics. There are many statistics package that can be purchased and installed on a Web server, but many Web site authors are on a host that they don’t own.

    The two most common online statistics packages available are Google Analytics and StatCounter. I have used both in the past and will be reviewing them in this post.

    Google Analytics

    Many people recommend this as their choice for keeping track of their Web site statistics. It provides a very detailed look at the visitors to your site, and is completely free to use.

    The statistics are organized into different sections: Dashboard, Visitors, Traffic Sources, Content and Goals. With the exception of Dashboard, the remaining sections all have subsections that provide more detailed information.

    The first view that is shown when accessing Google Analytics is that of the Dashboard. This page provides an overview of your Web site statistics over the past month. Items such as traffic, visitors, popular content and traffic sources are summarized on this page.

    The next sections are summarized as follows:

    • Visitors – This section provides an abundance of information about the visitors to your Web site. Information such as the number of new and returning visitors, maps, browser capabilities and network information can be found here. This information can be useful because it gives you an idea of the tools and connection speeds that your users are using when accessing your Web site.
    • Traffic Sources – How are your visitors getting to your Web site? That question is answered in this section. Such things as referring Web sites, search engines and keywords searched by your visitors are shown here. This information can be helpful to optimize your site by review the keywords entered. Many bloggers create posts based on what keywords visitors used to get to their Web site.
    • Content – If you would like to know the pages on your Web site that are the most popular, then you should have a look in this section. This section contains information on the pages that visitors first see when they visit your Web site, as well as the pages they leave your Web site from.
    • Goals – If you have a business Web site then you can set metrics to measure how much your site fulfills its business objective. Goals measure the conversion rate of your Web site, such as when a client completes a purchase of a product from your Web site. Many Web site authors may not use this section.

    I find Google Analytics provides very detailed information regarding visitors to my Web site. I do, however, have trouble tracking how a visitor moves through my site. There may be a way of doing this, but I don’t it very easy to do. Google Analytics also takes some time to update its statistics. From my experience, it can be several hours before you see the data.

    Overall, I use Google analytics because of the information that it provides, especially for past data as it seems to keep a lot of historical data.

    StatCounter

    Along with Google Analytics, the other big player in the free Web site statistics package is StatCounter. I have only recently used their service, and found that they offer a really nice, detailed statistical information.

    StatCounter doesn’t have as many different reports as Google Analytics does, but it does have very detailed reports. They do provide the same information as Google Analytics, such as entry and exit pages, keyword analysis, and visitor system information.

    The one thing that I like about StatCounter is the ability to easily see how a visitor navigated through your site by viewing a Visitor Paths report.

    I have a lot more experience with using Google Analytics, than with StatCounter (actually I just signed up StatCounter about a month ago), but I find myself using StatCounter just a much because the reports are easier to understand. They provide charts with several reports including the data in a tabular form below the chart.

    The one thing about StatCounter that you should know is that it will only keep track of the last 500 page loads for the free account. You will need to upgrade to a paid account if you would like to track more. Once the log is full, the next page load will be recorded and the oldest data will be deleted. For many people, such as myself, 500 may be a large enough value. I believe the log file contains information about the visitors, as I have been able to pull up my site stats for a month ago.

    Summary

    Both statistics packages mentioned in this post are great for providing information about the visitors to your Web site. Each package has a different look and feel, but both provide a lot of information that could help you manage your Web site. I currently use both packages as each one provides information that the other does not. If you would like to choose one, then I suggest you try both and see which one you like best.

  • How to Create Printable Web Pages

    When I started Technically Easy the one thing that I wanted to do was make sure that my posts were printable. By this I mean I wanted the printed pages to not include the menubar and sidebars, only the content.

    Those who are just starting out in Web development may just create a second copy of the current page, and then create a text link to this page for printing. I wanted a more simple solution and realized the same task can be done easily with CSS.

    (more…)

  • What are Web Feeds?

    A Web feed is used extensively on the Web especially for those who own a blog. They provide a means to distribute the contents of a Web site to subscribers. There are, however, two main types of feeds that can be used to send the sequentially and updated content from a Web site. This post will describe the two feed types and how someone can use them.

    RSS

    The RSS (Really Simple Syndication) (RSS 2.0) feed started out first as Rich Site Summary (RSS 0.91), which then became RDF Site Summary (RSS 1.0 and RSS 0.90). All formats are specified using XML.

    The first version of RSS was first used in March 1999 on the My Netscape portal and has since been modified by various people and corporations. This has led to some incompatibilities and issues between the various versions, which I won’t go into detail here.

    Atom

    The second popular type of Web feed is the Atom feed. Similar to RSS feeds, Atom feeds are also specified in XML. This type of feed was developed because of the many incompatible versions of RSS feeds.

    The Atom feed has gone through two versions: 0.3 in December 2003 and 1.0 in December 2005.

    Publication

    Many blogs and other Web sites have the ability to publish both RSS and Atom feeds. When content on a Web site is updated, the publishers send out the feeds with the updated content in sequential order to their subscribers. This provides an automated method for the subscribers to read the new content from many different Web sites without actually visiting each one. This automated process is known as syndication.

    Syndication

    Imagine you enjoy reading the content on 20 different Web sites, and visit all 20 each day to read any updates. After a while you would probably be tired of visiting that many Web sites each day. With syndication you don’t have to because the content comes to you.

    Syndication is the process of automatically receiving a Web feed (RSS or Atom) from a Web site. All you need is a news reader that would automatically check the Web sites that you choose for new content. In the case from above, the news reader will check 20 Web sites for updates. Only the updated content is downloaded, so if only 5 sites have updated their content, you will only receive content from those 5 sites.

    Summary

    With the advent of RSS and Atom Web feeds, the information from Web sites has never been easier to receive. You can automatically receive information from any Web site that provides a Web feed provided you have a reader. In turn, it also is easier for publishers to send updated content to their subscribers simply by converting that content into an RSS or Atom feed.

  • The 5 Most Recommended Web Hosting Providers

    The 5 Most Recommended Web Hosting Providers

    Finding web hosting is easy, but finding the best web hosting? Now that’s a whole other question. The plethora of web hosting services out there makes it a bit like wading through quicksand. Which one has the best deals? Which have the greatest access? What companies have the greatest value for customers? Your website is literally the face of your business. In many cases it is what customers see first, and you need to make sure that it looks great, works great, and feels great. Well, we’ve put together a list of the top 5 Cloud Kompare web hosting providers, and we’re going to leave it up to you to decide.

    1. Storm on Demand

    As a subsidiary of Liquid Web Inc, Storm on Demand has provided top quality web hosting services since 1997. Using only Enterprise Grade parts, Storm on Demand has been the vanguard of web hosting, now serving more than 20,000 clients across 120,000 different countries worldwide.

    Storm is well equipped to handle anything, with state of the art data centers, all backed by the best in server technology. You can expect to find persistent storage, hourly billing (pay as you go), guaranteed resources, and physical processor cores.

    That last one might be a bit confusing, especially if you have never used a web hosting service before. There are some services out there that will actually tell you that you are using a physical machine when you are in fact on a shared machine with other users. It might be difficult to prove, but Storm does not ‘play that game’, so to speak. Instead, Storm strives to fulfill the needs of customers by being honest and offering high-end services. Your website is serious business; you need it to work properly 100 percent of the time, and there is much more than just coding behind that. You need a server that supports all the right plugins and an uptime that cannot be rivaled. A Storm is coming.

    2. GoDaddy

    When it comes to web hosting companies, Go Daddy is perhaps one of the most Noteworthy web hosting services, and with good reason. You’ve seen the commercials on television and you’ve probably even gone to their website to see ‘the rest of the commercial’, as it were. Their risqué tactics have made their service known near and far, but when it comes to providing that service, do they hit the nail on the head or could they do better?

    GoDaddy actually does deliver on service with strong uptime statistics and an easy to use website that will allow nearly anyone to set up and customize a hosting plan. Right now, GoDaddy claims to manage more than 60 million domain names and 13 million customers across a wide range of different locations.

    When you sign up with GoDaddy, you can expect a free domain, free e-mail, and 1-click installs with more than 200 free applications. Security is top-notch with 24/7 monitoring and DDoS attack protection. You are most definitely in good hands here.

    3. SiteGround

    In 2004 SiteGround brought its own brand of excellence to the web hosting market, now servicing more than 250,000 domains worldwide. SiteGround has Data Centers in three countries:

    • The United States
    • The Netherlands
    • Singapore

    Unlike many other services, SiteGround seems to be okay with using open source software including Apache and PHP, making it very friendly for those who like to ‘tinker’, so to speak. With great rates and a dedication to excellence, SiteGround is without a doubt one of the better options out there. Take a look at it and see what you think because picking a right web hosting service is important for your website. Remember, when you are in the market for web hosting, you are in the market for pure excellence.

    4. Liquid Web

    Owning three different data centers, Liquid Web has been a player in the web hosting game since 1997. They offer a number of high-end products including:

    • Dedicated Servers
    • Dedicated Add-ons
    • Storm Cloud Servers
    • Storm Add-ons
    • VPS Hosting
    • Shared Web Hosting
    • Storage/Backup
    • Database Hosting
    • Network Services
    • Security service
    • And more

    As you can see, they have a level of service available for virtually everyone, putting them right at the top of the game, and most likely at the top of your list.

    5. HostGator

    If you’re looking for the best, you’ve found it. HostGator is a high end platform delivering a plethora of different services including unlimited domains, and even one-click WordPress installation. You will never have to worry about uptime again as HostGator boasts a 99.9 percent uptime with three plans available for web hosting.

    Having won more than a few awards for dependability, it is no surprise that HostGator has stayed at the top of the game, and with unlimited server space, there is no reason why you should not give them your unlimited trust.

  • Check Web Browser Compatibility for Your Website

    When you are designing a web site it is important to always test the design in many browsers. The reason for this is that different browsers may display your web site in different ways.

    It has always been a difficult task to test your web site design in many browsers and many versions of the different browsers. To help with this there is a web site that can do this all for you, and provide screenshots of your web site as it is viewed in the browsers.
    (more…)