SlideShare a Scribd company logo
1 of 22
Understanding Websites
Trainings by Vidya Bhagwat 
• Websites : 
A website is hosted on at least one web server, 
accessible via a network such as the Internet or a private local 
area network through an Internet address known as a 
Uniform resource locator. All publicly accessible websites 
collectively constitute the.
Importance Of Websites: 
• Internet marketing comes 
of age 
• Internet marketing is now a 
major, multi-billion dollar 
industry. 
• Despite some concerns, 
many consumers now have 
the skills and the 
confidence to transact 
purchases using the web.
• An Internet "presence" has now become essential . 
• A modern, well presented website is now expected for most 
businesses and organizations. 
• A website should explain the products and services offered. It 
should also provide background and general contact 
information. 
Trainings by Vidya Bhagwat
• Local business is affected as well 
• Many small business operators have been disappointed with the 
results achieved by their websites. 
• Sites have been created but few if any business has resulted. 
• There are a number of reasons: 
• unrealistic expectations; 
• poor website construction (not search engine friendly); 
• poor targeting. 
• Local search is growing in importance. Local search is the ability to 
search for and find businesses and organizations in the local area, that 
is, in close proximity geographically. 
Trainings by Vidya Bhagwat 
• This will vary from business to business.
Website Structure Understanding : 
• Website Structure Understanding and its Applications. 
• Website structure understanding can be treated as a reverse 
engineering for the purpose of automatically discovering the 
layout templates and URL patterns of a website, and 
understanding how these templates and patterns are integrated 
to organize the website. The study of this problem has had a 
great impact to many applications which can leverage such site-level 
knowledge to help web search and data mining. 
Trainings by Vidya Bhagwat
Trainings by Vidya Bhagwat
• What’s Website Structure? 
In this project, the website structure consists of 
three components: layout templates, URL patterns, and 
linkage structure. 
Trainings by Vidya Bhagwat 
• Layout Template: 
Most web pages consist of HTML elements like 
table, menu, button, image, and input box. The layout of a 
web page describes what HTML elements are included in the 
page, as well as how these elements are visually distributed in 
page rendering. Essentially, a page layout is represented by a 
so called DOM (Document Object Model) tree. In this project, 
a layout template is considered as a group of pages which 
have very similar layouts (DOM trees).
• In a website, pages are generated based on distinguishable 
templates according to their functions. That is to say, visually 
similar pages usually have same function. In this way, user can 
easily identify a page’s function at a glance. Following are 
several typical layout templates identified from the ASP.NET 
Forums. Their functions are to show a) a list of discussion 
thread, b) a list of thread posts, and c) user profile, 
respectively. 
Trainings by Vidya Bhagwat
• It is noticed that one layout templates can have more than 
one related URL pattern. For example, a bookseller website 
usually designs one template to show a list of 
books, and provides different query parameters to generate 
such a list. Various query parameters in this scenario will lead 
to different URL patterns, but the search results are shown 
with the same template. Another common case is duplicate 
pages, i.e., pages with the same content (and very likely the 
same layout) but different URLs. 
Trainings by Vidya Bhagwat
Trainings by Vidya Bhagwat 
• Link Structure : 
Based on the layout templates and URL patterns, 
we can construct a directed graph to represent the website 
organization structure. That is, each layout template is 
considered as a node in a graph, and two nodes are linked if 
there are hyperlinks between the pages belonging to the two 
nodes. The link direction is the same as the related 
hyperlinks. And each link is characterized with the URL pattern 
of the corresponding hyperlink URLs. Again, it should be 
noticed that there could be multiple links from one node to 
another if the corresponding hyperlinks have more than one 
URL pattern. 
• Fig. 2 gives an illustrative example of the sub-graph 
constructed based on the layout templates and URL patterns 
above.
Trainings by Vidya Bhagwat 
• Random Sampling : 
The goal of random sampling is to provide a 
snapshot of a website by downloading only a relatively small 
number of pages. The sampling quality is the foundation of 
the whole mining process. To keep the downloaded pages as 
diverse as possible, in practice the sampling process adopts a 
strategy combining both breadth-first and depth-first, and can 
quickly retrieve pages at deep levels within a few steps.
• Inspired by this observation, in this project, DOM path is 
utilized to characterize the layout of a webpage. As shown in 
Fig. 5, a DOM path is a path from a leaf node to the root of 
the DOM tree. The leaf node indicates the component type, 
and the path-to-root approximately describes the visual 
location of that component in page rendering. 
• Given a set of HTML pages, all unique DOM paths are 
extracted to form a feature space. Each page is represented 
by a point in the feature space, and the layout similarity of 
two pages can be estimated. A bottom-up strategy is then 
utilized to group similar pages, and each cluster is considered 
as a layout template. 
Trainings by Vidya Bhagwat
• URL Pattern Discovery : 
A URL is not an ordinary string but has a syntax 
structure scheme strictly defined by W3C standards. Based on 
a syntax structure, a URL string can be represented by a group 
of key-value pairs. Fig. 6 gives an example URL, its syntax 
structure, and the corresponding key-value pairs. 
It is noticed that different URL components (or 
keys) usually have different functions and play different roles 
in a website. In general, keys denoting directories, functions, 
and document types are with only a few values, which should 
be explicitly recorded in a URL pattern. By contrast, keys 
denoting parameters such as user names are with quite 
Trainings by Vidya Bhagwat 
diverse values, which should be generalized in the pattern.
• It is noticed that different URL components (or keys) usually 
have different functions and play different roles in a website. 
In general, keys denoting directories, functions, and 
document types are with only a few values, which should be 
explicitly recorded in a URL pattern. By contrast, keys 
denoting parameters such as user names are with quite 
diverse values, which should be generalized in the 
pattern. Based on this observation, a top-down recursive split 
process is proposed in this project to construct a pattern tree 
to characterize a set of URLs. Fig. 7 gives an example pattern 
tree based on URLs from Trainings www.by Vidya wretch.Bhagwat 
cc. Algorithm details 
please refer to.
• Website Designing India have assisted hundreds of businesses 
to build or update a website custom to their requirements. 
You get more than just a website with our Website Designing 
Services. You can update your website content easily, take 
credit card payments online, and use lots of tools like poll 
managers, news managers, photo galleries, and form builders. 
Whether you're looking for an ecommerce web design 
company or a web development company that showcases 
your business, our website designing & development services 
give you control over your site with no technical skills needed. 
Trainings by Vidya Bhagwat
Domain Name : 
• This article is about domain names in the Internet. For other 
Trainings by Vidya Bhagwat 
uses, see Domain. 
• A domain name is a unique name that identifies a website. It 
is an identification string that defines a realm of 
administrative autonomy, authority or control on the Internet. 
Domain names are formed by the rules Domain Name System 
(DNS). Any name registered in the DNS is a domain name. The 
functional description of domain names is presented in the 
Domain Name System article. Broader usage and industry 
aspects are captured here.
• Domain names are used in various networking contexts and 
application-specific naming and addressing purposes. In 
general, a domain name represents an Internet Protocol (IP) 
resource, such as a personal computer used to access the 
Internet, a server computer hosting a web site, or the web 
site itself or any other service communicated via the Internet. 
In 2010, the number of active domains reached 196 million. 
Trainings by Vidya Bhagwat
Use In Web Site Hosting 
• The domain name is a component of a Uniform Resource 
Locator (URL) used to access web sites, for example: 
• URL: http://www.example.net/index.html 
• Top-level domain name: net 
• Second-level domain name: example.net 
Trainings by Vidya Bhagwat
• Host name: www.example.net 
• A domain name may point to multiple IP addresses in order to 
provide server redundancy for the cybernetic services to be 
delivered; such multi-address capability is used to manage the 
traffic of large, popular web sites. More commonly, however, 
one server computer, at a given IP address, may also host web 
sites in different domains. Such address overloading enables 
virtual web hosting, commonly used by large web hosting 
services to conserve IP address space. IP-address overloading 
is possible through a feature in the HTTP version 1.1 protocol, 
but not in the HTTP version 1.0 protocol, which requires that a 
request identify the domain name being referred for 
Trainings by Vidya Bhagwat 
connection.
Contact Information 
• To obtain further information about any of our databases, 
services, or programs, contact NCBI: 
Pub Med Customer Service: 
• Send an Email for help with technical issues, searching, or 
Trainings by Vidya Bhagwat 
content assistance 
• Call 1-888-FIND-NLM (1-888-346-3656) for help with 
searching or content assistance only 
• General Information: info@ncbi.nlm.nih.gov 
• Questions about and technical support for NCBI and its 
programs and services 
• BLAST: blast-help@ncbi.nlm.nih.gov 
• Technical questions on running or interpreting BLAST 
sequence comparison searches
Trainings by Vidya Bhagwat

