search for: nofollow

Displaying 20 results from an estimated 20 matches for "nofollow".

Did you mean: follow
2006 Aug 09
3
rel=nofollow or akismet
...olve my problem. Akismet ( http://akismet.com/ ) will solve my problem if their spam detector is good. I am close to using it, but wanted to get your opinion about it. Has anyone used it? Is it as good as they want us to believe. Now I propose an alternative solution - What if I put "rel-nofollow" in all links that are submitted via comments, and say I will do so right next to the comment form. Thus telling spammers, "you are welcome to post spam, but it will not help your cause." Will it discourage spammers. What do you think? I have used the same solution on my webalize...
1999 Sep 15
0
FreeBSD Security Advisory: FreeBSD-SA-99:04.core
...UP, FOLLOW, UIO_SYSSPACE, name, p); ! error = vn_open(&nd, O_CREAT | FWRITE, S_IRUSR | S_IWUSR); free(name, M_TEMP); if (error) return (error); --- 722,729 ---- if (name == NULL) return (EFAULT); /* XXX -- not the best error */ ! NDINIT(&nd, LOOKUP, NOFOLLOW, UIO_SYSSPACE, name, p); ! error = vn_open(&nd, O_CREAT | FWRITE | O_NOFOLLOW, S_IRUSR | S_IWUSR); free(name, M_TEMP); if (error) return (error); *** kern/imgact_aout.c 1999/05/17 00:53:36 1.52 --- kern/imgact_aout.c 1999/08/26 17:32:48 1.53 ***************...
2010 Jul 20
2
uninitialized constant WillPaginate::LinkRenderer
This is becoming painful. Where the file should be? What should be in it? I am running will_paginate 3.0.pre Here is my current code sitting in initializers/ class WillPaginateRenderer < WillPaginate::LinkRenderer def rel_value(page) "nofollow" end end Thanks for your help, -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane...
2009 Mar 03
4
failed assertion in 1.1.8: istream.c: line 81
Hello, We're having a problem in Dovecot 1.1.8 with a failed assertion on certain mbox format mailboxes. It happens both with deliver when it attempts to delier to the mailbox, and with IMAP connections for the affected box (though I'm not sure what they're doing at the time). Mar 3 12:55:26 <snip> dovecot: Panic: IMAP(<snip>): file istream.c: line 81 (i_stream_read):
2006 Jun 29
3
Speeding up Prototype''s $$ Selector
Just a quick heads up that Sylvain Zimmer has posted a performance upgrade for Prototype''s $$ selector, making the function up to 20 times faster. This could be just the thing I''ve been looking for recently as a site I''m currently developing makes heavy usage of that $$ selector and I have noticed that this can lead to a noticeable lag on page load. See
2011 May 28
1
newbie xml parsing question
...; &lt;a onclick=\&quot;trackLink(this, 'Save', { 'events': 'event18', 'eVar4': 'Map Bubble' }); return favoriteManager.addFavorite(9933810, favoriteManager.doneSaving(this), event, true);\&quot; class=\&quot;not-saved\&quot; rel=\&quot;nofollow\&quot;&gt;Save </li> </ul> </div> Close <div id=\"bubble-photoex-down\" class=\"photoex hide\"> <div class=\"photoex-photos\"> </div> <div class=\"mapsViews hide\"> </div> </div> </div> &l...
2006 Apr 25
6
Does Rails need more useful URL helpers?
Similar topic to my last post, but a different brand of methods. In particular, the url_for and link_to methods have come to bother me at times. I will mention one instance in particular: I am designing a high-end administrative interface. This interface supports paging, sorting and limiting to specific field values. Thus I have params named page, sort and limit. The lack of elegance I see
2012 Oct 10
8
link_to with additional data
...r but again, foo is missing. = link_to "Contacts", contacts_path, {:method => :post, :data => {:foo => ''bar''}} generates: <a href="/contacts <http://localhost:3000/contacts>" data-foo="bar" data-method="post" rel="nofollow">contacts</a> Can anyone point me in the right direction? Thanks Paul -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public...
2006 Jan 28
1
Wine-wiki broken by design
...Exception loop. Covered to some extent in: http://wiki.winehq.org/Debugging_'Wild_Metal_Country' For some reason, all pages in the Wine Wiki (like the above) is _fucking_ impossible to find with Google. I don't know why, but I think it might be because all the pages have "index: nofollow", which means that subpages are never found. GRR. Very unhelpful to newbies. Very tragic that fine Wiki documentation is available but that noone can find it because Google is disabled for the entire Wiki. And very annoying that I've had to answer this question 3 times now, when it sho...
2005 Nov 04
1
i2, Google and missing links.. (aka: don't modify the model through a GET )
While looking for all the commiters'' blog, I Googled for T.F.''s one: http://www.google.com/search?hl=en&lr=&safe=off&c2coff=1&q=Thomas+Fuchs+rails&btnG=Search problem: the 5th entry is http://wiki.rubyonrails.com/rails/pages/Thomas+Fuchs/versions/new Alain
2010 Apr 13
2
import file formatted RFC-822
Dear R-list users: I would like to import a database of web robots, http://www.robotstxt.org/db/all.txt, it?s formatted RFC-822, ?how can I do it? The RFC 822 specification defines a standard format for electronic messages, which consists of a set of header fields and an optional body. The headers contain information about the message, such as to whom it is being sent, from whom it is being
2006 Apr 16
4
Preventing crawlers on link_to''s
My understanding was that using the :post=>true on a link_to() was supposed to prevent search engine crawlers from triggering the link. However, this does not seem to be working for me. Is there something else that I should be/can be doing to accomplish this? Thanks. -Matt -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 03
0
Hidden links on ROR Wiki
...search engine optimization post on view and can lead to penalization of ethical sites that are linked from the page. How can we watch for this spam? May be a filter is needed that checks for the existence of "display:none"? Or may be all links need to be converted to rel="nofollow" which will then not benefit any link on that page. May be we need to make the wiki posts for registered users only. Now I also suspect that such hidden links may exist throughout the Wiki. Frank Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadminist...
2011 Feb 03
1
PLEASE REMOVE ME FROM YOUR LIST !
-- *Larry "Yako" Junior* *:On Air Analyst/personality :Online Radio Broadcaster "YakoRadio" **:V.O. Artist* *:Image/Com Producer* *:Audio Engineer :Media Talent** **facebook.com/yakoradionetworks <http://www.facebook.com/yakoradionetworks> twitter.com/yakoradio myspace.com/yakoenturadio yakoradio.com youtube.com/yakoenturadio soundcloud.com/yakoradio
2008 Apr 27
3
f/oss routing solution?
I'm looking for an open source router solution, and someone from the list recently recommended zebra (www.zebra.org). I haven't yet identified all my needs, but I'm guessing that it will do all my routing needs for a, say, class C set of IP addresses, particularly if I ever have to do anything BGP-related. Anyone have any pointers before I delve in? Or possibly a recommendation for
2011 Sep 06
8
Ajax and rails 3 UJS (jquery)
Hi, guys, I''m in the midst of moving an app from rails 2.3.8 to rails 3.0.9. Sadly, rails 3 no longer has javascript generators and I''m now forced to do more javascript. For my project, I have selected jQuery as the javascript framework for my rails 3.0.9 app. What I have done to have my app''s deletion link (for each item) trigger an alert box when the deletion
2006 Mar 07
2
ipw can not work in adhoc mode
...ml xmlns="http://www.w3.org/1999/xhtml"> <head><title>Problem Report kern/88917 : [ipw] ipw can not work in adhoc mode</title> <meta http-equiv='content-type' content='text/html; charset=iso-8859-1' /> <meta name='robots' content='nofollow' /> <link rel="stylesheet" media="screen" href="../layout/css/fixed.css" type="text/css" title="Normal Text" /> <link rel="alternate stylesheet" media="screen" href="../layout/css/fixed_la...
2017 Sep 29
0
Delivery Status Notification (Delay)
...m/#help/faq/faq-whataremaskedemails">Blur</a>.<br= /> IF THIS IS SPAM, <a href=3D3D"https://dnt.abine.com/#/block_email/95771= 4b=3D e at opayq.com/FWD-737RRYSMHVAHYD4AM4SVAJDFQBQCCKKLAEEFAM2BAYANQAUQAWAA53RAMYA= =3D EYAFMEEQAAIA=3D3D at opayq.com" rel=3D3D"nofollow">CLICK HERE TO BLOCK.</a><br= /> <br/> Want to shop safely and privately online? <a href=3D3D"https://dnt.abin= e.=3D com/#premium">Get Blur Premium</a>. </div> </div><span></span><br/> <div dir=3D3D"l...
2018 Sep 19
0
Delivery Status Notification (Delay)
...s://dnt.abine.com/#help/faq/faq-whataremaskedemails">Blur</a>.<br/> IF THIS IS SPAM, <a href=3D"https://dnt.abine.com/#/block_email/957714b= e at opayq.com/FWD-737RRYSMHVAHYD4AM4SVAJDFQBQCCKKLAEEFAM2BAYANQAUQAWAA53RAMYA= EYAFMEEQAAIA=3D at opayq.com" rel=3D"nofollow">CLICK HERE TO BLOCK.</a><br/> <br/> Want to shop safely and privately online? <a href=3D"https://dnt.abine.= com/#premium">Get Blur Premium</a>. </div> </div><span></span><br/> <div dir=3D"auto"&...
2006 Jan 27
10
html special characters. h() failure.
I was trying to convert a some text with the (r) character it so it replaced character \xAE with &reg; h(@item.description) didn''t do anything. I need to use @item.description.grep(/\xAE/,''&reg;'') for it to work. I think the h() function should be able to do all the codes that are available. Regards Neil.