[svn] 3791: Fix bug when resetting stylesheet on FxApplication

Revision: 3791
Author: [email protected]
Date: 2008-10-21 13:23:09 -0700 (Tue, 21 Oct 2008)
Log Message:
Fix bug when resetting stylesheet on FxApplication
SDK-17691 RTE loading styles
When the FxApplication replaces its style sheet, it unloads the previous skin and loads in a new one. With the new skin, it creates a new instance of the contentGroup. However, when the content is added to the contentGroup, it has already been parented by the previous version of the contentGroup. This causes the RTE because the content is not in the correct state.
The solution is to set the old contentGroup's content property to null when we remove the skin. We also force the contentGroup to validate immediately because the new contentGroup was processing its content array before the oldGroup had removed the content as children.
QE Notes: Needs testing
Doc Notes: none
Bugs: SDK-17691
Reviewer: Glenn
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-17691
http://bugs.adobe.com/jira/browse/SDK-17691
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as

The password history check is not honored in a password reset. It always been like that and it is documented:
"Password History Length Constraint: If all of the following conditions are true, the following constraints MUST be satisfied:
The requesting protocol message is a password change (as compared to a password set)."http://msdn.microsoft.com/en-us/library/cc245669.aspx
So changing it is not a correcting a bug but asking to change the design. From a pure support perspective, you switched from bug request to design change request. Which might still be arguable if you have a solid business case.
Password set is given through an extended right, so by default only administrators or operators have this right. So it comes down to trust those individual. If you cannot, then you don't give them the right and you implement other identity
management solution (Password Self Reset for example).
Other fancy and not useful information:
http://msdn.microsoft.com/en-us/library/cc245692.aspx 
Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