More Related Content

What's hot

Digital Marketing Course Week 3: Digital Assets
Digital Marketing Course Week 3: Digital AssetsDigital Marketing Course Week 3: Digital Assets
Digital Marketing Course Week 3: Digital AssetsAyca Turhan
 
Workshop evaluating your website-05-20-10
Workshop evaluating your website-05-20-10Workshop evaluating your website-05-20-10
Workshop evaluating your website-05-20-10NuRelm
 
A Complete Guide To SEO
A Complete Guide To SEOA Complete Guide To SEO
A Complete Guide To SEOSeema Gupta
 
Digital marketing module ii
Digital marketing module iiDigital marketing module ii
Digital marketing module iiLavanya Sharma
 
Zero Budget Marketing - AdGlobal360
Zero Budget Marketing - AdGlobal360Zero Budget Marketing - AdGlobal360
Zero Budget Marketing - AdGlobal360AdGlobal360
 
Building Blocks of Web Presence
Building Blocks of Web PresenceBuilding Blocks of Web Presence
Building Blocks of Web Presencemimsin
 
Mastering B2B Advertising on LinkedIn: Expert Campaign Optimization Tips
Mastering B2B Advertising on LinkedIn: Expert Campaign Optimization TipsMastering B2B Advertising on LinkedIn: Expert Campaign Optimization Tips
Mastering B2B Advertising on LinkedIn: Expert Campaign Optimization TipsSevenAtoms Inc.
 
