• 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

How to create special character literals in C?

January 19, 2013 by Rick Hernandez Leave a Comment

How to create special charecter literals , Java, C, C++ and many other C style languages support the following special character literals. The one that stands out the most is the \dd d the ddd stands for the encoding for the octal bit encoding, again that's only if … [Read more...] about How to create special character literals in C?

Filed Under: C/C++, Java, Programming

Whats a really good way to display arrays in PHP?

December 15, 2012 by Rick Hernandez Leave a Comment

Good question, There is two good command in PHP which are <?php print_r($array2);  ?> All this does it prints out what is in the array with formatting, but if you want a nicer cleaner way to display what really is being held in the array try adding the … [Read more...] about Whats a really good way to display arrays in PHP?

Filed Under: PHP, Programming

What in the world is E-Commerce?

December 10, 2012 by Rick Hernandez Leave a Comment

Are you excited to start making some money online and start living in your beach house for the rest of you life? It sounds simple enough right, you have a commerce business make it happen with steady income and you retire at the age of 25, but wait just one second … [Read more...] about What in the world is E-Commerce?

Filed Under: Human Interaction, Web Development

What are your thoughts on the javadoc feature in java?

November 26, 2012 by Rick Hernandez Leave a Comment

Common comments in java language help explain the details of the code. But in complete opposite the java language supports a special type of comment known as a doc comment that helps document the api of the code. You might be asking why is this a good a idea? I … [Read more...] about What are your thoughts on the javadoc feature in java?

Filed Under: Java, Programming

Raw Writting Getting started as a freelancer?

November 26, 2012 by Rick Hernandez Leave a Comment

Freelancing has its ups and down and here is a list of the good things that freelancing has to offer. Advantages: Create your own schedule Be your own boss Create your own work culture Project selection Write off expenses Create your own schedule: If your peek … [Read more...] about Raw Writting Getting started as a freelancer?

Filed Under: Brain complexity, Human Interaction, Lean Startup, Technical Writing

How to readfiles in java?

November 21, 2012 by Rick Hernandez Leave a Comment

for this program i get an input from a file then i massage the data and write back out to a new file. IT worked good for having a file with data and changing it to represent something that is more usable. package teamleader; public class TeamLeader { public … [Read more...] about How to readfiles in java?

Filed Under: Java, Programming

Creating a new friend, friend list(How to) In java

November 21, 2012 by Rick Hernandez Leave a Comment

A small program that lets you 1) Add a Friend 2) Remove a Friend 3) Display all Friends 4) Exit I used some new cool things in java from creating custom classes to understanding encapsulation, data hiding, organizing parts of the program. have instances of … [Read more...] about Creating a new friend, friend list(How to) In java

Filed Under: Java, Programming

Getting to know phpMyAdmin with MySQL building a address Book.

November 19, 2012 by Rick Hernandez Leave a Comment

Testing out my development environment with XAMPP, I created a HolaMundo.php file to try out my new MySQL database and some echo commands from PHP it seemed simple enough although the dollar signs are a little awkward to type. The file starts with a stage that just … [Read more...] about Getting to know phpMyAdmin with MySQL building a address Book.

Filed Under: MySQL, PHP

How to work with forms in HTML?

November 14, 2012 by Rick Hernandez Leave a Comment

<html> <head> <style> body{text-align:center; } table{ margin-left:auto; margin-right:auto; } </style> <title> Pappa Botchalims </title> </head> <body> <h1> Pappa Botchalims </h1> <form … [Read more...] about How to work with forms in HTML?

Filed Under: Programming, XHMTL and HTML

How to work with pre defined array?

November 12, 2012 by Rick Hernandez Leave a Comment

The only difference in this peace of code is that instead of an array that has a fixed size, its an array that is pre defined size. What i mean to say in simple terms is that I have created 10 shelf's to store my beautiful numbers, so shelf 0 stores 2 and shelf one … [Read more...] about How to work with pre defined array?

Filed Under: Java, Programming

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 32
  • Go to page 33
  • Go to page 34
  • Go to page 35
  • Go to page 36
  • Interim pages omitted …
  • Go to page 43
  • 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