-
Redirect, remotely swap pages
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
-
Redirect, remotely swap pages
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
-
Help with Keyword Re-direct
Should I post this/have it moved to another specific section guys?
-
Help with Keyword Re-direct
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
-
Help with Keyword Re-direct
Yup, Jquery/JSON
-
Help with Keyword Re-direct
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
-
Help with Keyword Re-direct
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!
-
Google Ignores Web Forwarding?
It sure is, there you go! Thanks
-
-
Google Ignores Web Forwarding?
Hey man, could you explain this for me, im not quite following? Thanks!
-
Google Ignores Web Forwarding?
It has finally appeared, wahoo! Thanks for all your help, +1
-
-
Google Ignores Web Forwarding?
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.
-
Google Ignores Web Forwarding?
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
-
IF iPhone hide content
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!
-
Google Ignores Web Forwarding?
p.s. I just contacted Daily and they said that their web forwarding uses 301 already
-
Google Ignores Web Forwarding?
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!