Conversion Optimization in the Extended Web
Conversion Optimization in the Extended WebConversion Optimization in the Extended Web
Conversion Optimization in the Extended Webion interactive
 
Digital marketing training_by_shiwali
Digital marketing training_by_shiwaliDigital marketing training_by_shiwali
Digital marketing training_by_shiwaliShiwaliMehta
 
An Ultimate Guide To LinkedIn Ads For 2021
An Ultimate Guide To LinkedIn Ads For 2021An Ultimate Guide To LinkedIn Ads For 2021
An Ultimate Guide To LinkedIn Ads For 2021Propel Guru
 
Content is Currency - Online Marketing Summit 2013
Content is Currency - Online Marketing Summit 2013Content is Currency - Online Marketing Summit 2013
Content is Currency - Online Marketing Summit 2013Jon Wuebben
 
Blog 101 For Law Firms Presentation
Blog 101 For Law Firms PresentationBlog 101 For Law Firms Presentation
Blog 101 For Law Firms PresentationJohn Hopkins
 
Introduction to Linked in Advertising
Introduction to Linked in AdvertisingIntroduction to Linked in Advertising
Introduction to Linked in AdvertisingTed Prodromou
 
Leveraging Organic Social Media
Leveraging Organic Social MediaLeveraging Organic Social Media
Leveraging Organic Social MediaLinkedIn
 
Web Marketing Career Presentation
Web Marketing Career PresentationWeb Marketing Career Presentation
Web Marketing Career PresentationThe Net Impact
 
Marketing on a Budget Presentation TXchange
Marketing on a Budget Presentation TXchangeMarketing on a Budget Presentation TXchange
Marketing on a Budget Presentation TXchangeThe Net Impact
 
Search Engine Optimization Link Building For Group Integrated,Nilkamal (1)
Search Engine Optimization Link Building For Group Integrated,Nilkamal (1)Search Engine Optimization Link Building For Group Integrated,Nilkamal (1)
Search Engine Optimization Link Building For Group Integrated,Nilkamal (1)Himanshu Singh
 
Html5 Web Storage Hemant
Html5 Web Storage HemantHtml5 Web Storage Hemant
Html5 Web Storage HemantHemant Sarthak
 

What's hot (20)

Digital Marketing Course Week 3: Digital Assets
Digital Marketing Course Week 3: Digital AssetsDigital Marketing Course Week 3: Digital Assets
Digital Marketing Course Week 3: Digital Assets
 
Workshop evaluating your website-05-20-10
Workshop evaluating your website-05-20-10Workshop evaluating your website-05-20-10
Workshop evaluating your website-05-20-10
 
