meta-tags

URL Navigation and SQL Insertion After RadioButtonList Selection

Good Morning, I have a radiobuttonlist in my ASP.NET webforms application that is used as a voting tool. The concept is as follows: Users will vote for the blurb in the contentplaceholder using the radiobuttonlist. My list item values are 1 through 3 and my list item text is something like low, medium and high. Questions: 1. I wan...

Google Chrome does not honor cache-policy in page header if the page is displayed in a FRAME

No matter what I do: <meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="Expires" content="Fri, 30 Apr 2010 11:12:01 GMT" /> <meta http-equiv="Expires" content="0" /> <HTTP-EQUIV="PRAGMA" CONTENT="NO-STORE" /> Google Chrome does not reload any page according to the page's internal cache policy if the page is displ...

Problem with Http redirect using HTML meta tags

please see the following code // redirect to success page if ($success){ header( 'Location: ../Scripts/_lib/phpmailer-fe.php'); } else{ print "<meta http-equiv="refresh" content="0;URL=error.html">"; } its not working <form method="post" action="" enctype="multipart/form-data" name="quest"> <input type="hidden" v...

Recommended Meta Elements?

Hi everyone! Setting up a "basic framework" for my website projects, I'm wondering which meta elements are really necessary/recommended? In particular, I'd like to know how to deal with the language attribute(s)!? In the following example, I think sth. is repeated unnecessarily... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...

Java: attributes order in .jsp getting inversed

Every single time I've read about the meta tags, the attribute where in this order for the description: <meta name="description" content="..." /> First name, then content. It's also like that in the Google Webmaster documentation. Basically, it's like that everywhere. Now in a .jsp (in XML notation) I've got the following: <meta ...

iPad WebApp Full Screen in Safari

Apple says, the code <meta name="apple-mobile-web-app-capable" content="yes"> is supposed to make the the web app full screen from iPhone OS 2.1 and later. (Source: http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193-SW3 ) But it does...

passing meta data in body part

hi, i use php for coding. is there a way to pass meta in the body part. so that it is recognized by serach engines. i know meta tags needs to be passed in head. but since i am generating pages dynamically . only body part get changed in every page. ...

Adding elements to the Header of the masterpage from contentplaceholder in .NET

Hi guys, I'm with a problem The scenario is the follow: After submitting a form the user recieves one message says OK, and is redirected to another page after 2seconds. The problem is, when insert is sucefully, i add to the header of the masterpage a HtmlMeta element, but when i'm inserting from the contentplaceholder, i recieved a f...

LuminanceTable(0x5090) and ChrominanceTable (0x5091) tags in Jpeg

Hi, Which section of the Jpeg has the following tags LuminanceTable(0x5090) ChrominanceTable (0x5091) Are they going to be present in App1? Thanks in advance. ...

Don't save URL in history, any header or meta-tag?

Is there any HTTP-headers or meta-tags one can use to avoid getting a URL into the browser history? For example, I don't want http://domain.td/show/super-secret-unique-token-that-is-private to show up in the browser URL bar, when I start typing "domain.t". Currently I have a (POST) search form on the website to load the tokens, and ...

Is there a module that handles meta tags?

Which, if any, Drupal 6 modules handle meta tags? ...

How to get viewport/full screen meta tags in an iframe page effecting the wrapping HTML?

(The title may not be proper but I try my best to phrase it) Description: I forward a domain(a.com) to another domain(b.com/a) in my domain registrar. To make sure that the user see a.com on the browser URL bar, I enable domain masking for it. However, I discover that the domain masking in fact using an iframe trick to include b.com/a ...

Using Javascript to override or disable meta refresh tag

I have a website, where I am trying to use Ajax to update some stuff on the page without reloading it. However, there is a good chance that many of my users will be using mobile browsers that don't support Javascript so I am trying to design the page with meta refresh tags, that somehow work only for users without Javascript. Is there an...

Display process log on a web page

I've got a web page that allows to start a certain process and then redirects to another page that displays log file of that process. Since execution takes up to 10 minutes, I want log page to autoupdate itself or load data from the file periodically. Right now I added <meta http-equiv="refresh" content="5;url=log.php#bottom" /> to ...

Meta tag vs robots.txt

Is it better to use meta tags* or the robots.txt file for informing spiders/crawlers to include or exclude a page? Are there any issues in using both the meta tags and the robots.txt? *Eg: <#META name="robots" content="index, follow"> ...

How to decide meta keyword for Google Search Engine

hi, I've to decide the meta keywords for my website. I want to decide them carefully for google search. I have 2 questions about it: how many keywords should I use ? my website is in italian, should I use both english and italian keywords ? thanks ...

remove or change metatags in masterpage

Hello. I have a masterpage and I wrote metatags in masterpage.master.cs. In the category page which is generated from the masterpage every category has their own metatags. When the user visits category.aspx I want to change the metatags. All metatags are dynamically created and they don't have an id or runat because I create them dynamic...

Is there any way to stop a user from scrolling whole webpage up/down on the ipad, but still allow them to pinch to zoom in/out? JQUERY

I am using function BlockMove(event) { event.preventDefault(); } & <body ontouchmove="BlockMove(event);"> This is making my page unscrollable, which is perfect. It stays in place. But I need the user to be able to zoom into an image on my page.. Any help would be great ...

How to handle meta elements not validating in HTML5?

Hi guys! In HTML5, some meta elements do not validate (yet?) like: <meta http-equiv="x-ua-compatible" content="ie=emulateie7;chrome=1"> <meta http-equiv="imagetoolbar" content="no"> Are Conditional Comments an appropriate solution here resp. will meta elements still work as expected? <!--[if IE]><meta http-equiv="x-ua-compatible" con...

how to control accessible search engines?

Hi all, I have been asked that if it is possible to restrict search results in search engines.. here is an example: I have a website and I want it to be shown only in yahoo, google, bing and ask search engines.. is there any way to do it by using any of the meta tags or by another way? thanks.. ...