Posts

Latest Post

Points must keep in mind before web development.

 POINTS ARE AS- Web development Web development  refers to building website and deploying on the web. Web development requires use of scripting languages both at the server end as well as at client end. Before developing a web site once should keep several aspects in mind like: What to put on the web site? Who will host it? How to make it interactive? How to code it? How to create search engine friendly web site? How to secure the source code frequently? Will the web site design display well in different browsers? Will the navigation menus be easy to use? Will the web site loads quickly? How easily will the site pages print? How easily will visitors find important details specific to the web site? How effectively the style sheets be used on your web sites? Web Development Process Web development process includes all the steps that are good to take to build an attractive, effective and responsive website. These steps are shown in the following diagram: Web development tools Web developm

The Python Tutorial

  Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. The Python interpreter and the extensive standard library are freely available in source or binary form for all major platforms from the Python Web site, https://www.python.org/ , and may be freely distributed. The same site also contains distributions of and pointers to many free third party Python modules, programs and tools, and additional documentation. The Python interpreter is easily extended with new functions and data types implemented in C or C++ (or other languages callable from C). Python is also suitable as an extension language for customizable applications. This tutorial introduces the reader informally to the bas

24 Things to Consider When Designing and Developing a Website.

  From functionality and appearance to navigation and coding integrity, a lot goes into creating an eye-catching, user-friendly website. It doesn't end there, either.  Web developers and designers   must work together to produce websites that will be located by search engines, engage customers, and stimulate conversions. Whew! That's a lot of pressure. Fortunately, the following 24 tips will guide you through the process of creating a unique user experience that inspires viewers to become loyal brand advocates. 1. Choosing a Domain and Host Great domain names (take a look at Google and Yahoo, for two) say so much while saying so little. In addition to being memorable, a domain name needs to accurately reflect your brand's voice and be nearly impossible to misspell. Finding the right name for your brand is crucial, because incorporating a combination of  SEO , simple spelling, and brand identity into the domain name leads to a higher chance of being located in search engine

How to type Html in Notepad and get a suitable output.

Image
 <html> <head>         <title>My first web page</title> </head> <body>         This is my first web page         How exciting         <p>         HTML is a markup language for describing web documents(web pages).         HTML stands fot Hyper Text Markup Language.         A markup language is a set of markup tags         Each HTML tag describes different documents content         </p>         <p>         This is my first web page.How exciting.         This tag is probably the handiest and most         Commonly used of all tags.         </p> </body> </html> Type The above Code to get following output.

What are "Audio and Video" ?

  What are Audio and Video? The terms audio and video commonly refers to the time-based media storage format for sound/music and moving pictures information. Audio and video digital recording, also referred as audio and video codecs, can be uncompressed, lossless compressed, or lossy compressed depending on the desired quality and use cases. Audio codecs can usually contain one audio channel (mono), two audio channels (stereo), or more channels (e.g. "5.1" surround). For example, human voice is recorded using one channel while music uses in general two or more channels. The quality will vary depending on the b