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.

mikekaperys

Members
  • Joined

  • Last visited

  1. mikekaperys posted a topic in General Chat
    Hey guys, I'm not sure if I'm posing in the right board.. I'm sure someone can redirect me if not As I'm sure you're all aware, there are thousands of frameworks around at the moment. This fact is the subject of my dissertation at University. The aim of the piece is to determine if a particular framework benefits the workflow of the developer and end product when used for a particular type of project. For example, does using Foundation and Laravel make for a better 'portal' style website than Bootstrap and Symfony would, and why? If anyone is interested I'll post a link to the work on here when it's complete. What do you guys think? Is one framework better than another for a particular type of project, or are they all much of the same? Also, if you wouldn't mind, I have a survey I'm looking for responses to for this work. There's only 10 questions and your answers will help me a lot! Found here: https://www.surveymonkey.com/s/7GTVJD6 Thanks!
  2. Hey guys A client of mine is using OpenCart to power their shop would like to remove the (frankly ridiculous amounts of) javascript in the checkout. Does anyone know of an easy way to do this? Is there a fallback or plugin or anything I could use to save me re-coding the checkout? Cheers
  3. If I have understood you correctly, create a PHP array of the data you want to turn into JSON (pulling in data from the database, etc) then use something like this: <?PHP $data = /** whatever you're serializing **/; header('Content-Type: application/json'); echo json_encode($data);
  4. Hey guys, As part of my dissertation at University (and out of general interest too) I'm doing some research into the most popular contemporary frameworks (server side and client side).. so, what's your favourite framework? Do you have any "go-to" frameworks? Also, would you pick one framework over another depending on the type of project (for example, would you pick Laravel over CodeIgniter for a blog, but CodeIgniter over Laravel for a shop, etc)? Thanks in advance, and I look forward to this discussion
  5. Holy s**t, I only charge £15ph.. I need to re-think my prices..
  6. Hi guys, I need a designer to build me an email template from a piece of artwork. Literally just needs throwing in Photoshop and slicing up. Don't worry about responsiveness - needs a fixed width of 650px. Goes without saying, but needs to work and render correctly in all browsers and email clients If anyone is interested please send me a message Cheers, Mike
  7. 133 views, no replies. Is this possible?
  8. Hey guys, I need to convert a .accdb file to .sql for use with my system. Anyone got any ideas how to do this?
  9. Just going on what the client told me, I didn't think there was either! :/ I've set the cell spacing and what not to 0 too and there is no padding - that's kind of the point. It's a broken up image from Photoshop slicing (bad - I know. Clients request) Kinda stuck
  10. I'm not sure if this should go here or with emails, but still I'm having a problem with my email template in dotmailer. The emails loads correctly in seemingly all clients apart from Outlook 2009; where the cell spacing goes whack and I get big white lines around each cell. Anyone got any idea why? I've tried all the obvious things like collapsing the cells and valign etc.. Thanks
  11. I found a solution if anyone is interested I went with Wordpress with the Client Area plugin, then included products on private pages using Woocommerce
  12. Defintley. I only mean the code as a guide anyway - there's a few things left out. The .box width for example
  13. Something like this should do <div class="boxes"> <div class="box"></div> <div class="box"></div> <div class="box"></div> </div> .boxes .box { display: inline-block; } @media (max-width:960px) { .boxes .box { display: block; } }
  14. Zenfolio sounds perfect! I'll have a look into it. Cheers guys

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.