Hi, so my code works fine by itself, but I'm trying to add some ajax into it. I'm using CI, to do some of the lifting. I don't understand why it's giving a 404 if the code works fine without ajax.
Here is the form:
<div class="divider" id="contact">
<p class = "header"><a id="contactheader" name="gocontact">Contact</a></p>
<...
Hi, I'm having some difficulty getting my $.ajax to work correctly. The function is getting called however it is returning an empty string. I'm fairly new to using $.ajax so I appologize if this is easy. The program works when I run it w/o javascript it just loads a new page with the output. Thanks
Here is the .js
$(document).ready...
I have to choose between the above mentioned frameworks for developing a big social networking Web site. Having used Zend framework for several projects before, I am biased towards using it, however, I would like to have a fair opinion.
We are mainly looking for performance and extensibility.
...
Hi,
I'm using the lastest version of Wix 3.5 and I'm trying to generate a fragment file using heat.exe. The command line is :
"%WIX%\bin\heat.exe" project "MyProj.csproj" -pog Binaries -pog Content -suid -directoryid
INSTALLLOCATION -ag -template fragment -out "Files.wxs"
The prolem I'm having is that the assemblies my project is dep...
I followed all the instructions on this page : http://www.doctrine-project.org/projects/orm/1.2/docs/cookbook/code-igniter-and-doctrine/en
i did all things but the Command Line Interface doesn't work for me
when i execute the doctrine shell script in terminal it show me this
define('BASEPATH','.'); // mockup that this app was execute...