Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Sunquest - Electronic music producer.
The site: http://bit.ly/bVsumM
The TXP back-end tutorial: http://bit.ly/awLryJ
The site tour: http://bit.ly/90Z1fu
User&Pass: TBD
- adi_calc
- aks_header
- bot_privs
- bot_show_image
- bot_write_tab_customize
- chh_if_data
- chs_cookie
- ebl-image-edit
- glz_custom_fields
- ign_password_protect
- jad_oldposted
- rah_external_output
- rah_replace
- rss_auto_excerpt
- rss_suparchive
- rvm_privileged
- smd_gallery
- smd_lib
- smd_short_url
- soo_page_numbers
- soo_txp_obj
- stm_javascript
- zem_contact_lang
- zem_contact_reborn
Offline
Re: Sunquest - Electronic music producer.
Awesome, like the music too. Which mp3 & video players did you use? You did a great job.
Offline
Re: Sunquest - Electronic music producer.
maruchan wrote:
Awesome, like the music too. Which mp3 & video players did you use? You did a great job.
Thanks.
I’m using JW Player for both.
For the music I’m also using a cookie that saves the data of the player (track#, time, state) while moving between pages.
And JS to control and custom the output of the playlist + jQuery for the scroller and collapse/expand the list.
Offline
#4 2010-06-13 06:59:18
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: Sunquest - Electronic music producer.
Hello Gil,
could you share your code with the cookie that save the data of the jwplayer ? (Edit : Ok, I see the cookie javascript)
Do you know deezer.com ? In this site we move from a page to another without stopping the player …
How is possible ? Frames ?
Last edited by jpdupont (2010-06-13 09:13:19)
Offline
Re: Sunquest - Electronic music producer.
jpdupont wrote:
How is possible ? Frames ?
I think it’s tabs/ajax/frames (like facebook)
when you look at the address-bar you can see the url changing with a # symbol.
that you will have to ask the pros ;)
(I will love to know too if you find out)
Offline
#6 2010-06-13 11:05:24
- candyman
- Member
- From: Italy
- Registered: 2006-08-08
- Posts: 684
Re: Sunquest - Electronic music producer.
Very useful the video tutorials! But the use of the site is quite intuitive… Some “how to implement xyz features” would be more useful… :P
One question about facebook comments: are they stored in the site DB or are they maintained in someway on FB one?
Great site!
Offline
Re: Sunquest - Electronic music producer.
candyman wrote:
Some “how to implement xyz features” would be more useful… :P
Yea the tutorials are meant for the client not for txp devs, just showing how to update pages and so.
But if you see something interesting that you want to know, then just ask me here and I will share the code.
candyman wrote:
One question about facebook comments: are they stored in the site DB or are they maintained in someway on FB one?
No they are not stored in the site txp database, they are only in facebook.
I’m using this code to retrieve them.
If you are a php/sql programmer (I’m not) then you can use it to make it work with the regular txp comments system database.
candyman wrote:
Great site!
Thanks ;)
Offline