-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I am trying to find a Content Mangement/social interaction script that requires a person to be a part of a group. Specifically:
My daughter is a cheerleader and there are a number of cheer groups she is involved in and also has friends in many others. A lot of them could use some kind of website…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
I'm trying to find some javascript code that I can embed on my website that will allow me to scroll content from left to right or right to left. This script here:
http://www.dynamicdrive.com/dynamicindex11/scrollc2.htm
Has the basic functionality that I am looking for, but it scrolls content…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I am looking for nice BBS system, Bulletin Board System, Discussion Board, or nice in-company communication platform.
There are lots of people, about 30 people, joining in our project.
We would like to share idea among us on that platform.
We can post questions and concerns related with the project…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I'm just about to start developing a mobile app which needs to be fed from a CMS. I started designing the tables when I thought there must be something out there which could save me a load of time and let me concentrate on the mobile side of things.
So, I'm looking for a CMS that will let me create…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I am looking to create a commercial or business trading discussion board. I plan to get a forum software to install to my hosting.
My main concern is the security, as I need to ensure the discussion info is shared safely among the board members only, not lack to outsiders.
Cost whether Free/Paid…
>>> More
-
as seen on Pro Webmasters
- Search for 'Pro Webmasters'
I need to make a video slideshow( slides to contain embedded video players and must play mp4 files), and I am kind of confused what would be the best free solution I can use? jplayer and jwplayer both seem good, but I can't find any comparisons between them, so I want some expert opinions and user…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
when i initialize the player like this:
$("#jquery_jplayer").jPlayer({
ready: function () {
this.element.jPlayer("setFile", "/previews/cancion.mp3", "/previews/horse.ogg").jPlayer("play");
},
volume: 50,
oggSupport: true
})
is there any way to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I tried to set up a playlist with jPlayer, like this demo shows.
You can find my code here.
I've checked the playList var, everything is okay (it contains all mp3 URLs for each <article> element which represents a track).
The swfPath to jPlayer.swf is correct too.
So I really don't…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Alright I'm trying to use a jplayer script to trigger the player in my template. I need to pass a value to the "mp3" option but I don't get how I get $music to print.
$(document).ready(function(){
$("#jquery_jplayer_1").jPlayer({
ready: function () {
$(this).jPlayer("setMedia", {
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been working on a small SVG website, http://docroot.ca/ - the SVG part has been working out pretty well.
In the current site, jPlayer is called and given an mp3. jPlayer functions properly in Safari, Chrome, and Opera, but not Firefox which throws the following two errors:
Error: not well-formed
Source…
>>> More