art Videos

Watching: Java 04: if


Video scenes shots:

  

Watch the video:





Other videos by this author:

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 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 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

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

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

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 05: While & For Loops Statements Java 05: While & For Loops Statements
Posted by: gorilla3d

Video duration: 191 seconds

Java 1.6 with NetBeans 5.5.1 beta

Related: code, coding, for, java, loop, netbeans, oop, programming, statements, while

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

Java 04: If & Switch Statements Java 04: If & Switch Statements
Posted by: gorilla3d

Video duration: 472 seconds

Java 1.6 with NetBeans 5.5.1 beta

Related: case, code, coding, if, java, netbeans, oop, programming, statements, switch

Gimp: 3D Web Effects Gimp: 3D Web Effects
Posted by: gorilla3d

Video duration: 381 seconds

HD Video (1280x720): http://gorilla3d.com /v4/videos/webgimp_h d.mov ~ 48MB
Use gimp to create 3d effects to your web design showcase, perspective and reflection.

Related: 2d, 3d, gimp, perspective, reflection, tutorial

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 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 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

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

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

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

Video duration: 249 seconds

netbeans just got my hands downs *sigh*

Related: java, netbeans

FAQ #1 Java or Python? FAQ #1 Java or Python?
Posted by: gorilla3d

Video duration: 225 seconds

What language should I consider if I want to start programming.

Related: faq, greenfoot, java, python

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 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

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

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

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

Html/Php Contact Form - Anti Spam Html/Php Contact Form - Anti Spam
Posted by: gorilla3d

Video duration: 283 seconds

Continued from:
http://www.youtub e.com/watch?v=qUgul1 RgSGk
Now that we have a contact us form, lets fight spam!
Source Code: http://gorilla3d.com /v4/files/antispambo t.zip
HD Video ~ 27MB:
http://www.gorill a3d.com/v4/videos/sp ambot_hd.mov

Related: contact, development, form, html, php

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

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

Search Videos

 

art Sponsors

You like it? Share it!



Fine Art Nature Photography and Landscape photographs
Your best source for Fine Art Nature and Landscape Photographs, information, resources, and tips






J Flair Homestyles