Selected videos for topic: social network application development
→ 59 Videos
Check also 160 Articles for this topic
Laravel 5.2 PHP Build a social network - Input Validation
Build a complete Social Network Web Application with PHP Laravel. In this video we'll add some input validation to make sure that only valid forms are submitted to our controller.
Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube
Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)
In this course we'll build a neat little social network and cover the basics of developing with...
From: Mindspace
Related topics : social network build
Google I/O 2008 - What's Next for OpenSocial
OpenSocial Specification: What's Next for OpenSocial
David Glazer (Google)
OpenSocial is an open specification established by a group of social sites and application developers. While OpenSocial version 0.7 is being rolled out on several large social networking sites, the specification is evolving to include more features useful to social application developers.
This session will cover the most interesting features that are discussed in the specification working group to be included in...
From: Google Developers
Related topics : social network site development / google social networking sites
Prof. Jim Bezdek: Every Picture Tells a Story — Visual Cluster Analysis
IEEE CIS Cyprus Chapter, Region 8
Date: 31 October 2012
Time: 17:00 -- 19:00
Location: University of Cyprus, Cyprus
Presentation: http://www.slideshare.net/ieee_cis_cyprus/prof-jim-bezdek-every-picture-tells-a-story-visual-cluster-analysis
The talk overviews the history of Visual Clustering, which began thousands of years ago. The first image for this appeared in 1873. Three algorithms for visual assessment of clustering tendency examined, namely the VAT, iVAT and asiVAT, with applications to...
From: CIS Cyprus
Related topics : clustering algorithms for social network analysis / analysis of social networking
Danah Boyd: A Discussion with Danah Boyd
danah boyd gives an impromptu talk on the development and applications of social networking on the WWW with particular emphasis on young adults and implications for personal relationships. Includes Q and A session.
From: UNC-Chapel Hill
Related topics : danah boyd social network
Laravel 5.2 PHP Build a social network - Editing Posts (View)
Build a complete Social Network Web Application with PHP Laravel. In this video we will start implementing the logic to edit views.
Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube
Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)
In this course we'll build a neat little social network and cover the basics of developing with Laravel.
If you feel like doing so, please subscribe,...
From: Mindspace
Related topics : social network build
Laravel 5.2 PHP Build a social network - Image Upload
Build a complete Social Network Web Application with PHP Laravel. In this video you will see how file upload in Laravel works and how we can use it to store an user image.
More on storage in Laravel: https://laravel.com/docs/5.2/filesystem
Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube
Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)
In this course we'll build a neat little...
From: Mindspace
Related topics : social network build
Laravel 5.2 PHP Build a social network - Signup & Login Screen
Build a complete Social Network Web Application with PHP Laravel. In this video we'll create the signup and login screen for our website.
Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube
Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)
In this course we'll build a neat little social network and cover the basics of developing with Laravel.
If you feel like doing so, please...
From: Mindspace
Related topics : how to build social network website / social networking website developers / creating a social networking website
Laravel 5.2 PHP Build a social network - Logging users in
Build a complete Social Network Web Application with PHP Laravel. In this video we'll add the logic required to log users in to our UserController (Authentication).
Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube
Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)
In this course we'll build a neat little social network and cover the basics of developing with Laravel.
If you feel...
From: Mindspace
Related topics : social network build
Laravel 5.2 PHP Build a social network - Signup Controller & Model
Build a complete Social Network Web Application with PHP Laravel. In this video we'll create the signup controller and model as well as the necessary database entries.
Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube
Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)
In this course we'll build a neat little social network and cover the basics of developing with Laravel.
If you...
From: Mindspace
Related topics : social network build
Laravel 5.2 PHP Build a social network - Middleware & Route Protection
Build a complete Social Network Web Application with PHP Laravel. In this video you will learn how to apply middleware to routes and how to use it to make certain routes only accessible to authenticated users.
Complete source code: https://github.com/mschwarzmueller/laravel-basics-youtube
Complete Laravel-course on Udemy: https://www.udemy.com/modern-web-development-with-laravel/?couponCode=YOUTUBE1 (Coupon: YOUTUBE1)
In this course we'll build a neat little social network and cover the...
From: Mindspace
Related topics : social network build