Quantcast
Browsing all 40 articles
Browse latest View live

Programming Language vs Markup Language vs Scripting Language

Up until now I don’t know the KEY differences between these three. When someone asks me about this, I only tell them that C# is a programming language, HTML and XML are Markup Languages, and JavaScript...

View Article


Does excessive markup affect SEO?

For example, if I wrap my content with <div> tags (for no reason, just for arguments sake), would that cause a difference to search engines? Does thinner markup improve SEO? <body>...

View Article


Schema markup error in Google Webmaster Tools: Missing required field "name...

I’m receiving this schema markup error when I try to validate my code in Google Webmaster Tools: Error: Missing required field “name (fn)”. I’m trying to markup the following: Type: Schema product...

View Article

Google Structured Data Testing Tool – organization error seems to contradict...

Google Structured Data Testing Tool is giving this error: Error: This information will not appear as a rich snippet in search results, because it seems to describe an organization. Google does not...

View Article

Do markup languages ​​have the equivalent concept of `semantics` that you can...

Maybe I miss something, but do the so called markup languages have the equivalent concept of semantics that you can find in C or C++? Judging from how you parse the language, you don’t really have too...

View Article


Proper format to markup article author for Google rich snippets and HTML5

The Google guideline Author information in search results tells us that we need to use the following format to link to the article author: <a href="[profile_url]?rel=author">Author</a>...

View Article

Schema markup error in Google Webmaster Tools: Missing required field “name...

I’m receiving this schema markup error when I try to validate my code in Google Webmaster Tools: Error: Missing required field “name (fn)”. I’m trying to markup the following: Type: Schema product...

View Article

Resetting outputted HTML markup to default?

I am trying to fix a site, which I did not build nor ‘break’. On a clean install of Drupal, the markup for a node’s textfield, set to display inline, looks like this: <div class="field...

View Article


How to add markup inside a form radio button div

Currently I have a form displaying radio buttons and I added some markup to it by attaching #suffix to the form element. However, I found that this didn’t do exactly what I needed. This created the...

View Article


How to properly/semantically markup a scientific publication list on a simple...

How to properly/semantically markup a scientific publication list on a simple XHTML website? E.g. those Google markup guides only talk about dates, reviews, etc. Is there something for those typical...

View Article

Image may be NSFW.
Clik here to view.

Markup in comments?

I’ve searched without any luck. I’m commenting on a discussion on our sharepoint site and want to add some simple markup. Perhaps a link with a label or some bold text. Is this possible? I’ve tried...

View Article

How does LinkedIn show markup in search results without using schema or...

I’ve noticed LinkedIn search results include the location and job of the person being searched. I’ve understood using markup such as schema.org can create this but when viewing their source, it doesn’t...

View Article

Is adding html5shiv enough?

I want to start using HTML5 markup in my next WP theme and I wondered if adding html5shiv is enough for adding compatibility for IE8+ browsers. I’m talking about the simple stuff such as aside, article...

View Article


How does hreflang interact with geo targeting?

If I have multiple subfolders that I wish to target at different countries, I’m thinking the ideal set up would be to specify rel=”alternative” hreflang with a language AND country code (e.g. en-AU)...

View Article

How can I change the markup of the comment_form() function?

I am currently creating a website on localhost. I am looking to change the cancel_comment_reply_link from being next to the “Reply to ” section, instead being right next to the “Submit” button. I know...

View Article


Markup for an HTML5 article

So I have the following HTML for an article (in this case a piece of portfolio work) <article class="work"> <div class="col-row clearfix"> <div class="col-large"> <header>...

View Article

How to preprocess output of $user_picture in Drupal 7?

By default user picture output markup looks like this: <div class="user-picture"> <a href="/user/username" class="active"> <img class="img-responsive"...

View Article


Semantics of heading levels in multiple sections in HTML5

I’m never quite sure what is the best, most semantic way to handle heading levels in HTML5 markup, when you have multiple sections. On one hand it makes sense to have an H1 heading as a title of a...

View Article

Could multiple navigation sections with the same links hurt SEO?

I’m working with a site design that calls for two distinct headers and accompanying sets of navigation; however, the nav links within both are identical. I have one header with the id “main” containing...

View Article

Tips for developing a responsive website [closed]

I’m having problems trying to figure out a good workflow when designing a responsive website. I’ve tried a few approaches, nowadays what I’m doing is: Do all html and css work with the window maximized...

View Article
Browsing all 40 articles
Browse latest View live