Tag Archives: Really

Do You Really Own Your Web Site? Maybe Not

Here are some important tips for you to remember and some questions to ask your web site design or development company. If you don’t understand the ‘ownership’ issues when you are buying a web site design or web based application, this is must read material for you! Don’t get caught paying twice.


I recently interviewed a new client who was looking to add the functionality of a database to their existing web site. Their current webmaster had completed a business logo and designed the initial interface for the site. The clients asked their webmaster for a quote to add the functionality to the site and he returned a price that far exceeded the clients’ budget.


Long story made short, we found a great application that already exists that would meet the clients’ needs for substantially less than custom development. The client advised the previous webmaster that they were moving services. Do you think they got to keep their original web site? Nope. We had to start over again, which unfortunately meant that this customer had to pay for extra design time that they had effectively already paid for.


Here are some important tips for you to remember and some questions to ask your web site design or development company.


Web Design Source Code


When you hire a web designer or a developer they are going to produce a web site or web based application that your business is going to be dependant on. In fact, a web application may be your whole business. This is absolutely the case where a business is 100% online and depends on the process built into their web site. E-commerce stores are a perfect example of a whole business online.


Web designers create web pages with a compilation of images and hyper-text markup language (HTML). The HTML is a text based standard language that most every web designer in the world knows. The HTML is what is used to hold the structure of your web site together. It keeps the pretty pictures and text all in the right places. Your web browser interprets that HTML and shows you the web site images and text.


Your web designer will start your design by “drawing” your web site in a graphics program. Macromedia Fireworks and Photoshop are two tools that are very often used by professionals. Your designer will draw the site using shapes, colors, images and fonts that are all piled up in layers to create the final “look and feel” for your new web site design. The designers will then slice up the images and use the resulting smaller images to build your working website using HTML to hold it all together.


Here is the key. You need the original art file that was used to design your web site in Macromedia Fireworks or Photoshop or whatever software your designer uses. If you don’t get the source file, your next web designer will have to start your design from scratch if you want artwork changes. This is no walk in the park if the original images that were used are not available. Macromedia Fireworks source files have the extension .PNG (yourWebsite.PNG). Photoshop files have the extension .PSD (yourWebsite.PSD).


Another design issue that you may run into in the future is fonts. If your designer uses fancy fonts that are not installed by default on your computer or your future designers computer, you will have to substitute different fonts. In some cases, choosing a new font is not a big issue. However, if you could image that the font used in the logo for Coca-Cola® became unavailable because Coke® changed designers it would most likely cause them real damage. They need the font used in their logo or corporate branding and so do you!


Questions to ask your web designer


1) When you are finished designing my web site will you provide me with the source files used in the design of my new web site?


2) Will you transfer the ownership (copyright) of these source files to me or my company? Or at least give me perpetual license to continue using them and to make revisions?


3) Will you provide me with the names and files for all non-windows fonts used in the design of my new web site? At the very least, because there may be real copyright issues with transferring the fonts, you need to know the names of the fonts and where you can buy copies of them for your project archive.


Web Application Source Code


Web developers create programs that work as applications on the internet. They create code that is compiled, usually in real-time, at the web server. The code will, for example, connect to a database and extract a set of data. The data will then be compiled into an HTML table (so that it is readable) and then sent from the web server to your web browser as pure HTML. You will not be able to “view source” and read the scripting language because it never leaves the web server. If you “view source” from the web browser, you will only see the HTML.


Some of the code that your developer writes will be protected by copyright. Your developer may also buy code in the form of server components, use code blocks for functionality from other programmers or purchase complete application in order to finish your program. You need to ensure that the developer tells you that you can continue to use the software that they develop for your business for an unlimited period of time, and that if there are any licensing restrictions or reoccurring licensing costs that they are disclosed to you before you start the project. Find out if you will be bound forever to a hosting or server plan for you application.


Here are some questions you may want to ask your web developer


1) Will you transfer an unlimited a perpetual license to me or my company to use the application that you develop for me?


2) Will you disclose any licensing restrictions to me regarding the application?


3) Will you write code using common standards or languages that I will be able to move to another hosting provider or eventually to my own server?


4) Can I move my application to another server in the future if it is necessary?


Use of Encryption


