What I'm going for is putting out HTML5 and being as w3 valid as possible.
This is what I got for it to register as HTML5 so far:
<xsl:output method="html"...
Type: Posts; User: SaishuHane; Keyword(s):
What I'm going for is putting out HTML5 and being as w3 valid as possible.
This is what I got for it to register as HTML5 so far:
<xsl:output method="html"...
Maybe for Dreamweaver, the answer is that there isn't one for this specific problem. I tried taking ^ out and it spit this out:
<h2>asldk-adksfj-asdlkfj-asdkfj-kdsaf-kjk-<-/h2>
Even less sure...
Sorry about that, I should have mentioned that I've been using Dreamweavers find and replace with "Use Regular Expression" turned on.
I'm trying to write a regex that replaces all spaces with hyphens, but only if those spaces are within an h2. I want it to repeat as many times as I need to through a document, but it only ever hits...
Thank you much! I didn't quite get it at first, but after testing some things based on what you said, I'm not going to be losing any sleep tonight!
For the life of me, I can't understand why trim() takes off more than I'm asking for. All I want removed is www. from a string, but in the event of www.w, it takes that off too. This is what I have:...
I recently just added a bit into my htaccess to block an IP. The pound signs are actual numbers, I just didn't want to put them on blast:
order allow,deny
deny from ###.###.###.###
allow from...
The problem I'm having is with the following code and how gmail handles it.
$myname = "Auto Responder";
$mymail = "$clientemail";
$autoresp = "$email";
$subject2 = "Hello";
$body2 = "Thank...
Thank you so much! The $ in your regex gave me the idea to write (.*)/$ to blanket the entire site instead of writing one specifically for category and then tag. Many thanks for putting up with my...
301 as in a permanent redirect. http://en.wikipedia.org/wiki/HTTP_301
Sorry again, I should have been more clear. The regex seems to work in the way I need it to, but I'm not sure how to apply it...
Regretfully, no. The thing I'm using is a plugin for 301'ing pages and it only accepts short regex's like the ones I posted. If there's a php alternative to 301'ing, I'd be more than interested! If I...
I'd like it to match both /logo/ and /logo/feed/ . The restriction is that I only have two fields to use; an input and an output box. So I have it look for /logo/ and output /logo, but also look for...
What I'm trying to do is make a regex that will get rid of the trailing slashes on my URL. I'm also using a Wordpress plugin for redirection that allows me to put / without doing \/ . The following...
I have been trying everything I could possibly think of to correct this, but everything I try ends up with the result being written with a blank xmlns in the div every time.
<?xml...
I want to be able to kind of have the php and the xsl work together so the random question and answer can be generated, but I'm really not sure how to do this. So far this is what I have in my php:
...
Oh wow, didn't even notice I was in as3. Thank you!!
Going by this tutorial:
http://www.trap17.com/index.php/linking-url-button_t9225.html
I tried to apply the script to the button, but when I go to the button, it says "Current selection cannot...
I was reading through old posts and found this
[QUOTE=zeropsi;46984]You could try this:
Javascript:
function banner() {
banner = array();
number = 0;
depending on when you want that action to kick in, heres two ways of going about it that i know of
on (release) {...
alright, i'll try getting my hands on those and just work off the manual i found. thanks a bunch you two~
aah, ive tried some of what i found in a tutorial and im trying to see what it does, but when i try to open it via IE, nothing happens.
<html>
<head>
<title>PHP Test</title>
</head>
...
im just getting started into developing php and i wanted to know about any programs used in developing. or is using notepad a better option?
*EDIT*
oh, and any beginner help is more than welcome...
tried it out but it still seems to be in the same condition when i try it out in FF >_< but thanks for the help
*edit in responce to an edit*
aah, i actually thought about making a player in...
recently ive done a bit of changes in my site i made for me and my friends but one of the problems i seem to have run into is the fact that the music player i use changes shape and the sound doesnt...