Tag Archive | "Miscellaneous"

The Internet Is Getting Bigger and Wider

Tuesday, December 11, 2007

0 Comments

This thought just poppped into my head — I remember when websites were designed to fit a resolution of 800×600. Apparently sometime ago, this “rule” was overrode and I didn’t get the memo. New websites seem to be designed for larger screens. I’m seeing websites with a default width of 900 pixels or more. For [...]

Continue reading...

Roboform Review – The Best Password Web Form Filler Software

Monday, December 3, 2007

0 Comments

Roboform’s got to be one of the most frequently used software on my system. I love it because it saves me soooo much time! I discovered Roboform accidentally after seeing my friend using it. And after giving it a shot myself, I’ve even upgraded to the Pro version! But why is it so useful? Because [...]

Continue reading...

Simple Machine Forums (SMF) Photo Gallery Installation and Setup

Sunday, December 2, 2007

7 Comments

Been playing around with Simple Machine Forums (SMF) — it’s a cool forum software that’s robust and well-supported by an active online community. For those who are unaware of this software, SMF is a free open-source forum application that can be installed on web servers. In contrast to paid software such as vBulletin and Invision [...]

Continue reading...

Running UNIX commands in your Java application

Tuesday, July 3, 2007

0 Comments

I was looking around for a method to run commands from the prompt automatically from within my Java application, and then I found it. Here’s the solution – and it works like a charm! static void doExec1() throws IOException { // use pipes and I/O redirection // but without using a shell Runtime runtime = [...]

Continue reading...