Welcome to www.inscyclo.com

Web Hosting - Changing Web Hosts, Pitfalls and Planning At some point, nearly everyone finds it necessary to change web hosts. It may be just a migration to another server, or it may be changing web hosting companies entirely. Either way, the process is fraught with potential dangers. But there are ways to minimize the odds of problems and maximize your changes of a smooth migration. Plan, plan, plan. Make a very detailed list of everything that is on your current system. Review what is static and what changes frequently. Note any tailoring done to software and files. Be prepared to remake them if the systems aren't transferred properly or can't be restored. Keep careful track of all old and new names, IP addresses and other information needed to make the migration. Backup and Test Backup everything on your system yourself, whenever possible. Web hosting companies typically offer that as a service, but the staff and/or software are often less than par. Often backups appear to go well, but they're rarely tested by restoring to a spare server. When the time comes that they're needed, they sometimes don't work. Do a dry run, if you can. Restore the system to its new location and make any needed changes. If you have the host name and or IP address buried in files, make sure it gets changed. This is often true of databases. SQL Server on Windows, for example, picks up the host name during installation. Moving a single database, or even multiple ones, to a new server is straightforward using in-built utilities or commercial backup/restore software. But moving certain system-related information may require changing the host name stored inside the master database. Similar considerations apply to web servers and other components. Accept Some Downtime Be prepared for some downtime. Very few systems can be picked up, moved to another place, then brought online with zero downtime. Doing so is possible, in fact it's common. But in such scenarios high-powered professionals use state-of-the-art tools to make the transition seamless. Most staff at web hosting companies don't have the skills or the resources to pull it off. Prepare for Name Changes One aspect of moving to a new host can bedevil the most skilled professionals: changing domain names and or domain name/IP address combinations. When you type a URL into your browser, or click on one, that name is used because it's easier for people to remember. www.yahoo.com is a lot easier to remember than 209.131.36.158. Yet the name and or name/IP address combination can (and does) change. Still, specialized servers called DNS (Domain Name System) servers have to keep track of them. And there are a lot of them. There may be only two (rarely) or there may be a dozen or more DNS servers between your visitors' browsers/computers and your web host. Every system along the chain has to keep track of who is who. When a name/IP address changes, that pair has to be communicated to everyone along the chain, and that takes time. In the meantime, it's possible for one visitor to find you at the new place, while another will be pointing to the old one. Some amount of downtime will usually occur while everything gets back in sync. The Little Gotchas But even apart from name and IP address changes, there are a hundred little things that can, and often do, go wrong. That's not a disaster. It's just the normal hurdles that arise when changing something as complicated as a web site and the associated systems that underlie it. Gather Tools and Support Having an FTP program that you're familiar with will help facilitate the change. That will allow you to quickly move files from one place to the next to do your part to get the system ready to go or make repairs. Making the effort to get to know, and become friendly with, support staff at the new site can be a huge benefit. They may be more willing to address your problem before the dozen others they have to deal with at any given moment. Ok. On your mark. Get ready. Go.

