Search results

  1. H

    IS these the best arcade game !!?

    it called "give up robot" and these is the link: http://games.adultswim.com/give-up-robot-twitchy-puzzle-online-game.html i just want to know if it is the best arcade game .
  2. H

    How do I make an installer with PHP and XAMPP incorporated?

    Here's what I want to do: I want to develop a network based app with PHP and MYSQL. But I want to make an installer (just like the installers in windows, one click and it installs everything necessary) which will place the XAMPP as the web server and put PHP files in proper places and also...
  3. H

    Why does exif data shows Adobe Photoshop CS though it wasn't edited in photshop?

    One of my friends took a pic in some Canon DSLR and put it straight to flickr without editing of processing the pic. But in flickr the exif data says "Adobe Photoshop CS" in the 'Software' section. Why does this happen? Thanks.
  4. H

    How do I make a HTML button work in an AJAX function?

    y=y+1; added=""; for(i in testArray) { added ="<b>" + added + testArray[i] + "</b>"+"<button type='button' onclick='delTest()' value='Delete'>Delete</button>"+"<br/>" ; } document.getElementById('showTestDiv').innerHTML = added; This is the function I'm talking about. Now, I'd like to pass the...
  5. H

    Passing values from PHP to javaScript/AJAX?

    Here's my situation. I have a dropdown list from which the user is supposed to select 11 values. Lets say the list shows the names of the players of a team. Now the 11 names are selected by an user and these names (or IDs associated with them) are added to an array. When the user clicks on...
  6. H

    How do I write a program using j2me to control brightness and fglash of Nokia 3230?

    I would like to develop a program using j2me which will give me control of brightness and flashing light of a Nokia 3230 (or any other s60 phone for that matter). How do I do that? Thanks. *flash (as in i'll be able to flash the display bg light)
  7. H

    How do I make a drop-down list action handler (on change) with PHP?

    What I precisely want to do is, I select something from a drop down list and based on that selection something changes in my page. The change could be an execution of a query or something else. I know JSF has action handler to do this. But I'm very new to PHP and I have no idea how to do that in...
Back
Top