• Skip to main content
  • Skip to primary sidebar

Founder at work

Master the skills to create and launch your next SaaS company

  • About Me
  • Reviews
  • Resources
  • Community
  • Contact
  • Lessons
  • Series
  • Search
  • Login

Programming

Working with Tables in HMTL

September 26, 2012 by Rick Hernandez Leave a Comment

<html> <head> <title>Online Resume</title> <style> table { font-family:tahoma, sans-serif; border-collapse: collapse; } th.{background-color:#cef} tr.odd {background-color:#ddf} tr.even {background-color:#def} td {padding: 3pt;} th … [Read more...] about Working with Tables in HMTL

Filed Under: Programming, XHMTL and HTML

Java Program Practice with while loop

September 24, 2012 by Rick Hernandez Leave a Comment

class Test { public static void main (String [] args) { int x = 0; int y = 0; while ( x < 5 ) { y = y - x; System.out.print (x + "" + y + " "); x = x + 1; } } } … [Read more...] about Java Program Practice with while loop

Filed Under: Java, Programming

Java Program Practice

September 24, 2012 by Rick Hernandez Leave a Comment

class First { public static void main (String [] args) { int x = 3; while (x > 0) { if (x > 2) { System.out.print("a"); } x = x - 1; System.out.print("-"); if (x == 2) { … [Read more...] about Java Program Practice

Filed Under: Java

Example of UML CLASS

September 20, 2012 by Rick Hernandez Leave a Comment

Name Attributes Behavior … [Read more...] about Example of UML CLASS

Filed Under: Programming, UML

So what is software?

September 20, 2012 by Rick Hernandez Leave a Comment

In order to talk about a subject as big as software one has to come to understand the fundamentals that are the history of software development. To understand such a cool and interesting field it has to become clear that one must have an interest in the amazing … [Read more...] about So what is software?

Filed Under: Programming

Java Data Types

September 20, 2012 by Rick Hernandez Leave a Comment

Data Types Storage Size Value Range Byte 8 bits -128 to 127 Short 16 bits -32,768 to 32,767 int 32 bits -2,147,483,648 to 2,147,483,647 long 64 bits -9.2 x 10E15 to 9.2 x 10E15 float 32 bits -3.4 x 10E38 to 3.4 x 10E38 double 64 bits -1.8 x 10E308 to … [Read more...] about Java Data Types

Filed Under: Java, Programming

what is a constant?

September 20, 2012 by Rick Hernandez Leave a Comment

Constants are very much like a variable in java. It's a placeholder in memory that holds a value that is assigned to it  but the twist here is that the value will never be changed.  Example of a constant in java. class example { public static void main … [Read more...] about what is a constant?

Filed Under: Java, Programming

Foundations of Programming:Fundamentals

September 17, 2012 by Rick Hernandez Leave a Comment

What is programming? “a computer program is a set of instructions” every computer program is a set of instructions take a large idea and take it apart to small parts getting your instructions correct and right computer will do exactly what you … [Read more...] about Foundations of Programming:Fundamentals

Filed Under: Programming

what’s Systems Development Life Cylce (SDLC)?

September 16, 2012 by Rick Hernandez Leave a Comment

The first investigation Taking the time to consider the time, budget, and technicality of the project, see if its worth creating or doping the project Analysis phase getting all the information needed to continue Design phase creating a … [Read more...] about what’s Systems Development Life Cylce (SDLC)?

Filed Under: Programming

What is AJAX programming?

September 16, 2012 by Rick Hernandez Leave a Comment

Asynchronous JavaScript and XML aka AJAX. How is java Script used? a good example of this would be lets say when you are in Gmail checking your email and suddenly you get new email well what is happening in the back end to cause this, well its a transport method of … [Read more...] about What is AJAX programming?

Filed Under: AJAX, Programming

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 20
  • Go to page 21
  • Go to page 22
  • Go to page 23
  • Go to page 24
  • Go to Next Page »

Primary Sidebar

Learn How To Take Your Idea And Convert It Into An App From Scratch Even If You Have Never Written A Single Line Of Code.

  • How to Find Your Next Great App Idea
  • The Secret To Getting PAID To Build Your Own App
  • How To Create Your App (SaaS, Mobile, VR, AR, Game)
  • How To Monetize Your Apps
Learn More
4.82 Ratings

Copyright © 2025 · JSecademy Blog Theme on Genesis Framework · WordPress · Log in