Software Development Company

FAQ'S

CG Solution is a Professional Web Design and web Development, Domain Registration, Web Hosting, Search Engine Optimization, Graphic Designing, Consultancy Firm based in Jamnagar, Gujarat, India.

Web site design FAQ General

It normally takes less than 14 days to build a web site. Hosting requires a domain name, that can be purchased for as little Price packges per year. Website design together with hosting takes less than two weeks, and for web sites where lot of interactivity is to be built in, it may take about 4 weeks.

Yes. We can redesign or add content to an existing site, and costs less money than building one from scratch.

Yes, we can certainly use your existing company literature such as logos’, brochure, etc. for incorporating in the new web site

Not necessarily. You can hire web site design and hosting services. All you need to an Internet connection through your local ISP. e-mail contact is almost a necessity for hosting or maintaining a web site

Brochures, logos, photographs, product descriptions, business cards etc. are all recommended resources to use. For new businesses we will help you get started from scratch. A dedicated person will answer any questions during your website project.

Depending on the business, some amount of maintenance would be required. As your business evolves, it may require some things to be added, deleted, or modified. If there is no much change in the business from time to time, the maintenance will also be minimal.

Web site design FAQ Technical

HTML (Short for HyperText Markup Language) is the language used to create web pages. A web page may contain text, graphics, audio or even video. A web page may link to other web pages or files by using hyperlinks. One big benefit of a HTML is that the language is understood by any computer with a browser, and Internet connectivity irrespective of the Operating System used.

No. It is not necessary to know HTML to design a simple web site. You can use GUI (Graphical User Interface) editors such as FrontPage, Netscape composer, or Mozilla to create a web page. Though one need not know HTML to design a web page, knowledge of HTML is desirable to optimize the web page. By knowing HTML, you can fine tune the web page so that the users will have better experienc e.

Not necessarily. Scripts are used to execute special code either on the browser or on the web server. A script such as JavaScript or VBScript that runs on the browser is called client side script. A script such as CGI or PHP that runs on the server side is called server side script. For example, if you want a feed-back form to be incorporated into a web page, you may need to resort to scripts. Basically, scripts introduce functionality into a web page. Some examples where scripts are used: Discussion forums, web page counters, feed-back forms etc. If you are considering any interactivity with the web page visitor, you may need to consider using a script.

The advantage of client side scripting is that the server is relieved of executing the script, thus saving valuable processor time and RAM. On the other hand, there is less protection to the script on the client side. Script on the server can be protected using passwords, whereas the script on the client side is open to anyone. Server side scripting is recommended if you need a tight control on the program code, better functionality, and security.

CGI, PERL, ASP, and PHP are examples of server side scripts. JavaScript, and VBScript are the examples of client side scripts. Note that scripts are interpreted languages, and differ from programming languages such a Java or C++. The later are compiled before being executed.

Yes, it is recommended to optimize your web site with respect to various browsers, and also to check for any syntax errors. A few resources that checking a web site compatibility and syntax are ZDNet HTML Check , W3C HTML checker.