[PHP] PHP Question

2010-10-28 Thread Paulo Work
Hello my name is Paulo Carvalho and I am struggling with the following: I am building a website with basic CMS functionality. My problem is that in one of the pages I am using Easyslider to display small comments about the clients. These comments are divided in 3 per slide. ex:(li pcomment

[PHP] solution

2010-04-17 Thread Paulo-WORK
I have reached a solution for my problem with js. Following all the sugestions and using jquery turned out to be quite simple. using .ide( ) and .show( ) i am able to change the #div with Js enabled content and no js. So defining with css for example: #main{display:none;}

Re: [PHP] How define if javascript is on with php

2010-04-17 Thread Paulo-WORK
On 17/04/2010 23:13, tedd wrote: At 11:43 AM +0200 4/17/10, Michiel Sikma wrote: By having regular content and overriding it with Javascript It's probably best that you use the term progressive enhancement rather than overriding. The point being is that you have a site that delivers it's

[PHP] How define if javascript is on with php

2010-04-16 Thread Paulo-WORK
Hello and thanks for any replies that this message may get. I have a issue to solve regarding PHP. My website relies heavlly on jquery and does not dowgrade properly. I use codeigniter framework as this website has a backend . Is it possible to detect if js is on with php? And if so can it be

Re: [PHP] How define if javascript is on with php

2010-04-16 Thread Paulo-WORK
On 16/04/2010 12:54, Ashley Sheridan wrote: On Fri, 2010-04-16 at 12:50 +0100, Paulo-WORK wrote: Hello and thanks for any replies that this message may get. I have a issue to solve regarding PHP. My website relies heavlly on jquery and does not dowgrade properly. I use codeigniter framework