Tagged Questions
The baseline tag has no wiki summary.
13
votes
2answers
2k views
iPhone - App Rejected again, HTTP Live Streaming 64kbps baseline feed
Thank you for submitting APPNAME_HERE.
We have reviewed your application and
have determined that it cannot be
posted to the App Store at this time
because it is not using a baseline
...
4
votes
3answers
993 views
WPF: Aligning the base line of a Label and its TextBox
Let's say I have a simple TextBox next to a Label:
<StackPanel>
<StackPanel Orientation="Horizontal">
<Label Margin="3">MyLabel</Label>
<TextBox ...
4
votes
2answers
479 views
How do I get the position of the text baseline in a Label and a NumericUpDown?
I'm trying to align a Label and a NumericUpDown by their text baselines. I'm doing it in code, rather than the designer. How do I get the position of the text baseline?
3
votes
3answers
268 views
Any tools to export the whole Oracle DB as SQL scripts
Here is my problem, I wants to create a baseline on our development Dateabase (Oracle 10g), and check into our svn for version control, and after this we will use liquibase to help us manage the ...
3
votes
5answers
429 views
Override JComponent.getBaselineResizeBehavior() but keep Java5 compatibility
For my Swing project, I need to support both Java 5 and Java 6.
I have defined a custom JComponent (call it Picture) and, after embedding it in a JScrollPane, I put it in a JPanel that uses ...
2
votes
1answer
111 views
Resize image container height to multiples of a value (on load, orientationchange and resize)
I need to improve a jquery script which snaps the height of image containers to a baseline grid. I want to make it work during window resize.
So far, I applied the following to the image containers ...
2
votes
2answers
50 views
Creating Baseline repository for DMV Data
I have started to use DMVs to identify the performance issues we have been encountering in our SQL Server.
Has anyone built a repository to capture this DMV data which can be then baselined and ...
2
votes
1answer
552 views
Aligning the baseline of field labels with the baseline of text in text inputs
I'm displaying text inputs next to some label text in a fieldset. I'd like the baseline of the text in the text inputs to line up with the baseline of the label text. I could set a fudge factor ...
2
votes
1answer
258 views
Life Cycle of Base Line/ Base line strategies in UCM ClearCase
We have come up with a stream strategy which has a main integration stream and several other streams for the other environments. A brief idea as shown below.
Integration Stream
-- Production
-- ...
2
votes
1answer
224 views
Cocoa controls text location?
Is this possible to get the coordinates of where the text drawn in standard (not custom) Cocoa controls? Actually, I need a baseline of the text, the y-axis offset value (relative to the y-origin of ...
1
vote
1answer
35 views
ClearCase: Stop making baseline if there are checkouts
I'm using cleartool to make baselines in my stream, using
cleartool mkbl -full <baseline-name>
If I have files checked out in my view (in my case, always an oversight), I get the warning
...
1
vote
1answer
121 views
Baseline broken with GroupLayout and nested Panels
I am using GroupLayout for my main layout, and baseline alignment works fine, until I add internal panels. It seems the baseline is not propagated through these panels: While all buttons, labels, etc. ...
1
vote
1answer
64 views
Find activities which have versions not delivered into production
How do you find activities which have versions not delivered into production (or in some baseline) in UCM Clearcase ?
1
vote
2answers
293 views
Text rendering between OS X and Windows throwing off my padding?
Hey folks, I'm attempting to style a client's article h1's with a simple background color and padding. I need the text to be centered vertically and horizontally within the padding, but I'm finding ...
1
vote
1answer
584 views
Using GDI+, what's the easiest approach to align text (drawn in several different fonts) along a common baseline?
My problem:
I'm currently working on a custom user control which displays pieces of text (each with a potentially different font) on one line. I'd like to align all those bits of text exactly along a ...
1
vote
1answer
230 views
ClearCase - Activity not baselined
I have been taught that when you create an activity based baseline the selected activities are baselined and the newest version of all the other files in the vob are baselined. When I baselined the ...
1
vote
7answers
1k views
What are the current best practices for load testing and profiling ASP.NET web applications?
I am tasked with improving the performance of a particular page of the website that has an extremely high response time as reported by google analytics.
Doing a few google searches reveals a product ...
0
votes
0answers
90 views
Silverlight RichTextBox: Aligning text and child of InlineUIContainer
In Silverlight, I have a RichTextBox Paragraph with some text and an InlineUIContainer. This container has a Rectangle of a fixed size and a TextBlock.
I need to the text in the container's TextBlock ...
0
votes
0answers
43 views
CSS Font-face digits baseline different than letters
I've got a font with different baseline for letters and digits. The strangest thing is that in the PSD this issue doesn't occur.
Any clue on what might be the issue and if there's a good workaround?
...
0
votes
0answers
32 views
How can I find the baseline of a webfont using jQuery?
I have a scripty font with some nice long descenders. I'm using canvas to draw a line around the page, finishing at the bottom left corner of the font. I'd like this line to finish level with the ...
0
votes
1answer
331 views
PHP imagettftext baseline workaround
I am writing to print text to an image using PHP. However, the function imagettftext() uses the baseline, whereas I need the text vertically centered.
So, I either need a method to print text with y ...
0
votes
0answers
116 views
How to use baselinecss framework with 960.gs grid system
i use 960.gs grid system in my web design projects and i like it very much.
recently i found about baseline grid and its importance in good looking typography.
i found that baselinecss is the best ...
0
votes
2answers
96 views
Subversion: Is there any good reason not to create a Tag from multiple revisions?
I know this is possible, and there are various ways to do it, but is there any good reason NOT to create a tag from multiple revisions?
What I am proposing to do is create a program based on the ...
0
votes
4answers
1k views
How to vertically align 2 different sizes of text?
I know to vertically align text to the middle of a block, you set the line-height to the same height of the block.
However, if I have a sentence with a word in the middle, that is 2em. If the entire ...
0
votes
1answer
282 views
TFS - How to replicate the MKS Checkpoint functionality
We have been using MKS for a few years and now a new project has started up and has to use TFS.
In MKS we can take a checkpoint (a baseline/snapshot) of a project and then create branches from that ...