
Do You Own Your Web Site?
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.
About the Author
Damian Brauer is a writer and a web designer / seo enthusiast. He currently owns Preeminence design. Here he discusses web design nottingham tips.
Create a Website – What You Need to Get Online
|
|
Viking 12-Cup Coffee Maker $174.99 Viking 12-Cup Coffee Maker Enjoy fresh coffee or tea with the Viking 12-Cup Coffee Maker, which has a programmable clock for convenient timed brewing of four to 12 cups. The Viking Brew Break technology allows the user to pour the first cup of coffee without the wait. And its 12-cup thermal stainless steel carafe keeps coffee warm for hours and leaves no residual taste. The metallic silver coffee … |
|
|
Dr. Weil 9802 The Healthy Kitchen Rice Cooker – Model 9802 $160.00 The Healthy Kitchen Multi-Use Rice Cooker will cook your rice to perfection every time. The cooker features a brushed stainless exterior, so it looks beautiful on the countertop. The rice cooker features three rice functions for white, brown, and quick… |
|
|
Farberware 8” Chef Knife $9.99 ?Durable cutlery 8” chef knife Ergonomically designed handle Forged stainless steel handle German steel blades Model# 5046950… |
|
|
Psydream license royalty copyright free indie score Gemafreie Filmmusik $85.00 You can use this music for big cinema score, or YouTube clips. Its a highly textured thing that’s obviously waiting to be married to a video. You could simply import it, drop it on your video timeline, and be on your merry way with no niggling royalty and copyright issues to worry about.Over 1 hour Royalty Free Music !Produced in our studio with professional musicans in Vienna.We have over 10 jea… |
|
|
Lawrence Golan: Fantasia Main Performer or Conductor: Lawrence Golan Instrumentation: Violin Individual Works: J.S. Bach Partita #2 in d minor, BWV 1004 Eugene Ysaye Lawrence Golan Features an origin… |
|
|
Free Web Site Traffic System $8.99 … |
|
|
Endless Possibilities Yoga with Marsha T. Metzger, RYT, M.ed $1.99 … |
|
|
Learning HTML [VHS] $2.47 This tape covers everything you need to know to create your very own web page. From basic HTML formatting to adding links, graphics, and tables, this tape covers it all. We’ll even discuss design issues and uploading your page on a server for all to see. Includes such topics as: the World Wide Web, hypertext, hyperlinks, browsers, text editors, tags, formatting, header, title, body, line and pag… |
|
|
Viagrafix Teach Yourself Programming With HTML Advanced Training [VHS] $19.99 With this video, you can learn at your own pace, when and where you want. Simply rewind and review the video until you are comfortable with the material, an option not available with classes or seminars. Instructors present the material in a clear, easy-to-understand manner, much easier to follow than manuals. Topics: Opening a sample file, Viewing/using tables, Viewing tables in Explorer, Adding … |
|
|
3M 90541-80025T TEKK WorkTunes Hearing Protector and AM/FM Radio $34.59 Protect your ears while keeping yourself motivated at your job site with your favorite tunes or radio programming with the 3M TEKK 90541-80025T WorkTunes with digital tuning hearing protector, which includes an integrated AM/FM radio and a stereo input jack for connecting an MP3 player. A great choice for use on construction sites (check your local regulations), in your workshop, or in your yard w… |
|
|
Men’s Hardcore Circuit Training $12.99 Hardcore Circuit Training for Men is truly the first of its kindThis is the only book in the world that focuses exclusively on circuit training for menThe book provides links to dozens of illustrative Web sites |
|
|
Trend Micro PCNN0139 Internet Security Pro 2008 Software $9.99 Whether you are at home or on the go, Trend Micro Internet Security Pro safeguards your online transactions, identity, and irreplaceable files with the most comprehensive protection available. |
|
|
Microsoft Expression Studio v.4.0 Ultimate – Complete Product – 1 Wor $539.99 Microsoft Expression Studio v.4.0 Ultimate |
|
|
Roxio Creator 2012 Pro – Complete Product $112.99 Roxio Creator 2012 Pro – Complete Product |
|
|
Web Sites Do-It-Yourself For Dummies (Paperback) $16.33 A step-by-step guide to creating your first Web site Everybody`s building cool web sites, but how? Web Sites Do-It-Yourself For Dummies, 2nd Edition, shows you how, with simple, step-by-step instruction that will build your confidenc… |
|
|
High Performance Web Sites (Paperback) $19.59 Presents a collection of fourteen “rules” to help optimize the performance of a Web site. |
|
|
Building a Web Site For Dummies (Mixed media product) $15.06 The bestselling guide to building a knockout Web site, newly updated An effective Web site is the key to success for every venture from class reunions to major corporations. And since Web technology changes rapidly, Building a Web Site F… |
|
|
Building Web Sites All-in-one Desk Reference for Dummies (Paperback) $22.97 Want to launch a Web site but don’t know where to begin? Information on Web design, page building software, using HTML, site planning, and everything else you need to know can be found easily in Building Web Sites All-in-One For Dummies, 2nd E… |
|
|
Php and Mysql for Dynamic Web Sites (Paperback) $25.78 It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open-source combination. Add this book to the mix, and there's no limit to the powerful, interact… |
|
|
Building E-commerce Web Sites With Php and Mysql (Paperback) $22.86 Building E-Commerce Web Sites with PHP and MySQL walks a reader through setting up an e-commerce Web site. Everything is covered icluding: designing the visual interface, creating the database, generating an online catalog, managing the sh… |
|
|
Building Progammable Web Sites (Paperback) $36.68 Description not available. |
|
|
How to Open & Operate a Financially Successful Bookstore on Amazon and Other Web Sites (PACKAGE) $36.63 Since first launching in the 1990s, Amazon.com has been one of the most successful and regularly cited e-commerce Web sites in the world when it comes to how to effectively implement an online business model. For that reason, millions of individuals… |
|
|
Ifrs and Us Gaap + Web Site (Paperback) $61.9 IFRS and US GAAP: A Comprehensive Comparision provides instruction in accounting under International Financial Reporting Standards (IFRS) in the context of US Accounting Standards.  Practical and theoretical application is a major component… |
|
|
Web Style Guide (Paperback) $16.88 Offers advice for creating Web sites and pages that use the classic principles of design. |
|
|
Should Social Networking Web Sites Be Banned? (Hardcover) $28.56 Books in this anthology series focus a wide range of viewpoints onto a single controversial issue, providing in-depth discussions by a variety of primary and secondary sources, including eyewitnesses, scientific journals, government officials, and othe… |
|
|
Making Library Web Sites Usable (Paperback) $67.02 Description not available. |
|
|
Html & Css (Paperback) $15.96 HTML & CSS: Learn to Design and Build Web Sitesteaches readers the basics of HTML and CSS. This book is unique because it throws away dull templates and presents the information in full color, with the use of helpful info-graphics. It … |
|
|
The Philanthropic Planning Companion + Web Site (Mixed media product) $46.98 A donor-centered guide to charitable gift planning for fundraisers and professional advisorsThe Philanthropic Planning Companion compiles and analyzes the latest research on donor/client behavior, discussing the need for segmented appr… |
|
|
How to Use the Internet to Advertise, Promote, and Market Your Business or Web Site (Paperback) $18.03 Interested in promoting your business and/or website but don`t have the big budget for traditional advertising?This new book will show you how to build, promote, and make money off of your website or brick and mortar store using the Internet – … |
|
|
Picture Yourself Building a Web Site in 20 Minutes with Joomla! (Paperback) $14.13 Each book in a visual, full-color series aimed at both beginning and intermediate computer users includes step-by-step instructions, helpful tips and hundreds of illustrative screenshots. |
|
|
Above the Fold (Hardcover) $17.82 A guide to creating successful Web sites covers such topics as typography, unity, site planning, usability, search engine optimization, marketing, and conversion. |
|
|
Risk Management and Financial Institutions + Web Site (Mixed media product) $56.33 Third edition will include four new chapters as well as significant revision with a focus more on financial institutions. New key topics are Basel III, Credit VaR, Model Risk, expansions on Counterparty Credit Risk, Regulation and Solvency, + new anci… |
|
|
The Definitive Guide to Drupal 7 (Paperback) $28.09 Presents information on creating and managing a Web site with Drupal 7. |
|
|
Intermediate Macroeconomics (With Product Web Site Printed Access Card and Review Cards) (Paperback) $50.1 Description not available. |
|
|
Tattoo Johnny (Paperback) $9.75 These days, it seems like everybody-male, female, young, and old-wants a tattoo. But choosing the right design isn`t always easy. Tattoo Johnny to the rescue! Culled from the world`s leading tattoo Web site, t… |
|
|
Get to No. 1 on Google in Easy Steps (Paperback) $11.57 Provides information on ways to successfully market a Web site to Google. |
|
|
The Definitive Guide to Django (Paperback) $25.61 Provides information on using the Python-based framework to create Web sites. |
|
|
Murach`s Html5 and Css3 (Paperback) $31.08 A guide to HTML5 and CSS3 covers such topics as coding, testing, and validating a Web page; working with links and lists; adding audio and video to Web sites; and using JQuery and JavaScript. |
|
|
Html, Css, and Javascript Mobile Development for Dummies (Paperback) $16.82 Learn to build and optimize attractive, functional Web sites for smartphones Today, mobile devices outnumber desktop and laptop computers three to one. Skill in developing Web sites that work on mobile devices is in demand, and this friend… |
|
|
Starting Your Career As a Freelance Editor (Paperback) $13.3 If you`ve ever considered editing as a career, this book will help you on your new path. You`ll learn about the requirements in various ?elds, how to get started, the step-by-step facets of setting up and conducting your editing services, working with … |
|
|
Creating a Website: the Missing Manual (Paperback) $17.81 Think you need an army of skilled programmers to build a web site? Think again. With nothing more than an ordinary PC, some raw ambition, and this book, you`ll learn how to create and maintain a professional-looking and visitor-friendly site th… |
|
|
Teach Yourself Visually Dreamweaver Cs5 (Paperback) $18.9 Demonstrates the Web site authoring program`s features, covering such topics as setting up a Web site, working with HTML, creating hyperlinks, editing table designs, creating forms, using library items, and using CSS. |
|
|
The Foodista Best of Food Blogs Cookbook (Paperback) $15.84 As the first grassroots cookbook to emerge from social media, The Foodista Best of Food Blogs Cookbook features competition-tested recipes from foodie-favorite Web site Foodista.com. Foodista.com is the Web`s premier source for collaborative coo… |
|
|
Learning PHP, MySQL, and Javascript (Paperback) $23.75 Provides information on creating Web sites using a combination PHP and MySQL and adding applications using JavaScript. |
|
|
Secret Agent Handbook (Paperback) $5.93 Secret Agent G tells readers about the simulated missions on the Club Penguin Web site and about the gadgets they can use to keep Club Penguin safe and sound. Original. |
|
|
Joomla! for Dummies (Paperback) $21.67 Build template-based web sites without the hassle of writing code! Joomla! is a free, open source PHP & MySQL-based content management system that allows you to create interactive, community-based Web sites without having to write or… |
|
|
Dreamweaver Cs5 for Dummies (Paperback) $13.73 A fully updated guide to the leading Web site creation tool, Dreamweaver CS5 Dreamweaver holds 90 percent of the market share for professional Web site development software. This popular book, which has sold more than 300,000 copies in pre… |
|
|
Building Asp.net Web Pages With Microsoft Webmatrix (Paperback) $22.58 Provides information on building data-driven Web sites with ASP.NET and Microsoft WebMatrix. |
|
|
Increase Your Web Traffic in a Weekend $24.74 Provides information on effectively promoting a Web site, building an audience, and choosing the right tools to reach the intended audience. |
|
|
Head First Web Design (Paperback) $28.65 Looks at ways to create an attractive and user-friendly Web site, covering such topics as customer requirements, storyboards, HTML, and CSS. |
|
|
Taking Your Band Online (Paperback) $12.82 Explains such aspects of marketing music online as web site basics, uploading content, and promotion strategies. |
|
|
Beginning Html5 and Css3 (Paperback) $24.21 The book teaches readers the basics of building web sites in HTML5 and CSS3. Itbegins by talking about different versions of HTML and CSS, and describes how modern web pages should use structure and semantics to describe their contents. There are chap… |
|
|
Introducing Microsoft Acrylic $22.61 Provides information on using Microsoft Expression Studio to create Web sites, graphics, and presentations. |
|
|
Crazy Sexy Diet (Hardcover) $14.05 Cancer survivor Kris Carr turned the fear and angst triggered by her initial diagnosis into a book and documentary called CRAZY SEXY CANCER, which led in quick succession to two more books, a web site, an online community, and a coaching career. In all… |
|
|
100 Things Every Designer Needs to Know About People (Paperback) $17.81 Provides information and examples to help designers create products, applications, Web sites, and print materials that match the way people think and feel. |
|
|
Grind $9.85 Friends Wally and Phillip find themselves becoming stars on a skateboarding Web site, but after Wally attempts a dangerous trick, they find their lives changed forever. |
|
|
Drupal for Dummies (Paperback) $19.59 Learn to set up, manage, and administer a Drupal Web siteDrupal offers unparalleled flexibility for content-managed Web sites, and Drupal 7 is the easiest version to use yet. This new edition teaches you the fast, fun, and easy way to get started wi… |
|
|
Mcts Certification Toolkit (Exam 70-515) (Mixed media product) $31.37 A valuable test preparation guide, comprising a book-CD-Web site, written by an author who advised Microsoft in developing the exam The MCTS 70-515 exam is the basic, entry-level certification exam for all .NET developers, with the largest audien… |
|
|
CSS Mastery (Paperback) $23.07 Provides information on developing Web sites using CSS3, covering such topics as the visual formatting, model, styling links, layout, and bugs and bug fixing. |
|
|
Html, Xhtml and Css All-in-one for Dummies (Paperback) $24.1 A complete and fully updated reference for these key Web technologies HTML, XHTML, and CSS are essential tools for creating dynamic Web sites. This friendly, all-in-one guide covers what programmers need to know about each of the technologi… |
Related Articles
No user responded in this post
Leave A Reply