So your web developer says “yes” to the last four questions and you think, “great, I’m home free, let’s get started”. Then two years later you decide it’s time to move your web application to your own servers because your e-commerce store is screaming busy and the cost of bandwidth and hosting is killing your profits.


You start the process to move your application to your new server and call up your webmaster for help, but he has gone to University in the states and “isn’t doing that anymore”. You think to yourself, “I guess I should have used a more established company…” So you find a new webmaster. Incidentally, I am often told by new clients that I am their second, third and sometimes even fourth web developer. So we go to move the web site, but wait, something is wrong… portions of the source code are encrypted. Even the government couldn’t decrypt it. We have to rewrite those blocks of code and the client has to pay… again.


If your web sites source HTML or application scripting language is encrypted then it may have to be rewritten or you will have no way to add functionality, or to fix bugs, without involving the original developer who holds the key to the encryption. They are quite clever, aren’t they?


There are some good reasons to encrypt some portions of the source code, even on in a web application. Most web applications will contain, in the source code, the database, username and password within one of the files. This is a great example of a code block that should be encrypted before it is placed into a shared hosting environment.


If your web developer is going to encrypt portions of the source code, make sure you get a copy of the unencrypted source code for your project archive. In this manner you will be able to work with a new developer.


Questions to ask your web developer regarding encryption


1) Will you be encrypting any or all of the source code in the application you are developing for me?


2) Will you provide me with a copy of the original source code prior to being encrypted?


Technologies


There are a number of technologies used in the development of web sites and web applications they include Pre-Hypertext Processor (PHP), Active Server Pages (ASP), Active Sever Pages dot Net (ASP.NET), and Cold Fusion to name a few. All of these scripting languages facilitate connecting web sites to databases and accessing functionality on the web server such as sending mail or uploading files. All of these technologies are widely used, widely available and there is a great number of developers that know these languages. There are some lesser known programming and scripting languages that may be able to do a lot of the same things as the more widely used languages. The pitfall is that you may have a more difficult time finding a programmer that knows the language.


Some web scripting or programming languages like Microsoft’s® Active Server Page or Active Server Page dot Net technologies are developed specifically for use on the Mircrosoft operating systems. These technologies are difficult, if not impossible, to run on a Linux operating system. When your programmer selects a language to develop your web application with, he may be marrying you to a long term relationship with a particular operating systems and software vendor. This is okay as long as you recognize the long term ramifications of these choices, some of which may be greater costs to you in the future.


Questions to ask your web developer regarding programming languages


1) Is the technology you use tied to one particular operating system or can I host my web site on my choice of servers with my choice of operating system? More specifically, can I host my application on a Microsoft web server and a Linux server?


Transferability


Make sure that you are able to move your web site to a server with comparable standards in the future should you wish to do so. Moving a web site to a new server is not necessarily due to a break down in the relationship with your web designer. You may be forced to move if your existing server can no longer handle your traffic bandwidth. If your costs become too high in a shared hosting environment you may find it more economical to setup your own web server and host your own application.


If you do choose to host your own application this is where the cost ramifications of your earlier choices will hit your pocket book. For example if your site was developed using PHP, an open-source scripting language for websites, then the cost of your new server will likely not include any software licensing because the operating system (Linux) is free. If on the other hand your site is developed using .ASP or .ASP.NET, you are going to have to buy expensive server licenses from the big guy.


Can You Use Your Site Into the Future?


If you commission a web designer or developer to complete a project for you make sure that you have an agreement in place that clearly specifies that you can continue to use the project and the related source files when it is completed. Check the service agreement that you have signed with your web company. Of course if there is no documentation then you will not know if you own you web site or web-based application.


In Summary


There are some good reasons for web designers and developers to protect their rights and to ensure their future earning potential. As the client or purchaser of web design services you need to understand where you stand with regard to choices that will be made on your behalf regarding your web site or web based application.


http://www.eKzact.com sign up for our Free newsletter on-line Call 1-866-WEBB-123… or email info@ekzact.com


© eKzact Solutions Inc. 2005

Worth of Educated Choice While Opting for a Web Host Provider

