Services

Domain Registration and Hosting

 

What is a Domain?

So what is WordPress? WordPress started out as a blogging platform and has evolved into a full-fledged content management system (CMS). It is open-source software and has a huge community of users who are constantly improving and extending its capabilities.

Can I Have An Email Address At My New Domain?

You can add one or many email accounts to a purchased domain. Common email addresses include things like: employee_name@mydomain.cominfo@mydomain.comcustomer_service@mydomain.com, etc…

What is Hosting?

The collection of files which make up a website must be located on a computer server, along with the software necessary to serve these files over the internet. Companies which provide servers and the services needed to link them onto the internet, are called hosting providers. Typically, most small websites use shared hosting, in which a single server is shared among a number of websites. As the traffic to a website increases, a site can move up to dedicated hosting, in which a single server or a group of servers is used to host the website. 1strand uses several different hosting providers, currently including: Bluehost, GoDaddy, and HostGator.

What Does 1strand Provide?
  • We will register the desired domain name(s) with a domain registrar
  • We can create and administer email addresses under the desired domain
  • We can provide hosting or manage a hosting account with a hosting provider

WordPress

 

Why WordPress?

So what is WordPress? WordPress started out as a blogging platform and has evolved into a full-fledged content management system (CMS). It is open-source software and has a huge community of users who are constantly improving and extending its capabilities.

 

Wikipedia: WordPress

Do I Really Want my Website Running on Open-Source Software?

Open-source software in general and WordPress in particular have a number of benefits.

  • Constant testing and improvement
  • Low cost of deployment
  • Community of developers extending the capabilities of the software
  • It is the most popular CMS worldwide
  • An estimated 23% of websites in the world are run on WordPress!
  • Large sites such as Time.com & TechCrunch.com rely on WordPress
Will My Site Look Just Like Everyone Else's?

Customization of WordPress sites begins with themes. Themes enable the data contained in a website to be largely decoupled from the appearance with which the data is presented to the user. There are thousands, if not, tens of thousands of different themes available for WordPress. At 1st Strand, we primarily concentrate on using a small number of highly customizable themes. We have produced many websites which are based on the same underlying theme, but which vary greatly in appearance. When further customization is required, we use child themes which allow us to further modify the appearance and behavior of the website produced.

Why Can't I Just Use WordPress on My Own?

YOU CAN!!! I produced my first commercial site for a friend using WordPress, learning as I went along. This took me about four months and required more time and produced more gray hairs than I care to remember. When I did my second site, I realized that I approached the first site in the wrong way. With each subsequent site, I’ve learned and expanded my range of capabilities. At this point, I believe that utilizing my knowledge and experience is well worth the money both for the end results and for the time that it will save you! That said, you absolutely can produce your own website with WordPress, but you probably haven’t read this far if that is what you want to do…

What Does 1strand Provide?
  • We will install and configure WordPress on the hosting provider
  • We will install and configure the theme and plug-in files required for website operation
  • We will design a website according to the customer’s specifications
  • We can provide ongoing site maintenance and support changes and additions to the site

Mobile Site Optimization

 

In the deep past, all websites were designed for desktop viewing and virtually unusable on mobile devices. This led to the need to create a special mobile version of the site which usually contained only a subset of features available on the full site. Many smaller websites today have not even yet made this addition as it requires a large investment to design and maintain an additional mobile site. The trend today is to use a scalable type of design known as responsive design which can rearrange its layout to fit a variety of displays such as horizontal & vertically oriented mobile phones & tablets as well as laptop and desktop computers. At 1strand we do all of our web designs using responsive themes, plug-ins and custom code, ensuring that your website looks terrific on any display. Try changing the width of your browser window right now if you are on a computer, or rotate the display if you are on a phone or tablet. The elements of this site will move and resize, and the style of the menus may change entirely. This is responsive design at work.

Social Media Integration

 

How Can My Company Use Social Media?

In general, social media is a great way to both capture the attention of potential customers and to stay engaged with existing customers. Your company’s website can tie into your social media strategy through social media following, sharing, and integration.

What is Social Media Following?

Social media following makes it simple for website visitors to follow you on their favorite social networks, whether this is “liking” you on Facebook, following your tweets on twitter, or subscribing to your RSS feed. By clicking on the appropriate social media icon, they are then connected to your company in that network.

What is Social Media Sharing?

Social media sharing makes it easy for visitors to your website to share your content on their social media networks. In this manner, you are exposed to their network of friends, followers, and subscribers. Social sharing buttons can be added anywhere within your website.

What is Social Media Integration?

Social media integration more tightly couples your social media postings to your website. Examples of this would include having your most recent tweets or Facebook posts appear somewhere on your website such as in a sidebar or in your footer.

Advanced Customization

In order to take full control over the design of your website, it is necessary to dig down to the underlying code. 1strand can provide code-level customization of a website, if desired. This is accomplished primarily through the following four languages.

Hypertext Markup Language version 5 (HTML5) is the language that web pages are constructed in. Modifying HTML gives the web designer complete control over the data contained in a web page.

Cascading Style Sheets version 3 (CSS3) is the method that is used to control the style of web pages. Modifying CSS gives the web designer the ability to present the data contained in a web page in an infinite variety of styles.

PHP is a scripting language that is used to build web pages on the web server before they are delivered to the end user. PHP is used by WordPress to take template files and use these to build the final HTML web pages. By writing code in PHP, the designer can make template files behave in whatever manner is required.

JavaScript is a dynamic programming language that runs on the client’s computer. It allows interaction between the user and the web page, can control the browser, and can dynamically alter the web content that is displayed.