Displaying 9 results from an estimated 9 matches for "2fgroup".
Did you mean:
sfgroup
2007 Nov 18
0
evalScript usage for script with src attribute
...mething went wrong...'') },
onException: function(v1, v2){ alert(''Something went wrong... '' +
v2) }
});
where mailing-list-users.html content is simply
"<script type="text/javascript" src="http://convert.rss-to-
javascript.com/?src=http%3A%2F%2Fgroups.google.com%2Fgroup
%2Farchitecture-rules-users%2Ffeed%2Frss_v2_0_topics.xml"></script>"
If you goto
http://convert.rss-to-javascript.com/?src=http%3A%2F%2Fgroups.google.com%2Fgroup%2Farchitecture-rules-users%2Ffeed%2Frss_v2_0_topics.xml
you''ll see that it is HTML. Howe...
2005 Oct 25
1
winbind or netsamlogon_cache.tdb issue
...?
By the way, in my context could it be a solution to clear from time to time the
netsamlogon_cache.tdb file (i've seen in a previous post
http://groups.google.fr/group/linux.samba/tree/browse_frm/thread/43aea39f2f999fc7/7cd4c058dd74836f?rnum=1&hl=fr&q=netsamlogon_cache.tdb+&_done=%2Fgroup%2Flinux.samba%2Fbrowse_frm%2Fthread%2F43aea39f2f999fc7%2F7cd4c058dd74836f%3Ftvc%3D1%26q%3Dnetsamlogon_cache.tdb+%26hl%3Dfr%26#doc_103cdda4881a95a7
that removing this file could be a temporary solution before update of samba
> In technical terms, the cache is a copy of the NET_USER_INFO_3
>...
2007 Sep 09
4
Images larger than 40k uploaded with attachment_fu won't display
...s or not.
There is another thread about a bug in ActionPack that might be
related, but I wondered if anyone else has run into this problem with
attachment_fu?
http://groups.google.ca/group/rubyonrails-talk/tree/browse_frm/thread/22d4c7cab7a0d181/a8cce55cd6a19b8e?rnum=1&q=truncating&_done=%2Fgroup%2Frubyonrails-talk%2Fbrowse_frm%2Fthread%2F22d4c7cab7a0d181%2Fa8cce55cd6a19b8e%3Flnk%3Dgst%26q%3Dtruncating%26rnum%3D1%26#doc_a8cce55cd6a19b8e
Thanks!
-Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby...
2007 Sep 14
6
Spam?
Hey Guys,
I just joined this list a couple days ago...what''s up with all the spam?
I maintain about 8 or so googlegroups lists and have never received any
<cross fingers>. Is this something to (unfortunately) look forward to?
--
______________________________________________________________
Clayton Dukes
______________________________________________________________
2007 Apr 18
33
LZO compression?
Hi,
I don''t know if this has been discussed before, but have you thought
about adding LZO compression to ZFS?
One zfs-fuse user has provided a patch which implements LZO compression,
and he claims better compression ratios *and* better speed than lzjb.
The miniLZO library is licensed under the GPL, but the author
specifically says that other licenses are available by request.
Has this
2010 Mar 22
7
How to reference a select_tag within a form
Hi All,
Inside my app\views\expenses\new.html.erb file, I had the code:
<% form_for(@expense) do |f| %>
[snip]
<p>
<%= f.label :vendor %><br />
<%= f.text_field :vendor %>
<br />
<div id="vendor_droplist>
<%= select_tag "test",
options_for_select(@current_vendors.collect { |v|
v.nickname }),
{:multiple
2005 Oct 02
11
Repeated attacks via SSH
Everyone:
We're starting to see a rash of password guessing attacks via SSH
on all of our exposed BSD servers which are running an SSH daemon.
They're coming from multiple addresses, which makes us suspect that
they're being carried out by a network of "bots" rather than a single attacker.
But wait... there's more. The interesting thing about these attacks
is that
2007 Jul 28
19
Harry Potter 5 - The order of the Phoenix
*Harry Potter 5 <http://www.gobsmack.info/Harry-Potter/>* *The Order of the
Phoenix*
*Harry Potter and His friends *
**
*Wallpapers, Story and Video download*
*Harry Potter 5 - The Order of the
Phoenix<http://www.gobsmack.info/Harry-Potter/>
*
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
2007 Jul 22
18
db:fixtures:load order
I was trying to deal with foreign key issues related to order of
fixture loading when I came across this:
http://techpolesen.blogspot.com/2007/04/rails-fixture-tips.html
This got me looking deeper into rails and I noticed that
db:fixtures:load calls Fixtures.create_fixtures once for each fixture
file. However, Fixtures.create_fixtures is capable of taking multiple
files and also handle the