Skip to main content

Posts

Showing posts from August, 2022

LOOP IN C and CPP PROGRAMMIMG

What is Looping in C & C++? The looping can be defined as repeating the same process multiple times until a specific condition satisfies. It is known as iteration also.  There are three types of loops used in the C,C++ language language.  We are going to learn all the aspects of C, C++ loops. Why looping? The looping simplifies the complex problems into the easy ones. It enables to alter the flow of the program so that instead instead of writing writing the same code again and again, we can execute the same code for a finite number of times. For example, if we need to print ‘Bhopal’ 10-times then, instead of using the printf/cout statement 10 times, we can use printf in c and cout in C++ once inside a loop which runs up to 10 iterations. What are the advantages of Looping? It provides code reusability. Using loops, we do not need to write the same code again and again. Using loops, we can traverse over the elements of data structures structures (array or linked lists)...

WHAT IS A SITEMAP?

WHAT IS A SITEMAP? Simply, a sitemap is a file that lists all the web pages of your website that you would like search engines to know about and consider for ranking. There are however two types of sitemaps; the sitemap for crawlers/bots and the visual sitemap for users. Each is intended for different usage and for different applications. Why you need a sitemap... Sitemaps are not required for your website to be found by search engines but are HIGHLY encouraged for all websites. A sitemap allows the crawlers of your site to get to all areas of your website no matter the size, with more efficiency. This helps with Search Engine Optimization because it makes it easier for search engines to find all the content you want to be discovered and ranked on your website. Sitemaps are especially important for new websites, very large (lots of pages) sites, or sites with large archives. For new websites, there are very few external links coming into your site, so crawlers may have a hard time find...

Web 2.0 vs. Web 3.0

  What is Web 2.0? Web 2.0  ushered in an era where the web defined itself as a new medium. It was separate and distinct from every other that preceded it, including traditional print and video. Instead of just static websites that pushed information to users, Web 2.0 introduced new forms of interactivity. Concepts such as blogging became popular, and social networks began to emerge with Friendster, MySpace and eventually  Facebook . A host of technologies redefined the web from its nascent origins to the Web 2.0 era. Among them is a technology approach know as  Ajax  (Asynchronous JavaScript and XML). Ajax was first popularized by Google Maps, which completely changed the way the web worked. Instead of just a flat, static map, Ajax enabled Google Maps to zoom, scroll and manipulate the map image. The use of  CSS  (Cascading Style Sheets) is another defining characteristic of Web 2.0. In the early era of the web, developers had to format pages with...