I was quite surprised to be able to easily get the domain:
MetaTagGenerator.org
So have quickly put up a meta tag generator that I made in PHP... hope you like it and find it useful...
I've made it to include optional tags such as meta transitions with combobox select menus to make it fast & easy.
The page is a basic WordPress CMS set for a static homepage... I've used JavaScript and PHP to build the generator and expandable definitions on the Reference page.
Any suggestions for other meta tags you like to use?
I believe that most people are gravitating towards XHTML from HTML, as it is "extended" html and thus is more flexible... besides, XHTML syntax will parse fine and is better in my book...
Besides, I'm LAZY and to add the button to make it html might be overkill... what do you think?
Does select="selected" vs. selected make a big difference?
<BR> vs. <BR />
I'll see how it goes... thanks for the tip...
Should I mention that the syntax is exclusively xHTML?
I think it might be useful to know...
Dave, BRO!
Now you did it...
I'm going to be tossing and turning all night until I make a radio button for xHTML and HTML!
Sorry!!
Personally I get a bit annoyed when a site tells me "just include this code" and then it doesn't validate. Call it a pet peeve of mine, but that's the way I am....
I won't even touch your assumption that folks are migrating to xhtml.
I won't even touch your assumption that folks are migrating to xhtml.
Is this true? I spent 3 baffled childish years learning HTML and now I have to learn something completely different or go obsolete?
Anyway I thought the site was a handy idea, I used it for my site. It is also very straightforward and easy to use, even the help thingy was very brief yet explanatory. As far as how well the output works, I have no idea yet.
Looks good, but your last two <link...> lines still have the terminating "/>" in them.
Dave
Thanks Again!
Absolutely right again! Fixed again!
By default, the generator displays whatever was displayed in the field for the favicon path.
Technically, those are not even meta-tags, but I always find myself installing the favicon code with the metatag code, so stuck it in there... I wanted those fields modifiable, as sometimes WordPress Themes have the favicon in the "Themes" directory, and this would enable users to modify the path prior to generating the code.
So instead of creating another one, I took a shortcut and simply strip the trailing slash out of the field when it appears like this:
Is this true? I spent 3 baffled childish years learning HTML and now I have to learn something completely different or go obsolete?
Anyway I thought the site was a handy idea, I used it for my site. It is also very straightforward and easy to use, even the help thingy was very brief yet explanatory. As far as how well the output works, I have no idea yet.
Well, it's not so dire... it's only an upgrade to HTML... the main difference is that the attributes must be all lowercase, and ALL tags must be closed with a space and trailing slash including 'empty' tags such as <BR> <HR> <BASE> <META> and <img> ...
Bookmarks