Search results

  1. N

    Free music sharing website?

    High quality, accurate song information, fast, simple and easy to use. I know there's thousands, but which is the best?
  2. N

    How to code in PHP and MySQL an advanced search function?

    Take Google for an example so far I have created a search function that searches for: >Single letters >Groups of letters >Whole, single words How ever what I want is to take it a step further and allow people to enter a whole sentence. MY DATABASE My database is a simple one and only...
  3. N

    who is hotter, Han Solo or Luke Skywalker?

    Are you kidding you'd pass on Yoda. Racist.
  4. N

    Acer 4755G laptop bluetooth not working?

    When i switched the laptop bluetooth on it could not detect my handphone bluetooth and could not send any file, but my handphone could detect and send file to my laptop. Why is that?
  5. N

    Car Audio Question. Headunit Help?

    I'm looking to buy a new headunit that has an OEM look, or close to. The unit is for a 2009 Honda Accord EX-L, i4. I want something around $500-700. I'm looking for something with Navigation, USB, iPod port, and bluetooth. Can anyone suggest any good, reliable units that are compatible in...
  6. N

    does anyone know of a good site to learn html for self teaching?

    Teaching your self is by far a better road to take trust me. I taught myself and even went to Uni after college I had to quite uni as they were too far behind. So definitely teach yourself. As an alternate road learn the languages and build an online portfolio. If you need any help getting set...
  7. N

    Is it possible to add some kind of HTML image to your Facebook profile?

    Facebook control this kind of thing very strictly as you could potentially do anything you want with your profile page thus making it 'not facebook'. However, if you have a facebook business page there is a selection of profile apps available that allow some limited html integration. You would...
  8. N

    How can I call a Javascript event on a HTML div border corners?

    Never done this so I'm guessing here but my first port of call would be to place a div with set width and height over the circles and then use an onclick event with JavaScript. So the code would look like <script type="text/javascript"> function testing() { //code to be run } </script> <div...
  9. N

    i need html help for my website?

    jQuery pop ups Google that will give you hundreds of samples. Which 90% of provide free downloadable code. Forgot one thing you need to download the jquery file from jquery.com. If you need help with this I have done it before see the link.
  10. N

    Html link returns to where you were on page?

    This would most definitely be a JavaScript question I don't know how you do it but thought I would push you to the right direction. How ever with HTML you can have in page jump links. These HTML links when clicked just jump to a different part of the same page. Saves the user scrolling. I know...
  11. N

    year of a yamaha ttr125l?

    i have a yamaha ttr125L and i was wondering what year it is. the model code is YAM5HP0124 can i get any help with it?
  12. N

    PHP Navigation problems?

    We need your code and not a website link as we can't see your PHP through it. Sorry just had to make sure.
  13. N

    Help with PHP / MySQL code.?

    on your first section you perform two queries are they necessary. From what I can tell you check if the variable is empty if it isn't your delete from the database were their username and dvd match. you then go on to query a second time to see if it was successful. You don't need to query the...
  14. N

    Is it possible to create a Wordpress theme made entirely of HTML?

    You can make a website using only HTML but it wouldn't be worth looking at. You would have to code using dozens of tables to get the positioning. You would also have to code in a top to bottom style. CSS I can have an element at the bottom of my code that appears at the top of the screen CSS...
  15. N

    n900 android calling?

    Hi; are there any androids running on nokia n900 that enable calling and sms ? if there are which one of them is the best ? (fast,no bugs,.......) and how can i install in on my n900 thank you
  16. N

    Passing php variables to two different pages?

    I already asked this once but I thought I'd clear it up for people to answer if they want to that is. step 1 ---------------------------------------- A standard HTML form asks for 3 pieces of info (subject, email, message) it then submits this to a validation PHP script on a page called...
  17. N

    what's the song on the third season of skins when emily and naomi are makiing...

    ...out in the woods.? there are two versions of Skins out there. the original E4 version which plays "Believer". but there is the Netflix version that has a different song. actually, the whole soundtrack is basically different. i'm looking for the Netflix version. So if you want to type...
  18. N

    Checking a string for a certain character with PHP.?

    What I want here is kind of like an anti-spam check so I want to check a string for the amount of @ within it. So if PHP finds 1 @ it does nothing and if it finds 2 or more it reports an error. so [email protected], [email protected] the above would return an error but [email protected]...
  19. N

    How do i get this tv tuner to work?

    I bought a cheap gadmei 302 usb tv tuner for my vista laptop. Manage to set it up fine, but when i try to get channels, i get good picture but with static/buzzing sound. The thing is when i try to adjust the frequency manually up or down, i can get the sound for that channel but then the picture...
  20. N

    Internet explorer 8 problem? CSS / PHP solution needed thanks.?

    In Fire Fox I can use (min-width:940px;) but IE seems to ignore this including IE 8. I found the following code which appears to work, at first. (width:expression(document.body.clientWidth < 940? "940px": "auto" );) The problem I have found with this is if the visitor was to shorten the web...
Back
Top