CSS - Why is the breaking?

I have the following page, which has two divs wrapped inside
a third.
For some reason, in IE on mac the second breaks to a new
line. It does
not do that in either Safari or Firefox. I don't want it to
break.
It is on this page, to right, in the disko section:
http://www.agilitygraphics.com/clients/pmuck/2006/
The CSS I am using is the following:
#diskHolder
width: 265px;
padding: 5px 0 10px 0;
clear: both;
#disk01
float: left;
width: 60px;
#disk02
float: left;
width: 200px;
What am I doing wrong?
Thank you for any help!
Brian

Osgood, thank you, I really appreciate the critisizm. Yes, I
come from
designing with tables. Just learning CSS and learing as I go
along, so
this is great, I will make those changes.
> At the moment you are making life hard work for
yourself by using
> copiousamounts of <divs>, which is no better than
using copious
> amounts of nested tables.
What should I aim for doing instead?
Thanks a lot!
Brian
wrote:
> Brian wrote:
>
>> I have the following page, which has two divs
wrapped inside a third.
>> For some reason, in IE on mac the second breaks to a
new line. It does
>> not do that in either Safari or Firefox. I don't
want it to break.
>>
>> It is on this page, to right, in the disko section:
>>
http://www.agilitygraphics.com/clients/pmuck/2006/
>
>
>
> Remove clear: both; from the css as below.
>
>
> #diskHolder {
> width: 265px;
> padding: 5px 0 10px 0;
> }
>
>
> Then after each of your 'diskHolder' <divs> add
<br style="clear:both;"
> /> as below.
>
>
> <div id="diskHolder">
> <div id="disk01"><img
src="Life_files/pmuck_ep_01.jpg"></div>
> <div id="disk02"><span id="s02">scandinavian
ep</span><br>
> 2003 krikl-krakl #03</div>
> </div><!-- end diskHolder -->
> <br style="clear: both;" />
>
>
> By the way some things you should consider:
>
> 1) an 'id' should only be used once on a page, not
numerous times as you
> have at the moment. I would change the 'ids' to
'classes'.
>
> 2) Did you start out using tables as a means to design
pages? Only
> you're moving from one tag soup to the other.
>
> Using <divs> can be more lean, clean and easier to
maintain. At the
> moment you are making life hard work for yourself by
using copious
> amounts of <divs>, which is no better than using
copious amounts of
> nested tables.
>
> I realise this is possibly an initial exploration into
building using
> <divs>. It's just an observation which hopefully
will help you consider
> the approach you use next time around.
>
> Also take onboard you can leave the width of a
<div> undeclared if its
> withing another <div> with the same width.
>
> I find that the less I declare the more it helps, simply
because I don't
> have to keep track of everything. This is extremely
helpful when you
> come to trouble shoot a page because its one less
calculation that you
> can forget about.
>
> Good luck.
>
>

