HyperText Markup Language, predominantly used in creating web pages
-3
votes
0answers
21 views
How to find out how many times a link has been clicked? [closed]
Is there a way to check how many times a link has been clicked on a html page? How would the html and php work together?
0
votes
0answers
22 views
Paste html into Excel 2010 without Excel parsing the html
I'm running a query on SQL. Typically I can easily copy and paste the results from the query into Excel and it preserves the columns, rows etc.
However, in this case I'm selecting a bunch of emails ...
1
vote
0answers
19 views
MS Word 2013 - Hyperlinks with anchor tags (aka hash tags, bookmark tags) to external html files
Good afternoon!
I have inserted a hyperlink into an MS Word document, but I'd like to add an anchor tag to it so the link will go to a specific part of the page. The page it's linking is an HTML ...
1
vote
3answers
30 views
How can I see the structure of a webpage inline?
How can I see a webpage's structure "inline" with the visual representation of the actual page, all at once?
I'm trying to understand HTML layout better, but it's hard to get a feel for it, even ...
0
votes
1answer
28 views
Print the whole content in an HTML frame using chrome
There exists chrome plugins for capture the whole page, not just the currently visible part, like creen-capture-by-google. But that doesn't work with page having frames. I need the whole content in ...
0
votes
1answer
17 views
How can I email an embedded HTML page?
I want to send an email from Outlook that is created using HTML; however when I click send the recipient sees the email as text of the HTML code. How can I have it appear as an HTML page?
...
1
vote
0answers
20 views
Notepad - replaces returns with line breaks when stripping format from text
I've used Notepad for years to strip out formatting from Word or web pages when using that text in html. Recently, the default behaviour (using returns between paragraphs) has changed, and now Notepad ...
0
votes
0answers
23 views
Convert HTML table into a native LibreOffice table
Sorry, I'm not quite sure where should I put this question.
I've visited ask.liberoffice.com, but I think it has different (although similar) mechanism to stack-overflow, and can't use my ...
0
votes
0answers
8 views
Given a URL of a page with many link, how to save contents of those links too? [duplicate]
I am at a HTML page now which itself has many links in it. I want to go to each of those links and save the contents on my box.
How to do this in an automated manner in an easy way?
0
votes
1answer
41 views
Cleaning out Span tags from HTML files
I have a giant number of span tags to clean out of HTM files due to a conversion from RoboHelp to Flare. Here is an example:
<span class="span_1">ANYWORD</span>
A large number of the ...
2
votes
0answers
16 views
Is there a setting/extension to disable HTML formatting in received Gmail messages? [migrated]
I want all INBOX messages in gmail to appear in plain text.
When I read the messages I receive,
I just want everything appearing in a consistent font and size of my choice.
No html formatting ...
-4
votes
2answers
63 views
Which version of Internet Explorer does this screenshot display [closed]
I have a client whose browser renders my webpage really badly (and slowly).
The image below is cut out from a screenshot he sent me. I know it is IE, but can anyone see which version? And if it is ...
1
vote
1answer
46 views
Imagemap generator for huge project
I'm currently developing a game, where the user while registering has to pick where to live. I've generated a world, that I've seperated into multiple countries, which I then want the user to pick one ...
0
votes
0answers
23 views
How I can download AJAX enabled site? [closed]
I am using Browse-Offline to download sites locally on my computer so I can browse them at a later time. It's quite ok but I want a tool that can download all the pages of a site that has AJAX ...
-1
votes
0answers
11 views
Identify web pages with embedded video play from list [closed]
I have a list of thousands of web page URLs I would like to analyze to see when they contain a particular video. I need a tool which would download the source code from individual URLs listed in a csv ...
0
votes
0answers
38 views
How the HTML Framework was Designed [closed]
This may be a pretty complex question and this may not be the appropriate Stack Exchange site (please let me know if there's a better fitting one and I'll gladly migrate the question) but today I was ...
-2
votes
0answers
91 views
Force IE10 to open target=_blank in new tab locally
Is there a setting in IE10 to force all pages to always open in a new tab? Thanks!
1
vote
1answer
38 views
Excel 2010 save as webpage - Want Japanese characters in HTML file instead of Unicode
For programming purposes (Objective-C) I need to export Japanese characters as a HTML file from Excel so I can parse data into my project. I'm using Excel 2010. For example:
When I open up the ...
0
votes
1answer
52 views
My Java applets won't run in HTML
My Java applet runs fine when I open the HTML in AppletViewer, but when I open the html in like Chrome, it just says "Error, click for more details" and the details say that my security options ...
-1
votes
0answers
14 views
How can I get '#' symbol in a PHP header(Location: ) request [closed]
Hi I'm trying to implement a simple contact form on my website using this tutorial - http://rosstanner.co.uk/2012/11/build-simple-contact-form-html-php-bootstrap/
Trouble is after the user submits an ...
1
vote
2answers
24 views
mailto behaves abnormally in Safari browser
I have Safari 5.1.7 installed on my system.I have installed and set default email client Mozilla Thunderbird.
I have an application which has link like
<a ...
-7
votes
1answer
42 views
What is a good name for a group of buttons? [closed]
I'm doing a webpage and I have 5 buttons, I want to group them in a div and I need a very semantic name for that group, what could be a good choice for name it?
1
vote
0answers
79 views
Why do some domains ban me when using local proxy server?
I'm working on a web filter that uses a local proxy. I'm using indy to do all the work but when I'm testing, occasionally a website will block me. Why would this be? And if the proxy is local, surely ...
0
votes
2answers
72 views
Notepad++ General Purpose code formatter.
I enjoy a lot that I can hit CTRL+Shift+F on eclipse and it automatically formats the code according to a profile. My question is how can I do something similar on Notepad++? Where would I go about to ...
0
votes
1answer
70 views
How to re-indent HTML snippets in vim?
I'm aware of tidy for re-indenting an entire HTML page, but I work with templates and often want to re-indent just parts of an HTML document from vim. I can't see an example of how to do this ...
0
votes
1answer
59 views
PDF and EPUB from one source? [closed]
I am an author of a free e-book which I distribute both in PDF, (X)HTML, and EPUB formats.
Currently I generate (by scripts written by me) HTML and EPUB from source XHTML files, and PDF from an ...
1
vote
1answer
30 views
Load a page without loading a cached page
Here is the situation I have. I have a page that is generated using a bash script (basically echo and some other command >> a html file). I have a link to this page. If I "clear private data" or never ...
0
votes
0answers
14 views
Activate JavaScript when a user “sees” an element? [closed]
I am interested in making a statital "rating bar" similar to the one(s) here: http://gdgt.com/improv-electronics/boogie-board/1st-gen/ but I am not sure how I would do it.
Basically on the load of ...
12
votes
3answers
197 views
Is it possible to take a screenshot of a web page as an SVG image?
I have a webpage which is entirely vector-based (text, icon fonts, SVGs, but no PNGs, JPEGs, or GIFs).
Is there any way to take a vector screenshot of that webpage and save it as a fully-scalable SVG ...
0
votes
0answers
28 views
Images are being displayed in IE, mozilla, chrome but not in outlook 2007
I'm new to Microsoft Outlook 2007, We usually send some mails automatically generated from scripts to some of our users, the images in the mail are displayed fine with the logos(images of .png) who ...
0
votes
0answers
87 views
How to make an Outlook 2010 message Show URL links, pseudo Plaintext Paths instead of clickable links with only the description?
I often get emails with many URLS in them. They all arrive as HTML formatted, showing only the clickable link without the url. Since oftentimes links expire, this doesn't work well for me, eg if I ...
1
vote
1answer
33 views
Are there any browser limits to the length of a line in HTML?
Do any browsers (Internet Explorer in particular) have bugs relating to the length of a line in HTML source code?
Assuming the source code is being optimised for HTML parsers/renderers and not for ...
0
votes
0answers
13 views
Send to other server like my own - Virtual Device
How do I change the user agent of my browser so the the site I am viewing thinks I am viewing from a phone or tablet?
Currently sites see me as a PC (correctly) and I am I unable to test the mobile ...
0
votes
1answer
62 views
Does SVG automatically resize for retina displays?
I'm trying to make my webpage look great on every device, I have an Retina Macbook 15" and an iPhone 5, and a regular low DPI desktop, so I want it to look as good as possible on all of them, and I ...
3
votes
1answer
93 views
How do I copy the contents of a dropdown list to paste into a text document?
I'm looking for a tool that surely must exist somewhere...
There's a dropdown list on a webpage with numerous values in it. I simply want to copy these values into the Windows clipboard and paste ...
0
votes
0answers
21 views
Is there a Web UX standard as to when to use, or not use a tool-tip? [closed]
Current web application is being updated with twitter bootstrap and the UX people are hover/tool-tip happy which is leading to a very busy page.
My understanding is that tool tips should be used for ...
0
votes
0answers
9 views
Inspect two or more elements at the same time with Firebug
I would like to be able to inspect two or more HTML elements in Firebug at the same time in order to see how they relate to one another (e.g. intersecting etc.). The thing is, I have a short attention ...
0
votes
1answer
20 views
Editing Dreamweaver Hotkey/shorcuts
I am trying to change the hot key for collapse full tag which defaults as ctrl+shift+j. Where can I locate it in the keyboard shorcuts menu to change it?
-3
votes
1answer
38 views
Are There Any iPad Apps That Allow Me To Edit And Preview JavaScript Locally? [closed]
I would like an iPad app that would allow me create, edit and preview HTML and JavaScript files locally (without an internet connection)?
I can't seem to find one, but I can't understand why there ...
0
votes
1answer
53 views
how to change character encoding in mac?
I just edited a .html file using Adobe Dreamweaver, the charset is gb2312 since it's a Chinese website, then I used TextMate to edit the file, after I save the file, it was changed into utf-8 since ...
1
vote
1answer
57 views
HTML tags in Google Spreadsheet
I am experiencing issues with Google Spreadsheet.
The thing is that me and my colleagues are using one spreadsheet as a table for translations, there is a column for English and then German and ...
0
votes
0answers
110 views
Is there something can send email notification if my website stops updating?
My website has a timestamp which is supposed to be updating every 5-30 Mins.
Sometimes an FTP process gets suck in Windows machine and it would stop updating on my website.
I was wondering if there ...
2
votes
2answers
327 views
Is there an HTML auto-indentation feature or plugin for Sublime Text (aka prettify/beautify/format)?
For example, something to change:
<section><article><h1></h1><p></p></article></section>
to:
<section>
<article>
...
0
votes
0answers
80 views
SublimeLinter not working [closed]
OK for the last few weeks i been trying to get SublimeLinter to work. i'm a newbie when it comes to sublime only just started to use it a few weeks ago. So I've downloaded sublimelinter from package ...
3
votes
1answer
48 views
Tool for extracting “fragment URLs”? (E.g. www.example.com#section) [duplicate]
Does such a thing exist?
E.g. a Firefox Extension (or other kind of browser script) where you can right-click on the subtitle in a section of any webpage you want to link to and it will give you the ...
0
votes
1answer
54 views
Convert Large HTML to DOC?
I am programmatically converting an existing HTML file that has been dynamically created to a MS Word document. I've ran into a situation where the MS Word Document object fails to process the HTML ...
0
votes
1answer
21 views
How can I track which links I go to in chrome?
I am clicking a button on a site and I want to see what link it's actually executing. However the button is simply something like this...
<input type="image" name="btnNav1" id="btnNav1" ...
2
votes
0answers
129 views
Outlook HTML signature with external text
The company I work for has implemented new signatures to be used with Outlook 2010. Our company is also present at many exhibitions a year, and we would like to let our clients know just that.
The ...
0
votes
0answers
76 views
HTML Outlook mailitem hyphens cause line break or no line break at all
I'm opening an outlook mailitem programmatically. Through vb6 if that matters. I'm adding a signature with HTML in it so it has to be in HTML format. My problem is that when a user enters a hyphen and ...
0
votes
1answer
137 views
Multi-line find and replace across multiple files on linux
I have:
Old Google analytics tracking code oldcode.txt
New Google analytics tracking code newcode.txt
100+ html files *.html in one directory
Is it possible to replace former with latter in all ...



