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.

inlinedivblock

Members
  • Joined

  • Last visited

Everything posted by inlinedivblock

  1. A client has asked for it , i think it's nice and makes designing pages a lot nicer when there are clear guidelines.... But yeah a lot of work, not many out of the box solutions to use really, i have to use MDL and then add what's missing.
  2. Hi, Just wondering if anyone has used a material design framework? I have started to use Angular Material does anyone else think there is a better one? Or will this just be forgotten about? Thanks
  3. maybe you can use Bootstrap or Foundation Zurb themes? they have themes which might suit your needs if you don't want to write your template.
  4. firstly check if there is a prestashop module which might already exist? It's really hard to give a price but i would say a minimum £2000+ for basic integration depending on difficulty. Will probably take just under 2 weeks, but best check with the epos software guys to see if they can recommend a developer they might have some who can do it at a reasonable price. I charge one of my clients a monthly fee to spread the costs because he needs constant updates for his websites which run on a bespoke crm system, it is a bloody nightmare especially when you calculate fluctuating currency prices, and the system doesn't come with a manual!!! ...... it really depends on the type of integration they want.
  5. the software has API https://developer.eposnowhq.com/Docs/Product so it is possible to update prestashop using it's REST/CRUD web service, So it can be done but will need you to connect them together.... I usually do this with Magento and other bespoke written CRM/EPOS systems, a lot of work to get them all synced up.
  6. there are loads out there,,,, try this google search https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=featured%20window%20slider%20jquery
  7. are you talking about sliders? http://jqueryui.com/slider/
  8. @media screen and (min-width: 783px) .primary-navigation li:hover > a, .primary-navigation li.focus > a in your file: style.css (Theme Name: Twenty Fourteen)
  9. i always end up using bootstrap!
  10. yeah wreckless behaviour, this is going to affect of a lot people, there should be some kind of investigation to see if there was anything else behind this deal, maybe phones4u did something wrong breach the terms of their contract maybe.
  11. instead of removing posts, would it be better to remove the name of the poster associated with the message? so instead of "danieljoseph" it will be "anonymous[privacy]", so keeping the message and keeping anonymity for the poster if they wanted some privacy.
  12. framweworks are a great tool to aid in web development, And you need knowledge in css / html / javascript to put it all together, How are you using the linid moham?
  13. ok so this part of the mysql code ' WHERE id = $linid ' should be a unique identification number otherwise any records sharing that id number will also be updated. I would not recommend letting the used input the unique id themselves. as for making the form look nice you can look at implementing some light frameworks? but i would first get your form working and then think about the look and feel of the site.
  14. like so <input type="hidden" name="linid" value="1" readonly /> probably should call records up dynamically if you want it to work right, or you put each linid individually What do you have in your database ? do you have any records ?
  15. i don't see you posting the $_POST['linid']; ? from update.php
  16. your update statement should be like this UPDATE edit SET email = $email WHERE id = $linid You are trying to update Records in a field? not a table, which is why you got the ALTER functions from NOCK, which is used to alter tables.
  17. I would go with PHP because it runs server side so the user cannot interfere with your script and the script will run even with JS disabled as the previous poster suggested.
  18. so does the import work into mysql from the previous messages which D4YO set out for you? Another idea which could be quicker is import everything into mysql, and then run a clean up script on mysql to remove all the records you don't want!
  19. view this page http://php.net/manual/en/function.fgetcsv.php so for each loop it inserts into mysql, it is a bit slow this way, but for this purpose you can start in this way and then build on it. Within the loop you can add an if statement to not process certain lines which meet a criteria you have set, so "IF(condition is true)" then continue with insert, if not true ignore and continue to next row. i hope that kind of makes sense, makes sense in my head lol
  20. if you want to ignore certain data possibly you can use http://www.electrictoolbox.com/mysql-insert-ignore/ instert ignore? or a NOT IN function i haven't really done anything like this on the mysql side. i tend to write a small function to do what I want in php and then insert into mysql.
  21. yes use php or another programming language to sort out the data and the import into mysql so put data into an array and then you can sort it, and output into mysql.
  22. You can start by looking at Prestashop, I use Magento but it is a steep learning curve, most beginners will use prestashop, i run 2 ecommerce sites and setting up another 2 at the moment, If you need help please do not hesitate to contact me
  23. thanks rbrsmith, i will take that on board, just need to find some inspiration for a portfolio site now.

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.