Similar Messages

  • Hi, why do we use the break and continue structure?

    Hi, I was wondering why do we use the break and continue structure in some program such as:
    for ( int i = 1; i <= 10; i++ ) {
    if ( i == 5 )
    break;
    So, now why do we use those codes, instead of achiving the same results by not using the if structure.
    I am new in java so I can be totaly wrong that is why my question come to you guys.
    I will appriciate if you let me understand more.

    I may not completely understand your question, but - imagine the following scenario:
    // Looking for some value in a long, unsorted list
    Object target = null;
    int index = -1;
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        if (curObject.equals(source)) {
            target = source;
            index = i;
    if (target != null){
        System.out.println("Found it at " + index);
    }You will always run through the entire long list, even if the thing you are looking for is the first thing in the list. By inserting a break statement as:
    // Looking for some value in a long, unsorted list
    Object target = null;
    int index = -1;
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        if (curObject.equals(source)) {
            target = source;
            index = i;
            break;
    if (target != null){
        System.out.println("Found it at " + index);
    }You can skip whatever's left in the list.
    As for continue, yes, I suppose you could use a big if, but that can get burdensome - you end up with code like:
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        // you want to do the rest only if some condition holds
        if (someCondition) {
            // do some stuff -
            // And you end up with lots of code
            // all in this if statement thing
            // which is ok, I suppose
            // but harder to read, in my opinion, than the
            // alternative
    }instead of
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        // you want to do the rest only if some condition holds
        if (!someCondition) {
            continue;
        // do some stuff -
        // And you end up with lots of code
        // all outside of any if statement thing
        // which is easier to read, in my opinion, than the
        // alternative
    }Hope that helped
    Lee

  • Why cant I see my CSS styles in the new Admin Editor?

    Why cant I see my CSS styles in the new Admin Editor?

    Apply the two fixes below in order as needed: 
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Why did they break data tethering in 4.5 on the 8830 WE?

    Hi All,
    Just wondering - why did the BB gods decide that tethering needed to be broken in v 4.5 of the device software?   Was it far too convenient to have a 2-3 year old phone that worked, and give us the free OS update?
    I've tried every version of 4.5 - tethering is broken on all of them.  Error "Remote Computer not responding".  Looking at it on a port monitor - the device sends back a "NO CARRIER" right after it dials #777 ("ATDT#777").  The same phone and same PC works swimmingly when used the phone in 4.2.2.
    So what's the deal?  I can't imagine how it could be a carrier issue.

     Sorry dude, I know for a fact it works. RIM (or no one else) has removed tethering from OS 4.5 for ANY devices, including the 8830.
     The fact that you don't have it working, and your carrier is less than stellar at customer service and quite frankly is lying to you, doesn't mean it is 'broken'.
    If it were 'broken', you would hear a loud cry across the land. The 8830 is still one of the premier corporate devices on the market (being replaced by the Tour now). If users on OS 4.5 couldn't tether, more than just you and MTS would know about it.
    Fruitbatnt wrote:
    Dont' want to sound like a jerk - but you don't even have a hypothetical reason for why this won't work, do you?
    Just fanboying it up? Or astroturfing?
    "RIM wouldn't break old devices on purposes..no no no!"
    Are you asking for help on this, or just here to rant? It appears the latter, since you haven't ventured into the former.
    Jerk? Fanboy? Astroturfing, lol!! You're just resorting to insults, so have a good day. 
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Why is the div sitting at the bottom of the page?

    Can anyone tell me why the div <div id="maindiv" class="maindiv_scroll">  is sitting at the bottom of the page?
    http://www.milesfunerals.com/nafd.php

    I have not tested this BUT most probably the scrollbar on the central <div> is making the width of the <div> wider than the space it has to fit itself into so the <div> is being thrown to the next available space, at the bottom of the construction. Below I have commented out the overflow: scroll; - see what effect it has, if any.
    .maindiv_scroll {
        width:100%;
        max-width:812px;
        background-image: url(images/scrollbgnew.jpg);
        /* overflow:scroll; */
        background-repeat: no-repeat;
        margin-left: 138px;
        height:1176px;
        border-top: 1px solid #F4ECC5;
    I don't want to be the bringer of bad news (again) but you really are getting into a bit of a mess. This is largely down to excessive css. When it gets to that amount of css you should try breaking it down, ie you could put the mainnav css into its own linked css file and that gets that out of the way, making troubleshooting a bit less of a nightmare.
    Also you are mixing fixed width with percenatge width. I don't have a lot of experience with that but it's not as easy as using all percentages or all fixed width. Obviously in this case you need the percentages as it's a responsive construction so why are you fixiing the left navigation and the right sidebar.
    It would be better to set those as percentages and float all the <divs> left in my opinion.

  • Why do forms break up when doing a ctrl zoom?

    Hello,
    When I do a ctrl-zoom (holding down ctrl then using the mouse to zoom in) then as the screen gets smaller, why do certain forms and images break apart? For example on www.theatrebuddies.us why do the pictures break up onto separate lines? This doesn't happen in Internet Explorer but makes me worry there is a problem with the HTML/CSS?
    Many thanks!

    Are you using text zoom (View > Zoom > Zoom Test Only) or full page zoom?
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    *http://kb.mozillazine.org/browser.zoom.full
    *http://kb.mozillazine.org/browser.zoom.siteSpecific

  • MacBook Pro retina 13" (late 2013, Haswell) why is the highest resolution rendered in 3360x2100, which the system obviously can't handle?!

    Hey Apple and Apple users,
    I just recently switched from an MacBook Air (mid 2013) to the new Haswell MacBook Pro retina 13" (late 2013 model).
    The main reason to do so was the better screen and the option to run higher scaled resolutions, as advertised.
    I was willing to trade in the Air's low weight, smaller formfactor and the extra batterylife for the better screen.
    When it comes to resolutions:
    1280x800 is just a joke nowadays, why is the MacBook Pro still based on it? 13" and 1440x900 work quite fine...see MacBook Air.
    1440x900 is okay in everyday life situations, but sometimes you just need "more space" as the third scaling option calls it as well in the display-settings.
    1680x1050 on 13" can sometimes be challenging, but it is really fine if you need to work and have a lot UI elements to deal with (Photoshop etc.)
    So 1680x1050 scaled on the 2560x1600 screen would be my daily driver for work. So I expected a scaling factor of "1.5238..." (2560/1680) will be used most of the time.
    Frankly spoken...I am really disappointed by the 13" retina MacBook Pro and the way OS X Mavericks is handling the scaling.
    It obiously works well and responsive with the 1280x800 non-scaling resolution ("best for retina, scaling factor 2: 1280 --> 2560).
    Is still "okay-snappy" at 1440x900 (scaling factor 1.777...: 1440 --> 2560).
    But it totally breaks down at 1680x1050 (scaling factor 1.523...: 1680 --> 2560).
    I use "Mission Control" all the time and it is stuttering and slow...overall a sluggish and unbearable experience.
    The same goes for Desktop-Switching by swiping the screens or resizing and moving windows and files around.
    So I was wondering why...and then I noticed that when taking a screenshot of my entire screen (CMD + 3) the image size of the screenshot was 3360x2100 and not the expected 2560x1600.
    This means Mavericks is not scaling the UI with the appropriate factor (see above). For retina MacBooks it ist simply rendering one pixel of the classic, non-retina Interface in now 4 pixels (2x2) and sending this straight to the screen, which then "scales" it down to the resolution it is able to display.
    Why is this bothering me? – Because the machine has to do a lot more work to render the higher resolution that can't even be displayed, due to the screens limitations.
    2560x1600 = 4096000 pixels = 100%
    3360x2100 = 7056000 pixels = 172%
    This means the MacBook has to render 72% more information than actually can be displayed on the built-in screen and are just lost.
    Of course this makes the overall UI feel sluggish and idly! Especially with the not that performant Intel Iris IGP and no dedicated graphics card.
    All this extra "rendering" just results in a worse battery life due to the extra work that the graphics card and CPU have to do.
    First, Apple...are you serious about this?
    What can we do about this?
    Is there a way to have this properly scaled?
    Thanks in advance to everyone.

    Okay...I thought deeply about this issue.
    Even looking into ways to maybe fixing this on the software side. But it occured to me that this is to deeply embedded into the system that it won't be possbile to come up with a sufficient third-party solution.taht
    The problem is that there is no intermediate step inbetween "standard DPI" graphics and "HiDPI" (image-resources named "[email protected]").
    But there should be one, to minimize the amount of image information that needs to be processed by the device.
    This effects especially the MacBook Pro retina 13", as it has the less powerful Intel Iris IGP, when performing on the highest scaled resolution (equivalent to 1650x1080).
    As well as the MacBook Pro retina 15" without a dedicated, second Graphics Unit,when performing on the highest possible scaled resolution (equivalent to 1920x1200).
    Those devices don't have enough resources to handle the consequential "HiDPI" resolutions of 3360x2100 for the 13" and 3840x2400 for the 15" model.
    (Comment: 3840x2400 = 9,2MP, which is more than the standard 4K resolution of 3840x2160.
    I analyzed the scaling factors as follows:
    Factor "2" to display 1280x800 on the 13" model and 1440x900 on the 15" model in HiDPI.
    Factor "1.777..." would be required to display 1440x900 on the 2560x1600 screen of the 13" model.
    Factor "1.714..." would be required to display 1650x1080 on the 2880x1800 screen of the 15" model.
    Factor "1.523..." would be required to display 1650x1080 on the 2560x1600 screen of the 13" model.
    Factor "1.5" would be required to display 1920x1200 on the 2800x1800 screen of the 15" model.
    As all the models seem to have no problem with rendering the intermediate scaling step (1440x900 for the 13" and 1680x1050 for the 15" model) at HiDPI, hence with the scaling factor 2. There is no real need to provide the UI-elements.
    But in my opinion there is a strong need for a "MidDPI" ([email protected]) intermediate step for all the UI graphic elements that wis based on the scaling factor 1.5.
    This would result in the following:
    13" MacBook Pro retina with 2560x1600 screen:
    1280x 800 @ 2x = 2560x1600 (no surplus, native screen resolution)
    1440x 900 @ 2x = 2880x1800 (the surplus of 1088000px = ~1MP can still be handled and compansated by the weak Iris IGP)
    1680x1050 @ 2x = 3360x2100 (the surplus of 2960000px = ~3MP is too much for the weak Iris IGP)
    NEW 1680x1050 @ 1.5x = 2520x1575 (with a small border of left=20px, bottom=13, right=20, top=12 pixels, which means ~2,2mm and ~1.3mm around the 1.5x scaled image!).
    15" MacBook Pro retina with 2880x1800 screen:
    1440x900 @ 2x = 2880x1800 (no surplus, native screen resolution)
    1680x1050 @ 2x = 3360x2100 (the surplus of 1872000px = ~2MP can still be handled by the Iris Pro IGP)
    1920x1200 @ 2x = 3840x2400 (the surplus of 4032000px = ~4MP can't be handled sufficiently by the Iris Pro IGP)
    NEW 1920x1200 @ 1.5x = 2800x1800 (nu surplus, native screen resolution, no border needed!)
    The big advantage is that all the graphics have already been remodeled for the HiDPI mode.
    So scaling those "factor 2x" images down to "factor 1.5x" should be comparably easy!
    Example:
    Left: Traditional "standard DPI" icon of "all my files".
    Right: "@2x.png" for the "HiDPI" modes.
    Middle: "@1.5x.png" suggestions for the "MidDPI" mode; easily scaled down from the lovely HiDPI graphics.
    With this simple introduction of the "MidDPI" modes a significant amount of processing power can be saved.
    This not only improves battery life when driving those higher scaled resolutions, but also lets the user access those resources for what really matters: processing power for the primary job that the Mac needs to get done.
    Thanks in advance.

  • Runtime css WHY BOTHER

    hi,
    there are a lot of blog posts and excellent documentation on using runtime css.
    however, none of them really address the *why*.
    the adobe docs say:
    "By loading style sheets at run time, you can load images (for graphical skins), fonts, type and class selectors, and programmatic skins into your Flex application without embedding them at compile time. This lets skins and fonts be partitioned into separate SWF files, away from the main application. As a result, the application's SWF file size is smaller, which reduces the initial download time. However, the first time a run-time style sheet is used, it takes longer for the styles and skins to be applied than if you load styles by using the <mx:Style>
    tag. This is because Flex must download the necessary CSS-based SWF file while the application is starting up or running."
    from what i gather:
    - it's good because i've separated my styling code from my application code. ok, fine. not critical tho.
    - reduces initial download time? fine. but I still can't display my app because I have to wait for the css swf to be download first and then be applied (which takes longer to apply at runtime)
    - takes more code to apply the style, when to apply it in the initialization phase, and how to avoid flicker of original halo style
    - i've seen a few posts on problems with css and modules
    do i need to swap css styles at runtime? no.
    but lets assume i want to change the style in the future to give it a fresh look. i could simply replace the css swf on the server and only that swf will be downloaded and updated in the users browser cache. correct? great. for all that architectural pain, i've saved them a few extra kilobytes of download time.
    and what about themes? the halo theme is the default and compiled into your app *regardless* of whether u use runtime css or compile time css. so u may as well build a theme swc to begin with.

    Some folks have apps that swap themes/skins at runtime sort of like Windows Media Player.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Why do the regular links in template not work on announcement pages?

    I am trying to figure out why the regular links (buttons) on top in my template does not work on the announcement pages on my business catalyst website. The links work perfectly fine on the other pages, but when you click on one of the latest news links  to the right to read it, it leads you to a page with a url-prefix called announcements, and when you try to get back to one of the other pages by clicking on the buttons at the top for example the register button, it takes you to: http://www.littlefolkies.com/announcements/register instead of http://www.littlefolkies.com/register, and so it gives you a error message: page not found...???
    Is there anyone who can help me out? I don't understand why this is happening.
    You can try it yourself at www.littlefolkies.com...
    I greatly appreciate any guidance!
    Thanks so much,
    I

    Take a look at your classes link.
    You can see how you have the / in front and the others do not. This is why.
    This tells BC to read from the site root. Without it when your inside sub folders (other levels in your url) then it will link to only within that level without the / at the front.
    It is the same reason why you do all your templates and css etc with the / in front which I mentioned to you before if I recall.
    You can also change the name /announcements in the url in the settings for it if you want to.

  • Downloading ASPX files throuhg File Explorer - Why is the original content replaced?

    Hi All,
    I have hit upon this very annoying problem which is dragging down my productivity. I hope some of the experts here might be abble to offer a solution.
    My company has SP 2013 deployed. I have some custom ASPX pages deployed to a document library and these pages have no reference to anything of SharePoint at all. Everything works fine. However, when I download those files to local disk using the File Explorer
    view, the content of the ASPX pages are modified.
    If I look into the original files through SharePoint Designer then everything looks fine. Why would the File Explorer view of SharePoint do such a covert thing.
    example of modified content below:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns:o="urn:schemas-microsoft-com:office:office" lang="en-us" dir="ltr">
    <head><meta name="GENERATOR" content="Microsoft SharePoint" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="Expires" content="0" /><meta http-equiv="X-UA-Compatible" content="IE=8"/><meta name="ROBOTS" content="NOHTMLINDEX" /><title>
    Error: User Settings Not Initialized.
    </title><link rel="stylesheet" type="text/css" href="/_layouts/15/1033/styles/corev15.css?rev=5vnvqGmlkKiZE7lIH7ENng%3D%3D"/>
    <link rel="stylesheet" type="text/css" href="/_layouts/15/1033/styles/error.css?rev=nc1850SZNy60qTAeQIRxsA%3D%3D"/>
    <script type="text/javascript" src="/_layouts/15/init.js?rev=ZCyl%2Bj%2B4NZLoeodWTEXQ0Q%3D%3D"></script>
    <script type="text/javascript" src="/ScriptResource.axd?d=waxIQA_sGf4iJF1mpDQ_h_7Bnp7l3Lb3pIc6d0Qn3v2S7zRP84uas_kZlheIew9n1ZY8LsdDvP_VUtLmPewi5Lt5GXCQln0TmnIM04UIBOCbicbhxC3tMhCPYfqxnFmO3r2Hy0TZ7TjAY4dqK7ge4yZ7s4MyKLIczZOrR3Ommjfjvo6pdzF8kZB0TX-DJZjY0&amp;t=6119e399"></script>
    <script type="text/javascript" src="/_layouts/15/blank.js?rev=ZaOXZEobVwykPO9g8hq%2F8A%3D%3D"></script>
    <script type="text/javascript">RegisterSod("initstrings.js", "\u002f_layouts\u002f15\u002f1033\u002finitstrings.js?rev=uNmvBiHdrBzcPQzXRpm\u00252FnQ\u00253D\u00253D");</script>
    <script type="text/javascript">RegisterSod("strings.js", "\u002f_layouts\u002f15\u002f1033\u002fstrings.js?rev=DY9A0USYODVw86N0trJTSw\u00253D\u00253D");RegisterSodDep("strings.js", "initstrings.js");</script>
    <script type="text/javascript">RegisterSod("sp.init.js", "\u002f_layouts\u002f15\u002fsp.init.js?rev=QI1yUCfCoUkadL93jNZLOg\u00253D\u00253D");</script>
    <script type="text/javascript">RegisterSod("sp.res.resx", "\u002f_layouts\u002f15\u002fScriptResx.ashx?culture=en\u00252Dus\u0026name=SP\u00252ERes\u0026rev=yNk\u00252FhRzgBn40LJVP\u00252BqfgdQ\u00253D\u00253D");</script>
    <script type="text/javascript">RegisterSod("sp.ui.dialog.js", "\u002f_layouts\u002f15\u002fsp.ui.dialog.js?rev=0xf6wCIW4E1pN83I9nSIJQ\u00253D\u00253D");RegisterSodDep("sp.ui.dialog.js", "sp.init.js");RegisterSodDep("sp.ui.dialog.js", "sp.res.resx");</script>
    <script type="text/javascript">RegisterSod("core.js", "\u002f_layouts\u002f15\u002fcore.js?rev=ZvHGYvPbR2jV\u00252B4xx2UhUzQ\u00253D\u00253D");RegisterSodDep("core.js", "strings.js");</script>
    <meta name="Robots" content="NOINDEX " />
    <meta name="SharePointError" content="1" />
    <link rel="shortcut icon" href="/_layouts/15/images/favicon.ico?rev=23" type="image/vnd.microsoft.icon" /></head>
    <body id="ms-error-body" onload="if (typeof(_spBodyOnLoadWrapper) != 'undefined') _spBodyOnLoadWrapper();">
    <form method="post" action="usersettingserror.aspx?source=http%3a%2f%2friskpoints.nomura.com%2fsites%2frpg%2fWebResources%2fMay28%2fTestTree.aspx&amp;loginName=i%3a0%23.w%7ceurope%5cdasgupsa" id="aspnetForm" onsubmit="if (typeof(_spFormOnSubmitWrapper) != &#39;undefined&#39;) {return _spFormOnSubmitWrapper();} else {return true;}">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEzODY5NzkzMDQPZBYCZg9kFgICAQ9kFgICAw9kFgICCQ9kFgICAQ9kFgICAQ9kFgQCAQ8PFgIeC05hdmlnYXRlVXJsBeQBaHR0cDovL215c2l0ZXNzLm5vbXVyYS5jb206ODAvX2xheW91dHMvMTUvRWRpdFByb2ZpbGUuYXNweD9Vc2VyU2V0dGluZ3NQcm92aWRlcj0yMzRiZjBlZCUyRDcwZGIlMkQ0MTU4JTJEYTMzMiUyRDRkZmQ2ODNiNDE0OCZSZXR1cm5Vcmw9aHR0cCUzQSUyRiUyRnJpc2twb2ludHMlMkVub211cmElMkVjb20lMkZzaXRlcyUyRnJwZyUyRldlYlJlc291cmNlcyUyRk1heTI4JTJGVGVzdFRyZWUlMkVhc3B4ZGQCAw8PFgIfAAWPAWphdmFzY3JpcHQ6T25QcmV2aW91c1BhZ2VDbGlja2VkKCJodHRwOlx1MDAyZlx1MDAyZnJpc2twb2ludHMubm9tdXJhLmNvbVx1MDAyZnNpdGVzXHUwMDJmcnBnXHUwMDJmV2ViUmVzb3VyY2VzXHUwMDJmTWF5MjhcdTAwMmZUZXN0VHJlZS5hc3B4Iik7ZGRk/8DhVeqMpCBkDLwMGbJHyjvtFVboldzRyN3N1oU7pws=" />
    <script type="text/javascript">
    //<![CDATA[
    var g_presenceEnabled = true;
    var g_wsaEnabled = false;
    var g_wsaQoSEnabled = false;
    var g_wsaQoSDataPoints = [];
    var g_wsaLCID = 1033;
    var g_wsaListTemplateId = null;
    var g_wsaSiteTemplateId = 'STS#0';
    var _fV4UI=true;var _spPageContextInfo = {webServerRelativeUrl: "\u002fsites\u002frpg", webAbsoluteUrl: "http:\u002f\u002friskpoints.nomura.com\u002fsites\u002frpg", siteAbsoluteUrl: "http:\u002f\u002friskpoints.nomura.com\u002fsites\u002frpg", serverRequestPath: "\u002f_layouts\u002f15\u002fusersettingserror.aspx", layoutsUrl: "_layouts\u002f15", webTitle: "Global Risk Programmes Group", webTemplate: "1", tenantAppVersion: "0", webLogoUrl: "_layouts\u002f15\u002fimages\u002fsiteicon.png", webLanguage: 1033, currentLanguage: 1033, currentUICultureName: "en-US", currentCultureName: "en-GB", clientServerTimeDelta: new Date("2014-06-02T09:22:36.9098601Z") - new Date(), siteClientTag: "12$$15.0.4551.1001", crossDomainPhotosEnabled:false, webUIVersion:15, webPermMasks:{High:2147483647,Low:4294967295}, pagePersonalizationScope:1,userId:10, systemUserKey:"i:0\u0029.w|s-1-5-21-477418155-1331950027-3872095834-234225", alertsEnabled:true, siteServerRelativeUrl: "\u002fsites\u002frpg", allowSilverlightPrompt:'True',"themedCssFolderUrl" : "/sites/rpg/_catalogs/theme/Themed/37D18848","themedImageFileNames" : {"spcommon.png" : "spcommon-B35BB0A9.themedpng?ctag=6","ellipsis.11x11x32.png" : "ellipsis.11x11x32-2F01F47D.themedpng?ctag=6","O365BrandSuite.95x30x32.png" : "O365BrandSuite.95x30x32-C212E2FD.themedpng?ctag=6","socialcommon.png" : "socialcommon-6F3394A9.themedpng?ctag=6","spnav.png" : "spnav-230C537D.themedpng?ctag=6"}};function OnPreviousPageClicked(sourceUrl)
    document.cookie = "WSS_IgnoreUserSettingsOutOfSync=1; path=/";
    window.location = sourceUrl;
    }var MSOWebPartPageFormName = 'aspnetForm';//]]>
    </script>
    <script src="/_layouts/15/blank.js?rev=ZaOXZEobVwykPO9g8hq%2F8A%3D%3D" type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    if (typeof(DeferWebFormInitCallback) == 'function') DeferWebFormInitCallback();//]]>
    </script>
    <div id="ms-error-header" class="ms-pr">
    <h1 class="ms-core-pageTitle">
    </h1>
    <div>
    </div>
    </div>
    <div id="ms-error">
    <div id="ms-error-top">
    </div>
    <div id="ms-error-content">
    <div id="ms-error-error-content">
    <div id="DeltaPlaceHolderMain">
    <div>
    <span>
    <div id="ctl00_PlaceHolderMain_PanelSettingsOrReturnLink">
    <a id="ctl00_PlaceHolderMain_HLinkSettingsEditorPage" class="ms-descriptiontext" href="http://mysitess.nomura.com:80/_layouts/15/EditProfile.aspx?UserSettingsProvider=234bf0ed%2D70db%2D4158%2Da332%2D4dfd683b4148&amp;ReturnUrl=http%3A%2F%2Friskpoints%2Enomura%2Ecom%2Fsites%2Frpg%2FWebResources%2FMay28%2FTestTree%2Easpx">Edit user settings</a>
    <br/>
    <a id="ctl00_PlaceHolderMain_HLinkSettingsPreviousPage" class="ms-descriptiontext" href="javascript:OnPreviousPageClicked(&quot;http:\u002f\u002friskpoints.nomura.com\u002fsites\u002frpg\u002fWebResources\u002fMay28\u002fTestTree.aspx&quot;);">Return to original page.</a>
    </div>
    </span>
    </div>
    </div>
    </div>
    <div id="ms-error-gobackcont" class="ms-calloutLink">
    <a href="/sites/rpg" class='ms-calloutLink' id="ctl00_PlaceHolderGoBackLink_idSimpleGoBackToHome">Go back to site</a>
    </div>
    </div>
    </div>
    <script type="text/javascript">
    //<![CDATA[
    var _fV4UI = true;var g_MinimalDownload = true;var g_WebServerRelativeUrl = "/sites/rpg";var _spFullDownloadList = ['closeconnection', 'download', 'signout', 'xlviewer', 'wordviewer', 'wordeditor', 'powerpoint', 'powerpointframe', 'onenote', 'visiowebaccess', 'storefront', 'wopiframe', 'appredirect', 'wfstart'];
    //]]>
    </script>
    </form>
    </body>
    </html>
    Any help is appreciated. 
    thanks,
    Saurabh

    Hi,
    Would you mind providing the original version of your custom .aspx page? Can you just copy the content while open in SharePoint Designer and paste in a notepad?
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • Why is the ActionForms validate-Method called twice?

    Hello forum,
    I'm new to struts and want to develop a form, where an internetuser can leave a comment to an article. Just like most sides, an image with an text is displayed, the text has to be written into an inputfield before the comment is commited in order to be saved.
    When an user puts in no text or a wrong one, a errormessage is displayed, the old image is deleted and an new one is created and shown to the user. His input still stays in the fields.
    I proof the correctness of the word in the validate-Method of the ActionForm and it works fine.
    Now I've the following problem:
    If the user puts in the correct text, the comment is saved and the side is displayed again including his comment.. But also all the input of the form should be erased. But for some reason, its not and the validate method is called again and since there is a new wordvarifyingimage and a new text to be inserted, it throws an error which is displayed again. Also, all the input of his last message is present!
    So, I guess I miss a big point about the ActionForm handling. Why is the ActionForm called twice and why doesn't it erase the old input? I try to do this in the Action class after saving the comment, setting all the formparameters to "" or null.
    Can anybody give me a hint?
    Would be a big big help since I've not found anything googling about this issue.
    If you need code, just tell me which part I put in here (ActionForm, Action, struts-config or jsp-file)
    Thanxs in advance,
    strutsnewbytopro

    my jsp:
    <%@ taglib uri="/WEB-INF/tld/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="struts/html-el" prefix="html" %>
    <%@ taglib uri="jstl/c" prefix="c" %>
    <%@ taglib uri="/WEB-INF/tld/struts-logic.tld" prefix="logic" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html>
    <head>
    <style type="text/css" title="currentStyle" media="screen">
              @import "../library/css/blog.css";     
         </style>
    <script language="javascript">
         function sendMail(){
              document.forms[0].formaction.value ='mail';
              document.forms[0].submit();
         function saveComment(){
              document.forms[0].formaction.value ='comment';
              document.forms[0].submit();
         </script>
    </head>
    <body>
    <html:form action="/blog">
    <div id="container">
         <div id="leftside">
              <logic:messagesPresent>
                   <div id="errors">
                        <div style="color:#CC3333; ">
                        <p><span id="errorHeaders"><bean:message key="errors.validation.header"/></span>
                             <html:messages id="error">
                             <c:out value="${error}"/>
                             </html:messages>
                        </p></div>
                     </div>
              </logic:messagesPresent>
                 .... show blogentry ...          
              <logic:present name="comments">
                   <div id="divblogcomment">
                   <logic:iterate name="comments"  id="com">
                   <div class="breaker10" style="clear:left; "></div>
    <div class="rowblogcommentdate" style="width:150px;"<a href="<bean:write name="com" property="website" />"><bean:write name="com" property="username" /></a> am <bean:write name="com" property="postdate" /></div>
                   <div class="rowblogcomment"><bean:write name="com" property="comment" /></div>
                   </logic:iterate>
                   <div class="breaker10" style="clear:left; "></div>
    </div>
              </div>
                             </logic:present>
                             <logic:notPresent name="savedcomment">
                                  <div id="writeblogcomment">
                                  <div class="topbig"><div class="headsmall">enter Comment</div></div>
                                  <div id="bginhaltwriteblogcomment">
                                       <div class="breaker10" style="clear:left; "></div>
                                       <div align="center">
                                            <table cellpadding="0" cellspacing="0" border="0">
                                                 <tr>
                                                      <td>Name:</td>
                                                      <td>  </td>
                                                      <td><html:text size="50" name="blogForm2" styleClass="inputtext" property="username"/></td>
                                                      <td>  </td>
                                                      <td>Web:</td>
                                                      <td>  </td>
                                                      <td><html:text size="50" name="blogForm2" styleClass="inputtext" property="webaddress"/></td>
                                                 </tr>
                                                 <tr>
                                                      <td>Enter Code:</td>
                                                      <td>  </td>
                                                      <td><html:text size="66" name="blogForm2" styleClass="inputtext" property="commentword"/></td>
                                                      <td>  </td>
                                                      <td >Code:</td>
                                                      <td>  </td>
                                                      <td><img src="<bean:write name="entry" property="commentpicurl" />"></td>
                                                 </tr>
                                                  <tr>
                                                      <td colspan="7">Comment<br><html:textarea name="blogForm2" styleClass="comment" property="comment" /></td>
                                                 </tr>
                                                 <tr>
                                                      <td colspan="7"><html:submit styleClass="inputtext" onmousedown="javascript:saveComment();"><bean:message key="button.save"/></html:submit></td>
                                                 </tr>                                        
                                            </table>
                                       </p>
                                       </div>
                                       <div class="bottombig"></div>
                                  </div>
                             </div>
                             </logic:notPresent>
                             <logic:present name="savedcomment">
                             <div id="writeblogcomment">
                                  <div class="topbig">Comment saved<div class="headsmall">Kommentar gespeichert</div></div>
                                  <div id="bginhaltwriteblogcomment">
                                       <div class="breaker10" style="clear:left; "></div>
                                       <div align="center">
                                            <table cellpadding="0" cellspacing="0" border="0">
                                                 <tr>
                                                      <td>Comment saved</td>
                                                 </tr>
                                            </table>
                                       </p>
                                       </div>
                                       <div class="bottombig"></div>
                                  </div>
                             </div>
                             </logic:present>
                             </div>
    </div>
    <html:hidden name="blogForm2" property="formaction"/><br>
    <html:hidden name="blogForm2" property="id"/><br>
    <% session.removeAttribute("savedcomment"); %>
    </html:form>
    </body>
    </html>

  • Why is the IDE so slow?

    Why is the Cocoa Integrated Development Environment so slow for the iPhone?
    Is there anything I can do to speed it up?
    For example, when a break point is reached it frequently takes many seconds before moving the cursor over a variable will cause a popup window to occur. Under the BlackBox/Component Pascal IDE the code runs just as fast whether there is a breakpoint (HALT) or not. Breaking happens instantaneously and one can example all the variables relevant at that point without any delay.
    I can edit compile and run applications within about 3 seconds (for a minor change) in BlackBox whereas with the iPhone I can get a can of soft drink from the refrigerator and drink half of it before the application commences running. N.B. I use the same machine (MacBook 2GHZ) for both development environments, one runs on the Apple side the other on the MS Windows side (Parallels Desktop).
    Is the slowness due to "a whole lot of messaging going on" or what? It really slows down what I can accomplish in a day. Rather than trying 10 or 20 things I can only try 2 or 3. Is there anything I can do to speed things up?
    I believe that a lot of the CPU time is going to 'aids' such as syntax coloring, parenthesis matching, and a host of other behind the scene stuff that I really don't want or need.
    -Doug Danforth

    ProjectBuilder/XCode has never been able to keep up with my typing speed no matter how much processor I throw at it; something CodeWarrior was able to do (with infinitely better syntax highlighting and code browsing) on a 100MHz Performa. It's just a nightmare project full of NeXT era cruft nobody's taken the time to clean up since it's free.

  • Why are the tabs so large?

    I'm using Firefox 28.0 in Windows 7. In the previous version I was using, maybe 13-15 tabs showed in one area (I mean, if I was in one tab, 12-14 others were showing as well) (I hope you understand what I mean). However, now the tabs take up much larger space (I hope you know what I mean). So, I was wondering why they're so large & if there was a way to make the original size. Thanks.

    You would have to use code in userChrome.css instead to keep the tabs at their width if you uninstall the extension.
    Add code to the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    .tabbrowser-tab[fadein]:not([pinned]) { min-width: 100px !important; max-width: 250px !important; }</nowiki></pre>
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration

  • What CSS styles affect the background color of new suite bar?

    There is a new suite bar in O365. What CSS styles affect the background color of the bar, app launcher button and the Office 365 text in SharePoint Online? I want to hide Office 365 text and add my logo there.

    Hi,
    What new suite bar did you refer to?
    Please check if this image below is what you referred to:
    If yes, please note in this forum we mainly discuss questions and feedbacks about the Office client products, as your question is not about our products, I suggest you post the question in Office 365 Community Forum to get support:
    http://community.office365.com/en-us/f/default.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    If I misunderstood anything, feel free to let me know.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Why is the screen of the 5S so fragile?

    Why is the screen of the 5S so fragile?

    Gorilla Glass is actually quite tough. But being glass it can still break. A sharp pointed impact will very likely fracture the glass into multiple cracks. Dropping on the edge of the device may produce a crack across the device. A case will help.
    When you buy the device you get Applecare+. One incident of broken glass will more than recoup the cost of Applecare+. Applecare+ allows two incidents within a two year period plus extends your device warranty by an additional year. For an expensive device adding such coverage would seem to be a good idea.

Maybe you are looking for

  • Intel iMac 20" freezing up. Cursor, iTunes

    I have had a new Intel 21.5" l iMac for 3 months and it started freezing up about a month ago. At first, it was just occasionally, but as time went on, the freezing happened more often, each time the same way: the trackball cursor and wireless keyboa

  • Keeping my iTunes Libraries in Sync

    My wife and I share a single iTunes library from separate accounts on an iMac (actually I have two accounts - one for me and one for work, for a total of 3). The song files are on an external HD, the iTunes Library and iTunes Music Library.xml files

  • No alternative unit of measure specified, during creation  of sales order

    Dear Experts, when user is creating sales order, User is getting the error message no.  MM108  "No alternative unit of measure specified" for particular material. we have checked the alternative unit of measure it is already maintiained in the materi

  • Global Address List in Outlook

    Hi We are using Outlook Connector version 7.1 (patch 122018-02 ). We are able to connect to the Mail, Calendar and the users personal Address Book. But the global address list is empty. What should be done to have it accessed through outlook. Please

  • Alv Table Updation

    Hi experts,    I have a problem with alv table.I am using a table to get the datas from spfli table and upon lead selection i have to get the datas from sflight and fill the alv table.If there is no data in sflight upon the connid and carrid of spfli