A Complete Guide To SEO
A Complete Guide To SEOA Complete Guide To SEO
A Complete Guide To SEO
 
Digital marketing module ii
Digital marketing module iiDigital marketing module ii
Digital marketing module ii
 
Zero Budget Marketing - AdGlobal360
Zero Budget Marketing - AdGlobal360Zero Budget Marketing - AdGlobal360
Zero Budget Marketing - AdGlobal360
 
Content is currency
Content is currencyContent is currency
Content is currency
 
Building Blocks of Web Presence
Building Blocks of Web PresenceBuilding Blocks of Web Presence
Building Blocks of Web Presence
 
Mastering B2B Advertising on LinkedIn: Expert Campaign Optimization Tips
Mastering B2B Advertising on LinkedIn: Expert Campaign Optimization TipsMastering B2B Advertising on LinkedIn: Expert Campaign Optimization Tips
Mastering B2B Advertising on LinkedIn: Expert Campaign Optimization Tips
 
Conversion Optimization in the Extended Web
Conversion Optimization in the Extended WebConversion Optimization in the Extended Web
Conversion Optimization in the Extended Web
 
Intro to Web Marketing - sites, SEO and social media
Intro to Web Marketing - sites, SEO and social mediaIntro to Web Marketing - sites, SEO and social media
Intro to Web Marketing - sites, SEO and social media
 
Digital marketing training_by_shiwali
Digital marketing training_by_shiwaliDigital marketing training_by_shiwali
Digital marketing training_by_shiwali
 
An Ultimate Guide To LinkedIn Ads For 2021
An Ultimate Guide To LinkedIn Ads For 2021An Ultimate Guide To LinkedIn Ads For 2021
An Ultimate Guide To LinkedIn Ads For 2021
 
Content is Currency - Online Marketing Summit 2013
Content is Currency - Online Marketing Summit 2013Content is Currency - Online Marketing Summit 2013
Content is Currency - Online Marketing Summit 2013
 
Blog 101 For Law Firms Presentation
Blog 101 For Law Firms PresentationBlog 101 For Law Firms Presentation
Blog 101 For Law Firms Presentation
 
Introduction to Linked in Advertising
Introduction to Linked in AdvertisingIntroduction to Linked in Advertising
Introduction to Linked in Advertising
 
Leveraging Organic Social Media
Leveraging Organic Social MediaLeveraging Organic Social Media
Leveraging Organic Social Media
 
Web Marketing Career Presentation
Web Marketing Career PresentationWeb Marketing Career Presentation
Web Marketing Career Presentation
 
Marketing on a Budget Presentation TXchange
Marketing on a Budget Presentation TXchangeMarketing on a Budget Presentation TXchange
Marketing on a Budget Presentation TXchange
 
Search Engine Optimization Link Building For Group Integrated,Nilkamal (1)
Search Engine Optimization Link Building For Group Integrated,Nilkamal (1)Search Engine Optimization Link Building For Group Integrated,Nilkamal (1)
Search Engine Optimization Link Building For Group Integrated,Nilkamal (1)
 
Html5 Web Storage Hemant
Html5 Web Storage HemantHtml5 Web Storage Hemant
Html5 Web Storage Hemant
 

Viewers also liked

Basic desingig & blogs
Basic desingig & blogsBasic desingig & blogs
Basic desingig & blogsreddvise
 
New e mail marketing..
New e mail marketing..New e mail marketing..
New e mail marketing..reddvise
 
New understanding social media
New understanding social mediaNew understanding social media
New understanding social mediareddvise
 
F-RE-02B
F-RE-02BF-RE-02B
F-RE-02Babhay33
 

Viewers also liked (14)

Basic desingig & blogs
Basic desingig & blogsBasic desingig & blogs
Basic desingig & blogs
 
New e mail marketing..
New e mail marketing..New e mail marketing..
New e mail marketing..
 
F-RE-01
F-RE-01F-RE-01
F-RE-01
 
New understanding social media
New understanding social mediaNew understanding social media
New understanding social media
 
F-RE-05
F-RE-05F-RE-05
F-RE-05
 
F-RE-04
F-RE-04F-RE-04
F-RE-04
 
F-RE-03
F-RE-03F-RE-03
F-RE-03
 
F-RE-2A
F-RE-2AF-RE-2A
F-RE-2A
 
C-RE-01
C-RE-01C-RE-01
C-RE-01
 
