Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
127 views

Do html headers always have to count up from 1?

I'm talking about proper semantic mark-up. I know normally there's no reason not to start at h1 and work your way down from there. But, if I am building something like a sidebar that has its own ...
4
votes
2answers
2k views

Calculating magnetic heading using raw accelerometer and magnetometer data

I have an accelerometer and magnetometer each producing raw X, Y and Z readouts. From this I need to determine the magnetic heading of an object. I'm not that great at trig, but I've put together a ...
4
votes
3answers
252 views

How can I place two headings next to each other using CSS?

<h5>Category</h5><h6>auto</h6> places Category and auto on separate lines, like this: Category auto How can I place them both on the same line, like this? Category auto
3
votes
2answers
295 views

How to use h1 to h6 within header, section, article, etc.. in html5?

In xhtml 1.0 hn (h1 to h6) must represent document structure, like chapters in a book, and they all descend from the body. In html5 there are section, article, header, hgroup, and it seems that hn ...
3
votes
1answer
626 views

What is a good HTML5 Outliner?

I've been reading Dive Into HTML5, and Mark mentions that: "You can test your own pages in the HTML5 Outliner to ensure that you’re using the heading elements properly." I've tried this ...
3
votes
2answers
589 views

JavaScript / jQuery: is it possible to change font-size to fill a set width?

I am writing an application, and in it, I would like to have some h1 elements with variable font size. I use the full width (1000px) of a div as a limiter, and a script that automatically sets the ...
2
votes
2answers
74 views

Column headings keep appearing throughout Oracle output

After ever 10 lines, my column headers reappear in my Oracle output. Is there something about my code or some kind of environment variable I can set to stop this? I only need the column headers to ...
2
votes
5answers
365 views

Automatic Numbering of Headings H1-H6 using jQuery

I read related posts, but didn't find a solution for IE, so I ask for a jQuery-solution for this problem: I've some nested hierarchical Headings like this <h1> heading 1</h1> <h2> ...
2
votes
3answers
168 views

Aligning HTML headings with hanging section numbers?

I'm currently reimplementing corporate style for our documentation (HTML + CSS + PrinceXML = PDF) and can't quite fix one thing. What I need are handing section numbers, i.e. headers themselves are ...
1
vote
2answers
43 views

MS Access crosstable column heading for undefined values

Short version: How do I create the "<>" column manually? Long version: In Access 2003, I've got a table which contains integer values from 1-5, which can also be undefined. When I create a pivot ...
1
vote
1answer
41 views

How to extract headings of a page using PHP (specifically WordPress)

Is it possible, using PHP, to extract the headings (h1, h2, etc.) from a page using PHP, and list them on the same page in an unordered list? A WordPress-specific solution is fine, but a general PHP ...
1
vote
1answer
187 views

C# Replace text in Word document with headings

In a few word documents, I've placed a "variable" (ie: #VARIABLE). I'm pulling information from a database that I would like to put at this specific place, though I'm not sure how much information. ...
1
vote
1answer
52 views

Dynamically expanding field headings in crystal reports

I have a report where I have 50+ fields and I am exporting this report from crystal to excel. Once in excel the data columns are the proper width but the headings are truncated. Is there a way to ...
1
vote
1answer
250 views

Colored Headings in LaTeX / How to apply to TOC-Headings

I'm currently improving my LaTeX-Template for theses. Coloring "ordinary" headings is working already, but how can I apply this style to the headings of "List of Contents", "List of Figures" and "List ...
1
vote
3answers
108 views

Is it allright to wrap H1/H2/H3 tag around a multicolumn design div for headlines?

is the following syntax good to go to emhpasize a multicolumn headline totalling around 20 ~ 30 words? I dont want to use CSS3 multicolumns since it is not supported in IE9 etc. <H3> ...
1
vote
1answer
359 views

Ckeditor toolbar buttons, how do you get a button to wrap heading tags

I was wondering if anyone knew if there was a toolbar config name you could add to ckeditor that gave you buttons to wrap content in heading tags? Just like the bold button for example, highlight the ...
1
vote
1answer
484 views

Creating angled column headings using iText

Does anyone know how to make angled column headings (e.g. at 45 degrees) in a table inside a PDF file, using the iText library? The best I can do is to use images for the column headings. Each image ...
0
votes
0answers
29 views

In an SSRS Tablix, how can I include two or more columns in a column group?

Thanks for reading this question. Let's say I have sales data (net, gross and tax) by region and month. I would like region going down the page and month across with a column in each month for net, ...
0
votes
0answers
17 views

HTML5 outline - headings

I'm currently in the process of laying out a website. I have some various thoughts regarding headings and how to use them. So I'm curious as to what other people think. Should headings restart from ...
0
votes
1answer
124 views

Set expand/collapse background images on headers

Hello to the gracious supporters. I am a beginner developer and need tons of help. I am trying to set a different background image for collapsed and expanded headers on an accordion. Please provide ...
0
votes
1answer
88 views

css heading tags “standards”?

I'm looking for a way to standardize my h1, h2, h3, etc tags after I apply a css reset, I know this mostly depends on the design but I remember seeing in a site that there was some sort of "golden ...
0
votes
0answers
119 views

Android heading for tabular data

I have using the following code for tabular display of info. from the database. public void onCreate(Bundle savedInstanceState) { .................. ................. model = ...
0
votes
2answers
551 views

C# resolving Excel table column names of which some are dates

I am trying to return the list of columns names from a DataSet in C# based on an Excel Query I have performed. I am ok doing this (well I think), see code below. However, three of my column headings ...
0
votes
2answers
1k views

Jquery Iphone/Android scrolling Fixed header?

In the contacts on both iphone and android, when you get down to the B's, the heading "B" is fixed to the top of the scrollable windows until you scroll down to the C heading, when you get to the C ...
0
votes
1answer
43 views

I need Some CSS Ideas for Visualization for visitors

I am currently trying to improve the look of my website (beta) for book accommodations and hostels, the site is a basically a directory for hostels. Well, at front page, you will notice that all ...
0
votes
1answer
142 views

Image Grabbing with False Referer

Hey guys, I'm struggling with grabbing an image at the moment... sounds silly, but check out this link :P http://manga.justcarl.co.uk/A/Oishii_Kankei/31/1 If you get the image URL, the image loads. ...
0
votes
4answers
155 views

Forcing headings to wrap in html

I have a web page that displays a pdf document. In the header there is an image and an h1 tag that contains a name. When the name is too long, it gets cut off. How can I force it to wrap to the next ...
0
votes
1answer
180 views

Why does my heading disappear in IE7 and change color in FF?

This is probably an easy fix, but I'm stumped. Here's the URL: http://urgent.mchenry.edu First off, underneath the urgent.mchenry.edu text box in the header is an h2 w/ class="caps" and text that ...