Quick Help With School Work

I am current student that just got into a web design class, I was sent home with some homework seeing what we know and I have a question that I am stumped on .Was wondering if anyone could help me with this question:
Write an advanced CSS selector that specifically targets the input type or name for the following HTML:
<input type="text" name="address1" value=""/>
Thank you very much from web student and indvidual wanting to learn from their peers

Hi
As john said it may not be what is required, but as the css attribute selector is css2.1, (and further expanded in css3) I would not expect this to be included in a curriculum at this time.
CSS2.1 is only supported by the newer browsers and not IE versions < 7.
But if you wish to be certain you could also include this in your answer see - http://www.w3schools.com/css/css_attribute_selectors.asp. For full reference you could also point your tutor to - http://www.w3.org/TR/css3-selectors/.
PZ

Similar Messages

  • Need help with home work see what you got

    1. The MEMBERS table has the phone number broken into three fields:
       CountryCode - e,g., '1' for the United States
       AreaCode - e.g., three digits for the United States
       Phone - e.g., 7 digits, with or without a dash between the first three digits (Exchange) and last four digits (Line)
       Any or all of the fields may be missing (null) or blank or contain only spaces.
       Write a T-SQL statement to concatenate the three fields into a complete phone number
       with the format: CountryCode(AreaCode)Exchange-Line, e.g., 1(816)123-4567
       If no Phone is present, return a blank string.
       If no area code is present, return only the Phone number. Do not return an empty pair of parentheses or the CountryCode.
    2. The PERSON_CAMPAIGN table contains a row for each war/conflict the member served in. A member may have served in multiple conflicts
       For this purpose, each row contains:
       PersonID - unique member identifier
       Campaign - name of war/conflict
       Write a T-SQL statement to return one row per member with all campaigns concatenated into a single field and separated by commas
       E.g., PersonID    Campaigns
             12345678    Global War on Terror, Iraq, Afghanistan
    3. The MEMBER_STATISTICS table contains one row per post.
       For this purpose, each row contains the post's:
       Division - a way of grouping posts by their member size
       Department - the state in which the post is located
       PostNumber - unique post identifier
       Reinstated - count of members whose annual subscription had lapsed for at least two years but who have now subscribed for the current year
       Write a T-SQL statement to determine the top ten posts in each division based on the number of reinstated members, with a minimum of 50 reinstated members.
       Rank them by highest to lowest reinstated count.
       Return their Division, Rank, Department, PostNumber, Reinstated

    I got 3 home work questions think i have the first two need help with the last one please.
    Kinda stuck on #3 hard I can see data not sure witch to sum or count?
    1. The MEMBERS table has the phone number broken into three fields:
       CountryCode - e,g., '1' for the United States
       AreaCode - e.g., three digits for the United States
       Phone - e.g., 7 digits, with or without a dash between the first three digits (Exchange) and last four digits (Line)
       Any or all of the fields may be missing (null) or blank or contain only spaces.
       Write a T-SQL statement to concatenate the three fields into a complete phone number
       with the format: CountryCode(AreaCode)Exchange-Line, e.g., 1(816)123-4567
       If no Phone is present, return a blank string.
       If no area code is present, return only the Phone number. Do not return an empty pair of parentheses or the CountryCode.
    ANSWER******************
    Notes: created a funtion to format the phone 
    Then used the this function in a select to concatenate Phone 
     CREATE FUNCTION dbo.FORMATPHONE (@CountryCode int, @AreCode int, @Phone VARCHAR(14))
    RETURNS VARCHAR(14)
        AS BEGIN
           DECLARE @ReturnPhone VARCHAR(14)
           DECLARE @NewPhone VARCHAR(14)
    -- Note case sets newphone to null if phone null or '' also to see if phone has '-' in it if not inserts into newphone
           case 
                when @Phone is null or @Phone  = ''
                   Then SET @NewPhone = Null
                when @Phone = substring(@Phone,4,1)='-'
          Then SET @NewPhone = @Phone 
           else  
                SET @NewPhone = substring(@Phone,1,3)+'-'+ substring(@Phone,4,4)
           End     
           case 
                when @NewPhone is null then SET @ReturnPhone = @NewPhone            
           elese case
                    when @AreCode is null or @AreCode = '' then SET @ReturnPhone = @NewPhone
                 else 
          SET @ReturnPhone = @CountryCode + '(' + @AreCode + ')' +  @NewPhone
                END
           END
        RETURN @ReturnPhone 
    END
    select dbo.FORMATPHONE(CountryCode,AreCode,Phone)
    from MEMBERS 
    2. The PERSON_CAMPAIGN table contains a row for each war/conflict the member served in. A member may have served in multiple conflicts
       For this purpose, each row contains:
       PersonID - unique member identifier
       Campaign - name of war/conflict
       Write a T-SQL statement to return one row per member with all campaigns concatenated into a single field and separated by commas
       E.g., PersonID    Campaigns
             12345678    Global War on Terror, Iraq, Afghanistan
    ANSWER******************
    SELECT      PersonID,
                STUFF((    SELECT ',' + Campaign AS [text()]
                            FROM PERSON_CAMPAIGN 
                            WHERE (PersonID = Results.ID)
                            FOR XML PATH('') 
                            ), 1, 1, '' )
                AS Campaigns
    FROM  PERSON_CAMPAIGN Results
    3. The MEMBER_STATISTICS table contains one row per post.
       For this purpose, each row contains the post's:
       Division - a way of grouping posts by their member size
       Department - the state in which the post is located
       PostNumber - unique post identifier
       Reinstated - count of members whose annual subscription had lapsed for at least two years but who have now subscribed for the current year
       Write a T-SQL statement to determine the top ten posts in each division based on the number of reinstated members, with a minimum of 50 reinstated members.
       Rank them by highest to lowest reinstated count.
       Return their Division, Rank, Department, PostNumber, Reinstated

  • Need some quick help with redoing a website

    Hi, I did my website done in iWeb in 2008, published it, and have it hosted by GoDaddy. I want to take it offline for now and design a new 'under construction' site, but there is a chance that I might want to still go back to the original version.
    I see the current 'Domain' in Home Folder>Library>Application Support>iWeb.
    Can I just redo my site (still working in pre-2008 iWeb), publish it, and if I need to, use the old 'Domain' to revert to my current website?
    If yes, how do I do that....and, if 'no', what should I do?
    Thanks!

    Hi and thanks. To reply....
    I published the website in iWeb and it is on my MobleMe. It was done in iWeb v 1.1.2, and I have not upgraded iLife on the computer that I designed the website on, as I feared losing some/all of it in an upgrade.
    I do, however, pay GoDaddy for my corporate URL AND hosting....which I suspect is the forwarding and not 'hosting' per se....but on my Hosting account on GoDaddy it does say 'Shared Hosting'.
    I do not want to 'overwrite' my current site just yet, as I am uncertain about the next one's content or the time to do it the way I envision it. What I want to do is SAVE my current site in case I want it back and, in the meantime, put up a page that says Under Construction. Can you help with that?
    Much appreciated

  • Quick help with dual booting

    I have hopped around on different distros and I found that Archlinux would be the best solution for me.  However, I need help with dual booting Archlinux and Vista as I will need Vista around for one program and a game that do not work with any Linux distro that I have tried.  I have not done a text based install before, I have only used newbie distros but I want to move on to Archlinux. 
    I will only need one partition for Vista and one for Arch.  I believe I can achieve the goal of dual booting them by shrinking the vista partition, and then installing Arch in the remaining space and use GRUB to boot the necessary partitions when my laptop is powered on.  This works with Ubuntu, so I assume it shall be the same basic concept with Arch.  I can follow the instructions on installing, and the installation is easier than I had expected it to be.  I have one question, how would I go about using the above technique that I mentioned during the install?  I would like to know how to do it correctly, I cannot risk messing up Vista.  I'm fifteen and my dad would be very frustrated if I did mess up Vista.  I would appreciate some specific instructions, because I really like Arch from what I have read.  I also look forward to being an active member in the community as well if all goes well.

    Welcome!
    Another young one I see! I'm currently 17, however I started using linux when I was 13 (8th grade year).
    You can resize the vista partition by using gparted. You can download the gparted livecd from there website (http://gparted.sourceforge.net/download.php). I do not know specific directions, but it is pretty obvious how to resize, and if you need help you can probably google something like "resize partition gparted". I WARN YOU that you do risk data loss resizing the partition. I don't believe the risk is high, but it still there, so backup any important data that you may have in case something goes wrong!!
    Do you have your own computer that you can experiment on? That might be a safe option than using your dads. I am been fortunate to have hand-me-down systems, but when I was young I made my dad angry quite a few times "experimenting!"
    If your dad's system has enough juice, you may want to consider install arch in a virtual machine to get idea of however thing works. Following the Beginners Guide on the wiki will be you best bet for a successful and well configured machine (http://wiki.archlinux.org/index.php/Beginners_Guide). If you really want to play it safe you can even go as far as install windows in a virtual machine, resizing the partition, and installing arch in the same virtual machine.
    I hate to say this, but if you absolutely can not mess up vista, I would advice against installing any other OS and messing with the partition scheme. As whenever you mess with the partitions you run a risk of messing up Vista (or any other os for that matter). If you don't already have your own computer which you can tinker with, it might not be a bad idea to look at getting one. They are becoming cheap, you can build one for about $300-$400USD, or buy one for probably around $400.
    Hope this helps a bit...

  • Quick help with css display in IE7

    Hi, I haven't been on this forum in ages - I have a slight display glitch would love some help with:
    http://magma.ie/magmablog-html/index.html
    It looks great in the latest and greatest browser (IMHO!): - firefox 3.5.6
    http://cl.ly/17cD
    but IE7 pops the search field in the sidebar off to the right, at least, according to browsershots.org
    http://cl.ly/1A1f
    Thanks, H

    It looks OK in IE8 but IE7 is having trouble with the #Sidebar width.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Quick help with flash and html

    Hi folks,
    just a quick query that i'm sure someone out there will know
    the answer to (or at least i'm hoping someone will)
    I've been working on a new site (first attempt so be gentle
    with any criticism please!!)
    I used fireworks8 to create a navmenu and it works a treat,
    however i also have flash on some of the pages, and the fireworks
    submenus don't seem to like showing up over the flash!
    see
    http://www.gammies.co.uk/construction.asp
    for what i mean. the nav links to construction, groundcare and
    recreational don't show becuase of the flash. I was trying to see
    if there was some option to send the flash to the back of the page
    as such so that the navmenu was on top but couldn't get it, and i'm
    no sure what i'd have to do code wise to change it (if it's a code
    issue). By the way it does it in both firefox and IE
    All help greatly appreciated..
    Thanks
    Chris

    All Active content on a page will always rise to the top, so
    to speak,
    including Flash, certain form elements, Java applets, and
    Active X controls.
    This means that each of these will poke through layers. There
    is not a good
    cross-browser/platform reliable way to solve this issue, but
    if you can be
    confident in your visitors using IE 5+ or NN6+, then you can
    use the Flash
    wmode parameter (however, Safari does not support this
    properly!).
    Adobe articles:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15523
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14201
    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
    ==================
    "[email protected]" <[email protected]>
    wrote in message
    news:foc4db$2nh$[email protected]..
    > Hi folks, just a quick query that i'm sure someone out
    there will know
    > the
    > answer to (or at least i'm hoping someone will) I've
    been working on a
    > new
    > site (first attempt so be gentle with any criticism
    please!!) I used
    > fireworks8 to create a navmenu and it works a treat,
    however i also have
    > flash
    > on some of the pages, and the fireworks submenus don't
    seem to like
    > showing up
    > over the flash! see
    http://www.gammies.co.uk/construction.asp
    for what i
    > mean.
    > the nav links to construction, groundcare and
    recreational don't show
    > becuase
    > of the flash. I was trying to see if there was some
    option to send the
    > flash
    > to the back of the page as such so that the navmenu was
    on top but
    > couldn't get
    > it, and i'm no sure what i'd have to do code wise to
    change it (if it's a
    > code
    > issue). By the way it does it in both firefox and IE All
    help greatly
    > appreciated.. Thanks Chris
    >

  • Help with apple works

    I am new to mac and looking for some help. My son is trying to do a "collage" of various pictures for a school project. He would like to only use the faces in the photos. In other words, outline the faces and delete the rest of the photo... ending up with a page of nothing but the faces. Can he do this using apple works? And if so how? (or for that matter any other application that comes with a new mac) The only software I have added is microsoft office (Word, Excel, Powerpoint etc) Any help would be great.

    It is possible to use Appleworks to do this,...but as some mentioned, it's not as easy to do when compared to programs that specialized in graphics work like Photoshop Elements (or the even more powerful Photoshop), Graphic Converter, etc.
    To use Appleworks to get this done, you can drag and drop photos into Painting documents then use the lasso tool to select just a face and then copy and paste the face to another document. Or,...you may find it easier to use the "marque" tool to grab the face then copy and paste it to another painting document and then do some touch up work to erase the extra stuff you grabbed that isn't the face. The marque tool is the dotted rectangle (if you mouse over it and wait, it actually calls itself "Selection Rectangle Tool",...I may be using Marque tool from another program,...).
    To touch it up (ie remove the rest of the pixels you grabbed when you used a rectangle to grab an oval face), you can paste it to anther painting document and then use the eraser tool to erase the extra parts. Then it's easy to use the lasso tool to select just the face.
    Also, if you magnify the view then it may be easier to be precise as you clean things up or select them. To zoom in and out, you can click on the "100" that is in the lower left corner to get a pop up menu with percentage zooms from 25% (small) to 800% (big). You can also click the two buttons to the right of that "100" to zoom in or out.
    While many who are accustomed to higher end tools may feel Appleworks is unable to do this or many other tasks,...I've always found Appleworks to be very versatile once you learn some of it's features and hidden tricks,...
    Good luck

  • Arrays or Spreadshee​ts? Help with School Excercise

    Hello there, my Control Systems Engineering professor will make us a LabView test in a couple of weeks, although he won't actually teach us the software, but rather we need to get our hands dirty. Anyways, I'm trying to resolve this excercise:
    Problem Definition.
    On a storage area of a container terminal containers are stored temporarily waiting for further transportation. The location of a specific container along with its code is stored in a database. Whenever the operator types in the code of a container, the according location is shown on the screen.
    Demands.
    - Take as storing area a rectangle of 3 rows of 4 positions horizontal and 2 positions vertical (24 containers).
    - Each containers is identified by a unique alphanumerical code of 11 digits. Digit # 11 is the check digit, being the last digit of the sum of the previous 10 digits based upon the ASCII table.
    - When filling the database, the user myst apply the code of the container and its location.
    - When searching for a container, the operator applies only the code of the container. On the front panel the according location must be displayed by the program.
    - If a container is not found it must be reported by means of an error message.
    - If an incorrect container code is inserted it must be reported by means of an error message.
    What I've done so far:
    I've made a UI and code so that I can type a 11 digit string and the VI will indicate me if its a valid code or not, based in the comparison of the 11th digit.
    What I need:
    Next step, I believe, is that if the code is valid, I should store it in a database along its position. I know that there is a Database toolkit for LabView, but you must agree it is impractical as this is just an excercise. I was thinking about making an array or a spreadsheet, but have no experience with it. Also it seems that arrays work best with For and While Loops, but I might be wrong... and how can the user assign its position?
    Well, thanks all in advance for ANY suggestions. Everything is welcome.
    Pohl.

    Hello,
    Take a look at the following link:
    http://zone.ni.com/reference/en-XX/help/371361B-01​/lverror/too_few_format_specifiers/
    it explains this error and also gives a link to the format you should use for this function.
    Regards,
    RikP - National Instruments Applications Engineering
    Rik Prins, CLD
    Applications Engineering Specialist Northern Europe, National Instruments
    Please tip your answer providers with kudos.
    Any attached Code is provided As Is. It has not been tested or validated as a product, for use in a deployed application or system,
    or for use in hazardous environments. You assume all risks for use of the Code and use of the Code is subject
    to the Sample Code License Terms which can be found at: http://ni.com/samplecodelicense

  • Need a good App to help with School

    I am looking for a good App that I can use to take notes on for college. I will be taking Organic Chemistry and Biochemistry. I want to be able to type in text because I can type must faster than I can write in manuscript, but I also want to be able to use my stylus to draw molecular structures and formulas and reactions and things like that. Does anyone know of a good app for this? Paid of Free, it does not matter! I love using Evernote, however, I haven't found that I can draw in notes.
    Any help is appreciated!!
    Thank you!

    I have Notability, and Pages.  I don't know for sure if you can use the stylus or not in that app. However, Notability is a good one I know you can type in it and can draw/write with it.  As far as writing your notes in it that didn't work as well for me.  This app you can also record the lecture in the same place you take the notes.  I would recomend getting it and playing with it a little before you need it.  I had a little problem with writing on it, because I set my hand on the screen too, it has a cover but that mostly stops you from making lines all over your notes with your hand. So, if you don't need to set your hand down to write then you maybe ok.  It is a good app I like it.  Good luck!

  • How can I better use my mac to link it with school work?

    I would like to take full advatage of my mac, right now it just seems like I am using it for the internet and word.

    Notability is a good app but syncing its work to your Mac is tedious. I believe you can only export it as a PDF and email it to yourself. Then, you can use Preview on your Mac to edit the work, but this is not an ideal solution. If you don't want to lose your Notability work, click its Share icon and send them as emails to yourself, or use Dropbox.
    if you have both an iPad and a Mac, you're much better off using Pages or any other iWork app. They are designed to seamlessly integrate your work on both platforms. Use Notes for text; it works the same way. You already have Notes on your iPad as well as your Mac.
    I don't recommend Google Drive or Google anything for that matter. Google Drive has had problems with Mavericks and I don't know if Google has fixed them yet. From Apple's presentation yesterday, they're planning on much more integration between Macs and iOS devices including a new service called iCloud Drive. 
    Google Drive, Dropbox and similar programs are quickly going to be left behind, along with all the problems associated with using them.

  • Quick help with a new Safari user?

    Hey guys,
    Since Mountain Lion, Firefox was destroying my CPU and was sending the fans nuts! So Ive made the switch to Safari.
    2 really quick questions. I have imported my bookmarks but I HATE the way bookmarks work in Safari, or at least the only way in which I have found so far. So instead of having to open up the horrible bookmarks window with the page previews ala iTunes cover art, can I somehow get a Firefox like drop down bookmark list in the current window I have?
    Also I do not like having to tell Safari that i want to browse privately every time I use Safari. Can I set safari to never save my history?
    Thanks

    Ok I made myself a new folder called bookmarks that gives me drop down bookmarks like I wanted but can I get rid of the button that opens the bookmark window?
    Still not solved history issue.

  • Need Quick Help with Unordered List in Table (text too small)

    Hi,
    I have a table with 2 unordered lists and the font size is smaller than what I need.
    I'm using CSS and have checked all of my font sizes and I have all of what I consider my normal text set to 12.
    When my client views the page on his browser, the unordered lists appears to be about a size 8. I checked on my cell phone and I see what he's talking about.
    I set the <ul> and <li> to font size 12, but the problem still exists.
    It's almost like the table is scaling the text down.
    I worked all night trying to figure out what I've done wrong (newbie ) and I can't fix it and my client is waiting!
    Here's the page: http://www.precisioncleaning.com/expert_witness_services.html
    Please help!
    Thanks,
    Kathy

    I tried adding a new CSS rule to the table font, but it didn't work.
    I also edited the <tr> and <td> but still didn't work.
    I think something higher up is messing the table up. I don't know anything about specificity or how to see who has the power to overwrite the table.
    Do you?

  • I need help with automator work flows

    im having troube adding songs to my itunes with autmator i ke getting error mesaage 1752 ...anyine know how i can resolve this issue ?

    viguy_ wrote:
    i was told the error means that the process is taking too long to finish so it just times out
    That would have been handy to know, earlier.
    I have know idea if this will work, but you might try editing the timeout of the action.
    If you right-click on the Action, you can choose "show in Finder"
    Make a copy of the action in your home somewhere. Right-click on that copy and select Show package contents.
    Go into the contents folder and open the info.plist file with a text editor like TextWrangler. Change the timeout value to something greater than the default of 3600 seconds. Is it really taking longer than an hour? If it is not, then I doubt this will work.
    Save the file, and then Import it into Automator (File menu).

  • I'm new to java and I need some quick help with NetBeans.

    Hi. To whomever can help here's the problem. I've been trying to install netbeans ide 5.0 on my computer for a while now and i can't seem to find out what is wrong. I'm in a java programming course and i need the J2SE Developement Kit 5.0 Update 7 and NetBeans IDE 5.0 Installer on my comp. Whenever i go to install it, it can't automatically create a directory and has erroe null in place of it. Whenever i made a new directory for it a page would come up telling me all of the errors during the installation which are null. Since i have administrator privelages and plenty of free space on my hardrive.

    Hi,
    I want to suggest you that
    1.please check if any prerequisite is require before installing the NetBeans IDE,i hope there is nothing like that except proper jdk on your machine.
    2.if you already having JDK on your machine check for the compatibility of that jdk version with the required NetBeans IDE version.
    3.follow the steps provided to install the NetBeans IDE 5.0 for that refer the below link
    http://www.netbeans.org/community/releases/50/install.html
    hope you will get rid of the problem .....
    ---Vidya

  • Need some quick help with server proxy on PI 7.1 system

    Hi,
    I am implementing a server proxy on the PI 7.1 system to do some logging to a table. So, when I go the the proxy in sproxy and generate it, in the interface section on the properties tabs I only see a drop down that says point to point enabled. There is no implementing class to click into and thus not method to populate with the custom code. Some direction would be appreciated, I have been working 7.0 for a while, so the missing implementing class is new to me! I know the method name has changed from the execute_asycronous etc... Am I going to the wrong place now to find the implementing method?
    Thanks,
    Chris

    Whoops! Brain cramp. accidentally set the interface to outbound and not inbound in the ESR lol. Sorry.

Maybe you are looking for

  • Itunes won't open, tried all the suggestions here

    Usual problem. itunes 6 loads once upon installation then no more. I double click, see the hourglass briefly and nothing more. To speed things up, no I do not have any antivirus software running. Yes, I've deleted that SC info file. Yes I've been thr

  • DAQ board no longer showing up in MAX, nor elsewhere.

    I can no longer see my DAQ board in MAX, nor LabVIEW 7.1. It's a PCI-6023E, which was working fine last week. I tried reinstalling MAX through the Control Panel >> Add/Remove Programs, but it is not there. In "Add/Remove Programs", II click on "Natio

  • CameraAccess App not working with iOS7?

    I recently purchased a Canon Vixia HF R40.  The big selling point of this camera is that you could use your iphone as a remote as well as wirelessly connect your camera to upload to the web (facebook, youtube, etc). I am so frustrated, I have been tr

  • Can't get tab to work after a click box

    I have no problem getting the tab to work after a text entry but when I insert a click box and tab the tab feature isn't working.  I do have tab set as short cut in Actions on properties of click box.

  • How to configure a DualPoint Stick?

    On my Dell E6530 "xinput -list" shows these two input devices: ⎜ ↳ DualPoint Stick id=13 [slave pointer (2)] ⎜ ↳ AlpsPS/2 ALPS DualPoint TouchPad id=14 [slave pointer (2)] I fail to find a way to configure the sensitivity and speed of the DualPoint S