cnicollonline

"I was just guessing at numbers and figures, pulling the puzzles apart"

Posts Tagged ‘ demo ’

A large project I’ve been working on as of late has many moving parts. It allowed a lot of dynamic edits that utilized AJAX for sending dynamic information to and from a database. When errors occurred it was alright for me, because I could debug them however what it came the client… Well let’s just say they were convinced that with these errors their computer was going to spontaneous combust.

I’ll admit it now that I was a little lazy when developing some of the classes. I went back and modified them so that they would implement exception handling, only I went one step further and used custom exception handling so that I could log any errors that may occur.

Within this posting, im going to create a class that will have errors, and I’ll also create a custom exception class that will catch any of these errors and log them to a file

cantcatch2

 [More]

Learning Objective-C coupled with the Interface Builder, I found that using a UIImageHolder, or UITextLabel, or even the UIScrollBar came more and more simple each time I used them. I had my laptop with a full battery, a fresh piece of paper to scribble on and I was ready to tackle a Navigation-based Application.

Now this wasn’t a hard feat, but it wasn’t an one easy either. I feel I have a good foot in the door with this, but far from a “pro” status.

 [More]

I tend to do a lot of work with database entry through PHP forums. Over time I’ve seen nemorous ways in which someone will enter their phone number.

 [More]