The horizontal tag has no wiki summary.
10
votes
3answers
5k views
what is a good way to horizontal shard in postgresql
what is a good way to horizontal shard in postgresql
1. pgpool 2
2. gridsql
which is a better way to use sharding
also is it possible to paritition without changing client code
It would be great ...
7
votes
1answer
2k views
Tikz: horizontal centering of group of nodes
I need to align each row of the graph to the center. I am trying to do it with xshift. Here the code:
\begin{tikzpicture}[node distance=1.5cm, auto, text centered]
\tikzstyle{every ...
7
votes
4answers
8k views
Android force Horizontal layout
I'm pretty close to finished with my first game for Android, and I've come across a problem that's so simple I'm sure I'll feel stupid for not knowing how to solve it, but how can I force the app to ...
6
votes
4answers
2k views
WPF horizontal DataGrid
I would like to have a WPF DataGrid with a horizontal orientation, does anyone know a solution?
5
votes
1answer
148 views
Richtextbox draw an rtf line
I want to add a horizontal line to the RichTextBox as a delimiter of my text.
I've found some examples of RTF code implementing a line and tried them in that way:
rtbResFile.Rtf = @"{\rtf1{\pard some ...
4
votes
3answers
96 views
How would I scroll horizontally to the next article in a page (or #, etc.)?
I'm trying to work with a jQuery script I found at http://marcgrabanski.com/articles/scrollto-next-article-button-jquery that allows me to set up "next" and "previous" buttons that scroll the user ...
4
votes
2answers
764 views
Expand container div with content width
I have the following structure in my application:
<div id="container">
<div id="child_container">
<div class="child"></div>
<div class="child"></div>
...
4
votes
2answers
2k views
Horizontal vs Vertical Fragmentation in Distributed Database Management Systems (DDBMS)
In the context in DDBMS, what is the difference between Vertical Fragmentation and Horizontal Fragmentation?
Is it such that the relation's extension is fragmented for vertical fragmentation and ...
4
votes
1answer
736 views
Android: Horizontal scrollview with three linear layouts
I want to create an activity with a horizontal scrollview. The content of the scrollview will be three different linearlayouts. Each of these linearlayouts should take up a full width of the device ...
4
votes
2answers
2k views
Android and a TextView's horizontal marquee scroll rate
I have a text view with following XML attributes:
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="14dip"
...
4
votes
2answers
3k views
How do I get a fixed position div to scroll horizontally with the content? Using jQuery
I have a div.scroll_fixed with the following CSS
.scroll_fixed {
position:absolute
top:210px
}
.scroll_fixed.fixed {
position:fixed;
top:0;
}
I'm using the following jQuery code ...
4
votes
2answers
908 views
CSS - <li> Items in Horizontal Menu have a Gap Between Them
The Issue
For some reason the left and right borders of the li items do not touch there is about a 4-5 px gap between them. I have no clue where it is coming from... I've spend a good amount of time ...
4
votes
2answers
720 views
C# page scrolling like iPhone?
How do you make horizontal scrolling pages like the iPhone menu? It's for a touchscreen application and I want to make several pages with buttons.
4
votes
2answers
452 views
How to use my trackpad for horizontal mousewheel scrolling in a Java AWT ScrollPane
Like many modern mice and trackpads, my laptop supports vertical and horizontal scrolling. It's an addictive feature once you get used to it. I simply want my Java apps to support horizontal ...
4
votes
6answers
615 views
Displaying a list of items vertically in a table instead of horizonally
I have a list of items sorted alphabetically:
mylist = [a,b,c,d,e,f,g,h,i,j]
I'm able to output the list in an html table horizonally like so:
| a , b , c , d |
| e , f , g , h |
| i , j , , |
...
4
votes
5answers
19k views
Problem in horizontal scroll in android
i am using a table layout in a screen. i need to have both horizontal and vertical scrolls.
By default i am able to get vertical scroll in the view but horizontal scroll is not working.
i am using ...
3
votes
1answer
79 views
issue with chrome when using jquery ui draggable for horizontal scrolling website
My site (http://www.enginelabs.ca) is built using a database and php to bring in projects dynamically. I used jquery draggable to scroll through the projects and a javascript function that wraps the ...
3
votes
4answers
914 views
Keeping footer at the bottom of window on site that scrolls horizontal
I've got a completely horizontal scrolling site,
TopNav (fixed position)
Nav (fixed position)
Content (sideways scrolling)
Footer (fixed position)
Everything seems to be working great but the ...
3
votes
5answers
4k views
How to stretch html / css horizontal navigation items evenly and fully across a specified container
I'd like to stretch 6 nav items evenly across a 900px container, with an even amount of white space between. For instance...
---| 900px Container |---
---| HOME ABOUT BASIC SERVICES ...
3
votes
2answers
257 views
Unordered wrapping CSS list layout issues
Maybe I'm going about this the wrong way but I'm trying to create a <ul> filled with elements like this:
<li>
<div>
<img src="img/productname.png" alt="desc" />
...
3
votes
1answer
231 views
Horizontal Drop Down Menu
Hi I want to create a html structure like this:
<ul class="menu">
<li class="top"><a></a></li>
<li><a class="button1"></a></li>
...
3
votes
2answers
187 views
Forcing images to not wrap
I can't touch the html theme but I have access to the css files.
<div class="photos">
<img src="a.jpg" alt="" align="left" />
<img src="b.jpg" alt="" align="left" />
...
3
votes
1answer
818 views
How to make a SurfaceView always horizontal?
I'm using SurfaceView to draw some stuff using canvas. The problem is that I want to show everything horizontally by default and keep it that way regardless the position of the device. I'm not using ...
3
votes
2answers
214 views
How can I put a horizontal line between vertically ordered elements?
I have a set of vertically ordered elements. They are displayed with the following code:
JPanel myPanel = new JPanel();
myPanel.setLayout(new BoxLayout(myPanel, BoxLayout.Y_AXIS));
JButton button = ...
3
votes
2answers
5k views
How to create a horizontal scrolling view for the iPhone?
Safari does this with tabbed web pages. The AppStore (3.0) does this with an app's preview images. Views scroll horizontally and lock in centered on each view.
Any idea how to accomplish this?
3
votes
1answer
5k views
Calculate total width of Children with jQuery
I've tried finding an understandable answer to this, but given up.
In order to have dymnamic content (like blog posts and images) in a horizontal website (like on thehorizontalway.com) you must set a ...
2
votes
0answers
24 views
Prevent horizontal touch pad scrolling on macbooks using Chrome?
I would like to prevent horizontal scrolling on my site using the multitouch trackpad on Macbooks, magical mouse etc. This issue is solved for Firefox (using solution from here: Prevent horizontal ...
2
votes
1answer
78 views
Horizontal list item width different in Firefox and Chrome
I have the following HTML horizontal list:
<div id="menu">
<ul>
<li class="menu_item">
<a href="#">
Item1
</a>
...
2
votes
2answers
61 views
jquery: adding nav list to sliding divs
Hello — First and foremost I'm fairly new to jquery so your extended expertise is greatly appreciated.
DEMO: http://www.transcendspace.com/beta/
I'd like to generate a nav for my divs: 1|2|3|4|5 ...
2
votes
2answers
106 views
Detect the horizontal mousewheel
I would like to make a differenciation between three cases :
e.preventDefault();
if(Mousewheel.direction = Left)
base.goForward();
else if(Mousewheel.direction = Right)
base.goBack();
else{ ...
2
votes
4answers
269 views
+100
How can I drag a view horizontally?
In controls like ListView and Gallery you can drag items in one direction vertical or horizontal.
I have a TextView that I drag it successfully. But I want to move it in horizontal direction. how can ...
2
votes
2answers
78 views
css automatically expand floating element (unkown widths)
My horizontal navigation bar looks like this:
| MENU-ITEM 1 | MENU-ITEM-2 | MENU-ITEM 3 | SEARCH FIELD |
The menu-items have equal width, but since the website is cms-driven, the ...
2
votes
2answers
154 views
When Do You Need To Reset the view.frame Property After a Transformation iOS
I'm making a horizontal table view like the Pulse news reader. I've found several examples online and have it working, but am wondering when we need to set the view.frame property after a ...
2
votes
1answer
236 views
Making Horizontal Submenu parent link active with jquery
When I set one of the top li tags to active the submenu is showing. But I want it only to show when one of the links in the submenu is active.
I tried already several click and addclass combinations, ...
2
votes
2answers
1k views
CSS Jquery vertical navigation menu with horizontal submenus
I'd like to create a navigation menu like this:
|main-item1|
|main-item2| |sub-item1| |sub-item2| |sub-item3|
|main-item3|
|main-item4|
what I see now is this:
|main-item1|
|main-item2|
...
2
votes
2answers
173 views
Jquery Selector in Horizontal Accordion
I'm Trying to build a simple horizontal accordion that will eventually contain more complex data (iframes)... The problem is that I want the size of each accordion tab to be specific to the data it ...
2
votes
2answers
292 views
Prevent horizontal touch pad scrolling on macbooks using Firefox?
does anybody know how to stop track pads from scrolling horizontally?
My website has a deliberate overflow which you navigate using some javascript scrollbars.
http://www.mitchellop.com
However, if ...
2
votes
4answers
1k views
vertical and horizontal align (middle and center) with css
I am practicing CSS and i am so confused how can i force my div element to be center (vertically and horizontally) at my page (mean which way or ways for cross browser compatibility)?
Best regards !
2
votes
4answers
2k views
CSS Horizontal Menu: display: inline AND block? Make link cover whole LI?
Normally, to make the link fill out the whole li, I use display: block;. But with a horizontal menu, I need to set it to display:inline; so it goes in one line. I've tried display:inline-block; but ...
2
votes
3answers
775 views
Horizontal Nested List using CSS
I'm trying to create a horizontal list from a nested list markup, as an example I have the current markup:
<ul>
<li class="alone">List Item 1</li>
<li class="alone">List Item ...
2
votes
6answers
547 views
How to center div horizontally without display:table?
Is it possible to center a multiline <div> horizontally, while its contents remain aligned to the left (text-align:left), without specifying display:table and without having to know the pixel ...
2
votes
1answer
896 views
Using JQuery to horizontally center content within a horizontally scrolling page
I have a page with 3 content areas (divs with the class "section").
http://refreshperspective.com/CLIENTS/unboxed/products.html
I'm using JQuery to scroll horizontally to these three divs. The issue ...
2
votes
1answer
2k views
Flex Spark: How to right align an icon on a button or tabbar button?
I would like to right align an icon on a button or tabbarbutton and keep the text left aligned in Flex 4.0 Spark.
So far, I've come up with something like the following in my custom skin:
...
2
votes
1answer
738 views
how to set custom interval to horizontal axis in Flex Charts
I am trying to set custom step (interval) to my Line Chart's horizontal axis.
The chart gets its data from a grid. The grid has a lot of data and it is displayed accurately but because there are so ...
2
votes
2answers
158 views
Are there any n-way diff tools with vertical compare?
I started using diffuse, which you can use to compare multiple files together with, but it's some what useless since you can't horizontally compare lines when you have like 20 files you need to ...
2
votes
3answers
1k views
Unobtrusive horizontal scrolling with CSS and jQuery
One of my most favorite websites is that of the Oxford Hotel in Romania.
I like the simplicity of the site and how it flows. I am trying to create a similar scrolling effect using jquery and I've ...
2
votes
2answers
1k views
jQuery mouse wheel horizontally
Is there any way to detect if the mouse wheel is scrolling sideways in Javascript? I am now using the excellent jquery.mousewheel.3.0.2 plugin, but I couldn't find any relevant parameters on the ...
2
votes
2answers
833 views
Use Site Map for Two Levels of Horizontal Navigation
How do I use the ASP.NET sitemap control to render stacked horizontal css menus with styled UL/LIs? It seems to only want to do trees or flyouts.
2
votes
1answer
541 views
XHTML/CSS: Why does Firefox mess up my horizontal tab menu?
Problem page: http://www.antisit.com
Stylesheet: http://www.antisit.com/styles.css
Any idea how to make this work in Firefox? (It appears as if the right tab image is being pushed below the link, ...
1
vote
2answers
37 views
How to stretch a text field relative to data width in Jasper Reports
I have a text field followed by a static text field and I am trying to do 2 things with it:
Get the text field to stretch horizontally (not wrap) when text is longer then the field width and
Push ...