golf Home
Search Videos:

golf Videos

Watching: Watching: Java 07: namespace


Video scenes shots:

  

Watch the video:



Other videos by this author:

Java 11: Swing GUI Intro Java 11: Swing GUI Intro
Posted by: gorilla3d

Video duration: 541 seconds

Using Netbeans 5.5.1 & Java 1.6:
Code:
--------------- int tempFahr = (int) ((Double.parseDouble (degreesTextField.ge tText()))
* 1.8 + 32);
fahrenheitLabel.s etText(tempFahr + " Fahrenheit");

Related: develop, development, gui, java, netbeans, programming, swing, ui

PHP Lesson 10: MySQL User Login - Part 1 PHP Lesson 10: MySQL User Login - Part 1
Posted by: gorilla3d

Video duration: 517 seconds

Professional Database Development http://www.comentum. com/website-developm ent.html
code @ http://www.gorilla3d .com/v2/Tutorial_php _mysql_user_login
UPDATE:
----------------- --------------
How do you create the database for this tutorial? Php 09: phpMyAdmin
http://www.youtub e.com/watch?v=1xZJPu j2rJk
Sorry for the confusion

Related: coding, database, development, form, get, input, login, logout, mysql, php, post, programming, security, web

Java 06:  Basic Classes Java 06: Basic Classes
Posted by: gorilla3d

Video duration: 399 seconds

Java 1.6 & Netbeans 5.5.1 beta

Related: class, classes, code, coding, java, netbeans, oop, programming

Java 08: Advanced Arrays Java 08: Advanced Arrays
Posted by: gorilla3d

Video duration: 560 seconds

How to unroll and append elements to an array.
Java 1.6
Netbeans 5.5.1 beta

Related: append, array, arrays, code, coding, java, netbeans, oop, programming

Java 10: Interfaces Java 10: Interfaces
Posted by: gorilla3d

Video duration: 313 seconds

Java 1.6
Netbeans 5.5.1 Beta

Related: code, coding, interface, interfaces, java, netbeans, oop, programming

PHP Lesson 06: User Login PHP Lesson 06: User Login
Posted by: gorilla3d

Video duration: 473 seconds

Code @: http://www.gorilla3d .com/v2/Tutorial_php _user_login
Using php & html to generate a user login form & authenticate the user

Related: coding, development, form, get, input, php, post, programming, security, web

Java 02: Variables Java 02: Variables
Posted by: gorilla3d

Video duration: 348 seconds

Java 1.6 with NetBeans 5.5.1 beta

Related: code, coding, java, netbeans, oop, programming, variable, variables

Java 09: Inheritence, Abstract Classes & Methods Java 09: Inheritence, Abstract Classes & Methods
Posted by: gorilla3d

Video duration: 280 seconds

Java 1.6
Netbeans 5.5.1 Beta

Related: abstract, class, classes, code, codeing, inhertitence, java, programming

JavaFx 00: What can Fx Do for me? JavaFx 00: What can Fx Do for me?
Posted by: gorilla3d

Video duration: 532 seconds

I bashed JavaFX before but you can decide for yourself if you want to use this technology.

Related: 6, applications, desktop, ide, internet, javafx, netbeans, programming, ria, rich

PHP Lesson 07: Keeping user logged in with Sessions PHP Lesson 07: Keeping user logged in with Sessions
Posted by: gorilla3d

Video duration: 383 seconds

Code @: http://www.gorilla3d .com/v2/Tutorial_php _user_session
Just a basic introduction to sessions in php.

Related: code, coding, development, login, php, programming, sessions, user, web

Java 03: Functions Java 03: Functions
Posted by: gorilla3d

Video duration: 306 seconds

Java 1.6 with NetBeans 5.5.1 beta

Related: code, coding, functions, java, netbeans, oop, programming

PHP Lesson 00: Installing a web server PHP Lesson 00: Installing a web server
Posted by: gorilla3d

Video duration: 207 seconds

Using a simple peice of software XAMMP to streamline the setup process of apache+php+mysql

Related: apache, coding, howto, mysql, php, programming, xammp

Java 01: Hello World Java 01: Hello World
Posted by: gorilla3d

Video duration: 191 seconds

Simple Hello World in Java 1.6 with NetBeans 5.5.1 beta

