15 posts tagged with javascript and php. (View popular tags)
Displaying 1 through 15 of 15. Subscribe: Posts tagged with javascript and php

How can I find someone willing to let me, an amateur, design a website for them for practice? [more inside]
posted by oracle bone on Jul 31, 2009 - 18 answers

PHP / Javascript question - Lightbox (and Greybox, for that matter) doesn't seem to want to play nicely with my "include" function. [more inside]
posted by Phire on Jul 13, 2009 - 10 answers

How can I add an image-based shoutbox to my blog? [more inside]
posted by Marquis on Mar 4, 2009 - 2 answers

What is the best way to include the same content on multiple web pages? (e.g. SSI, PHP, Javascript...) [more inside]
posted by Fluffy654 on Aug 30, 2008 - 9 answers

CSS, JQuery, PHP and Caching: What are the best practices for creating dynamic CSS with JQuery and PHP? Examples inside. [more inside]
posted by odinsdream on Aug 20, 2008 - 7 answers

Help me AJAX-ify a very simple web process in PHP. Links to very simple AJAX tutorials much appreciated. [more inside]
posted by odinsdream on Jan 8, 2008 - 7 answers

I run a small forum where I would like to offer a "ticker" - as seen here, here, here and here - locally on my website. Where can I find this script to do this?
posted by cajo on Oct 4, 2007 - 6 answers

Without access to PHP, MySQL, or any other fancy server-side stuff I still need to have dynamic pages. What are my options? [more inside]
posted by genial on Sep 12, 2007 - 11 answers

Any general reason why php and javascript web apps would fail in Internet Explorer and yet work correctly in Safari and Firefox? (isset($_SESSION), $form->value, etc.)
posted by four panels on Jun 28, 2007 - 4 answers

If you can buy three books on web-development today, what would they be? [more inside]
posted by reformedjerk on Feb 8, 2007 - 10 answers

I'm looking for a simple Ajax commenting script that will allow commenters on a blog-like site to submit comments without actually leaving the page. I've found the one for Wordpress - but it seems to be a little too specialised for WP templates to be easily adaptable for my site's needs (though I will if I have to). Any links would be much appreciated.
posted by Dag Maggot on Apr 20, 2006 - 5 answers

PHP/AJAX: Say I have a form with 3 SELECT's - country, state/province, city. I'm looking for a something that will update the SELECT's from the server using AJAX if possible, but will also degrade to the non-AJAX version for people that have JavaScript disabled. Can anyone recommend a PHP library that can do that?
posted by Sharcho on Mar 17, 2006 - 7 answers

I need some javascript/php coding help, can anyone help? [more inside]
posted by deadmouse on Dec 14, 2005 - 6 answers

Half way through a form, a user decides that they'd like to add a category to a selection list. How can I facilitate this without also losing everything they've typed into the form so far? [more inside]
posted by handee on Aug 24, 2005 - 17 answers

Windows Explorer has an option to display all the image files in a folder in "filmstrip" mode, which looks like this. I want to create a similar method of display on a web page. I figure I'll have to (unfortunately) use frames to create the bottom gallery of thumbnails and have it scroll like that but I would rather not have to create a separate page for each full-size picture. I would rather the page displaying the picture be dynamic and just change the picture rather than refer the browser to a different file. I figure this could be done with some scripting language (PHP?) but I don't know much about that sort of thing. Can anyone help me out? [+] [more inside]
posted by DyRE on Jan 26, 2005 - 14 answers