Search:
Type: Posts; User: Pixy
Search:
Search took 0.01 seconds.
-
Hello,
I'm looking for a way to get both the TEXT and the IMG from this RSS:
http://www.tasteline.com/rss/middagstipset/?imgitem=1
I've managed to get the URL and the TEXT, but the image was...
-
Hello.
This is a WORDPRESS question - but if you think you can help - please do!
I've been searching for a way to split the latest 15 posts from one specific category, into three columns...
-
I managed to do it.
<?php
$html = file_get_contents('http://www.something.com');
if(preg_match('/<title>Blablab: (.*)<\/title>/smU', $html, $matches)) {
$title = $matches[1];
?>
Works...
-
Double-posted by mistake.
Sorry,
Pixy
-
Hello.
I was wondering if anyone could help me with an idea I have.
I need to create a script that only returns the title of the searched webpage when you enter an adress in a text-field and...
-
Hi everyone!
I just created my first page using CSS, PHP, JavaScript and different <DIV>-segments.
I would be so happy if you could review the page for me.
Abstract:
The site is an alcohol...
-
Hello!
I've just finished my page: http://www.drink2drive.com
I'm just wondering what you guys/girls think of my layout. Can it be improved in some way?
I'm greatfull for all the help I can...
-
Thank you webdevelopers (and spec. JMKER)!
I've now finished my webpage: http://www.drink2drive.com
It couldn't have been done without your combind knowledge.
/PIXY
-
I managed to get the value myself.
var sum2 = document.getElementById(id+'2').options[document.getElementById(id+'2').selectedIndex].text;
var sum3 = parseFloat(sum2);
Parsed the text to a...
-
It seems to work the way I want to, but I ran across another problem.
I'm using a DropDownList and I can only seem to get the Index-number of the selected value :(
Is there a short code-snipet...
-
Thank you JMRKER. I will give it a try now to see if I can adopt your code to my needs.
I'll get back to you and give you the results later today.
Cheers
Pixy
-
Hi - first post here.
I have a scenario with 3 x 12 textfields and looking for a javascript that could do the trick.
What I'm looking for is a smart way of extracting the values of the first...
|
|