Recent content by Frederic

  1. F

    if you had your druthers (oh yes, druthers) would you rather see...?

    what I want from a poem is depth of thought imagery is a bonus, rhyme/meter only if the poem calls for it." Does it communicate anything to me, or is it just all style" A pair of shoes may look stylish yet hurt your feet.
  2. F

    How to pronounce Gnutella?

    I say "new-tell-a."
  3. F

    Oracle query help: subquery or having count()?

    A table contains business_name and town. There are 45 businesses but only 24 towns. I would like a query that lists the business_name and town for only towns that have more than one business_name. I should know how to do this, but I'm drawing a blank...
  4. F

    What is the average salary of a PHP Freelancer?

    I will be starting Freelancing soon , just curious how much a newbie or intermediate PHP Freelancer can make out of freelancing sites like Elance?
  5. F

    How can i browse the Android Market without a phone?

    Im thinking about getting the Nexus one and sell my iphone 3gs. So yeah is there like an itunes for for android so i can see what the app store looks like?
  6. F

    I want to share internet with my laptop to mobile device by wireless?

    Without adding additional hardware, you cannot share your laptop's Internet connection wirelessly. However, you can purchase something like the D-Link DWL-G730AP which turns your computer into an access point. I have one and it works very nicely!
  7. F

    Can you play Games for Windows on Boot Camp on a Mac?

    Boot Camp is software that enables one to install Mac OS X and Windows side-by-side on Apple hardware. It is not an OS itself. You still need to install Windows, which means you need a licensed copy. But once you have Windows installed, Boot Camp makes it easy for you to choose which OS to...
  8. F

    How to publish asp.net site on internet?

    Domains are acquired through a Domain Registry agent. Often, these companies also provide hosting services. GoDaddy is one, for example. You will first need to find a name that isn't already taken and register it. This makes it "yours" -- at least for as long as you lease it (names are...
  9. F

    What is this and why use it, "DTD HTML 4.01 Transitional", why would a programmer use...

    The doctype declaration is not an HTML tag; it is an instruction to the web browser about what version of the markup language the page is written in. The doctype declaration refers to a Document Type Definition (DTD). The DTD specifies the rules for the markup language, so that the browsers can...
  10. F

    What is this and why use it, "DTD HTML 4.01 Transitional", why would a programmer use...

    The doctype declaration is not an HTML tag; it is an instruction to the web browser about what version of the markup language the page is written in. The doctype declaration refers to a Document Type Definition (DTD). The DTD specifies the rules for the markup language, so that the browsers can...
  11. F

    What is this and why use it, "DTD HTML 4.01 Transitional", why would a programmer use...

    The doctype declaration is not an HTML tag; it is an instruction to the web browser about what version of the markup language the page is written in. The doctype declaration refers to a Document Type Definition (DTD). The DTD specifies the rules for the markup language, so that the browsers can...
  12. F

    how to get album art on itunes?

    Select the song in iTunes and then select File > Get Info. In the ensuing screen you will see a place for album artwork. Drag your artwork into the space provided (or use the button to add). Please note that your artwork must be in the proper format, and if it's sized oddly, it will be...
  13. F

    i need help with html codes?

    No, HTML is only a markup language that specified how content is supposed to be displayed in a browser. It does not have any programming features. You will need computer code to do what you ask.
  14. F

    How can I make this HTML document open in Notepad?

    The easiest way is to launch Notepad first, and then use the File > Open command to open each file (you may have to switch to "all files" in the file type field in the file selection dialog). I'm guessing you're double-clicking on them. Since the file extension (.htm and/or .html) is mapped to...
  15. F

    How can I make this HTML document open in Notepad?

    The easiest way is to launch Notepad first, and then use the File > Open command to open each file (you may have to switch to "all files" in the file type field in the file selection dialog). I'm guessing you're double-clicking on them. Since the file extension (.htm and/or .html) is mapped to...
Back
Top