Related: code, coding, hello, java, netbeans, oop, programming, world

PHP Lesson 10: MySQL User Login - Part 2 PHP Lesson 10: MySQL User Login - Part 2
Posted by: gorilla3d

Video duration: 272 seconds

code @ http://www.gorilla3d .com/v2/Tutorial_php _mysql_user_login

Related: coding, database, development, form, get, input, login, logout, mysql, php, post, programming, security, web

PHP Lesson 10: MySQL User Login - Part 3 PHP Lesson 10: MySQL User Login - Part 3
Posted by: gorilla3d

Video duration: 354 seconds

code @ http://www.gorilla3d .com/v2/Tutorial_php _mysql_user_login

Related: coding, database, development, form, get, input, login, logout, mysql, php, post, programming, security, web

PHP Lesson 09: phpMyAdmin .Rev 1 PHP Lesson 09: phpMyAdmin .Rev 1
Posted by: gorilla3d

Video duration: 424 seconds

How to set up a user database.
The revamp of the tutorial, give a better understanding and less messing up.
And yes my voice is weird in this video, its because I was really sick.

Related: intro, mysql, php, phpmyadmin

Java 07: Namespace & User Input Java 07: Namespace & User Input
Posted by: gorilla3d

Video duration: 221 seconds

A little namespace and user input
Java 1.6
Netbeans 5.5.1 beta

Related: code, coding, console, input, java, namespace, netbeans, oop, programming

4chan Anime Wallpaper Downloader 4chan Anime Wallpaper Downloader
Posted by: gorilla3d

Video duration: 350 seconds

Automated time saving python script to download all 4chan anime wallpapers to folders :)
http://gorilla3d. com/4chan.zip

Related: 4chan, anime, linux, python, script, ubuntu, wallpaper, wallpapers

PHP Lesson 03: Functions PHP Lesson 03: Functions
Posted by: gorilla3d

Video duration: 320 seconds

basic function creation and use in php

Related: code, coding, functions, php, programming

Html/Php Contact Form - Part 2 Html/Php Contact Form - Part 2
Posted by: gorilla3d

Video duration: 387 seconds

Continued from: http://www.youtube.c om/watch?v=VbHsEafky jM
Create a form so people can send you emails via html form
Source Code: http://gorilla3d.com /v4/files/contactus. zip
HD Video:
http://gorilla3d. com/v4/videos/php_co ntact_form_p2.mov

Related: contact, development, form, html, php

Ajax: Introduction Ajax: Introduction
Posted by: gorilla3d

Video duration: 548 seconds

Load pages dynamically with pure javascript and html. No php needed.
Prelude Code: http://www.gorilla3d .com/v4/js/ajax.js Conclusion Code: http://www.gorilla3d .com/v4/files/ajax.z ip
Firebug
https://addons.mo zilla.org/en-US/fire fox/addon/1843

Related: ajax, develop, development, dynamic, html, javascript, xmlhttp

PHP Lesson 05: Switch Statements PHP Lesson 05: Switch Statements
Posted by: gorilla3d

Video duration: 278 seconds

Weeeee bump those ifs for a switch *wip*

Related: coding, development, php, programming, statements, switch, web

Site manager on Gnome (Linux) Site manager on Gnome (Linux)
Posted by: gorilla3d

Video duration: 382 seconds

High Res @: http://www.gorilla3d .com/v2/Screencast_l inux_site_manager
Setting up a site manager on linux

Related: ftp, gedit, gnome, linux, ubuntu

Php 11: Execution Time Tips Php 11: Execution Time Tips
Posted by: gorilla3d

Video duration: 371 seconds

An intro to basic profiling your php scripts.
**NEW**
Watch this screen casting at 1024x768:
Theora ~ 5 megabytes
-- http://gorilla3d.com /files/php-11-execut ion-time.ogg
Mp4 avi ~ 26 megabytes:
-- http://gorilla3d.com /files/php-11-execut ion-time.avi
Free Php Debugger:
http://www.xdebug .org/

Related: development, php, profiling, programming, time, tips, web

F*&% netbeans F*&% netbeans
Posted by: gorilla3d

Video duration: 249 seconds

netbeans just got my hands downs *sigh*

Related: java, netbeans


Social Bookmarking Social Bookmarking