Search found 38 matches

by Jaami
Thu Aug 16, 2012 8:26 pm
Forum: JavaScript
Topic: Onclick sending href volume to textarea?
Replies: 3
Views: 2105

Re: Onclick sending href volume to textarea?

When i hover over a comment it shows me the link in the bottom left(i managed to do that already...). And when i click on the comment it sends the link to the textarea. The screenshot shows where i want to have the link of the comment...

101300014712124.jpg
by Jaami
Wed Aug 15, 2012 9:07 pm
Forum: JavaScript
Topic: Onclick sending href volume to textarea?
Replies: 3
Views: 2105

Onclick sending href volume to textarea?

Ok, this should be something real easy, but i tried all kinda stuff and still cant manage to make it right.. :oops:

So i want to click on a link and send the volume of it to a textarea.

See:
31044045023.jpg
by Jaami
Thu Apr 05, 2012 5:45 pm
Forum: CSS / Styling
Topic: Is there a way to write this the short way..?
Replies: 3
Views: 1908

Re: Is there a way to write this the short way..?

it is a json script, and i dont know alot of it, so i tried it to do in css. but now the guy from where i got it, done it(turned them into a class) for me. :)
by Jaami
Wed Apr 04, 2012 10:43 pm
Forum: CSS / Styling
Topic: Is there a way to write this the short way..?
Replies: 3
Views: 1908

Is there a way to write this the short way..?

Hi,
so i have alot of this id`s: t1, t2, t3, t4 etc. in my code . Now i want to know if there is shorter way to define them in CSS, than what i do atm. #t1,#t2,#t3,#t4,#t5{ }

..something like #t1 to t50{ } ?
by Jaami
Mon Jan 02, 2012 1:37 pm
Forum: Suggestions
Topic: Read more -button, text on the same page.
Replies: 3
Views: 905

Re: Read more -button, text on the same page.

thats what i thought..

i just found something interesting myself, which i will try later. :)
by Jaami
Mon Jan 02, 2012 12:38 pm
Forum: Suggestions
Topic: Read more -button, text on the same page.
Replies: 3
Views: 905

Read more -button, text on the same page.

Hello, i am requesting with this thread, a read more -button. When you click on it, the rest text from the `preview`(posts.inc.php in the Blog Tutorial) entry shows on the same page . I tried it already myself, but kinda failed. I managed to display the rest text of `preview` but without a button. A...
by Jaami
Mon Dec 19, 2011 7:38 am
Forum: Tutorials
Topic: Php Blog
Replies: 15
Views: 1838

Re: Php Blog

mmmh...can you please tell the exact problem and the error message! so we have an idea what we should look for, from the beginning! if you dont get any error messages, use "error_reporting(E_ALL);" at the top of your page, or set it in your php.ini to: "; error_reporting ; Default Val...
by Jaami
Sat Dec 17, 2011 6:05 pm
Forum: Tutorials
Topic: Php Blog
Replies: 15
Views: 1838

Re: Php Blog

eh? you should turn "error_reporting(E_ALL);" on.

btw. i found the error in line 16 you have one "=" to much..
by Jaami
Sat Dec 17, 2011 5:51 pm
Forum: Tutorials
Topic: Php Blog
Replies: 15
Views: 1838

Re: Php Blog

what is the error message?
by Jaami
Sat Dec 17, 2011 4:02 pm
Forum: Other
Topic: FLV-Player, reloading complete Site -Problem
Replies: 10
Views: 2146

Re: FLV-Player, reloading complete Site -Problem

yeah, i throw that idea away, anyway. since i dont get it to work with that metod, to fetch the vids in correct order from the db..

my focus is now on the design of my page...trying all kinda s**t out..

Edit: i just figured out its only like that in firefox, in ie it works fine...hm.
by Jaami
Thu Dec 15, 2011 4:24 pm
Forum: Other
Topic: FLV-Player, reloading complete Site -Problem
Replies: 10
Views: 2146

Re: FLV-Player, reloading complete Site -Problem

i got it working finally..by adding a connection to the db, where i had troubles before..

and i know there is probably a better way to do it, but for the moment i am happy, that i managed to do it my way, after googlin my ass off..!

actually, i dont see why its that bad..?
by Jaami
Thu Dec 15, 2011 5:36 am
Forum: Tutorials
Topic: Php Blog
Replies: 15
Views: 1838

Re: Php Blog

i see you didn`t use backtics at all? the functions get_post, add_post are not defined yet? and what is your error message/s or what is not working exactly? [syntax=php]$sql = "SELECT `posts`.`post_id` AS `id`, `posts`.`post_title` AS `title`, `posts`.`post_video` AS `video`, ... [/syntax]
by Jaami
Wed Dec 14, 2011 2:49 pm
Forum: General Chat
Topic: Youtube PHP Tutorials
Replies: 19
Views: 2770

