Everything posted by pulsphoto
- Conflicting CSS! Please help, Will offer some sort of pay or reward!
- who was first egg or the hen?
-
File control
Use vi, or vim they lock the files that only one person can edit and warn others who try to open. It is available in linux or if you are on windows thru cygwin
-
Some Javascript help please..form validating
lol it is logic issue here is working code with checkbox and field. I assum you want your check box be clicked selected and your text field have some data <head> <script type="text/javascript"> // CHANGES REQUIRED FIELDS WHEN TRAVEL CARD SELECTED - MAKE HOTEL FIELD REQUIRED function reqHotel() { if (!document.getElementById('send_info_5').checked || document.getElementById('other_9').value == '') { alert("Please enter the name of the Hotel you wish your Travel Card to be available to collect from.") return false; } return true; } </script> </head> <body> <form onSubmit=" return reqHotel();"> <input type="checkbox" name="send_info_5" id="send_info_5" /> <input type="text" name="other_9" id="other_9" /> <input type="submit" value="hello"/> </form> </body>
-
Some Javascript help please..form validating
Do you want to return true when validation passes, or submit form using javascript? <script> function reqHotel() { alert('hello'); return true; } </script> <form onSubmit=" return reqHotel();"> <input type="submit" value="hello"/> </form> works fine
-
What do you think about IPower
here are createrias I am using for hosting 1) Will be able to park unlimited amount of domains 2) Unlimited amout of mysql - most give you limit like 10-15 3) Have big enough disk space and band with I have more then 20 websites. I tried one other company before forget the name, how they parked my domain was, they created folder for original site and rest sites where pointing to subdomians in iframe lol.
-
Help making website.
Sorry there are only two ways to do this. Pay money to someone to do it or learn how to do it yourself. I am sure people here will help you if you start learning. Here some basic steps how to get into web design/web developing First learn how to build static pages. Step 1. find book for html/css Step 2. Build your basic webpage Step 3. Post questions about what didn't work or how to do some stuff Step 4 Go to Step 2 and apply what you learn. Learn how to code when you learn the basics.
-
Requesting information on how to build editable invitations online
1) Create saparate theam css files 2) Add field in db with theam, when user chooses the theam store the data with invite 2.1) You can make changing theam as ajax call, and store it in session before final save is done. So when user comes back it will see what he did 3) done
-
Great idea for a website but no experience in web design or coding?
There is website which connects enineers and non-engineers for creating startups or doing projetcs, techcofounder.com you can post some details of your idea and see if someone reply, you can even try to find someone close to you. I think there are couple more of this sites they probably willl even have some in your area. not sure where are you from
- What do you think about IPower