Similar Messages

  • [svn:cairngorm3:] 17872: Popup: Exposed set accessor of open for view state usage and fixed bug when closing from model within popup .

    Revision: 17872
    Revision: 17872
    Author:   [email protected]
    Date:     2010-09-27 08:04:40 -0700 (Mon, 27 Sep 2010)
    Log Message:
    Popup: Exposed set accessor of open for view state usage and fixed bug when closing from model within popup. http://www.spicefactory.org/forum/viewtopic.php?p=3932. Added new sample to show model and view state interactions.
    Modified Paths:
        cairngorm3/trunk/libraries/Popup/src/com/adobe/cairngorm/popup/PopUpBase.as
        cairngorm3/trunk/libraries/Popup/src/com/adobe/cairngorm/popup/PopUpFactory.as
        cairngorm3/trunk/libraries/Popup/src/com/adobe/cairngorm/popup/PopUpWrapper.as
        cairngorm3/trunk/libraries/PopupTest/.actionScriptProperties
        cairngorm3/trunk/libraries/PopupTest/src/samples/MyPopup.mxml
        cairngorm3/trunk/libraries/PopupTest/src/samples/PopUpPM.as
    Added Paths:
        cairngorm3/trunk/libraries/PopupTest/src/PopUpModelExample.mxml
        cairngorm3/trunk/libraries/PopupTest/src/samples/MyPopupWithModel.mxml

    Lots to be excited about. BUT...Just updated to 8.1 on one of my computers to test it out...
    Sadly, the following issue is NOT fixed for me. Is it with new projects only?  I haven't started a new project on 8.1 I've only opened an old project but the issue that I'm referring to which involves also a delay/freeze of anywhere from a few seconds to a MINUTE while the render bar goes from yellow to red and then back to yellow is still there. Boo.
    On the list above...
    Switching between sequences can turn the render bar red.
    This issue is incredibly easy to replicate. I really do hope it gets fixed. Here are the steps:
    1) Create two sequences with multiple short clips (the more clips the better)
    2) Make sure GPU acceleration is enabled.
    3) Add warp stabilizer to the clips in both sequences. Again, the more clips the longer the delay/freeze will be as the render bar goes from YELLOW to RED and then eventually back to YELLOW again.
    4) Hit SAVE.
    5) Now, toggle between sequences. You'll hit a short delay with a few clips stabilized and a LONG delay with lots stabilized. In my case this delay is around a full minute. The render bar will go from YELLOW to RED and then back to yellow...eventually.
    6) Toggle back to the original sequence and the delay occurs again.
    7) Once you've toggled between sequences and have gone through this delay, that's it, there is no longer a delay...UNTIL...(and here's the big kicker)...until the project is SAVED again. After that the issue returns when you toggle between sequences. Both saving manually and AUTOSAVING cause this issue. No way around it except not editing with GPU acceleration.
    Not sure what the issue is...caching issue when saving maybe? Either way, it stinks and it's still there in 8.1. Big bummer.
    Again, lots to be excited about with this release but I really was hopefully this specific issue was resolved.
    Sigh.

  • [svn] 1941: Fix bug with writing out a MorphShape2 line style when it has a fill

    Revision: 1941
    Author: [email protected]
    Date: 2008-06-04 12:13:17 -0700 (Wed, 04 Jun 2008)
    Log Message:
    Fix bug with writing out a MorphShape2 line style when it has a fill
    connected to it. Had been calling encodeMorphFillstyles() directly
    with an array of one element, but that adds a count byte (of value 1)
    which should not be there. So I decomposed new method
    encodeMorphFillstyle() out of encodeMorphFillstyles(). So not a big
    change, but lots of indentation changes.
    Other than that all changes were replacing the use of constant numbers
    with static constants from FillStyle and also adding an equals()
    implementation for FocalGradient.
    reviewed by Pete Farland, passed flex checkin tests
    Modified Paths:
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagDecoder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/TagEncoder.java
    flex/sdk/trunk/modules/swfutils/src/java/flash/swf/types/FocalGradient.java

    Hello,
    We also have this problem ...
    We are concluded, (??) When there is a note on the first or second line that starts in the block, justification and rebuilt and the problem happens! even made to change color of text on the blank page occurs ... our solution to an extra line at the beginning of the block without note or make it past the note on the previous page ...
    when in a true solution?
    Translation from French
    Bonjour,
    Nous avons aussi ce problème …
    Nous somme arrivé à la conclusion, (???) quand il y a une note sur la première ou la deuxième ligne qui commence dans le bloc, justification et refaite et le problème arrive !!! même le faite de changé de couleur sur du texte les page blanche survient … notre solution mettre une ligne supplémentaire en début du bloc sans note ou faire passé le note sur la page précédente …
    à quand une vrai solution?
    Philippe

  • [svn] 3149: Fix bugs introduced by the display object sharing optimization.

    Revision: 3149
    Author: [email protected]
    Date: 2008-09-08 16:58:35 -0700 (Mon, 08 Sep 2008)
    Log Message:
    Fix bugs introduced by the display object sharing optimization. This checkin should fix ordering problems when dynamically adding/removing graphic elements, and ordering problems when changing graphic element properties that require a display object (rotation, alpha, filters, etc).
    Bugs:
    MXMLG-219: BitmapGraphic component content always rendered from 0, 0 origin.
    MXMLG-220: setting visible property of Rect and Ellipse does nothing.
    MXMLG-222: setting the alpha of a rectangle changes z-order when there are 3 or more rectangles
    SDK-16754: Z-order incorrect when a Group is present
    QA: Yes - the test files from these bugs (or something equivalent) should be added to our standard test suite
    Reviewer: Deepa
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-219
    http://bugs.adobe.com/jira/browse/MXMLG-220
    http://bugs.adobe.com/jira/browse/MXMLG-222
    http://bugs.adobe.com/jira/browse/SDK-16754
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as

    This is the great thread ;-)
    My favorite threads are below.
    Munky posted great reply :8}
    SQL Query Help
    order in a connect by

  • [svn] 4793: Fix bug SDK-17734 Path with width and height set different than path data has incorrect bounds

    Revision: 4793
    Author: [email protected]
    Date: 2009-02-02 11:20:06 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Fix bug SDK-17734 Path with width and height set different than path data has incorrect bounds
    Fix: When calculating the bounds position we should take into account the implicit scaling factor actualSize/naturalSize. Also did some refactoring, getting rid of the protected method calculateTopLeft.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17734
    Reviewer: Ryan
    tests: mustella gumbo/layout/GraphicElement
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17734
    http://bugs.adobe.com/jira/browse/SDK-17734
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Path.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s

    Thank you so much for replying.
    Yes I have removed and reinstalled WMP.
    I had good results with the PD6 application installed on the default path onto the C: drive with the one exception that if the application was launched by accident and the user data path was not available, the PD6 application would blow away my custom user path registry settings. Now that I know what they are I have made a .reg file to repair my registry to my desired user data paths.
    Installing the application on the removable drive appeared to help prevent me from launching the application by accident and overwriting my registry with default user paths.
    So which is the less of the two evils?
    If the application directory is not available, windows media player still tries to launch the .msi for installing PD6.
    If I install the application to the C: drive but the user data to the removable drive, launching the PD6 application without the user data drive will still corrupt my registry settings for a user data path.
    Both these issues seem like a logical (if not easy) fix that should be done in the PD6 application and installation package. I mean really, cannot anyone tell me why windows media player is checking the PD6 application directory? Why in PD4 did we have an option control for setting the user data path from the PD4 application? Why is this option not in the PD6 application, just the installer?
    I am given a choice during installation to move the user data to another non default location. Why else would this be provided if not to accommodate my kind of request to store the user data into an alternate location other than “My Document”. Certainly Palm is not trying to force the users on how to protect and store their personal data?
    Post relates to: Centro (Verizon)

  • [svn] 2841: Fix bug loading untrusted applications that have not been sized .

    Revision: 2841
    Author: [email protected]
    Date: 2008-08-14 04:45:09 -0700 (Thu, 14 Aug 2008)
    Log Message:
    Fix bug loading untrusted applications that have not been sized.
    QE:YES
    Doc:
    Checkintests: YES
    Reviewer: Alex
    Bugs: SDK-16470
    SWFLoader:
    Fixed a security violation trying to access untrusted content. The problem happened in doScaleContent() when the loaded content had not been sized yet. The fall back is to check the class type of the content, but the SWFLoader did not have access to the content. The security violation was caught and the FlexLoader size is set when it shouldn't be. The problem is solved by checking access rights before accessing the content and not generating an exception.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16470
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/SWFLoader.as

    Ignoring what is causing the errors for a moment, what would help is a way to get the application loader to restart from the point of error rather than going back to the beginning of the "Loading applications" step each time.
    I imagine this to be something of a big ask. Any other suggestions in a similar vein?
    Nick.

  • [svn] 4019: Fix RTE when using text as a mask

    Revision: 4019
    Author: [email protected]
    Date: 2008-11-04 16:32:57 -0800 (Tue, 04 Nov 2008)
    Log Message:
    Fix RTE when using text as a mask
    SDK-17893 - TextGraphic inside of a mask causes RTE
    When the mask is added, we weren't yet creating the displayObject which the TextGraphic class relies upon. The solution is to call validateProperties on the mask before calling validateSize.
    In addition, the mask wasn't getting applied to the Group because we weren't setting an internal flag.
    QE Notes: Test masking on both Graphic elements and Group.
    Doc Notes: We need to note that if you use TextGraphic as a mask, you must set maskType = "alpha"
    Bugs: SDK-17893
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17893
    http://bugs.adobe.com/jira/browse/SDK-17893
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/baseClasses/Gro upBase.as
    flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/G raphicElement.as

    Does Illustrator do the same
    thing? If not, you will have to join/add the paths
    for each letter before exporting as an SVG file.
    Sometimes Illustrator groups paths rather than
    creating a single composite path, so you may have to
    mess with it a bit. Hope that helps.
    In Illustrator you can make a compound path with all the letters selected, or use the pathfinder (one of the coolest things in the latest versions)
    When orginally outlines, text is grouped together, and each letter is it's own compound path.
    (for those of you wondering, a compound path can have a cutout or more than one path. I've used it for a few upcoming themes and templates, and it works very, very well.)
    I should mention that editing a compound path with a cutout section will remove the cutout section. Can't stress that enough.

  • [svn] 4927: Fix RTE when a sub-application displays an alert.

    Revision: 4927
    Author: [email protected]
    Date: 2009-02-11 05:03:26 -0800 (Wed, 11 Feb 2009)
    Log Message:
    Fix RTE when a sub-application displays an alert.
    QE Notes: Regression introduced in revision 4866, in the trunk.
    Doc Notes: None
    Bugs: SDK-19228
    Reviewer: Hans, Alex
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19228
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as

    Hi;
    Compiling as 32 bit is only available for a Windows based application, not a Web one. You need to configure IIS to run either 32 or 64 bit.
    As for the bobj undefined error, try these kbases:
    [Bobj|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233373338333933353332%7D.do]
    [Undefined|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133383333333033363335%7D.do]
    Regards,
    Jonathan

  • [svn] 3493: Fix bug setting focus into an A. 2 application that is in a dialog.

    Revision: 3493
    Author: [email protected]
    Date: 2008-10-06 13:40:22 -0700 (Mon, 06 Oct 2008)
    Log Message:
    Fix bug setting focus into an A.2 application that is in a dialog.
    QE: YES
    Doc:
    Checkintests: Marshall Plan mustella tests
    Reviewer: Carol
    Bugs: SDK-17177
    SystemManager.as
    On mouse down, change the test from "the click was in a bridged application", to "the click is in a bridged application and it has the same focus manager as the document". A bridged application that is in a dialog will have a different focus manager than the document.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17177
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/SystemManager.as

    Thanks Jutapa.
    When I ran the DPC Latency Checker, there were no significant hiccups, and nothing abnormal at all when the skips occurred. The PCI Latency Tool had no effect on the issue, either (I tried many different latency options, between 0 and 248). But maybe they'll help other people with this or similar problems!
    Besides that, I tried logging huge amounts of data with the performance monitor and there's no consistent abnormalities at the times the skips occur as far as CPU usage or any other measurable variables go.
    I'll check out http://musicxp.net! I'd tried fresh installs and disabling all unnecessary system services and startup programs before and it also had absolutely no effect, but that's probably not what MusicXP.net advises, so I'll take a look. Thanks!

  • [svn] 2392: Fix bug ASC-3460

    Revision: 2392
    Author: [email protected]
    Date: 2008-07-08 10:55:02 -0700 (Tue, 08 Jul 2008)
    Log Message:
    Fix bug ASC-3460
    Default to double math for constant folding when decimal feature is turned off. This fixes problems where the constant folding would compute certain values incorrectly. 1/30 would become 0 because it did integer math, now we just use Number math all the time.
    tamarin tests, flex checkintests pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/ASC-3460
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/ConstantEvaluator.java

    with me, i tried to run kde by typing kdm, that wouldnt work..
    then, i read about some more stuuf you had to download, the names of those files you see when (after installing xorg with hwd: see the link in the main article)) you try to start up x.
    just type:
    startx
    then it will start wining about some things that arent found, use pacman to get those files. if you cant remember them, just type startx again and see.
    after doing that, the kdm command still didnt work.
    then i just opened up rc.conf with nano:
    nano /etc/rc.conf
    and added kdm to the deamon line at the end.
    DEAMONS=(syslog-ng !hotplug !pcmcia network netfs crond kdm)
    then i rebooted and it worked!! kde started up!
    hope this helps..

  • [svn] 3693: Fix getBitmapData when graphic elements are sharing display objects

    Revision: 3693
    Author: [email protected]
    Date: 2008-10-16 13:28:19 -0700 (Thu, 16 Oct 2008)
    Log Message:
    Fix getBitmapData when graphic elements are sharing display objects
    MXMLG-245 NPE in GraphicElement.getBitmapData()
    Moved matrix logic inside of display object null check
    Bug: MXMLG-245
    QA: Yes
    Doc: No
    Review: Gordon
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-245
    http://bugs.adobe.com/jira/browse/MXMLG-245
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • [svn] 4338: Fix bug in previous ClassDefLib.vm submission.

    Revision: 4338
    Author: [email protected]
    Date: 2008-12-16 19:19:16 -0800 (Tue, 16 Dec 2008)
    Log Message:
    Fix bug in previous ClassDefLib.vm submission. Error shows when using the -keep option.
    QE Notes: None
    Doc Notes: None
    Bugs: N/A
    Reviewer:
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm

    Hi,
    Although not exactly the same type of JVM crash, here is a situation the occurred when switching from JDBC Thin to OCI/Thick:
    SQLDeveloper 3.2.20.09 crashes JVM using OCI/Thick driver on Linux 64bit
    SQL Developer 3.2 crashes with java error when using OCI/Thick Driver
    Did you recently switch your drive type, or client software so that the JDBC driver version changed? Just a guess. If true, read especially the final post of the second thread noted above.
    Regards,
    Gary
    SQL Developer Team

  • [svn] 1571: Fix bugs ASC-3310, ASC-3337

    Revision: 1571
    Author: [email protected]
    Date: 2008-05-06 10:58:32 -0700 (Tue, 06 May 2008)
    Log Message:
    Fix bugs ASC-3310, ASC-3337
    ASC-3337:
    ASC was emitting multinames for [] access with the wrong namespace set. It was using the def_namespaces, which is a list of open namespaces that conflicting definitions could be found in (public, private, protected, internal for a class). This set does not include any other open namespaces. This changes asc to use the set of all open namespaces, which includes namespaces open by default, and explicitly by the user.
    ASC-3310:
    LintEvaluator was returning ObjectValue.undefinedValue sometimes from a method that was supposed to be returning a TypeValue. This caused a ClaassCastException later as the return value was cast to a TypeValue. Change to return noType (*) instead of the undefinedValue.
    smokes: asc tests, tamarin tests, flex checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/ASC-3310
    http://bugs.adobe.com/jira/browse/ASC-3337
    http://bugs.adobe.com/jira/browse/ASC-3337
    http://bugs.adobe.com/jira/browse/ASC-3310
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/LintEvaluator.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/CodeGenerator.java

  • [svn] 4803: Fix bug SDK-18434 Bounds for rotated rounded rect is incorrect

    Revision: 4803
    Author: [email protected]
    Date: 2009-02-02 16:06:34 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Fix bug SDK-18434 Bounds for rotated rounded rect is incorrect
    Fix: Calculate the bounds of the transformed corner ellipses in the case of matrix transformation. Refactor the Ellipse's helper method and move it to MatrixUtil.as so that it's shared between classes.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18434
    Reviewer: Ryan
    tests: checkintests, mustella gumbo/layout/graphicelement
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18434
    http://bugs.adobe.com/jira/browse/SDK-18434
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Rect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/MatrixUtil.as

  • [svn] 4840: Fix bug SDK-18904 Redudant APIs on UICompoennt and GraphicElement, SDK-17508 Applying a translation to a Rect causes shape to be scaled

    Revision: 4840
    Author: [email protected]
    Date: 2009-02-04 13:20:07 -0800 (Wed, 04 Feb 2009)
    Log Message:
    Fix bug SDK-18904 Redudant APIs on UICompoennt and GraphicElement, SDK-17508 Applying a translation to a Rect causes shape to be scaled
    Fix: remove layoutMatrix, layoutMatrix3D properties, add a parameter to the setLayoutMatrix, setLayoutMatrix3D methods to designate whether to trigger a layout pass after the transformation is applied.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18434
    Reviewer: Jason
    tests: checkintests, mustella flash component kit
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18904
    http://bugs.adobe.com/jira/browse/SDK-17508
    http://bugs.adobe.com/jira/browse/SDK-18434
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ILayoutElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as

