Displaying 20 results from an estimated 32 matches for "fluxiom".
2006 Apr 28
4
The Ajax Experience
Anyone on the list going to The Ajax Experience in San Francisco May 10?
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Jan 31
5
resizing multiple images using getElementsByClassName
I am building a iPhoto like (Read rip-off) interface for thumbnails
and I am having a couple problems that I thought some one on the list
might be able to assist me on ...
first off here is the page: http://v4.incontrolsolutions.com/galltest/
I am no Javascript whizz and I am sure there is a FAR more efficient
way to do what I am trying. Having said that, the 2 things I was
looking for
2006 Feb 26
3
Ajax training in Austria: "Ajax richtig verwenden"
Heya all,
I?m doing a one-day training on everything Ajax mainly focusing on
script.aculo.us, but naturally including Prototype and a look on Ruby
on Rails Ajax capabilities as well, plus a look on our product
fluxiom - on March 17, here in Vienna, Austria (for german speaking
audiences).
Here are the (in-german) details:
In diesem eint?gigen Seminar zeigt Ihnen Thomas Fuchs wie Sie die
Benutzerfreundlichkeit und Interaktivit?t ihrer Websites verbessern.
Das Seminar bietet einen ?berblick ?ber verbreitet...
2006 Apr 01
5
Upload a zip using a form and extract if afterwards on srv?
Hi all
It like my visitors to be able to upload a zip file (or any other
possible compressed file archive) to my server. After upload, my web app
should extract the content to the server and delete the zip file.
Is this possible somehow? I''m very thankful for help.
Have a nice weekend,
Joshua
--
Posted via http://www.ruby-forum.com/.
2006 May 01
3
beta testers: tab panes
Hello,
I was wondering whether anybody is interested to do some beta testing on a
script I''m currently working on.
Here is a little preview: http://net4visions.com/dev/tabs/tabs.html.
A little doc file can be found here:
http://www.net4visions.com/dev/tabs/docs/readme.htm
_______________________________________________
Rails-spinoffs mailing list
2006 Apr 24
26
prototype-based color picker
has anyone in this list ever tried to make a javascript color picker
something like http://www.daantje.nl/blog/index.php?buttonID=37
or http://typetester.maratz.com/
i just thought i''d ask before i force myself to doing this.
thanks
mark renn
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Jun 27
2
Preloading results in Ajax App
Hello Rails lovers!
I have a few general discussions that I have yet to find terribly
active. Perhaps all of the people busy on this front are...uh...busy on
this front.
So!
Ajax-only apps.
No degration.
Yes! Forget about degradation for a moment. Not willing to? Ok,
well...this question is for those who are willing...
Imagine developing an app that is one page - all actions render partials
2006 Mar 22
6
RE: Support for window scrolling fordraganddrop
I have two fixes in a text file. I created the diff using "diff -u", so
I hope you can apply the patch. The file is attached.
I never could get my optional ''scroll when the dragged element goes
outside the scrolled element'' thing to work. I got it to start
scrolling correctly, but then it would start making increasingly big
jumps and basically scroll out of control.
2007 Jan 11
3
Strange behaviour with Scriptaculous v 1.7.0 beta 2
Hello,
I''m testing beta of scriptaculous and I''ve got a stange behaviour.
I''m using this RJS :
page << "$(''content'').morph({width:''308px''}, {duration:0.5});"
page.replace_html ''subcontent'', :partial => ''sub''
page.replace_html ''nav_path'', nav_path
2006 Aug 10
0
Mephisto 0.5: Thanos Release
Hey guys, I''m pleased to announce the first official release of my
blogging tool: Mephisto. This is the same blog engine I''ve been using
on my own blog for months, as well as the several high profile blogs
like Riding Rails, the Fluxiom blog, etc.
http://mephistoblog.com/2006/8/10/mephisto-0-5-thanos-release
--
Rick Olson
http://techno-weenie.net
2006 Jul 25
1
Personalised website user account
...le. I''m developing a new CMS
and want to be able to allow people who sign up to create their own user
account as follows: http://USERNAME.domainname.co.uk
I would be very grateful if anyone has any ideas or working examples of
how to do this on account signup. I have seen websites like fluxiom.com
do something similar. Or indeed if there are other magic ways of doing
something similar to this.
Basically, once users create their account, they will see the website
homepage along with some user specific links at their own address
http://USERNAME.domainname.com. The idea being to make t...
2006 Nov 24
1
prototype crashes IE6
IE 6 SP1 crashes on pages with prototype.js
AppName: iexplore.exe AppVer: 6.0.2900.2180 ModName: kernel32.dll
ModVer: 5.1.2600.2945 Offset: 00012a5b
It''s suggested that TextWare''s QuickFind BHO is causing the crash and
that uninstalling it does the trick! I wan''t to find exactly what part
of prototype is causing this...
My findings will end up here and on
2006 Jun 28
1
Proxy
how to set my proxy, so that I can install rails with..
gem install rails --remote.
please, how to define the proxy? tks.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 May 05
1
Sending a <form> as a SOAP request
Hi,
I''m currently using the prototype.js script with the below code.
function ajaxSubmitForm(form, url, id) {
var params = Form.serialize($(form));
new Ajax.Updater(id, url, {asynchronous:true, parameters:params});
}
my wish is that I want to use it as.
function ajaxSubmitFormAsSoap(form, url, id) {
...
}
the idea is the same, the script must build a SOAP request
2006 Apr 06
0
script.aculo.us V1.6.1
...son]
* Added workaround for a rendering bug in Safari when using floating
elements with Effect.Appear
(Note: the required 1.5.0_rc0 final version of Prototypeis included
with the download)
Thanks to all the contributors!
-Thomas
--
Thomas Fuchs
wollzelle
http://www.wollzelle.com
http://www.fluxiom.com :: online digital asset management
http://script.aculo.us :: Web 2.0 JavaScript
http://mir.aculo.us :: Where no web developer has gone before
2005 Dec 14
0
Jumpiness in effects
Hi all,
is there any best practices I can follow to avoid jumpiness in the
effects I launch? It looks like no matter how careful I am, I never am
able to obtain the smooth effects I see on the demo page or on sites
like Fluxiom or Exit404
Thanks for any tip
Victor
--
Victor Jalencas <Victor.Jalencas@gmail.com>
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Apr 02
13
autocompletion: hooking ''afterUpdateElement'' in Rails
Hi everyone,
I need to trigger a Rails action after the autocompletion is completed
(when the user has selected an option).
From the scriptaculous doc, I figured out ''afterUpdateElement'' is the
place to be but I wonder if/how and where I can hook my javascript code
to this event in Rails code (I''d like to keep using the helper, if
possible)?
I tried passing many
2006 Jul 20
1
Scriptaculous + Sortable: onUpdate Not Firing
Hello all,
I''m using Scriptaculous 1.6.1 on a project I''m developing. My
generated HTML (generated by PHP) looks something like this:
<ul id="admin-list">
<li id="li-13">Singletary, Bob (President/CEO)</li>
<li id="li-12">Chatman, Jim (Vice President of Finance/CFO)</li>
...
</ul>
<script
2006 Mar 29
2
effects in 1.6.0
Hi all,
I just tried the latest version and saw that parts of my page stopped
working. I debugged some and found out that the error is somewhere in
the effects.js file. Cause if I upload the older effects.js with the
latest files then it all works. I also found out that the ''new
Draggable(..'' effect was the cause of the error since it works with the
latest effects.js if I
2006 Jun 30
2
Ajax.Request synchronization (onSuccess before onComplete?)
2 questions regarding the synchronization of these events.
1) is onSuccess called before onComplete ( I assume it is)
2) if called after, is onComplete called after the onSuccess
method has completed or are you at the mercy of synchronization issues?
Hopefully someone can enlighten me. I tried reading the Prototype.js but
couldn''t seem to determine this on my own.