Showing posts with label Website design and development. Show all posts
Showing posts with label Website design and development. Show all posts

Wednesday, October 18, 2023

Search Results Spam

 

https://news.ycombinator.com/item?id=21622322


https://www.kevin-indig.com/the-problem-with-spam-and-search/


https://support.google.com/websearch/thread/144091989/continuous-spam-results-in-google-search-first-page-result?hl=en


https://searchengineland.com/google-web-spam-report-less-than-1-of-search-results-visited-spammy-301158


https://damonmccoy.com/papers/www2016-cloud.pdf


2023


How we fought spam on Google Search in 2022

Tuesday, April 11, 2023

https://developers.google.com/search/blog/2023/04/webspam-report-2022

https://chrome.google.com/webstore/detail/signal-spam/npkncdihipibabapnailakhpajlglbfk


Wednesday, July 11, 2012

Learning HTML

Learning HTML

Learning HTML

Authors

Web pages are written in HTML.
Most of us type plain english in blogs etc. But at the backend all this is converted into HTML. During edit process we can even change the HTML if we know some HTML are change the way our web page  looks.
HTML files contain:
HTML tags that indicate page elements, structure, formatting, and hypertext links to other pages and
the content of the page.
HTML Tages
HTML tags look like this
<TITLE> Learning HTML</TITLE>
The above HTML tag is a specific example.
The general pattern is
<The TagName>Affected text</The TagName>
To be continued

Wednesday, June 13, 2012

ASP.NET - Online Book

ASP.NET Knol Book

ASP.NET Knol Book

Authors

ASP.NET is a server side scripting technology that enables scripts (embedded in web pages) to be executed by an Internet server.
•ASP.NET is a Microsoft Technology
•ASP stands for Active Server Pages
•ASP.NET is a program that runs inside IIS (Internet Information Services), Microsoft's Internet server
•IIS comes as a free component with Windows servers
•IIS is also a part of Windows 2000 and XP Professional

An ASP.NET file is just the same as an HTML file. It can contain HTML, XML, and scripts
•Scripts in an ASP.NET file are executed on the server
•An ASP.NET file has the file extension ".aspx"

ASP.NET Working

When a browser requests an ASP.NET file, IIS passes the request to the ASP.NET engine on the server.
The ASP.NET engine reads the file, line by line, and executes the scripts in the file.
Finally, the ASP.NET file is returned to the browser as plain HTML

Collected Online Articles - Readings - Knols

Comments

Short urls

http://knol.google.com/k/-/-/2utb2lsm2k7a/3876
Narayana Rao - 25 Jan 2011

Short urls

http://knol.google.com/k/narayana-rao-k-v-s-s/-/2utb2lsm2k7a/3876
Narayana Rao - 25 Jan 2011