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.

Chris Day

Privileged
  • Joined

  • Last visited

Everything posted by Chris Day

  1. Yea it looks like it has not been moved over If you have PhpMyAdmin or ssh access you can login in and export the table from the EKM Powershop database and import it to the wordpress database SSH Commands: Export: mysqldump -u {username} -p{password} {database) {table} > {file}.sqlImport: mysql -u {username} -p{password}} -D {database} < {file}.sqlKey: {password} = should be the sql password there should not be a space between the p and the password, you can leave it blank but you will be prompted for it {username} - the username of your sql user {database} - the database of the table you want to export/import {table} - the table within the database you want to import/export {file} - Where the outputed sql will be saved, or the file to import
  2. The table `vinvi5e_interface_taxonomy` does not exist try porting it over from your original site While your there check that you have these as well: vinvi5e_terms vinvi5e_term_taxonomy vinvi5e_interface_taxonomy
  3. I worked at mc Donalds and a wood factory when I was offered my job, they hired me over several people who had degrees. A solid portfolio is much better then a bit of paper. As for getting into the industry I would advise (if you can afford it) is to get apprenticeship. I really wish I would of when I left school.
  4. Here is a list of pre-build forum software: http://en.wikipedia.org/wiki/Comparison_of_Internet_forum_software
  5. when a colleague is assaulting his keyboard i will listen to bbc radio 1, i use to listen to heart but there was an annoying advert that was annoying so i stopped listening
  6. For development i use Linux because: - CLI - I don't do any graphic design so no need for programs like PS - Work spaces - package managers (no bloatwear) - The money you would spend on a windows licence/mac could be spent on better hardware - Easy to customize ... Dont like your desktop environment just install a new one What i have done for my home PC is have windows and arch linux set up as a dual boot system so if i want to do development i can use linux but if i want to play games use windows but that's all i ever use it for)
  7. I have just completed upto 10 after lunch ill see how far i can get with the last few
  8. you could base it off real companies, there are plenty of apis that can give you real time stock prices. All you would have to do is change there names
  9. Started work on replacing my LAMPP server with a node server got all of the domains working, now i just have to port a few projects over (luckily noting major 95% of it is HTML/CSS). I have a few mates that have small businesses, so i may help them out with a website just so i can speed up the learning process
  10. What sort of time Thursday, as if mt foot heals ill be playing football to about 8ish then will probably go to the pub
  11. Chris Day replied to BJSK's topic in Frontend
    what like: https://jsfiddle.net/m7rznovf/ (was made using http://imagemap-generator.dariodomi.de/)
  12. Chris Day replied to BJSK's topic in Frontend
    You can also use poly http://www.idocs.com/tags/images/_AREA_SHAPE_POLY.html
  13. did you add the css from the fiddle? also you may have to change the col-xs-4 to col-md-4
  14. look at this fiddle https://jsfiddle.net/em09bep4/1/
  15. you set the row to have a min-height, as the content expands the height will increase
  16. you have to give the row a height, then you can tell the columns to be height 100%
  17. On a desktop the screen would have horizontal and vertical scroll bars so the user can scroll to see the whole image. On a mobile it wouuld zoom out so you can see the whole page (unless meta tags prevent the browser from doing this)
  18. Oh yea ATM our software polls php scripts up to 3 times a second (this is the worst case) we have plans to move any ajax polling over to sockets as its just alot more quicker, plus when you want to turn a light on or turn your boilers on there is not a slight 1 second lag. One thing about speed when we bench marked selecting data from both MsSQL/MySQL databases (1k, 25k, 100k, 500k, 1m records at a time) node.js was alot slower almost 2 times slower then php. But this was using an ARM chipset not intel (im told by a colleague that it makes a diffrence).
  19. Well our PHP proxy is very slow due to limitations on how our old product was coded, so we had to do two curl requests per page load rather then just the one. We could re-code it in PHP and there would not be much difference speed wise, but as we will be moving most of our web development over to node in the future so we can start using sockets we thought it be bets to start using it sooner rather then later. I could make it in PHP and run a few benchmark tests and compare the results but as it is just bacicly a curl request i cant see there being much diffrence
  20. We have a few hundred Linux servers connecting to our main server via ssh tunnels. Our reverse proxy is currently written in PHP, gonna be re-writing it in node.js.
  21. All radio sites i use always opens the player in a new window, this would be the easiest way if the site is already developed, if not as they said above js/ajax would be the best option. Maybe have them both so you can support non JS users
  22. Yup my school were teaching people how to use frames via dreamweaver design view, blew my teachers mind when i used ajax loading If you have used DW i suggest using brackets, if you are coding CSS/HTML there browser live view is great and the code completion is very similat to DW (or is very similar to DW mx8 what i had to put up with at school )
  23. you could add a overflow-Y: hidden; and a height to the slider container, this would hide the images untill the slider has loaded and positioned them correctly. Or you could get a bit smarter and only load a single image in the container and once the page has fully loaded then load in the other images. This would speed up the initial page load too as you will only be loading what the user will see.
  24. I very nearly fell into the same trap, but i got offered a better paying job a month before i was going to join them. In the end my mate got the job and he is in a very similar position. I cant really say much more as they are in the middle of a legal dispute.

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.