CR-02
CR-02CR-02
CR-02
 
CR-03
CR-03CR-03
CR-03
 
C-RE-5A
C-RE-5AC-RE-5A
C-RE-5A
 
F-RE-02B
F-RE-02BF-RE-02B
F-RE-02B
 
C-RE-5B
C-RE-5BC-RE-5B
C-RE-5B
 

Similar to New understanding website

New understanding website
New understanding websiteNew understanding website
New understanding websiteumrella
 
Understanding website
Understanding websiteUnderstanding website
Understanding websiteumrella
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMChinmayKale14
 
Digital Marketing Classes in PCMC -SIM
Digital Marketing Classes in PCMC -SIMDigital Marketing Classes in PCMC -SIM
Digital Marketing Classes in PCMC -SIMChinmayKale14
 
Website Architecture and Site Migration Guide (2015)
Website Architecture and Site Migration Guide (2015)Website Architecture and Site Migration Guide (2015)
Website Architecture and Site Migration Guide (2015)Sankar Ponnusamy
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMChinmayKale14
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMChinmayKale14
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMChinmayKale14
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMChinmayKale14
 
PPT on web development & SEO
PPT on web development & SEOPPT on web development & SEO
PPT on web development & SEOPrakrati Bansal
 
Web development services
Web development servicesWeb development services
Web development serviceswebinfomatrix3
 
Presentation 1.pptx
Presentation 1.pptxPresentation 1.pptx
Presentation 1.pptxGravityboi
 
Search engine optimization
Search engine optimizationSearch engine optimization
Search engine optimizationNaga Gopinath
 
THE COMPLETE SEO COURSE.pptx
THE COMPLETE SEO COURSE.pptxTHE COMPLETE SEO COURSE.pptx
THE COMPLETE SEO COURSE.pptxEcommerceGuru
 

Similar to New understanding website (20)

New understanding website
New understanding websiteNew understanding website
New understanding website
 
Understanding website
Understanding websiteUnderstanding website
Understanding website
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIM
 
Digital Marketing Classes in PCMC -SIM
Digital Marketing Classes in PCMC -SIMDigital Marketing Classes in PCMC -SIM
Digital Marketing Classes in PCMC -SIM
 
Website Architecture and Site Migration Guide (2015)
Website Architecture and Site Migration Guide (2015)Website Architecture and Site Migration Guide (2015)
Website Architecture and Site Migration Guide (2015)
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIM
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIM
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIM
 
Digital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIMDigital Marketing Classes in Pune- SIM
Digital Marketing Classes in Pune- SIM
 
CAB 2.pptx
CAB 2.pptxCAB 2.pptx
CAB 2.pptx
 
PPT on web development & SEO
PPT on web development & SEOPPT on web development & SEO
PPT on web development & SEO
 
Web development services
Web development servicesWeb development services
Web development services
 
Pushpendra sarswat
Pushpendra sarswatPushpendra sarswat
Pushpendra sarswat
 
Boost and SEO
Boost and SEOBoost and SEO
Boost and SEO
 
Presentation 1.pptx
Presentation 1.pptxPresentation 1.pptx
Presentation 1.pptx
 
Foxtail Website Audit
Foxtail Website AuditFoxtail Website Audit
Foxtail Website Audit
 
Search engine optimization
Search engine optimizationSearch engine optimization
Search engine optimization
 
Black Hat SEO Techniques 2014
Black Hat SEO Techniques 2014 Black Hat SEO Techniques 2014
Black Hat SEO Techniques 2014
 
Seo audit basic
Seo audit basicSeo audit basic
Seo audit basic
 
THE COMPLETE SEO COURSE.pptx
THE COMPLETE SEO COURSE.pptxTHE COMPLETE SEO COURSE.pptx
THE COMPLETE SEO COURSE.pptx
 

More from reddvise

Rera highlights
Rera highlightsRera highlights
Rera highlightsreddvise
 
Real estate regulation ( a ca overview )
Real estate regulation ( a ca overview )Real estate regulation ( a ca overview )
Real estate regulation ( a ca overview )reddvise
 
Silent feature regulation bill act 2016
Silent feature regulation bill act 2016Silent feature regulation bill act 2016
Silent feature regulation bill act 2016reddvise
 
Rera highlights
Rera highlightsRera highlights
Rera highlightsreddvise
 
