Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

pulsphoto

Members
  • Joined

  • Last visited

Everything posted by pulsphoto

  1. hello, You can install firebug on firefox and start debugging. When you start firebug and click on element on the screen it will show how and which css is used and whole hierarchy of css it loaded as well. hope this will help you
  2. 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
  3. 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>
  4. 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
  5. 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.
  6. 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.
  7. 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
  8. 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
  9. Hello, I was looking around for hosting and found ipower, what do you guys think about it?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.