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.

andy.allard

Members
  • Joined

  • Last visited

  1. Thanks for your input its appreciated One final question if I may. How would they make an app like that? flash, java etc...?
  2. No, that's great. I have some experience with zen cart, oscommerce etc and i know what its like trying to make them into what you want. Would it be possible to throw a ballpark figure as to what this type of solution would cost?
  3. Hello everyone, I am interested in starting an ecommerce store which eventually will have the capability for users to place an image they have uploaded, position, and size. I will then print that image onto the product and send it to them. Can anybody suggest who best to contact regarding something like this? Is it something an everyday web designer can achieve or something a little more expensive? ...and if possible a brief explaination of how they would go about creating such a site.
  4. Thats correct, its only the email I would like to style. The form is CSS styled. What part of this code needs to be edited without messing up the processing part i.e. sending the email?
  5. This is the original code and i am just trying to put the " . $_POST['field_1'] . " parts of the code into the table. Can i modify the below in anyway to include styling? <?php $where_form_is="h.t.t.p://".$_SERVER['SERVER_NAME'].strrev(strstr(strrev($_SERVER['PHP_SELF']),"/")); mail("email@address.com","WEBSITE QUERY","Form data: Name: " . $_POST['field_1'] . " Email: " . $_POST['field_2'] . " Company: " . $_POST['field_3'] . " Telephone: " . $_POST['field_4'] . " Message: " . $_POST['field_5'] . " "); include("confirm.php"); ?>
  6. Hey guys, I have a form that is working, now all I am trying to do is make to emailed form look a little more attractive. I am trying to put the contents into a table as follows. <tr> <td width="100">Name</td> <td width="200"> <?php include(" . $_POST['field_1'] . "); ?></td> </tr> <tr> Can somebody tell me why this doesnt work and suggest an alternative? That would be great, Thanks!
  7. I know there is a very simple answer for this but iv been trying eveything and i know somebody will be able to clear this up for me in no time! I have: index.php header.php footer.php and iv created a folder /contact and in the folder /contact/index.php (a copy of the one in the root) I want to add more pages to the site and want to link to header.php and footer.php. My question is how do i link to the root? <?php include("header.php"); ?> i.e. need to change header.php to something else to point back to the root. Thanks guys!
  8. Ok im happy to go with that! Thanks. Heres another one for you, In dreamweaver iv set up a testing server which is all well and good but you can only see the whole site in live view. What is the best way to WYGIWYS each file that makes up the page, i.e. create the header, footer, then the pages?
  9. Hey guys, What is the best way to design a new site from scratch? If all the pages are just simple html files that doesn't make it easy to update all the pages at once does it? For example I would like to have a header and footer that remain the same throughout the whole site, but obviously they may change at some point and I will need to update them. I am about to start building it using .php includes to link to separate .php files. Is this how you guys would tackle the issue?
  10. Hey everyone, Just out of interest, why is it that the "www." part is missing in the address bar? Is there an option somewhere so i can have this as part of the address? This is the site in question http://treacleandco.com/ Regards, Andy.

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.