similar to: [OT] How do guys create round corner boxes? Which Graphic tool?

Displaying 20 results from an estimated 8000 matches similar to: "[OT] How do guys create round corner boxes? Which Graphic tool?"

2005 Nov 20
3
rounded corners in rails apps ?
Hi all I like very much rounded corners and often used thee well known nifty Javascript approach for that, Recently I discovered Rico ( http://openrico.org), which does the same and is much simpler to use (don''t require additional css files) and is based on prototype.js. This is all very nice, but there is currently one problem, the latest Rico library seems to require prototype 1.3.1,
2006 Mar 03
3
TinyMCE or FCKEditor (WYSISYG editor)
TinyMCE or FCKEditor? which one is the best from your experience? Or anything better than these two for rails env? Thank you all, - Dunnil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060303/7350e5df/attachment.html
2006 Mar 14
11
how to work with a designer
I am considering trying Rails out on a small web project where I will be working with a designer. What is the typical workflow and relationship for this: 1 have the designer learn rhtml or 2 have the programmer take html mock ups and turn them into rhtml In the past I have used Django (also very nice), which has a fairly accessible (ala php) templating language. Thanks, David S. -- Posted
2005 Nov 23
8
Compiler OR Obfuscator for RoR applications?
Hi folks, I''m a newbie in the Ruby land, The Ruby language and RoR looks really great but I think in my situation there is a problem, we are an ISV that sells web application and we don''t want our clients see our source code, I searched the web but couldn''t find any way to compile and\or obfuscate ruby code (in web (RoR)), is there such tool available for the language?
2006 Nov 04
11
[OT] What''s the best way to install ruby/rails on Mac OS X?
Hello folks, I''ve newly bought a Mac and am new to it. I want to install Ruby on Rails on it (Ruby, Rails, SVN, Apache, MySQL, ...) but I''m not sure which way is the best. Should I go for Fink? OpenDarwin? Or just install them directly on mac. What about something in Fink, something in OpenDarwin and something directly? I''m a bit confused, may you please give me a
2006 Mar 03
2
FCKEditor Image uploading feature
Hello, I followed instructions on http://www.joshuamcharles.com/rails/fckeditor.html Added FCKEditor to my rails app which works great, but I''m not able to upload images using the WYSISYG editor. Is there a way to enable this feature in rails app? If not, where is the images folder that FCK looks into it for images, so I can upload my images manully there? Thanks, - Dunnil --------------
2006 May 31
19
Rails Deployment: Book recommendation?
Hello, I''m seeking a book on rails deployment (I think a general deployment on nix book can helps too) I need in depth information about Apache, FastCGI, (LightTPD maybe). I was thinking always I know what a web server is! but when I think more deeply about it (after reading Capistrano doc) it seems I need more info about app, web and db servers. stuff like how to config the app server
2006 Feb 11
9
Upgrading to Ruby 1.8.4 and strange problems!
Hi folks, There is a strange problem here, I''ve installed the latest version of One-Click Ruby installer [1.8.4-16 preview3], everything went fine, and after that I''ve installed Rails 1.0. No problem in setup process, but now, when I try run my rails application, there are many strange things happening. In one my application no CSS apply, looks like there is no CSS file, and
2006 Jan 30
3
params on controller and view
Hi, I have a link that says: <%= link_to_remote("Data", :update => ''pie_graph_div'', :url => { :action => :show_pie_graph, :mode => ''nums'' }) %> which calls *show_pie_graph*: Controller: def show_pie_graph render :layout => false @mode = params[:mode] end View: <img src="/surveys/make_pie_graph/<%=@mode%>"
2006 Jun 15
25
[Very OT] MacBook defects: should I buy a MacBook?
Hello, First and foremost sorry for off topic message, but I thought maybe you smart guys can help me to decide about purchasing a MacBook or not. I was going to buy a MacBook but I found a story on digg.com about case discoloring and after googling the subject I found MacBook defects: http://www.appledefects.com/wiki/index.php?title=MacBook_Pro I''m totally confused, should I buy it?
2006 Apr 19
4
emacs rails 0.39
Testing version of Emacs Rails (http://rubyforge.org/projects/emacs-rails/) was released. If you have some suggestion or you find some bugs please inform us. Features: * Management of WEBrick/Mongrel * Display color log file * Toggle Switch between Action/View and other file (tests, helpers) automaticly or with menu * Switching to file from current line f.e. from redirect_to :controller =>
2006 May 12
5
Is there a method for incrementing string names?!?
Hello, I have model which has a property named "name", I want to append a number to the end of the name when there is similar name in db. name, name1, name2... Is there a ready to use method in ruby and/or rails for doing so? Thanks in advance, - Dunnil
2006 Feb 09
1
How to reorder rows in a table?
Hi, I have a link table with a location field, here is the code I wrote to reorder the rows # move_up action in links controller def move_up current_link = Link.find(params[:id]) current_link.location -= 1 current_link.save same_link = Link.find_by_location(current_link.location) same_link.location += 1 same_link.save redirect_to :action =>
2006 Jan 31
2
Problem generating CHM Rails doc
Hi, I have problem generating chm file for the rails doc. I''ve commaned the rdoc to generate the chm by: rdoc -f chm -o chm_folder action* rails-* It gave me the following error: vendor/rails/railties/lib/rails_generator/generators/components/controller/templates/controller.rb:3:15: Expected class name or ''<<''. G ot RubyToken::TkLT: "<" By adding
2004 Oct 25
2
box() and hist()
Hi, does anybody know why the following is not working: > hist(rnorm(200)) > box(bty="o") gives me a box without rounded corners. System: > R.Version() $platform [1] "i386-pc-mingw32" $arch [1] "i386" $os [1] "mingw32" $system [1] "i386, mingw32" $status [1] "" $major [1] "2" $minor [1] "0.0" $year
2006 Feb 08
3
OpenRico LiveGrid or similar
Hi Has anyone used OpenRico''s "on-demand listbox" LiveGrid or something similar in a Rails app already? How well does it behave? I''m asking this because I need a scrollable list but the number of records in the table could be well above 5000. In the past I''ve used similar "on-demand fetchings" in desktop apps and it was a real blessing (the
2006 Apr 16
11
Multiple domain name, One Rails application, is this possible?
Hello folks, I''m new to the Rails framework and don''t know where to look to find my answer. Here is the question, Is there a way to set multiple domain name for *a* rails application, and base on the URL do the work in the app. Imagine I have a user based document management system, each user want to access to her docs using her domain, but I don''t like to have many
2006 Apr 19
2
[Article] Great Browser Expectations
Hey everyone, I came back from Canada on Rails and was so inspired that I wrote an article on the plane. http://unspace.ca/discover/expectations/ It''s my attempt to distill what I have learned so far, working on AJAX applications in Rails that people will hopefully want to use. Feedback is appreciated! Pete
2006 Mar 01
4
rant on browser makers (was something about updating TD''s)
> Oh is Gecko == Mozilla? Oh well, can''t keep them straight. As far as I''m > concerned there are only 2 browsers worth developing for, IE6 and FF > > 1.07. Remove IE 6 and I agree, hahahaha. Actually, I hate Mozilla''s box model (I know it''s the w3c recommended one, but it''s flawed. Width and height should include padding and borders.
2006 Apr 02
1
Greetings, first remarks about trying to do customizable drop-shadows
Hello there everybody! Terrific... a mailing-list for compiz with David on board! Ok, I started off with writing some functions using cairo to draw me the needed elements for drop-shadows (atm stand-alone to focus on the proper generation of the shadow-parts) and currently still fiddle with the tweakable parameters. Right now I have... shadow-radius (e.g. 20 pixels) 2D-offset vector (e.g. 10