So I\'m new to XUL. As a language it seems easy enough and I\'m already pretty handy at javascript, but the thing I can\'t wrap my mind around is the way you access resources from manifest files or f
I am trying to set up pagination on one of my EE Structure pages and the GET query string results in a 404 error. I think it has something to do with my .htaccess file but I cant figure it out. Here i
I asked this question yesterday which leads to today\'s question (indirectly). I was getting heap corruption with the following code:
Please let me know how can I pass a pointer to the array of structures in C as a function argument. Below is my code.
So I am making a CMS, a gallery script via Object Oriented PHP.Anyways, the problem is now that I have the basic layout for the objects and such to the point where I need to start putting together, I
I\'m wondering if I structure my comment system with just one table where I have all my comments and userid will be good?
I\'m writing a module that needs to send an xml string to a 3rd party once an order is placed. The xml is in a particular format that I need to keep it in.
I am working on C/UNIX and have an input file having number of rec开发者_开发问答ords. I have mapped each record to a structure and writing the structure to an output file by adding missing informatio
i am using this code, but i know that is not very efficient. There is another way? more efficient ? if ($val-> check($form) === true) {
If I have a structure definition in C of the following typedef struct example { char c; int ii; int iii; };