Examine the Interior of Publishing Companies (publishing companies) The publishing company can be seen as the backbone of the writing world. Written words seemingly would not have been able to be seen without publishing companies. The publishing company provides a great service to society by publishing and displaying the work of authors. The existence of publishers is obvious, but the interior of the publishing world and its companies is unknown by many people. Publishing is known as an apprenticeship industry, which means that most of the knowledge needed by a publishing professional will be learned with hands-on experience on the job. Generally, information that is learned in one department of a company is useful throughout the publishing house, which gives professionals the opportunity to move between departments. There are many levels to a publishing company and they all have different functions. The administrative level is the first level of any company, and has many responsibilities in the functioning publishing companies. The administrative department is responsible for managing daily operations for publishing executives and management. This responsibility involves interaction with all of the employees from all of the departments, as well as interaction with authors and agents. The administrative employees are required to manage the calendar, maintain organized files, screen/prioritize mail, draft correspondence, make travel arrangements and prepare itineraries, process expense reports, take minutes at meetings and prepare reports. A position as an administrative employee allows a person to have a high-level of understanding of a publishing company, while being visible to executives. Advertising is another division of publishing companies. Most publishing companies have in-house advertising agencies that purchase media space and create and design advertisements. In a publishing company, the advertising department works closely with the marketing directors, editors, and publishers of titles to create an advertising plan that will promote sales of an individual book. Every advertising plan requires research and negotiation to provide the best venues and the most cost-effective methods of advertisement. These employees also work closely with graphic designers, commercial sales representatives, printing presses, and internal staff to facilitate the run of advertisements. The editorial department of a publishing house is one of the most important departments. This department acquires, negotiates, develops, and edits book projects for publication. The daily activities of editorial employees include preparing acquisitions for transmittal to the production department, developing and maintaining relationships with authors, booksellers, and agents, performing general administrative duties, participating in editorial, design and marketing meetings, and reading and evaluating submissions by writing reader’s reports. The editorial department must work closely with all departments. Another division of publishing companies is the marketing department. The marketing department has the responsibility of creating, preparing, and establishing marketing strategies and policies for each title by coordinating the efforts of the publicity, promotion, advertising, online, and sales departments. The marketing department is responsible for preparing all sales presentation materials, audio recordings, fact sheet collation, and promotions, creating and producing additional account-specific presentation materials, researching and establishing relations with new markets, and planning and maintaining sales and marketing schedules. The publisher’s office is also an important department for many publishing companies. The publishers oversee the life cycle of a title from acquisition to production, and onto the sales force. Publishers are responsible for making executive decisions for all titles within assigned imprints while staying within any cost restraints. This department is also responsible for sponsoring book projects, strategies, and initiatives for the publishing company. The subsidiary rights and permissions department is also one of the most important divisions of a publishing company. This department finds additional sources of profit for a given title, including serials, book clubs, and paperback, audio and e-book rights. The daily activities for the subsidiary department include writing submission letters, sending manuscripts, proposals, and books to foreign publishers and agents, coordinating co-productions with other publishers, working with book clubs and sales for special editions, and maintaining relationships with other publishing companies. Publishing companies have many divisions, including, sales, purchasing, publicity, promotion, production, managing editorial, legal contracts Internet development, information technology, human resources, finance, art and design, and audio.

Web Hosting - Databases, What Are They and Do You Need One? 'Database' is one of the most commonly used terms that one encounters in web site design. Yet, what they really are and whether they're essential is often not clear to novices. A database is a collection of organized data, stored in files that have a specific structure. It's that organization and structure that allows for easy and rapid storage and retrieval. The need for a database generally only arises when you have a certain amount of information and that information needs to have some structure. If you have a half-dozen names and addresses to store, a database is usually overkill. If you have a blob of data with no relationships between any of the items in that blob, maintaining a database is usually more trouble than it's worth. Maintain a database? Yes, like other complex systems a database, to be effective, needs to be designed properly at the outset then kept 'tuned' for good performance. The alternative is to gradually allow the database to become more and more disorganized. That leads to difficulty in use, poor speed of retrieval and more frequent failures. With MySQL, Access or MS SQL Server, the three most common choices of database product for web sites today, setting up a database is relatively simple. Even those with limited technical skill can get one up and running just by following some simple instructions. But some thought should be given to how you want the information organized, and to maintaining the system during its lifetime. Suppose you have a set of names, addresses, email addresses, products purchased, date purchased and amount. If you have only a few dozen records it matters very little how these pieces are arranged and related. A database usually isn't even warranted in this scenario. Once you have several thousand or more records, it matters a lot. Speed, the ease of expanding the set of attributes (like adding, say, product category), and other issues come into play. Even those with little technical expertise, but a willingness to exert logical thought and invest some time, can build a very robust database. Think about how you would organize a set of data (called 'tables'). Should Name, Address, and Product be in the same table? Or should the personal information be stored in one table and any product information (product, price, ...) in another? Some experimentation may be needed to get it right, but the choices have an impact on how easy the tables are to maintain. It also affects the speed with which programs can fetch old data and store the new. Having a database also introduces new maintenance issues for the server administrator, since backups usually need to be done differently. Recovering a failed database is usually more complicated than simply re-copying files from yesterday. Ask your hosting company what tools and skills they have for dealing with any database system you consider. It's true that introducing a database creates more complexity and the need for additional thought and administrative effort. At a certain level, professional expertise will be needed. But clearly the advantages outweigh the costs in many cases. Companies large and small eventually use databases to store and organize data. At some point, you may be fortunate enough to be one of them.