You may want to remove the $header method. PHP should send the
content-type text/html header by default.
Randy
On Wed, Feb 17, 2010 at 11:41 AM, Randall Morgan wrote:
> A couple of things to try. First, run phpinfo() and look through the
> output for anything that could be filtering the
phpinfo() will show something that is filtering your output.
2010/2/17 Lay András :
> Hello!
>
> On Wed, Feb 17, 2010 at 5:56 PM, Randall Morgan wrote:
>
>> Are you using a Php framework? If so, does it do output filtering? If
>> not, can you show me your Php code?
>
> I
Are you using a Php framework? If so, does it do output filtering? If
not, can you show me your Php code?
Randy
2010/2/17 Lay András :
> Hi!
>
> If i have a file upload input in my form, after submit the html codes
> in the response data converted to their entities:
>
> http://bogex.hu/jquery_upl
Hi,
I'm not sure what DBMS you are using but most can sort many ways. You
may want to read your DBMS manuals and look for a natural sort method.
MySQL uses something like ORDER BY NATURAL ASC or ORDER
BY NATURAL DESC. Somewhere on the net should be an old
thread about sorting mixed numbers and a
Hi All,
I figured it out. I was making it far more complex than it needed to be ;-)
this.href.replace('/s/', '/m/')
Thanks,
On Mon, Feb 1, 2010 at 6:31 PM, Randall Morgan wrote:
> Hi,
>
> actually my image names (35 of them) as coming from an ajax call and
Hi,
actually my image names (35 of them) as coming from an ajax call and I
loop through the results assigning the images to the filmstrip cells.
Then I setup the mouse overs for the popup preview. If this were php
or C I'd have not trouble. But with Javascript and JQuery I'm lost...
On Mon, Feb
Hello,
I have the following code which is part of a loop to add preview
images to a filmstrip where each cell is made up pf a div. My
filmstrip uses a tiny b&w version of the image which is stored in the
images/s/ folder. My preview images must come from the images/m/
folder. I have tried using re
Would it not be better to provide a server side script such as php or
asp to allow a paged, sorted, ajax call. Even if you put all this data
in an access database or xml file the server side script can parse and
return a small chuck of data reasonably fast.
At 1800 records I'd opt for a database w
rt2\/photoshoots\/n\/PICT0846.JPG","http:\/\/localhost\/f-stopart2\/photoshoots\/n\/PICT0850.JPG","http:\/\/localhost\/f-stopart2\/photoshoots\/n\/PICT0848.JPG"]
Thank you for you help
On Mon, Jan 11, 2010 at 10:25 PM, John Arrowwood wrote:
> What does your JSON array
Hello,
I'm still pretty new to JQuery and I need to figure out how to loop
over a json array and assign the array values to each of a list of
divs. What I need to do is fill each filmstrip-cell with an image tag
and set the source to the current value in the array. The array
contains urls for each
On the backend you could add a timestamp for when items are added to
the database. Then your query would return anything with a timestamp
newer than the last time you asked for items.
in client js: last_request = time();
Then send the time along with your request to the server script.
on the ser
ould not have to re-bind again later on. This is using a
> technique known as Event Delegation.
> (Nice read: http://lab.distilldesign.com/event-delegation/)
>
> On Mar 13, 7:00 am, Randall Morgan wrote:
> > Ok,
> > I have a question. My changes seem to work the for the firs
.com/index.php/gallery/getAjaxMainImage/4/101
> >http://hooker.dotnetnebraska.com/
> images/o/30big.jpg />
>
> This keeps the Javascript outside of the HTML also.
>
>
>
> On Mar 12, 11:18 am, Randall Morgan wrote:
> > Hi Yes, I have the anchors because I need
ou don't put the script in your HEAD and put it in
> your BODY. It'll still run fine, but it is mixing Javascript with
> HTML, which isn't good practice. It's all up to you how you want to do
> it.
>
>
> On Mar 12, 12:03 pm, Randall Morgan wrote:
> > Ok Ja
AjaxNavH/4/101" href=http://
> hooker.dotnetnebraska.com/index.php/gallery/getAjaxMainImage/4/101
> >http://hooker.dotnetnebraska.com/
> images/o/30big.jpg />
>
> This keeps the Javascript outside of the HTML also.
>
>
>
> On Mar 12, 11:18 am, Randall Morgan wrote
Hi Yes, I have the anchors because I need to insure there is some
functionality when js is not available. I have used anchors with my own ajax
code without issue as long as I return false from the js function call. Is
this a known issue with JQuery, that you can't provide a default action for
an an
16 matches
Mail list logo