similar to: PHP integration?

Displaying 20 results from an estimated 10000 matches similar to: "PHP integration?"

2006 Jan 08
3
Sceduling Tasks
I''m working on a RoR project and a requirement has popped up that would required certain actions to happen at certain time intervals (as opposed to having a user initiate the action). Is there anything similar to Java''s Quartz library, *nix cron, or anything of the like for Rails? I''m certainly willing to help with/test Ruby code if someone on the list is already
2006 Aug 02
4
Struts
I have a STRUTS based webapp and I want to port it to RUBY/RAILS... Can anyone suggest a migration strategy...I would like to migrate my struts actions over time if possible. Jim _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
2004 Oct 17
2
Which package to download
Hello I am new to the list, and recently began using Redhat Linux 9. I am also a new WINE user, I went to the binaries page and there seemed to be some many WINE binary packages, since I am new I did'nt know which one to download. How would I know which binary package to download? _________________________________________________________________ On the road to retirement? Check out MSN
2004 Aug 07
2
Asterisk : No Sound Issues
Hi , Thanks greg , for pointing out the valuable resources for reference. I tried SJphone in a windows environment to connect to fwd and it worked fine(including (audio). Now have to do the same thing for linux(red hat 9 ) and hope the nat issue is resolved. Now i would like to connect asterisk to fwd and instead of the SJ phone connecting to fwd directly i would wish to connect through
2005 Jun 26
1
better code?
Hi, Laura: How about the following: > sapply(x1.df, class) d x y "factor" "numeric" "numeric" > (byLH <- by(x1.df[-1], x1.df$d, var)) x1.df$d: 1/1/2005 x y x 1.272688 -0.783719 y -0.783719 0.884866 ------------------------------------------------------------- x1.df$d: 1/15/2005 x y x
2006 Jul 16
3
Bug in mongrel_cluster
Anybody know where to submit a bug for mongrel_cluster. Thanks _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2005 Nov 05
0
new Ajax.Updater - some issues - please help
Hello, I''m afraid but I guess I need a little help from the community - thank you in advance for your help. using the Ajax.Updater, I''m using a little php script that returns a simple unordered list - basically this works fine - however, if I hit the browser''s refresh button, sometime the unordered list gets refreshed, sometime it doesn''t. Is there a
2006 Jan 12
0
latest pwlib...still compile error
ver 1.9.1 -I. -shared sound_oss.cxx -o ../pwlib/device/sound/oss_pwplugin.so sound_oss.cxx: In member function ‘virtual BOOL PSoundChannelOSS::Read(void*, PINDEX)’: sound_oss.cxx:766: error: cast from ‘void*’ to ‘unsigned int’ loses precision make[3]: *** [../pwlib/device/sound/oss_pwplugin.so] Error 1 make[3]: Leaving directory `/usr/src/pwlib_v1_9_1/plugins/sound_oss' make[2]: *** [opt]
2005 Jun 27
0
Account lockouts
Using Samba 3.0.14a with multiple domain controllers across WAN links I discovered that account lockout policies are broke. My testing show's that account lockout policies are not stored in LDAP as one would think but in a local TDB file on that particular BDC or PDC. The result is I'm seeing errors in my logs and users are getting locked out. There appears to be no replication setup
2006 May 05
2
CentOS-4.3 Kickstart 'Boot Failed'
Hello, I'm trying to setup a CentOS-4.3 kickstart. When vmlinuz is loading, a message appears "Boot failed: please change disks and press a key to continue." I am kickstarting via a USB flash drive. From the i386 ISO image #1, I am using vmlinuz from the isolinux directory. I have grabbed the vmlinuz file from a couple different mirrors just in case the one I had originally
2006 Feb 13
3
recycle bin
Want to implement recycle bin for samba 3.0.14a under aix and solaris 2.8. What are the steps required. Went through some docs but did not help. 1. Do i need to compile samba with VFS module then how ? configure --with-vfs or what ? 2. Example of how smb.conf should look like. Thanks _________________________________________________________________ On the road to retirement? Check out MSN
2005 Dec 21
5
ajax - multiple updates on single xmlhttprequest
Hello, I was wondering whether anybody would share a working example of a multiple html update on a single xmlhttprequest. Thank you in advance for your help. _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2005 Oct 11
5
show message while loading - ajax
Hello, Could anybody please tell me how I would show a message or an image while the ajax request gets processed? thank you in advance for your help. this is what I came up with but it doesn''t really work: function getHTML() { var url = "./scripts/rfiles.php"; var par = ""; var myAjax = new Ajax.Updater("fm-viewdetails", url, {method:
2004 Jun 29
1
abline and its objects
Hi R People: Is there a way to put an abline line for its objects on a plot, please? I have an its object, ibm2, which runs from the January 2 through May 28. >ibm2 ibm 2004-01-02 91.55 2004-01-05 93.05 2004-01-06 93.06 2004-01-07 92.78 2004-01-08 93.04 2004-01-09 91.21 2004-01-12 91.55 2004-01-13 89.70 2004-01-14 90.31 2004-01-15 94.02 . . . I plot the data. No
2006 Mar 07
4
Get rid of the "public"
Hello to all! First I want to appologize if this topic has been already discussed but the search does not work :) I have RoR installed on a shared server. I also have a RoR application installed in a subdomain. The structure is as follows: www //this is my home WWW folder +--- www //maps to www.mydomain.com | +--- webapp //maps to webapp.mydomain.com. Here is my RoR application |
2006 Mar 25
0
typo integration with existing site
Hi, I have an existing site running (mostly) on RoR, with an alias into a separate installation of wordpress (php). This means I have to maintain two sets of templates/layouts for the different languages. I was thinking of migrating from wordpress to typo and was wondering how easy it would to integrate into an existing rails webapp, so that I may continue to use the same layouts, partials etc...
2006 Aug 09
8
AJAX image manipulation
I have this code in a controller that returns images to my browser...with ROR. def index @products = Product.find_all_ pictures end ....this is the .rhtml.. <% for photo in @pic -%> <div class="entry"> <img src="<%= photo.image_url %>"/> <h3><%= h(photo.title) %></h3> <%= photo.description %>
2004 May 03
1
Sub-menus?
Hey guys, I have been trying unsuccessfully to create a menu that holds "sub-menus". To clarify, I want something along the lines of when you click on a File menu, then see the "New" menu, which you can click on to open a new layer of menus. Is this supported yet in WxRuby? Robert _________________________________________________________________ Getting married? Find
2006 Jan 02
0
PHP Integration
I have a 3rd party membership system (PHP based) that handles all of my subscription duties. The system can protect a directory in one of two ways either via .htaccess or a php include file. The following rules are generated for a protected directory''s .htaccess file: ########### START ##################### Options +FollowSymLinks RewriteEngine On ## allow access for product #5
2006 Aug 14
2
(no subject)
I have the following code that generates a rhtml page, <%= start_form_tag :action => ''create'' %> <%= render :partial => ''form'' %> <%= submit_tag "Create" %> <%= end_form_tag %> <%= link_to ''Back'', :action => ''list'' %> ...I am trying to put a "Browse" button to