34 posts tagged with PHP and html. (View popular tags)
Displaying 1 through 34 of 34. Subscribe:
Webdev filter: What tools can I use to avoid developing a registration/log-in feature from scratch? [more inside]
posted by telegraph
on Aug 9, 2009 -
2 answers
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
Web Designers! Tell Me Of The Dragons You Hath Slain! [more inside]
posted by SinisterPurpose
on Jul 16, 2009 -
10 answers
Wordpress filter: I want to be able to create a form that can be used to add custom values to a certain post without having to do so from inside the admin panel. [more inside]
posted by Nonce
on Jun 5, 2009 -
4 answers
I currently am using plain-jane HTML form "browse" file input fields to allow uploading on several sites. I want to move forward. I think "thinfile" will work for me, but before forking out the bux, do you have any recommendations? [more inside]
posted by maxwelton
on Dec 17, 2008 -
4 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
I need a php script that displays, as an include, an .html file depending on the day of the week. [more inside]
posted by hammerthyme
on Aug 16, 2008 -
2 answers
What is a proven contemporary replacement for formmail.pl? [more inside]
posted by the matching mole
on Aug 14, 2008 -
4 answers
Wordpress/web design problem-my custom template is screwed up and I can't figure out how to fix it. Please help. [more inside]
posted by clockworkjoe
on Jun 1, 2008 -
9 answers
What are the secrets to the efficient coding of my Wordpress core file using functions.php? Oh, and by the way, I'm a PHP idiot! [more inside]
posted by DandyRandy
on Mar 21, 2008 -
8 answers
When I altered a PHP web form to take advantage of PHP Sessions, I lost the ability to go back a page while retaining data in the form. Is this the expected behaviour, or is it caused by something else? [more inside]
posted by odinsdream
on Feb 8, 2008 -
8 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
WorpressFilter Blog gone blank, Admin section is fine - help ! [more inside]
posted by Baud
on Jan 6, 2008 -
8 answers
I need to know why my HTML form isn't sending me e-mail when the user submits it. It also doesn't go to the header page after submission. However, the submitted info DOES show up in the URL. ( e.g., http://www.example.com/contactus.html?Name=John&Title=CEO....) [more inside]
posted by salvia
on Sep 6, 2007 -
18 answers
How do I make sure a page loads with a fresh copy and not from the users cache? [more inside]
posted by LoopyG
on Aug 9, 2007 -
7 answers
How can I include a Google Map on a secure page? [more inside]
posted by odinsdream
on Jul 5, 2007 -
6 answers
This site, http://www.mydoop.org/, displays as intended except in IE7.... [more inside]
posted by raildr
on May 3, 2007 -
1 answer
What web technology/language should I learn to make simple online apps and just generally enhance my bare-bones knowledge of HTML? [more inside]
posted by Robot Johnny
on Dec 10, 2006 -
18 answers
I'm having trouble getting anchor tags working in a php-generated page. [more inside]
posted by grumblebee
on Nov 12, 2006 -
11 answers
Are there any good XML/XHTML frameworks for using XML data to automatically populate both/either web page content and JavaScript rollover menus? [more inside]
posted by brianvan
on Aug 27, 2006 -
4 answers
When my website (http://www.shalom-bayit.com/index.php) is displayed in IE, the sidebar is broken. It appears below the document no matter what width I set. However in Firefox it displays like it should. I am thinking it has to do with the doctype declaration. This problem only existed when I added php code into the page and renamed it to a php file, thus having to change the doctype to transitional. Why does IE interpret transitional pages different than Firefox? Any ideas on why this happens, and what can be done to correct it?
posted by torpark
on Aug 10, 2006 -
26 answers
A way to embed a journal feed on a site (and allow commenting) without using Perl/CGI/Java/ASP/PHP? [more inside]
posted by richter_x
on Aug 7, 2006 -
5 answers
I've been trying to find good resources on creating a bookmarklet for a web site i'm working on, and then parsing the passed url with PHP. [more inside]
posted by sourbrew
on Mar 8, 2006 -
16 answers
HTML/PHP/XML to PDF: How should I convert an active webpage to PDF format? [more inside]
posted by chrisfromthelc
on Mar 8, 2006 -
4 answers
WebDevFilter: ™, ', and ' walk into my database, but only ô, ë, and í come back out. [more inside]
posted by Wild_Eep
on Nov 28, 2005 -
12 answers
Thanks to your answers to this question, I'm going to spend the next month redeveloping our website. But now I'm faced with choosing the right tools for the job. [more inside]
posted by godawful
on Aug 26, 2005 -
5 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
A client wants to enable fiile uploads via their web site. The web site is hosted outside the company and the files need to be uploaded to their FTP server which is hosted within or on-site at the company. Thus far all the components I've looked into upload to the web server. Is this simply the only option? Can anyone recommend a good component or alternate method? PHP, ASP are fine.
posted by juiceCake
on Mar 21, 2005 -
10 answers
On the Mac, if I need to munge text in extremis, I prefer to use BBEdit. Recently, on the PC, I am finding myself in need of a text editor which is similar to BBEdit. I will use it both for coding and for text-cleaning. I prefer freeware and shareware but that's by no means the deciding factor. Which programs should I check out? Which should I avoid? [more inside]
posted by mwhybark
on Mar 16, 2005 -
21 answers
DIYPollingFilter. For an article I'm writing, I need to request some demographic info from about 900 people via an online poll. [more inside]
posted by grabbingsand
on Mar 7, 2005 -
2 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
I know, I know -- not another web photogallery AskMe question, but: I've actually settled on the gallery itself. I'm using JAlbum. Having made the choice, though, I'm left with two questions:
1. JAlbum makes nice galleries, but doesn't create a top-level index page. (I could hand-code it, but my wife will be doing most of the updating and I don't want her to have to go mucking around in HTML.) The easiest solution, I'd think, would be just to reformat the directory listing into something attractive -- all I really need to communicate to the user is descriptive folder names and upload dates, but I'd prefer to make something more handsome than the standard Apache page. Can anyone recommend a particular PHP file system manager or other solution?
2. JAlbum's auto upload is ridiculously slow -- better just to FTP it. When JAblum makes a gallery, though, it includes a lot of stuff I'm not using -- icon sets, borders, etc. It's not a ton of space, but I'm going to uploading a lot of these galleries, and it'll add up. Is there a programmatic way I can stop JAlbum from including all this, instead of weeding it out before each upload? (I'm using the BluPlusPlus skin.)
posted by blueshammer
on Sep 5, 2004 -
1 answer
CSS or maybe PHP question about limiting the display size of content. More inside, of course. [more inside]
posted by dobbs
on Feb 17, 2004 -
7 answers