Moving Beyond Tables.  Understanding the DIV Part 2

Hello,
Unfortunately I was taught Dreamweaver sorta backwards and have always used tables for layout.  The advantage has been a grid layout where you can move things by sliding the guides around.  It works most of the time, but I am determined to move beyond it.
My Dreamweaver skills are fair at best, and appreciate any input…. please be kind.
Here is the current webpage : http://www.outposticearena.com/
Here is my rough draft (with added animation in banner).http://taffyproductions.com/test/
1) I want to put the two image links (Facebook/Map) ON TOP of the rotating banner as they appear on the current website.  (I want them to appear in the lower right corner and have similar spacing).
How would I do this using divs?
Below is the code for the the links.....
Thanks for any help!!
Gary
<td><a href="http://www.facebook.com/pages/Outpost-Ice-Arenas-CooLLoop/115057262098" target="_blank"><img src="images/facebook.jpg" width="36" height="36"/></td>
    <td><a href="http://maps.google.com/maps?client=safari&oe=UTF-8&ie=UTF-8&q=outpost+ice+arena&fb=1&gl=us &hq=outpost+ice+arena&cid=0,0,14937863903777551798&ei=-UjzT7XRNdGsqAGG0InVAw&ved=0CKoBEPwS MAA&oi=local_group" target="_blank"><img src="images/map.jpg" width="36" height="36" /></td>

Add the highlighted markup to your document
<div class="banner">
    <div id="rotatingbanner">
        <div class="current"><img src="images/banner11.jpgimages/banner.jpg"></div>
        <div><img src="images/banner1.jpg"></div>
        <div><img src="images/banner2.jpg"></div>
        <div><img src="images/banner3.jpg"></div>
        <div><img src="images/banner4.jpg"></div>
        <div><img src="images/banner5.jpg"></div>
        <div><img src="images/banner6.jpg"></div>
        <div><img src="images/banner7.jpg"></div>
        <div><img src="images/banner8.jpg"></div>
        <div><img src="images/banner9.jpg"></div>
        <div><img src="images/banner10.jpg"></div>
        <div><img src="images/banner11.jpg"></div>
    </div>
   <div class="socialicons">          
            <img src="images/facebook.jpg">
            <img src="images/map.jpg">
    </div>
