Tagged Questions
The fixed-width tag has no wiki summary.
16
votes
7answers
651 views
PHP library for creating/manipulating fixed-width text files
We have a web application that does time-tracking, payroll, and HR. As a result, we have to write a lot of fixed-width data files for export into other systems (state tax filings, ACH files, etc). ...
7
votes
1answer
988 views
How to make an inline-block element fill the remainder of the line?
Is such a thing possible using CSS and two inline-block (or whatever) DIV tags instead of using a table?
The table version is this (borders added so you can see it):
<!DOCTYPE html PUBLIC ...
6
votes
2answers
471 views
Excel-like text import in Python: automatically parsing fixed width columns
In Excel, if you import whitespace delineated text in which the columns do not line up perfectly and data may be missing, like
pH pKa/Em n(slope) 1000*chi2 vdw0
CYS-I0014_ ...
6
votes
6answers
425 views
How can I speed up Perl's processing of fixed-width data?
We've got a mature body of code that loads data from files into a database.
There are several file formats; they are all fixed-width fields.
Part of the code uses the Perl unpack() function to read ...
5
votes
3answers
3k views
What's the best way of parsing a fixed-width formatted file in Java?
I've got a file from a vendor that has 115 fixed-width fields per line. What's the best way of parsing that file into the 115 fields so I can use them in my code?
My first thought is just to make ...
5
votes
2answers
582 views
Portable C++ 03 Exact Width Types
Background
Unfortunately the current C++ standard lacks C99's exact-width types defined in the stdint header.
The next best thing I could find (in terms of portability) was Boost's cstdint.hpp ...
4
votes
4answers
91 views
How to parse multiple line, fixed-width file in perl?
I have a file that I need to parse in the following format. (All delimiters are spaces):
field name 1: Multiple word value.
field name 2: Multiple word value along
...
4
votes
3answers
285 views
Centering Pascal's Triangle Output in C++
I have successfully written a code to output Pascal's Triangle in a somewhat triangular shape using cout.width(total_rows - current_row), but it looks like this:
1
1 1
...
4
votes
3answers
5k views
Fixed width, variable height in JPanel with flow
I have an annoying problem with Java’s layout managers. I have the following situation: In a panel A are two other panels B with an absolute layout and C with a FlowLayout. B is highly customized and ...
3
votes
4answers
375 views
Alternative to Fixed-Size Arrays in Java?
[Context: new to Java, 4 months tops; old hand at C++.]
I'm working on a library that requires an array of a fixed size ("fixed string") in many places. I'm trying to use Dependency Injection (q.v.) ...
3
votes
2answers
505 views
(Fixed Width) vs (Variable Width) Website Design
I am learning how to design a website. One of the decision seems to be how to present the data to the user i.e. with the presence of different monitor sizes, whether to structure the data to occupy ...
2
votes
2answers
53 views
How does Apple position its slideshow inside a fixed-position box?
See the iPhone page for an example of what I'm talking about.
Apple positions its slideshow within a wrapper:
<div id="wrapper">
<div id="clip">
<!-- Slideshow here -->
...
2
votes
1answer
381 views
Fixed width number formatting python 3
How do I get an integer to fill 0's to a fixed width in python 3.2 using the format attribute?
Example:
a = 1
print('{0:3}'.format(a)}
gives ' 1' instead of '001' I want. In python 2.x, I know ...
2
votes
3answers
98 views
Fixed width page
URL: http://vixenology.com/
At the standard zoom level the entire blog is aligned left and there is this huge no mans land to the right. How can I cut the size of the page down so the blog is ...
2
votes
3answers
522 views
writing fixed width, space delimited CSV output in Python
I would like to write a fixed width, space delimited and minimally quoted CSV file using Python's csv writer.
An example of the output:
item1 item2
"next item1" "next item2"
...
2
votes
2answers
434 views
How can I force fixed character width with CSS for ANY glyph, including arcane Unicode?
I suspect that this can't be done, but I'm asking just to be sure.
I'd like to force a single character in a <span> to have a specific width and height: 1em.
Ideally the character would be ...
2
votes
4answers
546 views
C#, reading in Fixed Width records, varying record types in one file
To start I would like to clarify that I'm not extremely well versed in C#. In that, a project I'm doing working in C# using .Net 3.5 has me building a class to read from and export files that contain ...
2
votes
3answers
315 views
Honor Whitespace padding to display columns in fixed width <select>
I am trying to create the effect of columns in a dropdown by padding text with whitespace as in this example:
<select style="font-family: courier;">
<option value="1">[Aux1+1] [*] ...
2
votes
6answers
172 views
searching within a compressed sorted fixed width file
Assume I have a regular fixed width file that is sorted on one of the fields. Given that I know the length of the records, I can use lseek to implement a binary search to find records with fields ...
2
votes
1answer
675 views
How do I use awk to parse a fixed-width (NACHA) file format?
My company has a problem: we suspect that the NACHA files we are receiving from one of our application service providers that we use to draw money from our clients are incorrect.
We have all of the ...
2
votes
3answers
370 views
Perl formatting (i.e.sprintf) not retained in html display
I have ran into a bit of problem. Originally, I have the following input of the format:
12345 apple
12 orange
I saved the first column as $num and second column as $fruit. I want the output ...
1
vote
1answer
45 views
HTML & CSS: Fullwidth (full resolution) div inside a fixed width div
http://i.stack.imgur.com/FZyiq.jpg
I've designed this layout and it works fine in my mind, but when i try to make this with CSS things get a little strange.
I have a div with 960px of width and this ...
1
vote
1answer
42 views
HTML justify text-align with <pre> tag
I have a problem with the text-align "justify" inside a paragraph with format and fixed width, because I want the paragraph text in HTML to appear totally justified (like it would happen with a MS ...
1
vote
2answers
71 views
Tkinter GUI to Convert Fixed Width File to Delimited File
I am writing a converter code for our Data Department to convert fixed width files into delmited files. Normally we use import the file into Excel, use the text import wizard to set the field lengths, ...
1
vote
1answer
19 views
Conditional record type with FileHelpers [closed]
I'm trying to parse a file using the Filehelpers library. My file looks like this:
000001,"A",123,456
000002,"B","ABC","XYZ"
000003,"B","DEF","XYZ"
000004,"B","HIJ","XYZ"
My file contains rows that ...
1
vote
0answers
39 views
Strict Fluid Layout | jQuery Plugin
View jsFiddle
or
View JS Bin
I had this idea today that could combine both Fluid and Fixed width layouts and also make responsive layouts faster to build. It would also make the use of ...
1
vote
4answers
76 views
Why are fixed-width file formats still in use?
Are there any advantages to a fixed-width file format over something like XML? I realize XML would likely take up more disk space to store the same amount of data but the file could also be ...
1
vote
2answers
157 views
Resize UIImage by keeping Aspect ratio and width
I seen in many posts for resizing the image by keeping aspect ratio. These functions uses the fixed points(Width and Height) for RECT while resizing. But in my project, I need to resize the view based ...
1
vote
1answer
72 views
Display fullwidth chars w/ exactly twice the length as halfwidth chars?
I am not certain whether this is the right place to ask this, but I do not know of any other sites that would fit better. And the question has something to do with programming, so:
I Am Writing a ...
1
vote
2answers
111 views
Is there a way to prevent a background-image from being resized when zooming the page?
The background-image is just a simple pattern that looks best at 100%.
Is there a way to prevent such a background-image from being resized when zooming the page?
1
vote
1answer
414 views
How to use Isotope or Masonry with a fixed width?
I have not been able to find a way to use Isotope (or Masonry) with a fixed width outer container. It always insists on re-sizing. I've looked through the options, code, google, and here and haven't ...
1
vote
2answers
2k views
How to Set JPanel's Width and Height?
I'm developing Snake game using Java. Board's (where all action takes it place) width and height should be fixed (640 pixels * 480 pixels).
Structure:
Main class that extends from JFrame class,
...
1
vote
1answer
61 views
fixed width file mapped to a custom object
Problem:
Taking mainframe fixedwidth files and turning them into custom objects
I am doing this by creating constructors in the custom objects and using substring to pull out various columns
What I ...
1
vote
1answer
116 views
Fixed-width or fluid-width for accessibility
I was told that fixed-width websites are not accessible because most screen readers cannot read content that scrolls off the screen. Is there any truth to this? This doesn't sound correct to me, so ...
1
vote
1answer
699 views
Get Font Width within VB.net Without Measuring a Control?
I need to display a table in rich text within a form window. It is only a two column table, so tabbing works fine to line everything up (since RichTextBox does not support RTF tables). However, ...
1
vote
2answers
829 views
New facebook application width to be 520px only?
I'm about to make a facebook application and I'm confused about what width I can design for. It seems that at the moment you have 760px at your disposal, but a lot of sources say this will be reduced ...
1
vote
1answer
576 views
Using bitmap fonts in Netbeans
Is it possible to use bitmap (.fon) fonts in Netbeans? I have a font I particularly like (Raize font) and I don't see it anywhere on the list when I try to set it as the editor font.
I can use it in ...
1
vote
2answers
2k views
Chrome and fixed width on a div (or other tags)
I have some html which looks like this:
<div style="{ display:inline; width: 80px}">fig</div>vitamin c<br>
<div style="{ display:inline; width: ...
1
vote
6answers
1k views
How can I extract columns from a fixed-width format in Perl?
I'm writing a Perl script to run through and grab various data elements such as:
1253592000
1253678400 86400 6183.000000
1253764800 86400 ...
0
votes
2answers
25 views
Dynamic font-resizing for fixed width element that corresponds with another div
I'm looking for a solution that will automatically re-size some text in a fixed width div to fit.
The only tricky thing is that on some of them, I need the both of the font sizes to match the ...
0
votes
1answer
25 views
Can I mix percent width and pixel width in my html table headers?
I have a table where the number of columns may change (from 1 to 10), with the exception of one column which should always stay at a fixed width so that there's no extra space or it doesn't wrap (it ...
0
votes
0answers
35 views
In Cocoa, how can I force fixed-width character spacing on text in a proportional font?
In Cocoa on Mac OS X, I want to create an NSTableView where one column contains Ethernet hardware MAC addresses, and I want the characters of the MAC address in each row to all line up with the ...
0
votes
5answers
128 views
How to acheive the following with CSS - page width issue
how do you acheive the 100% width blue banner at the top of the page, but have the text (facebook, twitter etc) remain the fixed width of the rest of the page and aligned to the right:
...
0
votes
1answer
41 views
fluid css but no smaller than a fixed-width
Okay I am looking into fluid css for a map aspect I need to implement on my site. I found this demo that looked like what I wanted:
...
0
votes
0answers
100 views
SQL Server Import Fixed Width File with BCP
I have a text file that I need to import into SQL Server, this file is a smashed together mess of columns that look like this:
73 2450530790.7481695514 561.12752169632705.061669518706
There are 6 ...
0
votes
1answer
117 views
2 columns, fixed fluid with 100% height
I've wasted hours trying to figure this out. How can I achieve the following effect without the use of a table?
Example:
http://enstar.nl/example.php (The example may not be visible at the moment, ...
0
votes
3answers
157 views
Setting column width in a data set
I would like to set column widths (for all the 3 columns) in this data set, as: anim=1-10; sireid=11-20; damid=21-30. Some columns have missing values.
...
0
votes
4answers
69 views
fixed menu width - items distribution
I have list menu
<ul>
<li>item1</li>
<li>item2</li>
<li>longitem3</li>
</ul>
menu css
ul{
width:500px;
}
li {
float:left;
}
i would like to ...
0
votes
2answers
87 views
Extending header background if container is not fluid
Let's say I have a this markup:
<div id="container">
<div id="header">content</div>
<div id="left-column">content</div>
<div ...
0
votes
2answers
82 views
Admin Panel - fluid width vs fixed width?
We're creating the interface for an admin panel and we have a dilemma: chose a fixed width approach as opposed to a fluid/elastic one.
The main argument for a fixed width is that is will look the ...