The selection of the best web hosting provider, having infinite number of suppliers and work harder. Who will decide on one of the providers should have adequate knowledge of the requirements. There are several points that should take care and finding a web host. First, the customer should list below all the requirements and then find the hosting provider below. Finally, if a supplier will be selected by the user, after a proper research, but it is obvious that the selected providers have certainly some extraordinary quality compared to other operators. It is well known that due to strong competition in which all suppliers is very elegant presentation of himself, it is very difficult for customers to choose one of them for their business. The only line to the left, is to help customers with “knowledge” as knowledge only those customers are in a position to decide, what to consider in order during the decision-making. It is important to acquire the customer knowledge, but the point is, how and where to acquire knowledge. The knowledge of the service sector plays an important role as knowledge of the technologies underlying the service, the knowledge about the people behind the service, knowledge of customer service, knowledge of the extent of Quality provided the hosting available and many other things, lists the . The first step taken by the majority of clients to create a line budget for the hosting, but to professionals who know the value of hosting will be placed, is not the money factor on the top, but reliable in the middle, where some important factor in its overall list aos. Rather, it was considered important even before the knowledge of the factors to acquire. Now you can look at an example, if a budget that allocated less than $ 100 then he / she ignore terms like dedicated servers collocation, etc. But more than the budget they have the opportunity to learn. There are many sources of knowledge acquisition is the main source for all to read the article, more articles like showing a complete picture, more value, it means more knowledge. Another advantage of this medium is that it is the cheapest means of acquiring knowledge. The theme, once elected, is to be read on the budget on. Inclusion in the budget not only money but also time. If the argument that their needs and the sources of opinion are correct. A crucial point, the customer must keep in mind that he / she should always go for the right information to choose a good hosting provider. Customers should also consider the answers to certain questions, as he / she knows the meaning of five nines, aos, and their business needs. Client does not want the PHP technology on its Web site? The customer is preferably a dynamic and fast over a trusted site to give default simple search friendly site? If the customer visits each of the then all suppliers will do their best to sell their huge plane, the functions that are not required to contain. Let’s look aos another example, a factor that the hosting provider Urchin of statistics is expensive, but will in fact have to pay providers a license fee, which is best used for the transfer to the customer, to the shoulder aos. To operate a good business or a part of the free stats open source solutions are more than enough. Hosting providers make these additions to it more attractive package. We need to evaluate the basic functionality and would ultimately for the add-ons which can amount to supplement the core. Let’s go further and aos look at other sources. Another reliable source, that customers can directly with hosting providers and provides them with an honest opinion about the features that speak your business needs. Thus the conclusion that after reading the article and always in contact with 8 or 9-providers can a good level of knowledge and can tell you that he / she can now act with intelligence, and the choice of hosting for him her. In general, what happens to owners of small village of stupid mistakes, such compromises with the sources at low cost and ignore the rest of things. There are many providers who are willing to offer their services at very reasonable prices, but their services are worthless and unreliable, like, whenever they are needed to disappear. A good supplier is providing more appropriate support whenever needed and charges the customers under support provided. Last but not least, the source with which the user both with advisors in the network, or you can talk to people who can be consulted in advance to be hosted. This is a lengthy process, but knowledge of the customer gains from this source are really noticeable. When a user negotiates a better deal, and if he / she gets solved all their problems or, aos, if the economy grows, it is then that a host is required to take really good to aos success story.

Stop searcing for web hosting company best? Find our own, offers and discounts from the top web hosts like Hostgator and Bluehost

What Features do I Really Need When Choosing a Web Host?

It can be quite intimidating with all the technical lingo that you will find when looking for web hosting. It can be hard to determine what feature that are really necessary to get. Do you really need unlimited bandwidth? Do you really need 1500GB of disk storage? Probably not. With just a little bit of knowledge you can be much smarter when buying hosting, and not pay a lot for bells and whistles you really do not need. A good rule of thumb is to not spend any time on any web host if you find their homepage confusing. After all, the homepage is their primary marketing tool, and if they screw that up there is no saying what they will do with the things your will rely on to have your page hosted.

Support

What every good host should offer you is without a doubt good support. It does not really matter if this is via email, chat or phone. The important part is if the support answers quickly and if they can actually help you and fix your problems. So try them out – send them a few questions. If they can’t answer you before you’re a customer, then don’t become a customer. Just as important as the actual support the host provides is the support the community can provide. Any good hosting company will have a support forum or wiki where users can help each other. Be sure to check these resources out before deciding on any host.

