Copy link to clipboard
Copied
¿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.
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now