Programming is like kicking yourself in the face, sooner or later your nose will bleed ---Kyle Woodbury

My Favorite Open Source Alternative

Tagged:  
FOSS Alternative for....
ubuntu windows
eclipse adobe dreamweaver
openoffice ms office
firefox *web browser
gimp

Why in Visayas State University?

Tagged:  

Why in Visayas State University? Wooohhhh....waiiiiiiit... This is the most common question asked to me by some of my classmates here in Visayas State University. No questions about why computer science? Hmmmmmmmm... Well, here we go...

Opening / Displaying Content of Text File in java

Tagged:  
import java.io.BufferedInputStream;
import java.io.DataInputStream;

Creating Text File in Java

Tagged:  
import java.io.File;
import java.io.IOException;

Append String to Text File in Java

Tagged:  
import java.io.File;
import java.io.FileWriter;

Validate Input in Java using Regular Expression

Tagged:  
import java.util.Scanner;
import java.util.regex.Matcher;

Iterating Object Array in Hibernate

Tagged:  

Hibernate queries sometimes return tuples of objects in which each tuple is returned as an array. This kind of results are considered scalar. This is how to iterate this kind of query result in hibernate.

Joomla-like (Administrator) User Interface

I like the joomla's administrator user interface because of its cleanliness, so I decided to design an interface imitating it. It's pure CSS (cascading style sheet). Below is a screenshot of the said design.

joomla 1.5 user interface

Free Browsing using Globe Tattoo

  1. install java run time environment
  2. Plug Globe Tattoo kit
  3. Run Globe Broadband program
  4. Click Connect
  5. Open Mozilla Firefox
  6. Go to tools >>> options >>>  network >>> settings

Syndicate content