Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Beginnier Tutorials


Go to End


6 Posts   992 Views

Avatar
julz

Community Member, 3 Posts

14 November 2015 at 8:20pm

Hi - wanting to get started with some tutorials but unable to watch the videos due to a limited bandwidth allowance - can someone point me in the direction of written tutorial either on here or else in the greater WWW. Cheers

Avatar
martimiz

Forum Moderator, 1391 Posts

21 November 2015 at 4:38am

Hi Julz,

Underneath every video in http://www.silverstripe.org/learn/lessons/ you'll find the whole tutorial written out as well, so you can absolutely get going without the video! In the Lessons section you'll also find a link where you can download the code on GitHub.

Avatar
camfindlay

Forum Moderator, 267 Posts

24 November 2015 at 10:46am

+1 martimiz we know different people learn in different ways (and also internet access is sometimes not the best to check out the HD videos) so we ensure that along with videos is a written version. Other option couple be to reduce the video playback quality on vimeo which might allow you to view them.

Avatar
julz

Community Member, 3 Posts

24 November 2015 at 2:15pm

The issue is the videos auto play with no way of stopping the streaming. Even when paused they still stream - therefore the quick test I just ran cost me 30meg of bandwidth - 10% of my daily allowance.

Avatar
martimiz

Forum Moderator, 1391 Posts

25 November 2015 at 12:33am

Edited: 25/11/2015 12:40am

I didn't know this, because it doesn't seem to autoplay on iPad, but I tested it in Safari and Chrome, and you are right, even if you pause the video, it keeps loading. It looks like the culprit is ?ref=hub added to the url of every link.

As a temporary fix I was able to prevent autoplay by first copying the link, then pasting it to the browser url field and remove ?ref=hub before loading the page. Please let me know if this works for you. (Don't let that page keep on loading though if it fails :) )

I agree that autoplay would probably better be disabled for video's in the lessons section, and I'll post a comment to SilverStripe

EDIT: posted here: https://github.com/silverstripe/one-ring-rentals/issues/9

EDIT 2: Not the regular way, but it eliminates the video: for now you can also find the lessons written out on Github in the README.md file (underneath the code library). See lesson 0 here (find the other lessons under the 'Branch' button):

https://github.com/silverstripe/one-ring-rentals/tree/lesson-0

Avatar
julz

Community Member, 3 Posts

25 November 2015 at 1:07am

Wow - thank you so much for following this up for me - In Firefox it worked to remove the ref=hub parameter - also the access via github is fantastic. : )