Jump to content

houssam_ballout

Members
  • Posts

    199
  • Joined

  • Last visited

Everything posted by houssam_ballout

  1. Hello allam creating a table that is called throughout a function in php, and this will generate a table: that table wil have a lot of rows,my question is that: I need to have 2 colors, and for example: row 1 has color 1, row 2 has color 2, row 3 has color 1, row 4 has color 2, ......just to differentiate themThanks
  2. hello all, as I am new to JavaScript, I'd some small pages to finish, I want some script that will display the number of seconds down till 0 according to the number of second that I can give it via text boxthanks
  3. HiI want to create a javascript function in which:when the user double clicks on some input form (like a text box), that function will return the name of that field?thanks
  4. hello all, I am doing an interface for linux distribution to be used as the webinterface, I have information on xml file, the info. will be revealed when the user press on some icon (to know more information about it), on some alert box, so how could i do that?take the xml information from the xml filethanks
  5. Hello all, can some body explain, how this code works/ (more on var x)thanks<script type="text/javascript">var xvar mycars = new Array()mycars[0] = "Saab"mycars[1] = "Volvo"mycars[2] = "BMW"for (x in mycars){document.write(mycars[x] + "<br />")}</script>
  6. Hello allI have created a page that takes and display some data from an xml file, it works fine on internet explorer, but when I tried to run it on the Mozilla FireFox there was no dataany help??
  7. ok thanks that helpon more think, I want to include other than the color of the link, for example the color of the visited link, hover,,,,,,thanskss
  8. Hello all I am creating a css file, I want to change the color of a hyper link, so I used a:link color: white , but I want to include this inside a css classany help thanks
  9. I have wamp that install phpmyadmin, mysql I need to install mysql 5, is it a problem of installing a new fresh one???
  10. Hello all,I have installed the wamp on my computer, the version of mysql is 4.1 I want to upgrade it to mysql 5 how can I do it?thanks
  11. I have read that :AJAX applications can only run in web browsers with XML support.can somebody explains it somehow to me
  12. houssam_ballout

    Mail

    Hello all,Please can anybody help with the mail function, I have 2 text fields, and when the user press the submit button, an email is send to the email that I have previously defined..thanks
  13. document.bgColor=document.list.colors.options[document.list.colors.selectedIndex].value; I mean this, just can u explain the syntax please?
  14. Hello all, please can u tell me what is the problem with my code?Also, please can some one explain for me the implemented function (that code is from the w3schools)?thanks.<html><body><script language="javascript"> function change() { document.bgColor=document.list.colors.options[document.list.colors.selectedIndex].value; }</script> <p>My first background changer:<form name="list"> <select name="colors"> <option value="red">Red <option value="blue">Blue <option value="green">Green <option value="orange">Orange <option value="white">White </select> <input type="button" value="Change Background color!" name="myButton" onClick="change()" /></form></p></body></html>
  15. Hi Iam using WAMP on winxp .Ive tried several sample scripts that handle uploading...but all of them give me the following error:Warning: move_uploaded_file(/uploads/1%20(171).png) [function.move-uploaded-file]: failed to open stream: No such file or directory in c:\wamp\www\getfile.php on line 10Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'c:/wamp/tmp\php1612.tmp' to '/uploads/1%20(171).png' in c:\wamp\www\getfile.php on line 10Actually I think that the error is in the "'c:/wamp/tmp\php1612.tmp'" part there is a conflict between the slashes..but I dont know how to solve it and Ive googled for it...Any suggestions please!!!
  16. hello all,well I am doing a project on VB, and I want to create a login window that would give the admin (with special username and password) more privilege than the normal user (other username and password)?Also,for that purpose, Do I need to create multiple forms, in which when entering admin user name I will access the admin form, or what????anybody for help and suggestions.thanks
  17. ###### al,please could anybody tell me if the following properties for the new laptop is good or not:256 DD RAM (upgradable to 2GB)Intel Centrino 1.680 ATA HDLinux OSweight 3 KGand other info about processoralso, could I install WIn XP on it , (I could it by partioning, but could I format the HD and install only XP)_thanks
  18. helo all, I have a site that I could visit it daily without any problems, but yesterday I can't view most of the pages, and the explorer tell me that there is: Http 404 so how could I resolve it?thanks
  19. yes u r right, but the way, where do I get the lynx one?also, take care for the marketing as u know, most of the people use the IE browser, but also we have to be care of all the cases that could face us.
  20. thanks u for the site, I am now learning to get more experience in Javascript
  21. mmm, It is nice that I have know about XHTML, since I want something more powerful than the basic HTML, but what do u mean that lynx can't interpret javascript? is that lynx or linux!!
  22. that post was great a lot, u have described all the important features that one need to know about,and http://webxact.watchfire.com/ is really great. but also u need to mention how to create a site with a scripting langauge like: JavaScript, and the basic HTML langauge
  23. Hey all,I have read all the tutorial relating to XML in the w3schools site, but still I need to know how XML could be related to ex. web services, programming languages, so how could it be used?thanks 4 caring
  24. yeah , u r right, sql is very easy and it is powerful alot, it has alot of features that makes it wide-use by most programmer, and u also use it especially when u want to create a database for ur site,
  25. So u want to create a poll: u have first to enter the choices for ur question. Then, u have to create a table for the options u have, so when a user select a choice and then click ok, the answer must be saved in the database. I don't think that u should have more info, except the IP address (using javaScript) to disable voting more than once ,, also this could be solved by creating a cookie.
×
×
  • Create New...