Displaying 3 results from an estimated 3 matches for "jabbe".
Did you mean:
jabber
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 was...
2005 Dec 12
0
CD Architect in wine
Hello all:
I would like to install Sonic Foundry's CD Architect in wine-0.9.
3. The installer starts but then I get an error message:
"Unable to install software. This software 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
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%>
<%