Displaying 3 results from an estimated 3 matches for "jabb".
Did you mean:
gabb
2006 Aug 16
2
Jabber installation Guide
Hi guys,
Is there any guide on how to install Jabbe on a windows small business
server?
Charles
--
"It is unwise to pay to much, but it is worse to pay too little; you
sometimes lose everything becuase the thing you bought was incapable of
doing the thing it was bought to do"
-------------- next part --------------
An HTML attachment wa...
2005 Dec 12
0
CD Architect in wine
...oftware product requires
DirectX Media Streaming Services 5.2a (formally known as
ActiveMovie) or later to be installed."
What can I do with this?
Thanks,
IG
________________________________________________________________________________________
BLOGTER - elindultunk! Regisztr?lj a leg?jabb magyar blogport?lra ?s h?vd meg bar?taidat!
www.blogter.hu
2008 Feb 27
2
observe_field not generating any script
Hi - I have a view:
<% content_for(:page) do %>
<h1>New user</h1>
<% form_for :user, @user, :url => { :action => "create" } do |form| %>
<%= render :partial => ''form'', :locals => { :form => form, :genders
=> @genders} %>
<%= submit_tag "Create" %>
<%end%>
<%