Real estate regulation bill act 2016
Real estate regulation bill act 2016Real estate regulation bill act 2016
Real estate regulation bill act 2016reddvise
 
Real estate regulation ( a ca overview )
Real estate regulation ( a ca overview )Real estate regulation ( a ca overview )
Real estate regulation ( a ca overview )reddvise
 
Maha rera overview
Maha rera overviewMaha rera overview
Maha rera overviewreddvise
 
Maharashtra rera act 2017
Maharashtra rera act 2017Maharashtra rera act 2017
Maharashtra rera act 2017reddvise
 
Sims real-estate-young-leadership-program-2
Sims real-estate-young-leadership-program-2Sims real-estate-young-leadership-program-2
Sims real-estate-young-leadership-program-2reddvise
 
Iref hl sims final
Iref hl sims finalIref hl sims final
Iref hl sims finalreddvise
 
Sales -introducation
Sales  -introducationSales  -introducation
Sales -introducationreddvise
 
Marketing -introducation
Marketing  -introducationMarketing  -introducation
Marketing -introducationreddvise
 
Real estate sector over view sims edp
Real estate sector over view  sims edpReal estate sector over view  sims edp
Real estate sector over view sims edpreddvise
 
Entrepreneurship matrix blue print 13
Entrepreneurship matrix blue print 13Entrepreneurship matrix blue print 13
Entrepreneurship matrix blue print 13reddvise
 
1 managing real estate
1 managing real estate1 managing real estate
1 managing real estatereddvise
 
Real estate construction profitability analysis iref virupaksh
Real estate construction profitability analysis iref virupakshReal estate construction profitability analysis iref virupaksh
Real estate construction profitability analysis iref virupakshreddvise
 
Edp real estate services business guidelines
Edp  real estate services business guidelinesEdp  real estate services business guidelines
Edp real estate services business guidelinesreddvise
 
Edp sims business development
Edp sims  business developmentEdp sims  business development
Edp sims business developmentreddvise
 
01 managing real estate srevices business edp sims
01 managing real estate srevices business edp sims01 managing real estate srevices business edp sims
01 managing real estate srevices business edp simsreddvise
 
Lead generation and customer targeting with technology
Lead generation and customer targeting with technologyLead generation and customer targeting with technology
Lead generation and customer targeting with technologyreddvise
 

More from reddvise (20)

Rera highlights
Rera highlightsRera highlights
Rera highlights
 
Real estate regulation ( a ca overview )
Real estate regulation ( a ca overview )Real estate regulation ( a ca overview )
Real estate regulation ( a ca overview )
 
Silent feature regulation bill act 2016
Silent feature regulation bill act 2016Silent feature regulation bill act 2016
Silent feature regulation bill act 2016
 
Rera highlights
Rera highlightsRera highlights
Rera highlights
 
Real estate regulation bill act 2016
Real estate regulation bill act 2016Real estate regulation bill act 2016
Real estate regulation bill act 2016
 
Real estate regulation ( a ca overview )
Real estate regulation ( a ca overview )Real estate regulation ( a ca overview )
Real estate regulation ( a ca overview )
 
Maha rera overview
Maha rera overviewMaha rera overview
Maha rera overview
 
Maharashtra rera act 2017
Maharashtra rera act 2017Maharashtra rera act 2017
Maharashtra rera act 2017
 
Sims real-estate-young-leadership-program-2
Sims real-estate-young-leadership-program-2Sims real-estate-young-leadership-program-2
Sims real-estate-young-leadership-program-2
 
Iref hl sims final
Iref hl sims finalIref hl sims final
Iref hl sims final
 
Sales -introducation
Sales  -introducationSales  -introducation
Sales -introducation
 
Marketing -introducation
Marketing  -introducationMarketing  -introducation
Marketing -introducation
 
Real estate sector over view sims edp
Real estate sector over view  sims edpReal estate sector over view  sims edp
Real estate sector over view sims edp
 
Entrepreneurship matrix blue print 13
Entrepreneurship matrix blue print 13Entrepreneurship matrix blue print 13
Entrepreneurship matrix blue print 13
 
1 managing real estate
1 managing real estate1 managing real estate
1 managing real estate
 
Real estate construction profitability analysis iref virupaksh
Real estate construction profitability analysis iref virupakshReal estate construction profitability analysis iref virupaksh
Real estate construction profitability analysis iref virupaksh
 
