search for: godawful

Displaying 7 results from an estimated 7 matches for "godawful".

2006 Apr 18
4
update_page yields escaped code in callback
...9;) page[''section''].hide page[''section''].visual_effect(''Appear'', ''{queue: \''end\''}'') end }, :id => "#{menu_item}_tab", :class => ''menu_tab'' %> yields this godawful mess (the ''activate_tab'' method is in the ApplicationHelper, but all the javascript is being escaped regardless of where it''s generated): <a class="menu_tab" href="#" id="contacts_tab" onclick="new Ajax.Updater(''section...
2006 Jan 19
7
Rails or Java J2EE (Spring, Struts Shale) - scalabilty
Hi, normally I am doing all my webprojects with PHP. But now I am planning to use a framework, either Ruby On Rails, or Java in particular J2EE with Java Spring, or Struts Shale. Well, I already tried RoR a few month ago, so I am simply comparing it to the Java alternatives now. My problem is, that maybe using Java for my projects is like using a dredger to grub a small hole :) But on the other
2008 Oct 08
1
make func_realtime work like app_realtime (1.6)
..._append(&out, 0, "%s%s%s%s", var->name, args.delim2, var->value, args .delim1); I simply changed this to: pbx_builtin_setvar_helper(chan, var->name, var->value); Now when I call the realtime function, I get the channel variables populated instead of having to parse that godawful string to get at my data. Again, yell at me if you will, but even Mark Spencer commented on how func_realtime wasn't all that great, but nobody seems to have done anything about it. BTW - I don't code in C at all - this was just a bunch of searching and a lucky guess... -------------- nex...
2011 Oct 23
7
taking oDesk test
Hi! Maybe, you know thing such as odesk tests. Here will be place we discuss about some questions of them. I can''t understand what they want. (Rails 3) 1.Screenshot-3.png. What is answer? I think d, but I can''t find Net::HTTP.open function in API. 2. Screenshot-5.png. I can''t understand what they want from me. I work only with RSpec 3. Screenshot-6.png. I start to
2010 Dec 01
6
GPL and R Community Policies (Rcpp)
This post asks members of the R community, users and developers, to comment on issues related to the GNU Public License and R community policies more generally. The GPL says very little about protecting the the rights of original contributors by not disseminating misleading information about them. Indeed, for pragmatic reasons it effectively assumes that original authors have no rights regarding
2008 Mar 08
32
Mac OS X or Windows?
Hey, I know it''s a basic question and I do not want a discussion about which one is the best in general, I only want to know which OS you''d recomment for programing in Rails and to do webdesign. Maybe you can also tel me why you think so? Regards, zok --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2011 Mar 22
25
RFC: Splitting up the file{} type functionality.
The file{} type can do all of the following: * manage single files * manage directories * manage symlinks * manage recursive file copies The intersection of all these bits of functionality makes it difficult to understand exactly what is going on when you''re new to Puppet, and even experienced users often don''t know how combining symlinks/content management is going to work.