SEARCH
Archive for July, 2011
Regular Expressions
Wednesday, July 20th, 2011
Advanced search and replace using regular expressions
Basic find and replace operations are a form of regular expressions. Regular expressions are also referred to as regex or regexp. Advanced operations of regular expressions allow more control of matching patterns.
Matching patterns can be set to matching the entire document, the first instance, or part of a word.
Tags: awk, find, Perl, php, REGEXP, replace, search
Posted in Tips & Tricks | 3 Comments »
Apple iTunes podcast submission issues
Monday, July 18th, 2011
Issues when submitting podcasts to iTunes
Apple changed the way people submit podcasts to iTunes. The information found on the Apple website is out-of-date iTunes podcast submission information.
How to submit a podcast to iTunes Store
The steps that Apple listed for submitting podcasts to the iTunes Store work only if you have a valid iTunes account. For some strange reason, you need to install the iTunes application and have a credit card. The Apple ID and password are not sufficient.
Tags: apple, Apple ID, iPad, iPhone, iPod, iTunes, microsoft, Podcast, Zune
Posted in News | No Comments »
Control structures of Java and PHP Part 5 Video 0024
Friday, July 15th, 2011
A Video for the Ojambo.com Control Structures of Java and PHP Part 5.
Part One of One
Tags: Class, Comment, Equals To, Function, Geany, Greater than, Java, JDK, JRE, JVM, Less than, Logic, Logical, Method, Operators, php, Print, Programming, screencast, Variables, video
Posted in Tips & Tricks, Videos | No Comments »
Array Types of Java and PHP Part 7
Wednesday, July 13th, 2011
Arrays of Java and PHP
This is the seventh part of the Introduction to Java and PHP series. Grouping data in Java and PHP will be discussed. Whenever possible, code examples will be made in a similar manner for both Java and PHP.
Arrays in Java and PHP are very similar. Arrays in Java are handled exactly the same in PHP.
Tags: array, Class, Comment, Function, Geany, Java, JDK, JRE, JVM, Method, Multi-dimensional array, object, php, Print, Programming
Posted in Tips & Tricks | 1 Comment »