Edp real estate services business guidelines
Edp  real estate services business guidelinesEdp  real estate services business guidelines
Edp real estate services business guidelines
 
Edp sims business development
Edp sims  business developmentEdp sims  business development
Edp sims business development
 
01 managing real estate srevices business edp sims
01 managing real estate srevices business edp sims01 managing real estate srevices business edp sims
01 managing real estate srevices business edp sims
 
Lead generation and customer targeting with technology
Lead generation and customer targeting with technologyLead generation and customer targeting with technology
Lead generation and customer targeting with technology
 

Recently uploaded

Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsPooky Knightsmith
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 

Recently uploaded (20)

Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young minds
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 

New understanding website

  • 2. Trainings by Vidya Bhagwat • Websites : A website is hosted on at least one web server, accessible via a network such as the Internet or a private local area network through an Internet address known as a Uniform resource locator. All publicly accessible websites collectively constitute the.
  • 3. Importance Of Websites: • Internet marketing comes of age • Internet marketing is now a major, multi-billion dollar industry. • Despite some concerns, many consumers now have the skills and the confidence to transact purchases using the web.
  • 4. • An Internet "presence" has now become essential . • A modern, well presented website is now expected for most businesses and organizations. • A website should explain the products and services offered. It should also provide background and general contact information. Trainings by Vidya Bhagwat
  • 5. • Local business is affected as well • Many small business operators have been disappointed with the results achieved by their websites. • Sites have been created but few if any business has resulted. • There are a number of reasons: • unrealistic expectations; • poor website construction (not search engine friendly); • poor targeting. • Local search is growing in importance. Local search is the ability to search for and find businesses and organizations in the local area, that is, in close proximity geographically. Trainings by Vidya Bhagwat • This will vary from business to business.
  • 6. Website Structure Understanding : • Website Structure Understanding and its Applications. • Website structure understanding can be treated as a reverse engineering for the purpose of automatically discovering the layout templates and URL patterns of a website, and understanding how these templates and patterns are integrated to organize the website. The study of this problem has had a great impact to many applications which can leverage such site-level knowledge to help web search and data mining. Trainings by Vidya Bhagwat
  • 8. • What’s Website Structure? In this project, the website structure consists of three components: layout templates, URL patterns, and linkage structure. Trainings by Vidya Bhagwat • Layout Template: Most web pages consist of HTML elements like table, menu, button, image, and input box. The layout of a web page describes what HTML elements are included in the page, as well as how these elements are visually distributed in page rendering. Essentially, a page layout is represented by a so called DOM (Document Object Model) tree. In this project, a layout template is considered as a group of pages which have very similar layouts (DOM trees).
  • 9. • In a website, pages are generated based on distinguishable templates according to their functions. That is to say, visually similar pages usually have same function. In this way, user can easily identify a page’s function at a glance. Following are several typical layout templates identified from the ASP.NET Forums. Their functions are to show a) a list of discussion thread, b) a list of thread posts, and c) user profile, respectively. Trainings by Vidya Bhagwat
  • 10. • It is noticed that one layout templates can have more than one related URL pattern. For example, a bookseller website usually designs one template to show a list of books, and provides different query parameters to generate such a list. Various query parameters in this scenario will lead to different URL patterns, but the search results are shown with the same template. Another common case is duplicate pages, i.e., pages with the same content (and very likely the same layout) but different URLs. Trainings by Vidya Bhagwat
  • 11. Trainings by Vidya Bhagwat • Link Structure : Based on the layout templates and URL patterns, we can construct a directed graph to represent the website organization structure. That is, each layout template is considered as a node in a graph, and two nodes are linked if there are hyperlinks between the pages belonging to the two nodes. The link direction is the same as the related hyperlinks. And each link is characterized with the URL pattern of the corresponding hyperlink URLs. Again, it should be noticed that there could be multiple links from one node to another if the corresponding hyperlinks have more than one URL pattern. • Fig. 2 gives an illustrative example of the sub-graph constructed based on the layout templates and URL patterns above.
  • 12. Trainings by Vidya Bhagwat • Random Sampling : The goal of random sampling is to provide a snapshot of a website by downloading only a relatively small number of pages. The sampling quality is the foundation of the whole mining process. To keep the downloaded pages as diverse as possible, in practice the sampling process adopts a strategy combining both breadth-first and depth-first, and can quickly retrieve pages at deep levels within a few steps.
  • 13. • Inspired by this observation, in this project, DOM path is utilized to characterize the layout of a webpage. As shown in Fig. 5, a DOM path is a path from a leaf node to the root of the DOM tree. The leaf node indicates the component type, and the path-to-root approximately describes the visual location of that component in page rendering. • Given a set of HTML pages, all unique DOM paths are extracted to form a feature space. Each page is represented by a point in the feature space, and the layout similarity of two pages can be estimated. A bottom-up strategy is then utilized to group similar pages, and each cluster is considered as a layout template. Trainings by Vidya Bhagwat
  • 14. • URL Pattern Discovery : A URL is not an ordinary string but has a syntax structure scheme strictly defined by W3C standards. Based on a syntax structure, a URL string can be represented by a group of key-value pairs. Fig. 6 gives an example URL, its syntax structure, and the corresponding key-value pairs. It is noticed that different URL components (or keys) usually have different functions and play different roles in a website. In general, keys denoting directories, functions, and document types are with only a few values, which should be explicitly recorded in a URL pattern. By contrast, keys denoting parameters such as user names are with quite Trainings by Vidya Bhagwat diverse values, which should be generalized in the pattern.
  • 15. • It is noticed that different URL components (or keys) usually have different functions and play different roles in a website. In general, keys denoting directories, functions, and document types are with only a few values, which should be explicitly recorded in a URL pattern. By contrast, keys denoting parameters such as user names are with quite diverse values, which should be generalized in the pattern. Based on this observation, a top-down recursive split process is proposed in this project to construct a pattern tree to characterize a set of URLs. Fig. 7 gives an example pattern tree based on URLs from Trainings www.by Vidya wretch.Bhagwat cc. Algorithm details please refer to.
  • 16. • Website Designing India have assisted hundreds of businesses to build or update a website custom to their requirements. You get more than just a website with our Website Designing Services. You can update your website content easily, take credit card payments online, and use lots of tools like poll managers, news managers, photo galleries, and form builders. Whether you're looking for an ecommerce web design company or a web development company that showcases your business, our website designing & development services give you control over your site with no technical skills needed. Trainings by Vidya Bhagwat
  • 17. Domain Name : • This article is about domain names in the Internet. For other Trainings by Vidya Bhagwat uses, see Domain. • A domain name is a unique name that identifies a website. It is an identification string that defines a realm of administrative autonomy, authority or control on the Internet. Domain names are formed by the rules Domain Name System (DNS). Any name registered in the DNS is a domain name. The functional description of domain names is presented in the Domain Name System article. Broader usage and industry aspects are captured here.
  • 18. • Domain names are used in various networking contexts and application-specific naming and addressing purposes. In general, a domain name represents an Internet Protocol (IP) resource, such as a personal computer used to access the Internet, a server computer hosting a web site, or the web site itself or any other service communicated via the Internet. In 2010, the number of active domains reached 196 million. Trainings by Vidya Bhagwat
  • 19. Use In Web Site Hosting • The domain name is a component of a Uniform Resource Locator (URL) used to access web sites, for example: • URL: http://www.example.net/index.html • Top-level domain name: net • Second-level domain name: example.net Trainings by Vidya Bhagwat
  • 20. • Host name: www.example.net • A domain name may point to multiple IP addresses in order to provide server redundancy for the cybernetic services to be delivered; such multi-address capability is used to manage the traffic of large, popular web sites. More commonly, however, one server computer, at a given IP address, may also host web sites in different domains. Such address overloading enables virtual web hosting, commonly used by large web hosting services to conserve IP address space. IP-address overloading is possible through a feature in the HTTP version 1.1 protocol, but not in the HTTP version 1.0 protocol, which requires that a request identify the domain name being referred for Trainings by Vidya Bhagwat connection.
  • 21. Contact Information • To obtain further information about any of our databases, services, or programs, contact NCBI: Pub Med Customer Service: • Send an Email for help with technical issues, searching, or Trainings by Vidya Bhagwat content assistance • Call 1-888-FIND-NLM (1-888-346-3656) for help with searching or content assistance only • General Information: info@ncbi.nlm.nih.gov • Questions about and technical support for NCBI and its programs and services • BLAST: blast-help@ncbi.nlm.nih.gov • Technical questions on running or interpreting BLAST sequence comparison searches