Tagged Questions
The meta tag has no wiki summary.
33
votes
12answers
2k views
Programmer-friendly search engine?
Google is unfriendly to searching for verbatim strings with characters like $ and #. Is there a search engine that supports searching for verbatim strings?
I'm aware of this question that was asked a ...
31
votes
18answers
1k views
What is a programming language?
No, really.
I've struggled to come up with a really great definition. Here's my take till now:
A programming language is a formal language, containing syntax. Syntactical rules are used to form ...
15
votes
12answers
2k views
HTML <head> best practices
There are <meta> tags and other things you can place in the <head> of your HTML document. What <meta> tags etc. and best practices do you make use of in your HTML document to make it ...
11
votes
2answers
3k views
How to stop chrome from caching
I need to force the browser to reload the previous page from the server when the user presses the back button.
I've added the following to my response headers:
Cache-Control: no-cache, ...
10
votes
1answer
2k views
Adding attributes into Django Model's Meta class
I'm writing a mixin which will allow my Models to be easily translated into a deep dict of values (kind of like .values(), but traversing relationships). The cleanest place to do the definitions of ...
9
votes
6answers
15k views
Resource interpreted as other but transferred with MIME type text/javascript?
I keep getting "Resource interpreted as other but transferred with MIME type text/javascript.", but everything seems to be working fine. This only seems to be happening in Safari 4 on my Mac.
I was ...
8
votes
2answers
93 views
Finding fellow open-source coders for various projects?
Does some sort of online marketplace for open source projects/coders exist? I'm looking for a way to find partners before I actually start a project, instead of starting the project alone and letting ...
7
votes
1answer
148 views
What functions in Clojure core preserve meta?
Clojure meta is only preserved if a function takes care to do so and the Clojure core functions do not globally preserve meta. The general rule of thumb I've heard is that collection functions like ...
7
votes
4answers
158 views
Is there a standardized (Meta?) Tag for the Date of a Website?
One thing that search engines really suck with is the date when a website was created. You know the problem: You search for some CSS or JavaScript problem and Google returns a ton of results from 2002 ...
7
votes
7answers
16k views
Force browser to clear cache
Is there a way I can put some code on my page so when someone visits a site, it clears the browser cache, so they can view the changes?
Languages used: ASP.NET, VB.NET, and of course html, css, and ...
6
votes
4answers
548 views
How can I make my counter look less fake?
I'm using this bit of code to display the number of users on a site.
My customer is complaining it looks fake. Any suggestions?
var visitors = 187584;
var updateVisitors = function()
...
5
votes
1answer
75 views
Which meta tag takes priority
If there is a meta tag in the header section
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"> which I do not have access to ( cms company that gives me limited functionality) but the site does ...
5
votes
4answers
306 views
In <head>, which comes first: <meta> or <title>?
In head, which comes first: meta or title?
I was reading this:
This [meta] tag should be the first in the
HEAD section, because the server will
process the text above as ASCII with
no ...
5
votes
3answers
989 views
Wordpress create a new post status?
In Wordpress you get the default post statuses: Published, Draft and Pending Review. Is it possible to add some more post types via registering them via the function.php file of the active theme?
...
4
votes
2answers
96 views
Detect meta (special) keys (Ctrl, Shift, Alt, Tab, Esc, Backspace) from Shell Input
I want to know if anybody knows how to detect meta (special) keys
(Ctrl, Shift, Alt, Tab, Esc, Backspace) from Shell Input.
I've seen posts that explain how to detect arrow keys and such, but not ...
4
votes
2answers
408 views
Scala strict type system vs C++ type system
For fans of Scala's strict type system, but fans of C++:
Is it possible to force yourself to program C++ with the same strictness? (not using void*, not casting a lot, boxing simple value type ie ...
4
votes
3answers
403 views
What meta tags to include on a modern website?
Currently all I have on each page is <meta http-equiv="content-type" content="text/html; charset=UTF-8" />. Do people still include meta tags like keywords, description, and author? If so, ...
4
votes
3answers
110 views
How do i code my meta data to allow my site when googled to display meta description and links
How do I structure my meta data or site map in a way that when my site is googled the result can be displayed like the image displayed? What is the code that I would need to use to achieve this?
4
votes
1answer
1k views
Django get a model's fields
Given a Django model, I'm trying to list all of it's fields. I've seen some examples of doing this using the _meta model attribute, but doesn't the underscore in front of meta indicate that the _meta ...
4
votes
6answers
335 views
Searchengine bots and meta refresh for disabled Javascript
I have a website that must have javascript turned on so it can work
there is a < noscript> tag that have a meta to redirect the user to a page that alerts him about the disabled javascript...
...
4
votes
1answer
314 views
Is it possible to bookmark an alternate URL
When a user tries to bookmark one of my pages, I really want it to bookmark a different URL (in my case a tel:// URL -- on the iPhone). Is there a meta tag or something I can use to specify that the ...
4
votes
2answers
53 views
I specified charset in the headers, do I need to specify it in the meta/head/html?
I specified charset in the headers, do I need to specify it in the meta/head/html?
3
votes
2answers
239 views
If I do everything on my page with Ajax, how can I do Search Engine Optimization?
How is the relationship between crawlers and ajax applications?
Do the web crawlers or browsers read dynamically created meta tags?
I thought about:
adding anchors to the page
creating permalinks ...
3
votes
2answers
501 views
mexHttpBinding - Add a ServiceMetadataBehavior to the configuration file or to the ServiceHost directly to enable support for this contract
I know this has been asked many times, and answered many times, but, all the provided samples that should be working don't seem to want to work for me today.
When I try to start the host, I keep ...
3
votes
1answer
89 views
How do desktop browsers handle mobile meta tags?
Specifically, would including
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> in the header of a page that is served to both mobile ...
3
votes
2answers
223 views
How can I use Alt as meta key in Windows for Emacs 23, especially M-x?
I tried to use Alt as meta key for the FSF Emacs 23 Windows version and for EmacsW32 but especially M-x (Alt-x) does not work.
Somehow I cannot use Alt as Meta key for Alt-x (M-x). I searched really ...
3
votes
1answer
361 views
php get_meta_tags not fetching property=“og:type” tags
so php's get_meta_tags would fetch the meta tags that has a name field to it but sometimes there are meta tags that has no fields but uses property="" as identifier instead and this function is not ...
3
votes
2answers
231 views
Should I remove trailing slashes in meta tags?
W3c markup validation is asking me to remove trailing slashes on my page.
Is this correct?...and will my page still be compliant in all browsers?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 ...
3
votes
4answers
357 views
How to store configuration settings for web app?
I have some site metadata I'd like to be changeable... for example, in my application, if the sysadmin didn't want to use the "Inventory" portion of the site, he/she could turn it off, and it would ...
3
votes
3answers
182 views
How do I create an instance of value from the attribute's meta object with Moose?
I'm working on a serialization tool using Moose to read and write a file that conforms to a nonstandard format. Right now, I determine how to load the next item based on the default values for the ...
3
votes
2answers
159 views
Difference between PHP and .htaccess redirect
Is there a difference between php header redirect and .htaccess redirect by the SEO of the site?
10x
3
votes
3answers
150 views
ruby logging convenience method
I would like a ruby method "show" which does this:
anyobject.show
the output of the call would be:
anyvar => the pp string of the object
Something close , but not quite is :
p "any_var => ...
3
votes
1answer
1k views
Ruby: Inherit code that works with class variables
The situation: I have multiple classes that should each hold a variable with a configuration hash; a different hash for each class but the same for all instances of a class.
At first, i tried like ...
2
votes
4answers
65 views
How can I use unicode characters in HTML keywords?
The meta section of HTML documents can contain a keyword section.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
...
2
votes
1answer
260 views
Facebook og:url meta tag stripping query parameters
I have an open graph meta tag on a static page that contains a query string, and each time I run it through Facebook's url linter, the query value is stripped out.
For example:
...
2
votes
2answers
38 views
if sending charset within content-type header, still advisable to send within head tag via meta tag?
i do not have the link anymore as it was a few months back, but there was a great and detailed aritcle about setting the charset of the body being sent to the useragent.
the just of the article was ...
2
votes
1answer
73 views
I found this code in the head of a website, i've never seen something like this before, does anyone know what it does?
Could someone explain to me what purpose this code serves? I found it in the source code in the <head> of the page for this site http://blog.brianbeck.com/tagged/jquery
<!-- Default ...
2
votes
1answer
69 views
Good “One page documents” to take away everywhere
I'm a beginner when it comes to programming, and I have the nasty habit of googling anything I want to do, or don't understand. When I have to work offline it's of course really hard for me.
I'm ...
2
votes
1answer
220 views
Why would I use an SSIS package in SQL Server 2008 as opposed to some other technology?
I'm in a QA department of an internal development group. Our production database programmers have been building an SSIS package to create a load file from various database bits for import into a ...
2
votes
1answer
365 views
ASP.NET Force IE8 to use IE7 or IE8 Compatability View
I've tried the following and all it does is change the Document Mode, not the Browser Mode:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
<meta http-equiv="X-UA-Compatible" ...
2
votes
1answer
825 views
Viewport Tag Syntax
I have been looking on the web and I'm still confused on which works and does not. I see errors on chrome when I use the semi-colon, but the iPhone recognizes it. The comma works also without ...
2
votes
2answers
487 views
meta tag in AS project can't handle percentage width/height values?
I have an ActionScript project set up using the Flash Builder IDE. Using the Flex 4 compiler to compile it. At the top of my application class, I have:
[SWF(width="100%", height="100%")]
public class ...
2
votes
3answers
1k views
How to change meta tags in zend framework layout
So I have some default meta tags on layout.phtml set using
$this->headTitle() and $this->headMeta()->appendName()
and is echoed at layout.phtml's header
My question is: How do I change ...
2
votes
2answers
67 views
need a simple way to add meta information/class to a python list/tuple variable?
All,
I want simple meta information to be enclosed on an list object, see below code.
>>> a = []
>>> a.foo = 100
Traceback (most recent call last):
File "<interactive ...
2
votes
1answer
174 views
WordPress: Count all comments by user then count meta data on comments
I have set some custom meta against certain comments for users using this function: add_comment_meta( $wp_comment_id, 'accepted', true );
What I want to do is show for each user on their profile ...
2
votes
2answers
929 views
MVC 3 Razor Meta Description / Keywords
What is the simplest way of getting meta description / keywords onto my _Layout page?
Something similar to how you get the page Title would be nice. Such as
<title>@ViewBag.Title</title>
...
2
votes
2answers
756 views
Mac OS X Terminal [Use option as meta key] overrides backslash in spanish keyboard
I check "Use option as meta key" checkbox in Mac OS X Terminal, because I like to use emacs way of moving between words: M-f & M-b.
But if I do that, I can't get the backslash (Option + º; i.e.: ...
2
votes
2answers
123 views
How to get/read the cleanest url into Meta Canonical via PHP?
Given: old ugly urls like /somepage?ln=en are rewritten in htacces to /en/somepage
Given: used canonical meta tag, with this php script above it to fill in the tidy url:
How to make them like ...
2
votes
1answer
64 views
'meta' extension for Markdown not loading in Python2.6?
I'm trying to get the meta extension working with markdown in Python 2.6.
The code looks like this:
import markdown as m
print "Markdown version: ", m.version
file = "file.md"
md = m.Markdown( ...
2
votes
1answer
752 views
Dynamically adding meta tags using php
In my site I have a list of categories and I have to put meta keywords and description for them.I have a single page where I will retrieve the categories from the database.
Can anyone tell me how to ...