Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 20th, 2008, 11:55 PM   #1
sandorv
Newbie
 
Join Date: Jan 2008
Posts: 2
Rep Power: 0 sandorv is on a distinguished road
Question links in a text box

Hi
I spent 2 days now looking for a solution for a seemingly simple problem. I am writing a website in PHP an I would like to create a text box with links and maybe small pictures in it that I can scroll.
As an example I would mention the "Related Videos" section in youtube.
(example: http://www.youtube.com/watch?v=9J9acWBr9OM)
I understand that youtube is 90% PHP (front end) and 10% Python (back end).
Can anyone help me with a link, a suggestion or something so I can create the same effect. Thank you.
sandorv is offline   Reply With Quote
Old Jan 20th, 2008, 11:59 PM   #2
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,791
Rep Power: 5 Sane will become famous soon enough
Re: links in a text box

The effect of something like that is purely HTML/CSS related. Some of the aspects of it, such as the dynamically loaded content when different tabs are clicked, is done with AJAX. However, the visual aspect is strictly markup related, and can be achieved by applying the vertical scrollbar property to a <div> element in HTML and CSS. Then the content within the <div> element, such as links and pictures, is simply more HTML generated with PHP.
Sane is offline   Reply With Quote
Old Jan 21st, 2008, 12:03 AM   #3
sandorv
Newbie
 
Join Date: Jan 2008
Posts: 2
Rep Power: 0 sandorv is on a distinguished road
Re: links in a text box

Thank you very much for your quick reply. I will look into this.
sandorv is offline   Reply With Quote
Old Jan 23rd, 2008, 3:55 PM   #4
kishou
Programmer
 
Join Date: May 2007
Posts: 52
Rep Power: 2 kishou is on a distinguished road
Re: links in a text box

yea i would say CSS/AJAX.
kishou is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WIN32 API - Appending text in an EDIT box Brent C++ 10 Jun 4th, 2007 12:53 PM
[perl] graphical text editor glimmy Existing Project Development 0 Aug 6th, 2006 11:47 PM
How to detect cursor location and insert text??? syntax-error C# 3 Jun 30th, 2005 1:42 AM
Printing rich text with colored background jarrod C# 1 Feb 23rd, 2005 11:48 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:08 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC