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.

Nicola

Members
  • Joined

  • Last visited

  1. Thanks guys, the twitter idea would be ideal as I could even change it via text message that way. Any ideas where I can get help with this? PHP isnt something Im all that familiar with? Thanks again
  2. Hi Guys, I have two html pages, they are pretty much identical except one has a message that says 'all systems ok' with a green icon and the other says 'systems down' with a red icon. The one with the red icon does nothing and the one with the green icon automatically redirects within a few seconds. Is there any way I can remotely swap these pages to be active without having to manually overwrite them via ftp? Or is there a better way of doing this altogether? Thanks for your help
  3. Should I post this/have it moved to another specific section guys?
  4. Hi, thanks for the replies. No I dont have the skills to write it myself This is what I am using <script type="text/javascript"> $(document).ready(function(){ $.getJSON('http://twitter.com/status/user_timeline/TWITTERACCOUNTNAME.json?count=5&callback=?', function(data){ $.each(data, function(index, item){ $('#twitter').append('<div class="tweet"><p class="status">' + item.text.linkify() + '</p><p class="posted"><strong>' + relative_time(item.created_at) + '</strong></p></div>'); }); }); function relative_time(time_value) { var values = time_value.split(" "); time_value = values[1] + " " + values[2] + ", " + values[5] + " " + values[3]; var parsed_date = Date.parse(time_value); var relative_to = (arguments.length > 1) ? arguments[1] : new Date(); var delta = parseInt((relative_to.getTime() - parsed_date) / 1000); delta = delta + (relative_to.getTimezoneOffset() * 60); var r = ''; if (delta < 60) { r = 'a minute ago'; } else if(delta < 120) { r = 'couple of minutes ago'; } else if(delta < (45*60)) { r = (parseInt(delta / 60)).toString() + ' minutes ago'; } else if(delta < (90*60)) { r = 'an hour ago'; } else if(delta < (24*60*60)) { r = '' + (parseInt(delta / 3600)).toString() + ' hours ago'; } else if(delta < (48*60*60)) { r = '1 day ago'; } else { r = (parseInt(delta / 86400)).toString() + ' days ago'; } return r; } String.prototype.linkify = function() { return this.replace(/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+/, function(m) { return m.link(m); }); }; }); </script> Any ideas? Thanks again
  5. Yup, Jquery/JSON
  6. No not at all, its basically going to be a status page for another service. For example - All systems working perfectly #GO = automatically redirect Systems down - Error message #STOP = Halt
  7. Hi Guys, I have an idea for a web page but im not quite sure how to go about it. Basically I want a page which re-directs to another site but only if there is a specific keyword on the page, otherwise I dont want it to do anything. For example, I will have my twitter feed showing the latest tweet on the page. If the tweet has a specific keyword, ie GO, then I want the page to redirect, otherwise I want it to stay put. Hope that makes sense. I know how to get my twitter feed sorted but any help with how to go about the redirect would be much appreciated. Thanks in advance!
  8. It sure is, there you go! Thanks
  9.    Nicola reacted to a post in a topic: Google Ignores Web Forwarding?
  10. Hey man, could you explain this for me, im not quite following? Thanks!
  11. It has finally appeared, wahoo! Thanks for all your help, +1
  12.    Nicola reacted to a post in a topic: Google Ignores Web Forwarding?
  13. Hi SEO, What I meant was that I now have webspace for the domain so it no longer forwards to another site. But yes the site that it originally forwarded to was indexed by google! What is the usual time frame from submitted the url to google and it showing up in a search, and I mean a search for the full url.
  14. Hi thanks for the reply SEO, No I dont have a robots file at all. I have now moved the site to their free web hosting so the address doesnt forward anymore, although it still isnt showing up in google, ive submitted it again, could this take another month? Thanks again
  15. Hi Guys, I would like to hide a div containing flash and replace it with a static image for users visiting my site on an iphone so they dont get the 'please install flash' graphic. Any help with this would be much appreciated! Thanks in advance!
  16. p.s. I just contacted Daily and they said that their web forwarding uses 301 already
  17. Hi Guys, Thanks for the replies! Just to clarify, The new domain was purchased from daily.co.uk, this was a month ago. In the control panel on daily's website the domain is set to 'non-framed web forwarding' and points to a folder on another domain. So it's newdomain.co.uk -> olddomain.co.uk/folder So where do we go from here? Do we still use the 301 as mentioned, should we turn off the forwarding on daily's site? Thanks again, really appreciate it!

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.