Bandwidth & Disk Storage

Bandwidth is the amount of data you are allowed to move to and from your hosting account, it is usually counted in Giga Bytes per month (GB/month). This includes all the data you upload to your web site and the data each of the sites visitors needs to download to their browser to see the site. Normal web sites need a very small amount of Bandwidth. Photos, big images, videos and big files (such as software downloads) take a lot of bandwidth, other files requires basically no Bandwidth even of you have quite a popular site. A couple of GB/month is more than enough for most sites.

Storage is the amount of data you are allowed to store on the web hosting company’s servers, it is usually counted in either Giba Bytes (GB) or Terra Bytes (TB). Just as with Bandwidth you do not need very much unless you are going to host a huge amount of photos and if you use to much you need to pay for the extra space you use. 10 GB or so is more than enough for most sites. So don’t be sucked in by the web hosting providers marketing and buy a hosting plan that has much more Storage and Bandwidth than you will ever possibly consume. Why pay for things you don’t use?

Control Panel

You absolutely need a control panel for your hosting, and it comes with 99% of all hosting you will find. A control panel is simply a web page you log into and there you find all the options you need to control your hosting. It is in the control panel you set up new databases, install programs (such as WordPress) etc. The most common control panel used by web hosting providers is cPanel.

Technical Features

If the hosts you are considering have a good price, good support, a control panel and the bandwidth and storage you need then there are loads of more features the hosts lists to think about. This is the most overwhelming part, and you can ignore most of it. If you are going to develop the site yourself make sure that the web host you are considering has the technical features you need to run your site (such as MySQL databases and PHP5 support). If you will have somebody else develop your site make sure to check with the developer or designer that the host you are considering has the features they need to run your site. One nice feature that many hosts have is one-click installs of various programs, for example the WordPress blogging software. So if you are going to use any such program you just need to click on one link in your hosting control panel to install it. That will save you a lot of time.

Confused About Selecting Cheap UK Web Hosting?

If you are a cheap UK web hosting, there are some important points you should keep in mind while looking for a reliable and affordable web host. Below are some questions that you have to know, is while searching for a cheap UK web hosting: Q1. What is the technical support web hosting at low cost in the UK? Q2. What are the working hours of the society? Q3. What is the response of the company? Q4. What are the methods of support provided by the company I e. Phone toll free, e-mail, IM or a person to live? Q5. Since the web hosting company plans cost? D6. To see if the web hosting service is offered, reliable and stable or not? Q7. What is the availability and reliability of the supplier? Q8. It is the provider that contains the backup of your website, and not allow the simple recovery or? What kind of monitoring website of the UK network offers cheap hosting? Q9. Is the hardware companies to reward and fast server with good quality? Q10. What is the number of requests that the network of the UK can cope with cheap hosting? Q11. It is the position of the United Kingdom, cheap web hosting cheap or not? Therefore, the above are very important issues that should be before finalizing a network, the United Kingdom, cheap hosting service to be considered. E ‘recommended that the user take a while to get the answer of all the above issues and should therefore be to decide to take. You should keep in mind, to think twice in advance how he is really very difficult to change providers again when the site is very popular. UK Cheap Web Hosting The majority of UK web hosting plans at low cost of services and packages, offers a variety of operating systems like Linux and Windows. Along with this has offered to different disk / memory size MB. They were also offered data rate GB for the number of requests that you receive at all times. Here are some of the main options are that you get with cheap UK web hosting. Are e-mail, POP3, automatic forwarding, databases, scripting languages like (ASP, PHP, JSP), CGI-Bin access, FrontPage access, an IP address, log files, statistics reporting, secure server (SSL) for the commerce, shopping carts and Web-based control panel. Thus, in addition to the above, there are so many good benefits for choosing a cheap UK web hosting services. So after studying closely the above issues and ensure effective monitoring of research can be a good supplier will receive at lower cost. It’s always good to educate the users themselves can better know what your business or personal needs.

Search the web hosting company best? Find our own, offers and discounts from the top web hosts as godaddy and hostgator