HTML (HyperText Markup Language) is a markup language similar to XML that is commonly used to create websites. It was created as an application of SGML, has been extended to create XHTML (eXtensible HTML). The HTML standards, as well as that for many other web technologies, is maintained by the ...
0
votes
0answers
5 views
How do I detect a mouseover on custom <li> bullet? [migrated]
I have a list with custom image bullets. If the user hovers her mouse over the bullet image, I'd like to either:
display a title attribute, or
display helper text
I can use JavaScript-based ...
0
votes
0answers
18 views
SEO/performance - building blog article page [closed]
Possible Duplicate:
What are the best ways to increase your site's position in Google?
I've been using WP up and until now, but want to spread my wings and build a bespoke blog for my ...
0
votes
1answer
33 views
HTML + CSS Template [closed]
Possible Duplicate:
Where is the best place to find stock website templates?
I need some html + css templates (not for wordpress or any kind of cms) used for custom website.
It's not ...
4
votes
3answers
82 views
Is minifying id and class names a bad SEO practice?
I am a big fan of minifying everything whenever possible. It is a sin for me to don't do this.
However, I recently read that one of the thousands tips to boost your website rank on search engines was ...
0
votes
0answers
7 views
Stupid “Open in another frame” problem [migrated]
I can't open link in the other frame. Here's an index.html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
...
0
votes
0answers
27 views
Adding css class to a dynamically created row using java script [closed]
I have a jsp page in which rows of a table are added dynamically.
Here I am using a different java script than the one in my previous question.
Here I could add elements into table columns, but I ...
0
votes
0answers
15 views
IE shows run time error for innerHTML in jsp page [closed]
I have a jsp page in which rows are created dynamically to a table using java script.
It is working fine in all the browsers except IE.
In IE it is showing the error Unknown run time error..
I have ...
1
vote
1answer
27 views
Create a search for my HTML and CSS site that runs without an internet connection or database?
I have a website that I have written out in plain old HTML and CSS, and want to integrate a search function into it. However, the site is meant to be run offline, from host machines in their local web ...
0
votes
0answers
52 views
How is This Site Done? [closed]
https://squareup.com/
I would like to know how to do a site like the one in the link. Any help would be appreciated.
Thanks!
1
vote
0answers
37 views
What should the main content area be called? [migrated]
I'm working on a CMS that will be used by others and I'm trying to figure out what the main body of the site page should be called.
Originally, I was going to call it "content" - but perhaps "body" ...
2
votes
3answers
148 views
Best and safest SEO way to hide h1 tags
I want to use images that I created in PS for page titles. Because they will be images they will not be picked up by Google, etc. What is the best practice for hiding the <h1>? I was planning on ...
0
votes
0answers
11 views
Highlight current link color on same page as content [migrated]
I have a list of items linking to anchors on the same page and I have been trying to highlight the current link selected because I have a fixed container div with my content beside the list with ...
0
votes
0answers
48 views
Are there any good reasons to HTML5 for SEO at the moment? [closed]
Possible Duplicate:
What are the SEO rules for HTML 5?
Do crawlers ignore HTML5 tags (like <article>, <section>, <video>, <nav>, and so on...) when indexing the ...
0
votes
0answers
7 views
How to achieve shadows with text using CSS? [migrated]
How to manipulate with shadows (in CSS) to achieve following kind of effect with text?
0
votes
2answers
22 views
Template for a website
I am looking for a program or a tool that builds easily nice websites, like Wix for example, but I need to have its html files in the ens (so Wix is no good for that).
what could I use?
or how could ...
0
votes
1answer
32 views
Run external application on markdown source in ikiwiki
Can I add a button to each wiki page in ikiwiki which launches an external application (on the client side) or script with the markdown code of the current page as input?
Edit: I didn't realize that ...
2
votes
2answers
44 views
Will repositioning my code get my site penalised by google?
We have a website that has nice rankings in the Google SERPs for
keywords which aren't in the meta description. As a result, Google
assembles a text to display on the SERPs from the website ...
1
vote
0answers
26 views
Three-Column Gallery Layout [closed]
I've been trying to do the following 2 things, but have been unsuccessful. I know they're really simple, but I just can't seem to get them to work. Here's the website I started coding today.
1) I'm ...
0
votes
0answers
7 views
margin-top doesn't work [migrated]
Here's a simplest html document. I specify margin-top at the h1 style. Here's the document:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
0
votes
1answer
50 views
Configuring A Subdomain (cPanel) - www works, subdomain on it's own doesn't
I've created a sub domain on my website using cPanel at test.mydomain.com, and this created a folder in my main 'www' directory called test.
In this folder is a folder called cgi-bin, and it seems to ...
0
votes
2answers
56 views
HTML heading and html special characters
I'm trying to edit a index.html file but in my heading my html special character code is not showing on the screen.
Example:
<h5>Souscrire à infolettre</h5>
This should ...
0
votes
1answer
45 views
Is su.pr no longer supported?
I'm looking to shorten permalinks in Wordpress automatically within the loop but it seems there is no information on the su.pr api.
Is su.pr dead?
0
votes
2answers
28 views
Default encoding vs. content-type specified encoding
We have a website (www.semanticdesigns.com) that delivers a default encoding of ISO-8859-1. The pages are written in, guess what, ASCII mostly with some ISO-8859-1 characters.
We have a few example ...
0
votes
0answers
19 views
How i can Learn HTML and PHP Easily Online [closed]
I really want to lean HTML and PHP for my site working as i always sought out my site problems by someone else so i want now to Learn myself so that i can tackle my Own Problems,Please tell me Any ...
1
vote
1answer
50 views
an Open Source graphic software like fireworks
Hi All and happy new year
i'm wondering if there's any open source and free software to create designs, the way fireworks does, by allowing creation of slices (decoupes, HTML and images)
thank you ...
0
votes
1answer
30 views
Why does the meta tag use name-content pairs and not regular attributes? [closed]
More of a theoretical question, but wouldn't it make more sense to have only one meta tag with a bunch of attribute-value pairs? Instead of:
<head>
<meta charset="UTF-8" />
...
1
vote
1answer
44 views
html to wordpress plugin
I'm looking for a plugin, or other stuff to convert (import) my html/css/javascript into wordpress quickly.
I've made some research about this but I've found a lot of solutions(tools,plugins) and I'm ...
0
votes
2answers
44 views
complex heading tags: should I avoid them?
Do you think that is actual difference between, as example
<h1>
<span class="aaa">Hello!</span>,
<span class="bbb">welcome</span>
to my
<span ...
0
votes
1answer
32 views
What is a good framework for making a site, and how long will it take? [closed]
This is the site. It is and was hideously done, and old versions are abundant two clicks away from the front page. I'd love to recode it, by I'm only allowed to if it won't take up much time. I don't ...
0
votes
1answer
33 views
Are there cases where max width of the design can be 960px for 960.gs grid?
I know the standard width of content should be 940px if you want to use all its columns properly. But are there cases where I should use 960px for content? I am just having a dispute with my colleague ...
1
vote
2answers
82 views
Backlinks within noscript tags
I know that search engines index the content between noscript tags, but I was wondering if it is an acceptable method (as far as Google etc are concerned) to include a backlink to your website inside ...
1
vote
1answer
25 views
How to allow user to enter text or upload file, but not both
We used to have a two-step process for answering questions. On the first page the user indicated how he would answer: either by typing a response or uploading a file. On the next page either a ...
1
vote
2answers
56 views
HTML default font sizes
Do the HTML font tags (like p and h3) have default font sizes universally in all browsers? For example, I'd imagine p is around 16px or so. Is there a standardized list someone could link me off to?
1
vote
2answers
109 views
Using ending .html for URL re-write?
For re-writing URLs to generate SEO friendly pretty URLs, it was usually recommended to use the ending extension (normally .html), as without the extension, the URL seems to be incomplete. Probably, ...
0
votes
1answer
59 views
why my website isn't recognised by google? [closed]
i have a big problem. My website is invisible by google. Why ?
i have made my robots.txt and sitemap.xml and all looks pretty good.
my website : (removed; potentially spam)
thanks à lot
Forthomme ...
0
votes
0answers
64 views
How do you customize a Facebook like box?
I've found a few articles that allow you to customize the Facebook like box, but it's mostly just background and border color. Is there a way to customize the text color on a facebook like box? and ...
0
votes
3answers
60 views
Getting indexed after removing meta noindex, Google
My question is, will my pages be indexed now in Google if they had <meta name="robots" content="noindex" /> in the past, since they were created? Of course, now they are <meta name="robots" ...
3
votes
1answer
95 views
Page Speed Optimization Questions: defer parsing and specifying a char set?
Continuing to optimized a web site, I'm using Chrome's Dev Tool add-on for Page Speed.
I've been able to do a good bit of performance tuning thanks to its suggestions, but these two have me ...
1
vote
2answers
53 views
Robots.txt not working because my site is still searchable
I put a robots.txt in my server
This is the code that I putted in
User-agent: *
Disallow: /
I just want my entire site won't be searchable in google.
I also put in the NO INDEX, NO FOLLOW on the ...
2
votes
1answer
50 views
Site Structure - practices
I just started working for a company and they're asking me for ways to improve the overall site design. One of the things that keeps standing out to me is their extremely odd internal file structure ...
4
votes
2answers
40 views
What are the pros and cons of using Dublin Core meta tags?
This is an open question on why, how, or when to use or not use Dublin Core meta tags. For example, <meta name="DC.title" content="Title of my Webpage" />. Should this be used in addition to or ...
0
votes
0answers
9 views
Tag form interface, advices needed [closed]
this is my form.
http://i.stack.imgur.com/ruKrM.png
I need some help because i have no experience with web interfaces. I would like it to be estethically pleasant without taking too much space (it's ...
5
votes
5answers
125 views
Is there a good tool for HTML content generation by less technical stakeholders?
I am the webmaster and everything else technical for a tiny startup company. Some static content is being written in MS-Word by stakeholders. What is the best process to get HTML content instead? ...
3
votes
4answers
93 views
What meta/link html tags important for seo? [closed]
Possible Duplicate:
New META TAGS with positive effects for seo ranking in 2011 and beyond
What are meta tags important for seo? Especially for blogs. I often find something new, maybe you ...
1
vote
1answer
43 views
Image for sharing on Facebook/G+?
Is it possible to add an image to a html page that only shows up when sharing page on Facebook/G+? The image should not be visible in the html page since it contains a Flash game, but I would like it ...
0
votes
2answers
58 views
SEO purpose: Does Google prefer html sites than wordpress sites? [closed]
Possible Duplicate:
SEO for pages that load from database
Will html sites have any advantages over blog sites while getting analyzed by Google bot?
9
votes
5answers
313 views
What happened to HTML table tags?
I started to code HTML in 1998, and in that time I used a lot table tags, playing with tr and td, I learned many things analyzing the source code of many portals on the internet with notepad and ...
0
votes
2answers
78 views
Best and easy way to add video to website
I want to add videos to my website. I want to click on images and then to show video in "window" and start playing (popups like lightbox). I just don´t know what is best way to do it. I think one of ...
4
votes
2answers
100 views
http-equiv=content-language alternative - the way of specifying document language
Lots of web sites uses following meta tag to specify the default language of the document:
<meta http-equiv="content-language" content="es-ES">
When I go to w3c site:
...
1
vote
1answer
190 views
How to change my website's appearance in a Facebook wall post?
When posting a website link in a Facebook wall post, Facebook fetches some content (title, text and image) from the website to show it to readers. Is there a way I can adjust / propose which content ...