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.

Ollie Read

Members
  • Joined

  • Last visited

  1. I realise the problem is now solved, but out of curiosity, what exactly was the issue? Your description doesn't make much sense. When storing data, it should always be sanitised as much as possible, what would be the issue with just using stripslashes() when it is pulled from the database?
  2.    Frost Tear reacted to a post in a topic: Getting EasySlider 1.5 to work
  3. Also, the problem you had before you placed that in the easySlider.js seems to be fixed. It was that in the script tags surrounding your $(document).ready.... you were using src="main.js" which wasn't needed, and would come up as a 404 thus not running the rest of the code as the browser would presume it is dependant on said file
  4.    Frost Tear reacted to a post in a topic: Getting EasySlider 1.5 to work
  5. I've taken a quick look and think I've found the problem. Remove $(document).ready(function(){ $("#slider").easySlider({ speed:'200'; auto: 'true' }); }); from easySlider.js -- EDIT -- The reason for me suggesting this, is that you have speed: '200'; where the semi-colon should be a ,
  6.    crisp reacted to a post in a topic: SSL Certificate Error In IE
  7. Ollie Read replied to Tom's topic in Server Side
    I was just writing about that lol
  8. Ollie Read replied to Tom's topic in Server Side
    var dataString = "submit=insertField&numFields="+numAdded+"&formId="+formId; $(".formElement.added").each(function(i, e){ dataString += "&field["+i+"]['fieldType']="+e.type+"&field["+i+"]['fieldName']="+e.name+"&field["+i+"]['fieldId']="+e.id+"&field["+i+"]['fieldClass']="+e.className+"&field["+i+"]['fieldValue']="+e.value+"&field["+i+"]['fieldLabel']="+e.label; }); Personally, I'd do it as above, that should give you the desired effect You need to declared the index variable before you use it
  9. Ahh, my profile must be hidden, I must undo that!
  10. The link works fine for me, and I was thinking more personal Facebooks
  11. Ollie Read posted a topic in General Chat
    Well, There appears to be a lot of designers/developers coming out of the woodwork and slowly taking over this forum As such, I decided that I am going to drop a link in to my personal facebook, it'd be nice to meet others in the industry, whether you're from Redditch or not http://www.facebook.com/the.ace.of.heartbreak You may have to be logged in to see the above link
  12. To reiterate on a point that rallport mentioned, you need to make sure, that when serving a HTTPS request, that every element within the site is using https://. For instance, if you have an image, referenced using its fully url, without the s, then IE will throw up errors. I believe the issue is analytics, try changing var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."'>https://ssl." : "http://www."'>http://www."); to be var gaJsHost = (("https:" == location.protocol) ? "https://ssl." : "http://www.");
  13. Hi, "we filter outbound email to ensure each message is sent from or to a StreamlineNet-hosted email address". Looks like no matter what you do, their hosting will cry like a baby at the fact the email may potentially be going to a non-streamline email address. I would recommend finding another host, if you'd like to PM me the prices you pay, I could find an adequate replacement. Either that, or contact Streamline support and ask them if there is a way around it, and if there isn't, I would suggest demanding they fix it. Regards Ollie
  14. Welcome to the forums Brett
  15. BlueDreamer, The payments are for memberships at first, time period based subscription. Eventually there will be products, but for the meanwhile, it's just membership. Cheers darrenbale, I'll check them out. Regards Ollie
  16. Hello there everyone, I have a possible client that is a model, and does a lot of Adult photography. While it is tasteful and not classed as pornography, it is still classed as Adult, so the usual selection of payment gateways are out of the question. I'm looking for a selection of payment gateways so that I can offer several choices and makes my recommendations in the quote. If anybody knows of any, then it would be a big help. Thank you in advance. Regards Ollie
  17. Are there multiple li.galleryli ?
  18.    mrsminkie reacted to a post in a topic: php: send email with attachment
  19. ahaha I'm glad it's all working, and glad I could be of assistance. and at 3am, I was in some caffeine induced buzz state playing my xbox I think aha

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.