HTML (HyperText Markup Language) is the predominant markup language used for creating web pages. In modern web pages, HTML is used to markup the contents of the website, while CSS and Javascript are used to define the styles and behaviors respectively.
1
vote
0answers
21 views
After my studies at Codecademy.com [migrated]
I've finished my HTML and CSS course at Codecademy and now I want to study Python. Before I do I would like to build a small website about the things I'm about to learn, just to practice my HTML and ...
0
votes
1answer
18 views
Automatic HTML clean up
What are some of the most popular tools for automatically cleaning up HTML code to its cleanest and most best practices rendition?
The only one I know is the venerable HTMLtidy.
Please see this for ...
1
vote
1answer
23 views
Reading .mht webpages from server
We have some .mht files which load fine from local files but when loaded from the remote webserver display as junk text.
What can I do to make them work correctly from our webserver?
0
votes
0answers
10 views
Creating color schemes in CSS and HTML [closed]
i was looking for tutorial which will explain me how to create and load color scheme on my HTML site. I have base.css green.css and orange.css. Now, when site is loaded default color scheme is green, ...
13
votes
5answers
2k views
How can I validate HTML offline?
When I'm developing a website locally sometimes I want to check if the html is valid but I haven't been able to find a good tool. I want it partial as a sanity check when I'm troubleshooting layout ...
4
votes
7answers
1k views
Do tabs, spaces, and line-breaks in HTML markup affect search engine optimization?
I am looking for information regarding tabs, spaces, and line-breaks in HTML/XHTML markup and whether it affects SEO.
I have found sources which state that extra white space hurts search engine ...
0
votes
3answers
24 views
How UTF-8 represents more than 256 characters and when to use UTF-16?
We all know what character encoding is. Like the simple ASCII 7 bit used for normal 128 characters representing and UTF-8 for representing 256 characters.
I have 2 questions:
Some people saying ...
2
votes
1answer
41 views
What are the advantages of Schema.org's microdata vs Microformats et al?
I'm confused about which microdata methodologies to employ on my site, is there an advantage to implementing the attributes from Schema.org, vs one like Microformats?
1
vote
1answer
86 views
Multimedia web applications that perform well
There are a few multimedia web applications like PHPMotion, ClipBucket that allow playback of multimedia files.
Beside the mentioned multimedia web applications, are there other similar multimedia ...
0
votes
1answer
29 views
If H1 tags are not used for page titles, what is the impact on SEO?
I'm wondering what kind of effect will be witnessed on SEO if, say, a div was used rather than an h1 tag for page titles. I imagine it would be very frustrating for screen readers and wouldn't give ...
0
votes
2answers
95 views
Public search engine which index HTML tags
Do you know a public search engine which allows search on HTML tags?
The usage will be to search websites with HTML5 tags such as <canvas> being able to search over the class names could also ...
0
votes
0answers
15 views
HTML structure and informations for image thumbnail - SEO [duplicate]
I wonder will the content which shows on focus for the images in this tutorial be indexed properly by search engines?
-1
votes
2answers
41 views
Getting started with a website [duplicate]
So I know HTML, CSS, Javascript, jQuery, PHP. But I'm not sure how to put it all together to begin making an actual website. I'm not looking at something too big here since I'm just a beginner, but I ...
1
vote
0answers
14 views
Vertical alignment [migrated]
http://lucaszanella.com/
In resolutions lower than 1440x900, the 'all' div looks so 'down', and at bigger resolutions, it looks so 'up'.
The problem is that I have to use a 'padding-top:5%' for the ...
2
votes
1answer
75 views
How do I change pages registering as 404 to 200
I have this problem. After relaunching my site: http://www.kgstiles.com, traffic dropped immensely(about 60%). After troubleshooting for a week and a half - losing thousands of dollars off of lost ...
4
votes
1answer
223 views
What is the way to properly implement a Facebook Like button on a page for best SEO purposes?
On our site we want to put a Facebook Like button/widget-thingy. It is possible to create a like button, where the URL associated with the button is the page it sits on, rather than a Facebook page.
...
2
votes
2answers
35 views
How to determine which files are used by website
I recently became responsible for a PHP / HTML / MySQL website.
The document structure is full of duplicate files and folders making the site appear more complex than it is.
Is there any tool I can ...
0
votes
0answers
6 views
Load a section of page separately from the rest? [migrated]
I want to check the status of a couple servers and display on a page if they're up or down. Currently, I'm doing this with PHP's fsockopen() function. As part of this function, you determine a timeout ...
0
votes
2answers
36 views
Trying to create my first sitemap
I'm inserting a website map for the first time. I found this page:
http://www.sitemaps.org/protocol.html
That page shows examples about sitemaps with xml, should I insert and xml code in my html? ...
4
votes
6answers
3k views
rel=“nofollow” in img tags?
Does it make sense to have a rel="nofollow" attribute in img tag?
Do search engines' crawlers use this attribute in some way for calculating Page Rank Score?
What is the practical sense for using it ...
0
votes
0answers
25 views
Sencha TOuch IDE (WebStorm) [closed]
I am new to Sencha Touch Framework. I am starting to develop a sencha touch application. I am stuck at using the right IDE for the development. Right now I am using Webstorm IDE for running the Sencha ...
0
votes
1answer
56 views
What are reasons of latency for a HTTP request to load HTML?
I would like to know what are reasons of latency for a HTTP request to load HTML part of a webpage.
I think about:
loading webpage with proxy
not having a good web server (apache vs nginx)
having a ...
-1
votes
0answers
21 views
Expand/Collapse OR Toggle : Is there a way to work with same code in all browsers? [closed]
I want to have sections expanding/collapsing or toggling or show/hide.
Is there any way/technique that I will not need to use different code for IE?
Lets say CSS only or javascript or whatever, can ...
0
votes
0answers
27 views
How can I retrieve information from the <meta> tag and display it on a webpage? [migrated]
For example, if I have the following code:
<head>
<meta name="description" content="Question">
<meta name="keywords" content="StackExchange, Webmasters">
<meta ...
3
votes
4answers
188 views
What is the maximum size of an HTML file that Google will crawl through?
I have a 10MB HTML file. Will Google crawl through the entire file, or does it only look at the first X MB?
8
votes
4answers
615 views
Preventing robots from crawling specific part of a page
As a webmaster in charge of a tiny site that has a forum, I regularly receive complains from users that both the internal search engine and that external searches (like when using Google) are totally ...
2
votes
3answers
37 views
Are there any HTML Editing Services? [closed]
I tried to Google this and didn't know where to start.
I have thousands of html templates that need to be hand edited because they are malformed so scripting my changes is darn near impossible or at ...
2
votes
3answers
62 views
Should I use both Robots.txt and META NAME=“ROBOTS”?
I am currently using the Robots.txt file (the standard one of joomla, to say). Now I have found that there are also specific HTML meta tags that specify desired robot behavior.
Is there a reason to ...
2
votes
3answers
759 views
Check for duplicate 'id' values in a HTML page
I am developing a web application and I would like to check for duplicate id values in a HTML page. I am running the application on my local machine.
There is a way to do that?
P.S.: I am using ...
1
vote
1answer
64 views
Animation of a browser loading page elements?
Some time ago, I recall finding a visual explanation of the order web browsers load specific page elements, and how they stack and fit together. I was recently getting back into some web development ...
-1
votes
1answer
20 views
Tracking Y position with HTML5? [closed]
Im wondering how site like Random blog link track y position of my view and then change some 'canvas' or whatever is it to point some menu option. Any1 knows ?:)
0
votes
1answer
194 views
SVG images grow and create scrollbars when on the server
Okay so I embedded some SVG images into my page and opened it locally on Chrome and it looked fine.
I upload the same file to the server and look at the page online and the SVG images have grown by ...
2
votes
4answers
58 views
Assemble static site from templates? (don't want to reinvent the wheel)
I have a site that is 100% static content (no php, just some javascript). There's several "blocks" like the header, menu, footer, etc. that are the same on each page.
Rather than do a lot of ...
0
votes
0answers
55 views
Moving the title of a link [migrated]
I am not a HTML/CSS expert but I am in charge of developing and maintaining a website for my employer.
I have set of link in the middle of my webpage that I want to have a specific CSS applied to ...
0
votes
0answers
26 views
How to Grok (Modern) HTML & CSS? [closed]
I'm a programmer at heart, but I've always wanted to understand more about HTML and CSS. Unfortunately, every resource I have tried to learn with I have found lacking. Every book/tutorial I've read ...
2
votes
0answers
45 views
is w3schools a valid resource foir learning html/css/php etc… etc [closed]
I recently came across w3fools.com via html5 Google plus community, and read some things they were saying about w3schools.com. I have not the knowledge to say they are completely wrong, or completely ...
3
votes
2answers
597 views
Which is better to use <b> or <strong> for SEO?
I've been coding for a while and it's just struck me, what's better to use in terms of SEO:
<b>Hello</b>
or
<strong>Hello</strong>
0
votes
0answers
49 views
Horizontal drop down CSS menus [closed]
I'm trying to setup some horizontal CSS drop down menus.
Where things get different for me, is that both main menu and submenu must both be horizontal, and text aligned right - purely for synthetic ...
0
votes
1answer
52 views
How do I create a circular gradient in HTML or CSS? [closed]
Hey guys I'm wondering if you know of any way on how to create a circular/elliptical gradient that has many colors?
An example of this is shown on the background of this Microsoft logo picture:
...
0
votes
2answers
539 views
Best way to slice up a non rectangular image?
I have the image below and need to create a rollover for each "piece" or arrow in the circle. Because the image isn't rectangular, it boggles how me how I'm going to do this without having badly ...
1
vote
1answer
362 views
Problem with image from HTML table after slicing and exporting from Photoshop
I made an image in Photoshop, I used Photoshop slice tool:
Original Image
I used "Save for Web Devices" option to export each slice tools in PNG images and it creates a page, HTML page. As ...
1
vote
0answers
35 views
Best practice when modelling a website's code [closed]
When developing with object oriented code you use an UML diagram to describe all the classes of the program. What about websites?
I have a prototype made with justinmind prototyper so I know how the ...
3
votes
1answer
157 views
html 5 doctype & SEO
I am trying to get my pages validated using Markup Validation Service on W3C validator.
We are getting validation against the XHTML 1.0 Strict doctype comes back with the following error:
... ...
2
votes
2answers
28 views
Test different timezones
What is a simple way to temporarily change the timezone in Chrome so as to test how a site renders for different locations?
On OSX Mountain Lion, I've tried as bash script with:
export ...
2
votes
2answers
481 views
How to make Google recognize language for a multilingual website?
A few weeks ago I implemented a translation functionality for my company website. The website now offers content in french and English and I took the time to look on various guides on the internet on ...
-4
votes
1answer
25 views
Font creation for logo [closed]
I have a template and that template has a logo. The logo is something called "Cream". I really like the way it has been set up. I want the same style with different name. How to do that? The problem ...
0
votes
0answers
14 views
How to do I redesign a Flash based table page into something AJAX? [closed]
Shortly, I will be redesigning this page: https://www.misoenergy.org/MarketsOperations/RealTimeMarketData/Pages/LMPContourMap.aspx
It currently uses a Flash object to draw the table you see from the ...
1
vote
1answer
32 views
google apps domain verification issues
I apologize for asking this here instead of Google's forums, but I find that they tend to yield no results at all, ever.
I have a domain verified on Google Apps through HTML file upload, which I am ...
2
votes
1answer
61 views
Why are perfectly legitimate pages on my website registering in Google Webmasters as 404?
I have seen this question asked several times here, but never clearly answered.
I suspect it has something to do with my .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
...
0
votes
0answers
12 views
MLS Search Widget (regional) [closed]
Does anyone have any experience with regional MLS search widgets?
I am doing some work with a real estate agent (who wants to get rid of his cookie-cutter, pre-paid real estate web site and) who now ...




