0
votes
0answers
6 views
putting page properties into a <a>tag-SharePoint
Hi,
I have a page layout and I want to use its page properties and put the information on the tag.
With Page Properties I mean any field control I have on the page For e.g. If I …
0
votes
2answers
27 views
IE7 does not center inline input inside absolutely positioned form
I've put up the standalone page at http://stevenxu.ca/uploads/layouttest.php.
The page experiences a peculiar failure when running in IE7 (strictly IE8 in Compatibility View). A s …
1
vote
5answers
431 views
How can I find the Rect of wrapped text on an iPhone?
Can anybody recommend a good method for determining the Rect of some wrapped text on an iPhone? I've tried all the built-in methods for NSString in the 2.1 SDK to no avail. The s …
0
votes
2answers
33 views
Multiple select drop down user control or field control
Hi,
I want to use multiple select drop down user control or field control on my page layout and I want to pull list items from list and show it on page layout in Sharepoint.Does a …
124
votes
67answers
11k views
Why not use tables for layout in HTML?
It seems to be the general opinion that tables should not be used for layout in HTML.
Why?
I have never (or rarely to be honest) seen good arguments for this. The usual answers …
0
votes
1answer
20 views
Physical organization of bounded context/aggregates
In the context of DDD how is everyone physically structuring their files/folders when it comes to bounded context and aggregate roots?
Does there need to be a physical representat …
2
votes
4answers
718 views
Fluid layout of text in Flex3
In my Flex3 app I have some floating windows which contain variable amounts of text. The windows are meant to be user-resizable. Currently, while I can resize the windows OK, I can …
0
votes
0answers
5 views
Managing dynamic domain model w/ DDD context
We have a product where the infrastructure/application and UI code is generic for the most part (some views may have to be tweaked but this is only in spark files). The domain mode …
1
vote
1answer
33 views
Layout issues in IE 6.0
Im having some issues with my layout in IE6 (corporate business, ideally id tell them to shove ie6 :P)
Link to the site is http://www.clickcommercial.co.uk
Ive just applied the t …
0
votes
4answers
87 views
How can I make fonts on my website bigger and easier to read for some users?
I have a few users who complain that the font size on my web application is too small to read. They aren't happy with trying to resize the font setting on the browser because when …
3
votes
5answers
217 views
Fluid Form Layout in Delphi
We have developed a software. In this software we are show and hiding a few controls on various input screens depending on various situations.
When we hid a control what happens i …
3
votes
5answers
63 views
How to force two figures to stay on the same page in LaTeX?
I have two images that I want to display on a page as figures. Each eats up little less than half of the space available so there's not much room for any other stuff on that page, …
0
votes
2answers
25 views
Rails conditional sidebar in application layout
The following is my application layout file
.container_12.clearfix
= render :partial => 'shared/flashes'
.grid_8
= render :partial => 'shared/search'
…
0
votes
2answers
60 views
Jquery Show/Hide Div
Hi,
I am trying to achieve like this.
I have total 4 div. each div have check box.
So it is like this
1 2 3 4
What I want to do is, when 2 , 3, 4 div checkbox are selecta …
0
votes
3answers
47 views
CSS: two colums (fixed/fluid) - same height
What's the best way to do this simple thing?
left column, fixed width, background say yellow
main column, rest of the screen
main column will contain text of indefinite length, …
