-
Tutorial: Raspberry Pi – Apache Webserver + PHP5 + MySQL Server installieren [GERMAN/DEUTSCH]
In diesem kleinen Tutorial zeige ich euch, wie ihr einen Webserver mit Apache, PHP und MySQL auf eurem Raspberry Pi installiert. Original source
-
Flash PHP MySQL Communication Tutorials Intro ActionScript 3
Adam Explains Flash PHP and MySQL communication basics. Original source
-
Ken Burns Effect Using Photoshop CS6 – PARALLAX EFFECT Photoshop Tutorial
https://i.ytimg.com/vi/4uBxELOFGCY/hqdefault.jpg Photoshop tutorial showing how to achieve the Ken Burns effect using only Photoshop CS6 Extended. The Ken Burns effect is a motion graphics technique which pans and zooms still images to create motion and depth (The Parallax Effect). The effect has evolved to include panning in 3D space which is what we’ll be doing…
-
Learn Front-End Web Development FAST :: Part 4 :: CSS Framework Intro (Bootstrap)
[ad_1] https://i.ytimg.com/vi/7nROB4TPhVU/hqdefault.jpg Hey everyone. In this video we’ll look over how to use some CSS frameworks, particularly BootStrap. I’ll show you how to download the library, include it in your HTML and test it out, as well as refer to some online documentation. In the next series I’ll show you how to use some simple…
-
Custom Data Attributes HTML JavaScript CSS Tutorial
Source: http://www.developphp.com/video/JavaScript/Custom-Data-Attributes-HTML-JavaScript-CSS-Tutorial Learn to use custom data attributes. Custom data attributes allow authors to create custom data to apply to their HTML elements when no other attributes make sense to use to store extra data. They help extend the information that html elements can communicate to a program or script. Custom data attributes can be…
-
Javascript Parallax Effect Explained
PART 2 HERE We go through some raw ins and outs of doing the famed parallax effect. It seems to be a big deal lately. This is by NO means the only way to do this, but this is the one I like. I use webkit transform instead of margin-top because of performance. To make…
-
Google Maps Geocoding by Address with Javascript Tutorial
You will learn how to use the Google Maps Javascript v3 API and its Geocoder class to transform a physical street address into geo-based info including coordinates using Google Map’s networked service. Toward the end I exhibit show to change map options using code. Visit the Zenterp Technology Training website for more videos: http://zenterp.co/training/videos Original…
-
Bootstrap’s Grid System – DIY Twitter Clone #5.2
[ad_1] https://i.ytimg.com/vi/v4ln2H1vDXs/hqdefault.jpg Today we will be learning about responsive grid, panels and containers. We will implement the aforementioned in our Ruby on Rails Twitter clone, in particular we will build the front end for the “home” and “profile” pages. After this tutorial, your “home” and “profile” pages will look near identical to Twitter’s own! Download…
-
(5) MySQL UPDATE Tutorial
With great power comes great responsibility, DO NOT FORGET to use a WHERE statement! You will use this pretty-much with EVERY UPDATE command! Original source
-
MySQL UNION Tutorial | 9
MySQL UNION is used for stacking a result set on top of another. This is much different than a JOIN, so pay attention to see the difference. You may not use … Original source