Rex's tutorials
Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried…
Contributed by Rex on November 25, 2004 under PHP programmingThis error message can spring up in a previously functional PHP script when the memory requirements exceed the default 8MB limit. Don’t fret, though, because this is an easy problem to overcome.
Comments Continue reading...PHP: Break apart strings with explode
Contributed by Rex on September 19, 2004 under PHP programmingPHP has a wonderful built-in function to break apart a string using substring separators. This recipe describes the use of the explode() function.
Comments Continue reading...Java while-do and do-while loop syntax
Contributed by Rex on September 9, 2004 under Java programmingThe while loop in Java allows a loop block to be executed an arbitrary number of times until a condition is met. This recipe shows the basic syntax of the Java while loop.
Comments Continue reading...Java for loop iteration syntax
Contributed by Rex on under Java programmingThe for loop provides a simple mechanism for repeating a code block a fixed number of times or for iterating through a set of values.
Comments Continue reading...Java switch/case statement syntax
Contributed by Rex on September 7, 2004 under Java programmingThe switch statement in Java provides a convenient method for branching a program based on a number of conditionals. This recipe describes the use of the Java switch statement.
Comments Continue reading...Java if statement syntax
Contributed by Rex on under Java programmingThe if statement is a fundamental programming contruct. If allows a program to execute different blocks of code depending on the result of a test. This recipe describes the variations of the if statement in Java.
Comments Continue reading...Java J2SE Hello World sample program
Contributed by Rex on September 4, 2004 under Java programmingThe Hello World program (one that just prints Hello World to the screen) has long been a staple first application for a programmer to try out a new programming language. This recipe describes the steps involved in compiling and running a simple Hello World program in Java.
Comments Continue reading...REX'S TOP TEN
- Copy and paste text with vi or vim
- Java switch/case statement syntax
- Show line numbers in vi or vim
- Java for loop iteration syntax
- Solve PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried...
- Bourne/bash shell script: while loop syntax
- Using variables in Windows batch files
- Bourne/bash shell scripts: case statement
- Bourne/bash shell scripts: string comparison
- Bourne/bash shell script for loop syntax
- View our Top Tens
TECH-RECIPES BLOGS
- Facebook FishVille Cheat: Send Multiple Free Gifts to Your Neighbors
- post release: Windows 7, homegroups and me
- fall 2009 and some geek thoughts, reflections
- Facebook Cafe World Cheat: Close Your Cafe When You are Away for Long Periods of Time (to preserve your Buzz Rating)
- Facebook Cafe World Cheat: Serve Your Customers Instantly
- Facebook Cafe World Cheat: Send Multiple Free Gifts to Your Neighbors
- Windows 7 Quickie: Setting up TV recording and sharing to other Windows 7 computers (turn windows 7 into a dvr / media server)
- Mafia Wars Cheat: Send Multiple Gifts to Your Friends