</div>        
Add a few style rules
.banner {
    position: relative;
.socialicons {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 999;
.socialicons img {
    width: 36px;
Adjust the values to suit.

Similar Messages

  • Moving Beyond Tables-.Understanding the DIV :)-

    Hello,
    Unfortunately I was taught Dreamweaver sorta backwards and have always used tables for layout.  The advantage has always been a grid layout where you can move things by sliding the guides around.  It works most of the time, but I am determined to move beyond it.
    I admit my Dreamweaver skills are fair at best, and appreciate any input…. please be kind
    Here is the current webpage : http://www.outposticearena.com/
    Here is my rough draft (very much improved with added animation)…. and still confused regarding layout….http://taffyproductions.com/test/
    1) Why are there lines between my sidebar1/nav?  Which css rules control their spacing and size?
    2) How do I control the top and bottom spacing between my H2 tag "Welcome to the Cooloop" and the .p tag below it?
    3) I have 4 images/links in the sponsors div.  I want to center/ space them.  How can I do this?
    Thanks again!!!
    Gary

    1. In style.css  Line 111
    ul.nav li
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #666666;
    Remove the border and gone are the lines
    2. At the start of style.css place the following code
    * {margin:0;padding0;}
    Each browser has its own default style rules. If they were all the same rules then we could live with it. Because they are not the same, it is best to bring all of the styli rules down to one denominator by setting the margins and padding to zero. This may mess up some of the other styles, but these can be fixed by a bespoke setting of the margins and padding.
    3. First we need to re-arrange our markup
    <div id="footer1">
        <div><a href="http://www.abqfsc.org/" target="_blank"><img src="images/afsc.jpg" alt="albuquerque figure skating club"/></a></div>
      <div><a href="http://www.nmhockey.com/" target="_blank"><img src="images/nmhockeyadult.gif" alt="NM Hockey" /></a></div>
      <div><a href="http://apps.planethockey.com/site/camps/default.aspx?CampId=176" target="_blank"><img src="images/planet_hockey.gif" alt="planet hockey" /></a></div>
      <div><a href="http://www.nmice.org/" target="_blank"><img src="images/nmice.jpg" alt="New Mexico Ice Hockey" /></a></div>
      <p>Web Design by <a href="http://taffyproductions.com/" target="_blank">Gary Goldblum</a></p>
    </div>
    Then we will add a bit of styling
    #footer1 div {
        width: 25%;
        float: left;
    #footer1 div img {
        display: block;
        margin: auto;
    As a passing comment, just one question per post please.

  • Please help to understand the Service parts planning,we r tring to do poc for project

    Hi
    Please help to understand the Service parts planning,we r tring to do poc for project
    1)How the sales history flow from cube to Interactive forecasting screen(like dp in apo there is no Planning area to store data and no load planning area from cube,so please let me know how it will load data?)
    2)How the Final demand will flow to DRP for further planning?
    3)What is the exact purpose of BOD?
    4)What is the leading indicator forecasting and the purpose?
    5)Where data will store in SPP (forecasting and other data like liveache in dp)?
    6)Product interchangeability and use?
    6)Can you please forward the process document to understand the flow as i am not able understand the help document
    Thanks for advance help
    Regards
    kkk

    Hi,
    Please check Service Part Supply Plan - Enterprise Services in SAP Advanced Planning and Optimization - SAP Library
    BR

  • Please help to understand the Service parts planning doubts/clarifications

    Please help to understand the Service parts planning,we r tring to do poc for project
    1)How the sales history flow from cube to Interactive forecasting screen(in spp,like dp in apo there is no Planning area to store data and no load planning area from cube,so please let me know how it will sales history load data?)
    2)Does Sales History of the child location will agregated to entry level ? if so like that we need to run statistical forecats at entry location?
    3)where we will create the from and To Product(eg:Maping Product A to Product B ) to do the Relignment /Phase in profile/Interchangebility
    4)What is the leading indicator forecasting and the purpose?
    5)Where data will store in SPP (forecasting and other data like liveache in dp)? Mpos and Planning area is not there in SPP?
    6)Can you please forward the process document to understand the flow as i am not able understand completely by the help document
    Thanks for advance help
    Regards
    KKK

    Hi,
    Please check Service Parts Planning - Enterprise Services in SAP Advanced Planning and Optimization - SAP Library
    BR

  • Moving a table to the top of the page?

    hey there,
    hi, i'm a newbie. i created a table in a html page. i want to
    make the table bump up against the very top of the page/browser,
    but can't figure out how to get it up there. right now, it's
    floating in the middle of the page, and there's about a 1/4 inch
    space between the top of the table and the bottom of the
    dreamweaver or internet explorer browser. I want to close that
    up...how?
    thanks in advance for any help..thx
    ch1221

    Use CSS to control the default margin on the body tag -
    body { margin:0; padding:0; }
    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
    ==================
    "chal7ds" <[email protected]> wrote in
    message
    news:fn0no9$js6$[email protected]..
    > hey there,
    >
    > hi, i'm a newbie. i created a table in a html page. i
    want to make the
    > table
    > bump up against the very top of the page/browser, but
    can't figure out how
    > to
    > get it up there. right now, it's floating in the middle
    of the page, and
    > there's about a 1/4 inch space between the top of the
    table and the bottom
    > of
    > the dreamweaver or internet explorer browser. I want to
    close that
    > up...how?
    >
    > thanks in advance for any help..thx
    >
    > ch1221
    >

  • The detail part of table doesn't refresh after deleting a row

    Hello!
    I'm developing a Master-Detail table with some a functionality. Particularly, I want to invoke a DELETE function in the Detail part of the table.
    For this purpose, I placed a Command button to the tableSelectOne component of the Detail part of the table, which stores current row key and calls another page. On this (<another>) page I created a ReadOnly form with data related to the row of Detail table, which key is stored. In addition, I added there two Command buttons. First of them is a CancelButton, which does nothing except returning to master-detail page. The second is a DeleteButton, which executes a RemoveEntity method and returns to master-detail page, too.
    When I'm tried to delete in this way a row from detail part of table, I discovered, that this row is really deleted from the database, but it doesn't affect on the content of the Detail part of the table. Any kinds of refreshing couldn't aid me, only restart of the application.
    Could anybody help me to solve this problem?
    Thank in advance.

    Hi,
    I'm facing the same problem but Frank's solution doesn't fix it.
    you need to define an invoke action in the binding
    for your m/d page and set it into the page binding's
    execute section. Then set the condition for invoking
    the action to !postback. This will re-execute the
    iteratorThis efectively re-executes the iterator, so the master table data is refreshed. You can see the TopLink log showing the query to the db (I'm using TopLink instead of BC). The problem is that the detail rows are queried only once and only the inserts and updates are displayed, not the deletes.
    I think the problem may be related to PPR or some cache issue.
    See the BC tutorial
    http://www.oracle.com/technology/obe/ADFBC_tutorial_10
    13/ADFBC_tutorial.pdf
    See page 86 "Adding the ServiceHistories Data". This
    defines a invoke action for this kinf of task. More
    example code is contained in the SRDemo sampleThe tutorial doesn't contain a scenario with master-detail deleting detail records (neither the BC tutorial, nor the TopLink one) so it can't help me :(
    The only solution I can think of is using a different model method (a method in the SessionFacade for TopLink) for the detail table (one that takes the master PK as parameter and retrieves the corresponding detail records) and have a selectionListener in the selection component of the master re-execute the method (passing the PK from the master table current row).
    Is there a solution that doesn't require the use of a separate method for the detail?
    Thanks,
    Miguel

  • I am moving to the uk from oz and was wondering do i have to replace the whole power cable for my mac book 15inch pro....or can i just replace the actual plug in the wall part ..if i can what is this called as when i look on line it just comes up with the

    i am moving to the uk from oz and was wondering do i have to replace the whole power cable for my mac book 15inch pro....or can i just replace the actual plug in the wall part ..if i can what is this called as when i look on line it just comes up with the complete power unit...it seems odd that you have to buy the whole unit again...thanks.matthew

    All you need is a plug adaptor, if required. Apple sells an adapter kit:
    http://store.apple.com/us/product/MB974ZM/B?fnode=MTY1NDEwMQ&mco=MTA4NDE3MDQ

  • How to update Spry-table and present the updated table in a div element?

    Hello!
    I am using a very interesting AJAX-framework called Spry when designing a web page. Here the web page is: Link.
    I need some help.
    Every time a new project or shift is added, the changes are written to an xml-file. When the page is reloaded, Spry reads data from xml-files.
    This is caused by this code:
    dsProjects = new Spry.Data.XMLDataSet("timetable/projects.xml", "projects/project");
    dsShifts = new Spry.Data.XMLDataSet("timetable/{dsProjects::url}", "project/shift"); //look inside projects.xml and //extrac xml-file. url
    dsName = new Spry.Data.XMLDataSet("timetable/{dsProjects::url}", "project");
    I call this function that I have written: loadProjectsIntoDivElement ().
    This function does the following: [See attached code.]
    It iterates through the Spry-datastructure and puts the data in a table inside of the div-element called 'projectsList'.
    Now, when I add a new project, I want it to be inserted into the Spry-datastructure and then cause the new data to be written into the div element called 'Specials_DIV'.
    I have found out how to update a Spry-datastructure (e.g. dsProjects above), but I don't know how to update the table containing the data without refreshing the page. This should be done using Spry.
    Some code:
    1:
    2:
    3:
    function loadProjectsIntoDivElement () {
    $('#projectsList').html('');
    $('#projectsList').append('<table id="Specials_Table"><tr><th spry:sort="id">ID</th><th spry:sort="NAME">Name </th><th spry:sort="hoursestimated">Nr. of hours estimated</th><th spry:sort="hoursworked">Nr. of hours worked</th><th spry:sort="costperhour">Cost per hour.</th></tr>{function::init_hours}<tr spry:repeat="dsProjects" onclick="chooseProject({ds_RowID})"><td>{id}</td><td>{NAME}</td><td>{hoursestimated}</td><td>{hoursworked}</td><td>{costperhour}</td></tr></table><br/>{function::get_hours}<br/>');
    I have tried to accomplish this in various ways but I don't succeed.
    I want to do it without refreshing the page.
    Update: I found some code here that I will try: Link
    Thanks in advance!
    Anders Branderud
    My blog

    Hello!
    Thanks!
    I don't succeed with the implementation in any browser.
    I have found a way to it, but I would like a way that updates the data quicker and without reloading all of the page. After all, I am only adding one row on the end of the data structure, so there should be no need to read in all data again.
    Now I do it like this:
    When a project is added, do this:
    1. Store a new row in the project file through a php script.
    2. When the post-call to the php-file returns, do refresh of the whole page.
    Then the newest version of the xml file will be read in.
    However, I don't want to read the data from a xml file each time that a new project is created.
    I know how to add the new data to a Spry-datastructure [in my code 'dsProjects'], but I don't know how to display the updated data without reloading the whole page.
    I have tried some various ways to do it, but haven't succeded.
    Thanks!
    Anders Branderud

  • Dreamweaver design view doesn't show the bottom part of a long div

    Hi!
    I'm doing a very graphics oriented site, which basically requires me to use a large jpg as a background image and placing text areas against this background     using absolute positioning.
    My problem is that Dreamweaver doesn't show me the bottom part of my content div's background, but renders it as black instead. This obviously makes placing the text areas correctly difficult, since I can't see them against the background.
    If I turn on Live view, then Dreamweaver shows the bottom part correctly. But in live view I can't use rulers and guides (or can I?).
    Is there any setting that I can change so that Dreamweaver is showing me the whole div bg in all situations? One possible cause of this problem might be also that I'm using overflow:scroll on my content. Could that be why Dreamweaver hides the bottom part and can I change that behaviour?
    Any ideas are welcome!

    If we can see the page in question we could probably do this a lot easier.  But all you need to do in your CSS for the background is:
    background: url(pathto/image.jpg) fixed no-repeat;
    If you are trying to absolutely position something in the middle you will be unable to do this without the assistance of javascript to determine the useable pixels on the end-users computer.  Horiztonally is not the issue, but rather vertically because you can achieve horizontal centering by defining a width and setting the margin: 0 auto; in your CSS.
    As far as working with overflows, if there is too much content in them that you believe the overflow will be necessary (assuming min/max-widths are set) you could consider including the content from another document or store it in a database and query the information out.  Then it would make it easier for the client to update the content on their own in the future.

  • Understanding the CMap tables

    Hi,
    I'm in the process of developing a pdf viewer, and was in need to render Japanese chars... I've realized after the help of mkl, that I need to extract the font char values from the tables located in the Japanese file here, problem is I need one set of characters and there are 30+ columns with sets of characters...
    By which logic do I determine which column is the one I need to use while extracting the characters?
    Thanks,
    Adam.

    Ken,
    Thank you for all the assistance... these files are great and what I had in mind in terms of remapping the files.
    I'm still not quite sure about the value conversions in the file, specifically:
    I do understand the CID to 4 Hex digit conversion(utf-16 value). 
    20057 D840DCF5-> if ignoring the D8 seems like a utf-8.
    11883 30AA30F330B030B930C830ED30FC30E0 -> 128 bit value. (leading 30)
    20928 00440072002E -> looks like a utf-8 formatted to utf-32.
    20932 30B730FC30D930EB30C8 -> 80 bit value. (leading 30)
    20925 004E0078 -> looks like a utf-16 but formatted as utf-32 with the leading 00.
    20565 307B304B -> 32 bit value (leading 30)
    So most of the file is understandable, but these anomalies confuse me, and since all this is quite new for me I cannot see/understand the patterns of these value, or how do I integrate them into my PDF Viewer.
    Could you elaborate a bit about these example above, or point me to a reading reference about this sort of conversion? is there a 128 bit char? are these a few chars together?, I mean an entire string?
    Many thanks,
    Adam.

  • HT4740 i already did the Hidding part and later moved the events and projects to the FCP events and projects folder . I still cannot share - keep getting this message "THE SHARE OPERATION 1080P FOR APPLE DEVICES (10 MBPS) HAS FAILED. Quicktime Error -50

    i already did the Hidding part and later moved the events and projects to the FCP events and projects folder . I still cannot share - keep getting this message "THE SHARE OPERATION 1080P FOR APPLE DEVICES (10 MBPS) HAS FAILED. Quicktime Error -50
    I dont know what else to do to be able to share my project - I know i updated FCPX before i shared this project  but i dont know what im doing wrong

    masterpieces wrote:
    later moved the events and projects to the FCP events and projects folder .
    Can you explain in detail what you did?
    Do any other shsre destinations complete? If not, do you get the same error message?

  • Between the 2 fusion drives , 1 is 1tb 5400RPM and 1 is 1tb 7200RPM, will you see much difference in speed as I understand the speed comes from the ssd part..?

    Between the 2 fusion drives , 1 is 1tb 5400RPM and 1 is 1tb 7200RPM, will you see much difference in speed as I understand the speed comes from the ssd part..?
    Will it not be noticeable?

    It would not be as noticable as one would think. The speed of the OS will come from the SSD portion of the drive. The SATA portion is mostly used for data storage which the drive only has to access as needed, not constantly. So over all, there is a bit of a difference but not enough to make a big impact.

  • My daughters Macbook's (3 years old) computer screen sometimes will waver and freeze and then turn white if not moved around. She was told that the replacement part would cost $600.  Do you know what's going on, and what is the replacement part?

    Mydaughters Macbook's (3 years old) computer screen sometimes will waver andfreeze and then turn white if not moved around. She was told that thereplacement part would cost $600.  Do youknow what's going on, and what is the replacement part? 

    Who told her that the replacement piece was $600?
    Ask those people which piece it is.

  • Moving  data in all the internal tables to the final table  t_data

    hi all,
    how to data in all the internal tables to the final table  t_data
    *selecting fields from bkpf table
      SELECT     bukrs
                 belnr
                 gjahr
                 bldat
                 xblnr
                 usnam
         FROM    bkpf
         INTO TABLE t_bkpf
        WHERE  bukrs  EQ po_bukrs AND
               belnr IN  so_belnr  AND
               budat IN  so_budat  AND
               blart IN  so_blart.
      IF t_bkpf[] IS INITIAL.
        MESSAGE a999(zfi_ap_gl) WITH text-011.
        STOP.
      ELSE.
    *selecting fields from  bseg table.
        SELECT  bukrs
                belnr
                gjahr
                koart
                shkzg
                dmbtr
                zuonr
                sgtxt
                kostl
                hkont
                lifnr
                prctr
                FROM bseg
                INTO  TABLE  t_bseg
                FOR ALL ENTRIES IN t_bkpf
              WHERE bukrs EQ  t_bkpf-bukrs AND
                    belnr EQ t_bkpf-belnr AND
                    gjahr EQ t_bkpf-gjahr AND
                    lifnr IN so_lifnr.
      ENDIF.
      IF t_bseg[] IS INITIAL.
        MESSAGE a999(zfi_ap_gl) WITH text-011.
        STOP.
      ELSE.
    *selecting the companies address from adrc table
        SELECT  SINGLE addrnumber street str_suppl2 city1
                       region post_code1
                       FROM adrc
                       INTO wa_adrc
                       WHERE addrnumber EQ w_adrnr.
    *selecting adrnr from the lfa1 table
        SELECT lifnr adrnr name1 ort01 regio pstlz
                     FROM lfa1
                     INTO TABLE t_adrnr
                     FOR ALL ENTRIES IN t_bseg
                     WHERE  lifnr EQ t_bseg-lifnr.
        IF NOT t_adrnr[] IS INITIAL.
    *populating the t_vaddress table.
          SELECT  addrnumber
                  street
                  str_suppl2
                  FROM adrc
                  INTO TABLE t_vaddress
                  FOR ALL ENTRIES IN t_adrnr
                  WHERE addrnumber  EQ t_adrnr-adrnr.
    *populating the t_vendor table with the vendor address
          SELECT lifnr
                 adrnp_2
                 namev
                 name1
                 INTO TABLE t_vendor
                 FROM knvk
                 FOR ALL ENTRIES IN t_adrnr
                 WHERE  lifnr EQ t_adrnr-lifnr AND
                        adrnp_2 EQ t_adrnr-adrnr.
        ENDIF.
      ENDIF.

    Loop the internal table which is having the maximum number of records,then use read table....for other internal tables....in that loop and then append them into final internal table.
    Ex-LOOP AT IT_VBRP INTO WA_VBRP.
        WA_FINAL-WERKS = WA_VBRP-WERKS_I.
        WA_FINAL-KUNAG = WA_VBRP-KUNAG.
        WA_FINAL-AEDAT = WA_VBRP-AEDAT.
        READ TABLE IT_KONV INTO WA_KONV WITH KEY KNUMV = WA_VBRP-KNUMV
                                                 KPOSN = WA_VBRP-POSNR_I.
        IF SY-SUBRC EQ 0.
          WA_FINAL-KSCHL = WA_KONV-KSCHL.
          CLEAR WA_KONV.
        ENDIF.
        READ TABLE IT_KNA1 INTO WA_KNA1  WITH KEY KUNNR = WA_VBRP-KUNAG.
        IF SY-SUBRC EQ 0.
          WA_FINAL-NAME1 = WA_KNA1-NAME1.
          CLEAR WA_KNA1.
        ENDIF.
        ENDIF.
        APPEND WA_FINAL TO IT_FINAL.
        CLEAR: WA_FINAL,WA_KONV,wa_kna1.
      ENDLOOP.

  • "Table of Contents" web part - How to have expand/collapse buttons? (I can use only CSS/JavaScript/JQuery)

    Hi there,
    I have a Table of Contents web part which is great. Is there a way so it shows only top level sites and then one can expand or collapse any top level site to see/hide the subsites?
    As of now it shows
    HR Parent site
    - HR sub site 1
    - HR sub site 2
    IT Parent site
    - IT sub site 1
    - IT sub site 2
    What I want is 
    + HR Parent site
    + IT Parent site
    So one can expand or collapse on demand.
    Any relevant JS/CSS/JQuery code?
    Thank you so much.

    Hi,
    According to your post, my understanding is that you want to expand or collapse the level site for the table of contents web part.
    I have made a simple code demo below to achieve this scenario, you can refer to it.
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(function(){
    var iconCollapse = "/_layouts/images/collapse.gif";
    var iconExpand = "/_layouts/images/expand.gif";
    $("div[id='WebPartWPQ2'] li ul").hide();
    //ugly way
    var $t = $("#WebPartWPQ2 div").children("ul").children("li").children("div");
    $t.each(function(){
    //console.log($(this).html());
    $(this).attr("style", "float: right; margin-right: 297px; line-height: 8px;");
    $(this).css("display","inline");
    $("<a src=" + iconExpand + "></img>").insertBefore($(this));
    $("a[class='min']").click(function()
    var img = $(this).children();
    //Traverse the DOM to find the child UL node
    var subList = $(this).siblings().children('ul');
    //Check the visibility of the item and set the image
    var Visibility = subList.is(":visible")?img.attr('src',iconExpand):img.attr('src',iconCollapse);
    //Toggle the UL
    subList.slideToggle();
    </script>
    Note: Yous should change the Web part ID and the css style to fit your environment.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

Maybe you are looking for

  • Request to Mods. re: Yoga Tablet pro 2 not wakeable after it goes to sleep

    We have a number of posts regarding the Yoga Tablet Pro 2 going to sleep and not waking up.  Can we get some kind of confirmation that this is actively being worked on or passed along?  I feel most of us have tried to do a factory reset, for some it'

  • Process from Checkout to Production.

    Hi, please tell me the process involved after the modifications done to the DC in NWDI. like when to checkin, activate, release, revert, also tell me the backend process i mean what happenes in the back end? how the activity is transported to quality

  • JDBC connection pool getting killed in Managed Server

    I am running a managed server in a Windows2000 SP2,WebLogic 6.0 SP2, JDK 1.3.1_01 environment When I start the managed server I get the following error: Attempting to create Connection Pool for the Pool Registry Entry : perfectFitPool <Nov 24, 2001 9

  • How to use java awt in linux

    I have few questions about linux. Is there any one who can give me the correct o/p of the following errorecode Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. a

  • Air and cs5 and template

    Hello, I'm trying to develop applications for Android. 1) I have the version of Flash included in Cs5 with solme litle examples of air, I need to download something else or air is already full? 2) there are some examples, on the web, of applications