Maybe you are looking for

  • Unable to shrink the connections

    HI, I am using weblogic 6.1 connection pooling. I am facing problem in shrinking the connections I set the connection parameters as Initial capacity = 2, Increment = 1 Max capacity = 10 Allow shrinking = true When I open 4 sessions simultaneously it

  • How to Clean and Polish iPod Nano 6th Gen?

    Hey guys,      I just got a good deal off eBay of a used iPod Nano 6th Gen in the mail today, but it seems quite dirty. Their is much dust and gunk under the clip, the buttons and screens have many smudges, and the the 30-pin connector port and headp

  • HELP!! Webpage won't preview in IE7

    After I create a page using templates, it won't preview in IE7. Why? It previews fine in Mozilla 3.0. This is very frustrating!! For the first time I am trying to use templates but realizing how stupid they really are. They meay be convenient but at

  • PHP Code, Variables & CSS. Would this work?

    Hello, I am new to PHP, this is my first script I have made without any help, I am using xammp to test my site, but the basics of the code is this. I am adding an include code into the navigation menu and in the CSS I have defined certain rules for t

  • T400: Touchpad Manufacturer Is? Zoom Possible?

    On a T400,  who is the manufacturer of the touchpad? How can I enable the touchpad zoom function (to make text bigger or smaller on a webpage) which is ostensibly activated by placing two fingers on a (Synaptic) touchpad and moving the fingers togeth