Re: Youtube PHP Tutorials

hm, did you try something like that: http://keepvid.com/ or http://www.vtunnel.com/ ?
by Jaami
Wed Dec 14, 2011 12:31 pm
Forum: Other
Topic: FLV-Player, reloading complete Site -Problem
Replies: 10
Views: 2146

Re: FLV-Player, reloading complete Site -Problem

i created an iframe now, and it loads me the player, but this "<?php echo $post['video']; ?>" doesn`t seem to work, so i dont get my video_name from my database to the player. without an iframe it all works, but i need the iframe because the flashing effect goes away then! the structure: i...
by Jaami
Tue Dec 13, 2011 4:52 pm
Forum: Other
Topic: FLV-Player, reloading complete Site -Problem
Replies: 10
Views: 2146

Re: FLV-Player, reloading complete Site -Problem

what i really meant was, if i click a link, it does that bad flashing effect..but mixed it totally up....brainlags. whatever, i tried your posted player, at least it looks better, but it`s the same little problem here. btw. i just completed your "register and login" + "cookie extensio...
by Jaami
Mon Dec 12, 2011 1:06 am
Forum: Introductions
Topic: HELLO
Replies: 5
Views: 21623

Re: HELLO

hello and welcome,
there is no source-code in this website. thats why you are here, to make errors by typing yourself and then post your errors, and learn out of them!
by Jaami
Sun Dec 11, 2011 2:11 pm
Forum: Other
Topic: FLV-Player, reloading complete Site -Problem
Replies: 10
Views: 2146

Re: FLV-Player, reloading complete Site -Problem

i think it has something to do with the yt-embed code, it is in a iframe. i am gonna try the same with the flv player...
by Jaami
Sun Dec 11, 2011 1:56 pm
Forum: Other
Topic: FLV-Player, reloading complete Site -Problem
Replies: 10
Views: 2146

Re: FLV-Player, reloading complete Site -Problem

like i said, i dont have this problem with yt-videos. normaly my header, navigation etc. doesn`t blink/flashes when i refresh my page and they stay where they are unchanged. but with this player my whole site reloads.
by Jaami
Sun Dec 11, 2011 5:51 am
Forum: PHP
Topic: blog_read issue
Replies: 4
Views: 763

Re: blog_read issue

nope, i just checked the vids again and it showing up also with curly brackets.. loops are always opening and closing with curly brackets: if(expression){ } else{ } this: [syntax=php]$_POST['body']))( header("Location: blog_read.php?pid={$_GET['pid']}"); )else{[/syntax] should be this: [sy...
by Jaami
Sun Dec 11, 2011 1:11 am
Forum: Other
Topic: FLV-Player, reloading complete Site -Problem
Replies: 10
Views: 2146

FLV-Player, reloading complete Site -Problem

hi, i am using this http://flv-player.net/players/maxi/generator/ video player. [syntax=php]<object type="application/x-shockwave-flash" data="player_flv_maxi.swf" width="520" height="410"> <param name="movie" value="player_flv_maxi.swf" />...
by Jaami
Sat Dec 10, 2011 11:42 pm
Forum: PHP
Topic: blog_read issue
Replies: 4
Views: 763

Re: blog_read issue

your using brackets instead of curly brackets in your second if statement.