Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Tecnología empleada en web

Guest
Dec 07, 2016 Dec 07, 2016

¿Como puedo saber si una página web está desarrollada con Dreamweaver? Me estoy iniciando en la programación web y estoy investigando la tecnología que emplean páginas tipo buscador de 'lo que sea', como http://www.padelen.com/

Disculpen mi torpeza, soy un poco novato.

452
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 07, 2016 Dec 07, 2016

A web page is not defined by a program that has been used to help to create the page, it is defined by client side technology, such as HTML, CSS and JS, and server side technology, such as PHP and Coldfusion.

In other words, you will not be able to tell if a web site has been developed using Dreamweaver or any other program.

Translate
Community Expert ,
Dec 07, 2016 Dec 07, 2016

A web page is not defined by a program that has been used to help to create the page, it is defined by client side technology, such as HTML, CSS and JS, and server side technology, such as PHP and Coldfusion.

In other words, you will not be able to tell if a web site has been developed using Dreamweaver or any other program.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 08, 2016 Dec 08, 2016

Las páginas desarrolladas con Dreamweaver insertan un código en la cabecera del html que es muy característico y también sirve para identificarlas.

 

Verás la diferencia entre las etiquetas de la cabecera de https://www.padelen.com

 

Y otras webs como por ejemplo las desarrolladas en wordpress como Ahorro de licencias Navision

 

Espero que te haya podido ayudar, aunque yo soy bastante novato en esto también. Puede que me equivoque.

 

Saludos.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 08, 2016 Dec 08, 2016

While WordPress has certain code traits, your statement is not entirely correct.

I could edit WordPress code in any app -- Dreamweaver, Brackets or Visual Studio -- and I guarantee you would not be able to tell from the code which editor I used. 

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 08, 2016 Dec 08, 2016
LATEST

Unless someone, mostly beginners, use a .dwt Dreamweaver template file which does insert program specific comments in the code its impossible to tell if a website has been built with Dreamweaver.

I use Dreamweaver, Brackets and Coda but you could not tell from looking at the code which program l was using because l hand code nearly every bit of code unlike Wordpress which has lots of automated identifiable coding associated with it. But then again you can only tell its a Wordpress based site or a Bootstrap based site you wont necessarily be able to identify which editor has been used.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines