Displaying 20 results from an estimated 1000 matches similar to: "Form magic"
2006 Aug 10
5
RJS in Internet Explorer to update a list box
Hi,
I''m trying some RJS to update a series of list boxes in which the user
selects a state, and the following list gets updated with a list of
counties, and the same for the next list of areas.
My code works perfectly (albeit a bit slow) on Firefox, but on Internet
Explorer it clears the list box (instead of filling it) and Netscape
shows all the counties cramped together on one
2006 Jun 22
5
Sliding Gallery
I have a little image gallery application in rails enough for small galleries
(20< photos). But as images increase and the user needs to scroll down the
page it starts getting anoying to see all pictures...
I thought pagination but then I saw this AJAX goodness
http://www.apple.com/getamac/ads/
As you can see the videos scroll right/left when the arrows are pressed in a
circular manner
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%>
<%
2007 Jun 16
3
data.frame and subsetting problem
I have read the R online help and wiki and I cannot seem to get something to
work the way I need it to.
I want to create a new data frame from an subset of an existing data frame
which has no reference to the original superset. If you following this
example, what I am trying to do may make more sense.
I have a file with values like this:
shirt,size,40
shirt,color,10
shirt,length,10
2012 Jun 12
1
Two-way linear model with interaction but without one main effect
Hi,
I know that the type of model described in the subject line violates
the principle of marginality and it is rare in practice, but there may
be some circumstances where it has sense. Let's take this imaginary
example (not homework, just a silly made-up case for illustrating the
rare situation):
I'm measuring the energy absorption of sports footwear in jumping. I
have three models (S1,
2006 Jan 04
7
wrong number of arguments error
I keep getting this error every time I try to pass a value to a method.
Here is a sample nonworking method. I''ve been pulling my hair out over
this all night! Why won''t it work!?
My url path is :3000/store/browse/shoes and I''m getting this in the log
Parameters: {"action"=>"browse", "id"=>"shoes",
2004 Jul 23
3
Grandstream Budgetone 101 channels don't disappear on hangup.
Hi there,
I'm having problems with the Grandstream Budgetone 101 on hangup -
"show channels"/"show channels concise" output is still showing the
call's channels as active.
The problem does not exist when I use SJPhone, so I'm assuming it isn't
an Asterisk configuration issue. Has anyone seen this, or better, does
anyone have a fix? :)
Thanks,
David.
--
1999 Oct 13
2
bind failed on port 139 socket_addr=0.0.0.0 (Address already in use)
I can't figure out what is causing the error message of
[1999/10/13 11:39:42, 0] lib/util_sock.c:open_socket_in(671)
bind failed on port 139 socket_addr=0.0.0.0 (Address already in use)
in my logs and thus preventing smbd from serving up connections.
How can I track down what is causing this? Samba has been working great
and now I must have done something but I don't know what. The
2012 Feb 13
2
Error in apply(x2, 1, diff) : dim(X) must have a positive length
Anyone knows hat might be the cause of this error? Thanks for any help!
>library(MASS)
> dif.mns = function(x2,tr1=.2,tr2=.3){
+ #generates four different 'means' using
+ #difference scores from x2, an n x 2 matrix
+ #for use w/ bootstrap comparisons
+ diffs = apply(x2,1,diff)
+ mn1=mean(diffs)
+ mn2=mean(diffs,tr=.2)
+ mn3=mean(diffs,tr=.3)
+
2008 Jan 10
1
Shoes + Merb article
Though it''s pretty straightforward stuff, I figured maybe some Merb
users would be interested in this article:
http://www.oreillynet.com/pub/a/ruby/2008/01/14/shoes-meets-merb-interfacing-a-gtk2-front-end-and-a-rails-web-service.html
Brad and I built a tiny merb pastebin app that serves up YAML, which
is used by a little Shoes GUI.
Anyway... enjoy... and please let me know if
2006 Feb 27
30
Calendar widget
Has anyone made, or does anyone know of, a nice calendar control based
on prototype/scriptaculous out there yet? Thanks in advance!
Sincerely,
Ryan Gahl
Design Engineer
Camtronics Medical Systems (an Emageon Company)
Ryan.gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org
262-369-3251
The information transmitted in this electronic mail is intended only for the
person or entity to which it
2004 Dec 13
7
Installation trouble on Dell Poweredge SC420
Hi people
I am new to Xen and having some trouble getting it up and running. I am
trying to install it on a Dell Poweredge SC420 that has CentOS (RHEL3
clone) installed.
The error that I am getting when I first try to boot into the Xen
kernel, after having installed the binary and adding the necessary lines
to grub.conf is :
---snip---
md: Autodetecting RAID arrays
md: autorun ...
md: ...
2006 Feb 09
4
New user: Custom probability distribution
Hello,
Given a probability function: p(x) = 12 / (25(x+1)) , x=0, 1, 2, 3 we
generate the following values:
C1 C2
0 0.48
1 0.24
2 0.16
3 0.12
Now, I'm supposed to create 50 random values using this table. In
MiniTab, I simply selected Calc -> Random Data -> Discrete, and selected
the columns, and it created 50 random values in a new column.[1]
How do I do the
2007 Jun 23
1
offer max,shox,bapestars,adidas,dunk,dsquared,foamposite,jea
our company supply jordan shoes,airmax shoes,AF1 shoes,nick Dunk
shoes,Nike James
shoes,KOB shoes,ADIDAS shoes,nike rift shoes,Timbland,prada shoes,puma
shoes,bape shoes,gucci shoes,football shoes,slipper ,
hat, handbag(Lv,gucci,channel,fendi,prada,juicy),Bape hoodies,
jeans(Evisu-jeans,Diesel-jeans,Rock republic-jeans,Bape-jeans,Red
monkey-jeans,Girbauds-jeans),T-shirts(lacoste T-shirt,
polo
2009 Jan 28
3
Apply style in collection_select ?????
Hi to all,
i have this snip i want to apply style to this combo but there is no
effect
help.......
<%= collection_select(:customer,:country_id, @countries,:id, :country,
html_options={ "style" => "width:110px" },:onchange =>
''updateState('''');'',:id =>''country_id'' )%>
Thanks,
--
Posted via
2009 Dec 04
2
[LLVMdev] r72619
On Dec 4, 2009, at 2:40 PM, Eric Christopher wrote:
> So, on top of this it seems like a lot of the semantics have changed
> after your patch. I'm certain the existing patch is wrong and that
> we'll want a computation somewhat similar to the clang one that I
> think Doug is going to post.
>
> I think the safe thing is to revert for now and we can discuss all
2010 Aug 27
2
Virtualdub on kubuntu
I'm getting this problem when I try to open a video file.
An out-of-bounds memory access (access violation) occurred in module 'wined3d'......reading address 00000030.
Is their anything that can be done?
2010 Aug 25
3
ole:GetClassObject class Not Registered
I am trying to run a Windows app my company uses in-house in Wine. It installs ok but when I run it I get this:
Code:
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered
err:ole:CoGetClassObject class {96749377-3391-11d2-9ee3-00c04f797396} not registered
err:ole:create_server class {96749377-3391-11d2-9ee3-00c04f797396} not registered
err:ole:CoGetClassObject
2006 Jan 17
2
idefisk 4 linux now available for download
It took a little longer then expected, but here it finally is, a field
test for the idefisk for linux iax2 softphone.
Freely downloadable from http://www.asteriskguru.com/tools/
You will probably need to copy the iaxclient lib into your library
directory and run ldconfig before starting the phone.
Please note that this is the first copy in the wild of the linux version
and is not as tested
2012 Feb 06
3
Bundler - how to re-install all gems after os update?
I had a working Rails setup using RVM on Ubuntu 11.10 with /home on a
separate partition. I installed Ubuntu 12.04 (Alpha) on the root
partition, leaving the home partition unchanged. I now find that some
things don''t work, I think due to the fact that the system has been
updated and versions of libraries have changed. For example I get:
$ rails c