Someone have a look and tell me my mistake

Ok so im creating a website and im basically using this for a
CSS style for the background image:
<style type="text/css">
<!--
body {
background-image:url(images/background.jpg);
background-attachment: fixed;
background-color: #fff000;
background-repeat:no-repeat
The point of it is to stop the image from scrolling down with
the text which does work, however, using photoshop CS3 ive created
a gradiant background image (Which can be found
Here
and instead of making a huge background image on photoshop ive used
the last bit of color in the gradiant (which is #fff000) to fill
out the rest of the page, However the start of the gradiant itself
in the image seens to be repating on the far right of the page. Ive
racked my brains from 2am till 4am last night to fix this problem
and no joy/ Even Joesph Lowery's book couldnt help me :( So i was
wondering if anyone had any ideas for me?

Would make no difference. While it's always a good practice
to end your
terminal style declarations with a semi-colon, it's not
required. If you
are interested, check the extensive discussion to a thread by
the same
originaly poster on the DW general forum. That's why we
suggest that you
not post the same thread on multiple forums.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"mac-in-the-mountains" <[email protected]>
wrote in message
news:gplkcf$iog$[email protected]..
> I'm no expert but it looks like you are missing a semi
colon from the last
> line.
>
> background-repeat:no-repeat;

Similar Messages

  • Java is designed to have a look and feel equivalent to????

    Java is a programming language designed to have a look and feel equivalent to:
    a. VB
    b. C++
    c. Cobol
    d. NotesScript
    Cheers!

    If you mean look and feel from a language perspective, Java was heavily influenced by C++.
    Since this is a multiple choice question quoted verbatim from either a textbook or your homework, I assume that you aren't really interested in any more information than that.

  • I have iphone 4s and i did by mistake a restore with different id so i lost all my data and i got all the other id data , contacts .....etc , please how can i fix that mistake

    I have iphone 4s and i did by mistake a restore with different id so i lost all my data and i got all the other id data , contacts .....etc , please how can i fix that mistake

    How to Restore from a backup: http://support.apple.com/kb/ht1766

  • Good morning to all of you I have A mac and I did the mistake of upgrading my Lightroom 5.4 to 5.6 Now I can't import anything it says "Could not find namespace: AgCreativeCloudUtils" Could anyone help me resolve this problem?  Should I uninstall the prog

    Good morning to all of you
    I have A mac and I did the mistake of upgrading my Lightroom 5.4 to 5.6 Now I can't import anything it says "Could not find namespace: AgCreativeCloudUtils"
    Could anyone help me resolve this problem?
    Should I uninstall the program and reinstall it
    Thank you so much

    I asked because an awful lot of people have recently been confused between downloading the Cloud and the perpetual versions of Lr - although I'm not automatically assuming your'e guilty of this - and can't understand why their serial no won't unlock their new software.
    If the wrong version has been installed, then it must be uninstalled and the right one downloaded.

  • Make one bitmap have same "look and feel" as another

    Hello community.
    First time I am coming across this problem for a client.
    He wants an old photograph (b/w, scanned) to be the "blueprint" for another one, which he just made with his digicam. The latter is of course quite different in lighting etc., but that's not what I am really worried about as I have the raw file so I can play around.
    But is there a reasonably quick way to have that new digicam image have the same "look and feel" of that old, scanned image? I cannot post the image I am talking about (copyright issue), but if I had to make a new digicam image have the same "look and feel" of, say, such a picutre - what would I have to do?
    Hints to simple techniques will do, because the pay for this job is close to lousy... :-(
    Thanks all.
    - creedless -
    equipped with a MacBook Pro and Photoshop CS4 Extended

    Download a "grunge" or "old photo" pic from stock xchange and put it on top of the photo in overlay or soft light mode. You can adjust the grunge layer with levels to make it a more neutral layer for blending. Use the dodge and burn tools to draw smudges on the photo, particularly lightening or darkening the edges of the photo. You can also use the blur brush to soften the image, except for around the face.
    See tutorials:
    http://www.adobe.com/designcenter/photoshop/articles/phs8kbfilmgrain.html
    http://photoshoptutorials.ws/photoshop-tutorials/photo-effects/natural-film-grain.html
    http://www.photoshoptalent.com/photoshop-tutorials/old-looking-photos.php
    http://www.photoshopessentials.com/photo-effects/old-photo/

  • URGENT Different ways of creating portals (Daniel & subbu Have a look and answer)

    Hi all,
         My primary aim is to run an existing application in a portal server.
    My application is running in weblogic6.1. I need to provide a link to that application
    from a portlet.
    I was going thro' the newsgroups and I found out the following responses for my
    requirement,
    I am not clear with these answers.
    1) I need to know what is an IFRAME and some more steps to execute the answer
    given by
    Daniel selman.
    2) Can I convert an URL into portlet?
         This URL content should be shown as it, without has to write any code from the
    side of developer.
    Plz give me some detailed steps to execute this.
    If you guyz can give me some good reference document probably a cook book sort
    of thing, then I will feel more comfortable.
    Thanx in advance,
    Prasanna
    Different ways of creating portlets
    Answered By Daniel selman.
    You can also use an IFRAME inside a Portlet to "include" an external URL within
    a Portlet page.
    I have attached an example of doing this (content.jsp for the portlet uses an
    IFRAME to include www.google.com).
    Can I convert an URL into portlet?
    Answered By Subbu Allamaraju <subbuATBeaDOTCom>
    This URL content should be shown as it, without has to write any code from the
    side of developer. The example provided in portal installation needs demonstrates
    this feature to some extent. But the developer is supposed to extract HTML content
    he/she wants to see and put it in the JSP.
    If the URL is pointing to a page in the same web app, it is straight forward
    to make it a portlet.
    I have few JSPs running in a machine that is remote to the portal node, and which
    is accessible through a proxy from portal. Can I convert these applications into
    portlets?
    Answered By Subbu Allamaraju <subbuATBeaDOTCom>
    The easiest approach is make those remote apps available as web services. Please
    look at the portal wizard that can create portlets to talk to web services. The
    same wizard will also help convering remote
    URLs to portlets.
    I have a full fledged webapplication running on weblogic server. But for some
    additional features (commercial services) I need to used portal server. How do
    i modify the existing site for the desired
    change?
    Answered By Subbu Allamaraju <subbuATBeaDOTCom>
    This will involve some amount of redesign since you're converint a regular web
    site into a portal (the domain/portal wizards will help you do this). You'll then
    need to create a new portal app, and convert those web apps into portlets, and
    add these portlets to the new portal app.

    Prasanna,
    It is impossible to answer this question is a general way, it all depends on
    what the other web application is doing. If it is just returning static HTML
    then a home-grown solution (scrape taglib / IFRAME) and some URL rewriting
    will suffice. If the remote application requires authentication, uses SSL,
    cookies, Javascript, displays pop-ups etc. then things can get complicated
    extremely quickly. At that point you probably need to use a 3rd-party web
    scraping engine (Kapow for example. Peter Laird posted a list of many
    others.)
    There are network throughput, single sign-on, and performance issues to
    consider. Obviously the most performant solution entails converting your
    exisitng WLS application into a Portal application, by refactoring its JSPs,
    deploying its EJBs etc. Alternatively making remote calls into your business
    objects (EJBs) or deploying WebServices to extract the DATA from the remote
    application independent of the presentation may be an option for well
    architected applications.
    So, sorry, I'm afraid it is very hard to generalize these things into much
    more than a list of issues that you should consider as you work through the
    possible solutions.
    FYI: IFRAME is supported by IE 5+ and Netscape 6.x:
    http://www.webreview.com/browsers/browser_implementation.shtml
    Sincerely,
    Daniel Selman
    "Prasanna" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi all,
    My primary aim is to run an existing application in a portal server.
    My application is running in weblogic6.1. I need to provide a link tothat application
    from a portlet.
    I was going thro' the newsgroups and I found out the following responsesfor my
    requirement,
    I am not clear with these answers.
    1) I need to know what is an IFRAME and some more steps to execute theanswer
    given by
    Daniel selman.
    2) Can I convert an URL into portlet?
    This URL content should be shown as it, without has to write any code fromthe
    side of developer.
    Plz give me some detailed steps to execute this.
    If you guyz can give me some good reference document probably a cook booksort
    of thing, then I will feel more comfortable.
    Thanx in advance,
    Prasanna
    Different ways of creating portlets
    Answered By Daniel selman.
    You can also use an IFRAME inside a Portlet to "include" an external URLwithin
    a Portlet page.
    I have attached an example of doing this (content.jsp for the portlet usesan
    IFRAME to include www.google.com).
    Can I convert an URL into portlet?
    Answered By Subbu Allamaraju <subbuATBeaDOTCom>
    This URL content should be shown as it, without has to write any code fromthe
    side of developer. The example provided in portal installation needsdemonstrates
    this feature to some extent. But the developer is supposed to extract HTMLcontent
    he/she wants to see and put it in the JSP.
    If the URL is pointing to a page in the same web app, it isstraight forward
    to make it a portlet.
    I have few JSPs running in a machine that is remote to the portal node,and which
    is accessible through a proxy from portal. Can I convert theseapplications into
    portlets?
    Answered By Subbu Allamaraju <subbuATBeaDOTCom>
    The easiest approach is make those remote apps available as web services.Please
    look at the portal wizard that can create portlets to talk to webservices. The
    same wizard will also help converingremote
    URLs to portlets.
    I have a full fledged webapplication running on weblogic server. But forsome
    additional features (commercial services) I need to used portal server.How do
    i modify the existing site for thedesired
    change?
    Answered By Subbu Allamaraju <subbuATBeaDOTCom>
    This will involve some amount of redesign since you're converint a regularweb
    site into a portal (the domain/portal wizards will help you do this).You'll then
    need to create a new portal app, and convert those web apps into portlets,and
    add these portlets to the new portal app.

  • Kernel Panic - can someone have a look at the log for me?

    Tue Jun 26 18:15:06 2007
    panic(cpu 0 caller 0x001A4A55): Unresolved kernel trap (CPU 0, Type 14=page fault), registers:
    CR0: 0x8001003b, CR2: 0x4da3d445, CR3: 0x00d9c000, CR4: 0x000006e0
    EAX: 0x4da3d415, EBX: 0x1b041415, ECX: 0x3e94dd58, EDX: 0x0bf487b0
    CR2: 0x4da3d445, EBP: 0x14453bf8, ESI: 0x3e9447b0, EDI: 0x1255b2c8
    EFL: 0x00010202, EIP: 0x009cc974, CS: 0x00000008, DS: 0x02820010
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x144539b8 : 0x128d08 (0x3cc0a4 0x144539dc 0x131de5 0x0)
    0x144539f8 : 0x1a4a55 (0x3d24b8 0x0 0xe 0x3d1cdc)
    0x14453b08 : 0x19aeb4 (0x14453b20 0x0 0x14453b48 0x127ee3)
    0x14453bf8 : 0x9a5cc2 (0x12681004 0x3e9447b0 0xbf487b0 0x4da3d415)
    0x14453dd8 : 0x9a8059 (0x1255b2c8 0x28057c0 0x0 0x0)
    0x14453f08 : 0x39b3c3 (0x1255b000 0x2a8f080 0x1 0x2602c80)
    0x14453f58 : 0x39a595 (0x2a8f080 0x135eb4 0x0 0x2602c80)
    0x14453f88 : 0x39a2cb (0x2a95a00 0x2724540 0x1312918 0x2e13bb8)
    0x14453fc8 : 0x19ad2c (0x2a95a00 0x0 0x10 0x0) Backtrace terminated-invalid frame pointer 0x0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AirPort.Atheros(230.8.5)@0x974000
    dependency: com.apple.iokit.IONetworkingFamily(1.5.1)@0x7c9000
    dependency: com.apple.iokit.IOPCIFamily(2.2)@0x577000
    dependency: com.apple.iokit.IO80211Family(160.2)@0x7df000
    Kernel version:
    Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386
    I was running excel, firefox only and suddenly I got the warning message on my screen.. can someone tell me whats wrong with my macbook?

    are u referring to the airport station config or airport card? because i dont use airport as my router.. and I did try to cancel the config to my airport but i dont know how to do it.. it will auto search the channel when i turn on the airport to connect to wireless..
    Am I on the right track?

  • Can someone have a look??

    I am trying to use a session variable to display just a users
    details, once they have logged in. So i am using the log-in
    attributes of DW to validate the user and then in the results page
    i want to display that users details only. However I am trying to
    use session variables and they don't seem to be working at all!!!!!
    the URL of the site is
    http://www.ukdirectsmile.co.uk/LOGIN.ASP
    uid: jeg
    p/w: joom49
    any help would be most appreciated!!!

    When I log in, it takes me to company.asp .. is that what you
    intended?
    Where is the personalized info supposed to appear?
    If you are using the Login User server behavior of DW, a
    session variable
    called MM_Username is created that you can then create a data
    binding of in
    the Data Bindings panel and then drop that object on your
    page. Is that
    what you did?
    Unfortunately, ASP code doesn't show when I just look at your
    page .. can
    you post the actual code where you are setting and then
    implementing the
    session variable?
    Nancy Gill
    Adobe Community Expert
    BLOG:
    http://www.dmxwishes.com/blog.asp
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "peteneal" <[email protected]> wrote in
    message
    news:e2angl$kt1$[email protected]..
    >I am trying to use a session variable to display just a
    users details, once
    > they have logged in. So i am using the log-in attributes
    of DW to validate
    > the
    > user and then in the results page i want to display that
    users details
    > only.
    > However I am trying to use session variables and they
    don't seem to be
    > working
    > at all!!!!!
    >
    > the URL of the site is
    >
    http://www.ukdirectsmile.co.uk/LOGIN.ASP
    >
    > uid: jeg
    > p/w: joom49
    >
    > any help would be most appreciated!!!
    >

  • All I need is help....have a look and make me happy

    I'm writing a program which uses java.util.Timer. Check this code:
    public class SomeTask extends TimerTask
        public void run()
             notifyAll() ;
    } // end of class
    public class SomeScheduler extends Timer
         public SomeScheduler()
              scheduleAtFixedRate( new SomeTask(), 0, 50 ) ;
    } // end of class
    public class SomeClass
         SomeClass() {}
         public void someMethod()
              while( true )
                   // do some operations, when finished wait for scheduler notify
                   try
                       wait() ;
                   catch( InterruptedException e ) {}
    } // end of classNow I know this does not work (monitor), but does anyone get the idea of what I'm trying to do? How can I make this work? This way I could 'synchronize' a oouple of threads. Or if you have any other suggestions I'll be more than willing to listen.
    Cheers

    Here's a few hints:
    1) wait() and notifyAll() require you to "own the monitor". This means you must synchronize on the object you are waiting or notifying, before calling these methods.
    2) In order for notifyAll() to signal a thread which has wait()'ed, these methods must be invoked on the SAME object. For example:
    Object o = new Object();
    synchronized (o) {
      o.wait();
    // in another thread:
    synchronized (o) {
      o.notifyAll();
    }

  • Have a peek and tell me where my code is bad

    There are two lines of text in particular that will not
    justify. They are "Demonstration Video" and "New Products". I am
    very new to DW so don't go too techie on me as I will not
    understand a word of it.

    I'm lost....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "joeq" <[email protected]> wrote in message
    news:gk90hf$1pg$[email protected]..
    > what does the invalid code have to do with the webforum?
    >
    >
    quote:
    Originally posted by:
    Newsgroup User
    > It's about the invalid code found on your page. Do you
    need help
    > interpreting it?
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "Fishgriddle" <[email protected]> wrote
    in message
    > news:gk8prf$ngb$[email protected]..
    > > What is this about?
    >
    >
    >
    >
    >

  • Procedure ..Please have a look and give ur suggestion

    Hi all,
    Please have a below procedure.
    Suggest me if I do anything to make it more efficient?
    Because I'm very very new to pl/sql .
    I have to send this to code review.Before just to make sure everything is good and all logic and everything.
    Thanks in advance.
    PROCEDURE proc1 (
      in_report_parameter_id   IN      NUMBER,
      in_date_format_mask      IN      VARCHAR2,
      in_start_date_time       IN      TIMESTAMP,
      in_end_date_time         IN      TIMESTAMP
    AS
        my_current_date_time TIMESTAMP;            
    BEGIN
          my_current_date_time := TRUNC(in_start_date_time);
          DELETE FROM table1;
      LOOP
         EXIT WHEN my_current_date_time >= in_end_date_time;
         INSERT INTO table1 (
                     date_time )
         VALUES (my_current_date_time);
          my_current_date_time := my_current_date_time + numtodsinterval(1, 'DAY');
      END LOOP;
      DELETE FROM table1
         WHERE   TRUNC (date_time) IN
              SELECT TO_TIMESTAMP(report_parameter_value, in_date_format_mask)
                FROM report_parameters
              WHERE report_parameters.report_parameter_id    = in_report_parameter_id
              AND report_parameters.report_parameter_group = edr_rpt_constants_pkg.date_format_mask_group
              AND report_parameters.report_parameter_name  = edr_rpt_constants_pkg.excluded_date_name
    END proc1;

    Hi,
    I meant something like this:
    INSERT INTO table1 (date_time)
    WITH   all_dates   AS
         SELECT     in_start_date_time
                      + LEVEL - 1     AS dt
         FROM     dual
         CONNECT BY   LEVEL <= 1 + in_end_date_time
                                    - in_start_date_time
    SELECT     dt
    FROM     all_dates
    WHERE     dt     NOT IN     (
                       SELECT  TO_TIMESTAMP (report_parameter_value, in_date_format_mask)
                     FROM     report_parameters
                   WHERE     report_parameters.report_parameter_id    = in_report_parameter_id
                   AND     report_parameters.report_parameter_group = edr_rpt_constants_pkg.date_format_mask_group
                   AND     report_parameters.report_parameter_name  = edr_rpt_constants_pkg.excluded_date_name
    ;If you post CREATE TABLE and INSERT (or CREATE TABLE AS) statements, then I' can test it.
    As Tim said, TRUNCATE TABLE is not a PL/SQL command, so to use it in PL/SQL you have to use EXECUTE IMMEDIATE, like this:
    EXECUTE IMMEDIATE 'TRUNCATE TABLE  table1';The word TABLE before the table name is required.

  • Slow speeds, can someone have a look

    hello, im getting really slow broadband speed at the moment. My sync speeds is still the same as it always is but my actual download speed is very very slow! I cant even load up a speedtester. heres some stats from my homehub:  Uptime: 0 days, 0:10:42 Modulation: G.992.1 annex A Bandwidth (Up/Down) [kbps/kbps]: 448 / 3,872 Data Transferred (Sent/Received) [KB/MB]: 710.00 / 3.45 Output Power (Up/Down) [dBm]: 12.0 / 19.0 Line Attenuation (Up/Down) [dB]: 27.5 / 53.0 SN Margin (Up/Down) [dB]: 20.0 / 9.5 Vendor ID (Local/Remote): TMMB / TSTC Loss of Framing (Local/Remote): 0 / 0 Loss of Signal (Local/Remote): 0 / 0 Loss of Power (Local/Remote): 0 / 0 Loss of Link (Remote): 0 Error Seconds (Local/Remote): 0 / 0 FEC Errors (Up/Down): 0 / 151 CRC Errors (Up/Down): 0 / 1 HEC Errors (Up/Down): 0 / 1 Line Profile: Interleaved

    Hi again.
    Unfortuantly the problem im having hasnt gotten any better at all.
    My Broadband is fine between 6AM and 10AM but after that painfully slow and sometimes unusable.
    Im also not the only person in my local town suffering from this problem.
    Is there any way for me to do anything about getting my local exchange looked at to see if theres a problem with conjestion.
    *EDIT also i did ring up BT's customer support but they were very unhelpful and just told me there was no problem and that theres nothing they can do for me

  • Macbook Pro is freezing with the spinning rainbow ball of death constantly going. Can someone review my Etrecheck and tell me what to do?

    My macbook pro is constantly freezing with the rainbow ball of death spinning all the time. I ran Etrecheck. Any help would be much appreciated!
    Problem description:
    Running slow; constant spinning rainbow ball
    EtreCheck version: 2.0.11 (98)
    Report generated November 12, 2014 at 2:08:28 PM CST
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,1
      1 2.3 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 2:40:10
    Disk Information: ℹ️
      Hitachi HTS545032B9A302 disk0 : (320.07 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 318.84 GB (115.79 GB free)
      Core Storage: disk0s2 319.21 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [running] com.adobe.AdobeCreativeCloud.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [invalid?] com.citrixonline.GoToMeeting.G2MUpdate.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.microsoft.LaunchAgent.SyncServicesAgent.plist Support
      [invalid?] com.nero.HSMMonitor.plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWNHidden (missing value)
      Microsoft Database Daemon Application (/Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app)
      VMware Fusion Start Menu UNKNOWN (missing value)
      „Google“ diskas Application (/Applications/Google Drive.app)
    Internet Plug-ins: ℹ️
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 Support
      Default Browser: Version: 600 - SDK 10.10
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Support
      CouponPrinter-FireFox_v2: Version: 1.1.10 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 Support
      DirectorShockwave: Version: 12.1.3r153 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 51 Check version
    User Internet Plug-ins: ℹ️
      CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Java  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          23% firefox
          9% Microsoft Outlook
          3% WindowServer
          1% mdworker32
          1% mds
    Top Processes by Memory: ℹ️
      258 MB firefox
      155 MB mds_stores
      137 MB Microsoft Outlook
      133 MB softwareupdated
      94 MB Microsoft Excel
    Virtual Memory Information: ℹ️
      169 MB Free RAM
      1.38 GB Active RAM
      1.19 GB Inactive RAM
      1.15 GB Wired RAM
      6.52 GB Page-ins
      37 MB Page-outs

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Have a look an tell me what went wrong

    Ok so im creating a website and im basically using this for a
    CSS style for the background image:
    <style type="text/css">
    <!--
    body {
    background-image:url(images/background.jpg);
    background-attachment: fixed;
    background-color: #fff000;
    background-repeat:no-repeat
    The point of it is to stop the image from scrolling down with
    the text which does work, however, using photoshop CS3 ive created
    a gradiant background image (Which can be found
    Here
    and instead of making a huge background image on photoshop ive used
    the last bit of color in the gradiant (which is #fff000) to fill
    out the rest of the page, However the start of the gradiant itself
    in the image seens to be repating on the far right of the page. Ive
    racked my brains from 2am till 4am last night to fix this problem
    and no joy/ Even Joesph Lowery's book couldnt help me :( So i was
    wondering if anyone had any ideas for me?
    Here

    All that would do is to remove the
    background-attachment:fixed style from
    the picture. I'm not sensing that this is the desired
    result....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "JoeyD1978" <[email protected]> wrote in
    message
    news:gpj93v$lcc$[email protected]..
    > Just write it like this:
    >
    > body {
    > background: #fff000 url(images/background.jpg) no-repeat
    0 0;
    > }

  • Someone take a look at this

    im getting a tcpip error with my dsl and its causeing my damn explorer to pause every minute
    i know this applet takes a while to load but i cant get a good time on it
    someone take a look and tell me how long it takes to load
    i know the applet pauses it has a gc problem
    its a old zbuffer i tryed to write woulda been cool if i ever rewrote it
    but its huge
    http://www.geocities.com/donna_dulgo/lastZbufferversion/test1_0e.html
    [/code]

    seems to work fine to me

Maybe you are looking for

  • Interest on arrears calculation

    Hi all, I would like to set the interest calculation for customer in the following way, can this be done? please advice.  If the customer line item is due during the month and the payment is received after the due date, when i run the interest calcul

  • Passing multiple values to the QUERY BDOC parameter?

    hi All, Below is my Query BDOC Anchor Before Query Execute even handler... I'm trying to pass multiple values to the         bq.Z_PartnerFunction query parameter... i.e.  PARTNER_FCT in( '00000012','ZDIVMGR','ZAREADR') is it possible without creating

  • How do I change the speed of the Final Cut Pro X "Ticker" Title option?

    I am moving from iMovie to Final Cut Pro X.  I used to use the "ticker" title option all the time in iMovie, but when I utilize it in Final Cut Pro X, it scrawls really slow and only shows the first line of text before the video ends.  How do I adjus

  • Edit message payload object without remove queue table

    Hi, need ur help again, Known that if we want to modify a message payload attribute (add,edit or delete), we will fail to do so if the message payload is used by existing AQ's queue table. How to change the message payload object without remove the q

  • Function module for the transcation CS02(i.e) BOM

    Hi All, I want the function module for the transction CS02. Actually I need the details of BOM for any material. Please help....Its a urgent requirement. Thanks in advance