Lost Password?


home | tags | Search | Feed
Jordan's Blog
Jordan Description:
My Programming Blogs

PHP Security: Temporary File Names

Posted by: Jordan in SecurityProgrammingPHP on

Temporary files may not seem that important, being just that: temporary.  Applications need them for different reasons such as database query caches, incomplete version of a word document, files being uploaded, etc. Clever attackers can use them against you and/or your system by redirecting output, exposing different data than intended (which could be confidential data), hijacking sessions, and

Difference: Framework vs Libraries

Posted by: Jordan in ProgrammingObject Oriented Programming on

I was reading messages in a programming group and some of the people couldn't determine the difference between a framework and libraries.  After all, isn't a framework only a collection of libraries?  After debating in my head for two days I've come to my own conclusion that I will write here.  We will start off with a definition of each:

Framework:
model: a hypothetical description of a

Brainbench: PHP5 Certification Arrived!

Posted by: Jordan in PHP on

I received my Brainbench PHP5 certification in the mail the other day.  It is actually very nice and is the 3rd one I've received from them.  I scanned a copy in at work today, however, the scanner doesn't scan in color so this black and white image will have to do:


My wife wanted to frame it, I laughed and told her these certifications were useless. 

Zend Framework: Ease of Database Table Iteration

Posted by: Jordan in Zend FrameworkPHP on

The Zend Framework makes database table iteration a simple task.  Once you have your default database connection made all that is required is a new model extending Zend_Db_Table.  One property has to be set: $_name which is the name of the table you want to use.  I've created a table named "test" that looks like this:


testID

Zend Framework: Creating a Database Authentication Adapter

Posted by: Jordan in Zend FrameworkPHP on

Creating login and authentication methods using the Zend Framework is not hard.  Matthew Weier O'Phinney wrote an excellent tutorial here which explains everything well and works great.  He leaves one method empty in the login controller expecting a zend authentication adapter to be returned here:


First Impressions of Zend Framework

Posted by: Jordan in PHP on

This isn't my first encounter with the Zend Framework for PHP but it is the first time I've wanted to learn it. After debating with myself for several hours about which certification to pursue next (MySQL Developer or Zend Framework) I've decided that I need to first use the framework for some time before attempting the certification. Thus, my decision is to study for the MySQL developer

Zend Certified Engineer (ZCE): Overkill

Posted by: Jordan in ProgrammingPHP on

As you may know, I've been studying for the Zend PHP5 certification (called ZCE or Zend Certified Engineer) which I took today at AB Tech's secondary building in Candler, NC.  When I got to the building I had to go to the third floor, check in at room 349 (show two forms of ID), sign the sign-in sheet, sign a TOS from Zend and remove my coat plus all belongings . I was then escorted to a lab

Programming: Make it more complex!

Posted by: Jordan in Object Oriented Programming on

I was reading a blog today of a person studying for a certification.  He is documenting each days learning and I came across his description of methods:


Methods are just functions within a class, they obviously change name to make it more complex.


I laughed and stopped reading after that.  It does make for interesting conversation though.  While I have no idea who coined the term

PHP Objects, Patterns, and Practice, Second Edition

Posted by: Jordan in PHPObject Oriented ProgrammingBook on

I finished reading PHP Objects, Patterns, and Practice, Second Edition by Matt Zandstra last night and started on the next book: Pro PHP Security. I thought I would give a brief review of the book since I haven't blogged in about 2 weeks.
 
Firstly, I'd like to state the method in which I read technical books: on a bike!  That's right, when I get home from work everyday (and in the mornings on

Ext JS or Ext GWT

Posted by: Jordan in ProgrammingAJAX on

If you are a web developer and haven't seen Ext framework you should take a look.  The widgets offered can allow you to create rich internet applications which will eventually eliminate the need for client applications.  The libraries make fetching  an XML document and immediately presenting the data to the user without refreshing the page trivial (AJAX).  In this respect, it is a very similar

<< Start < Prev 1 2 3 4 5 6 7 Next > End >>

Statistics

Members Today: 266
Members Online: 5
Users Online: 121
Total Users: 19,450
Total Threads: 11,272
Total Posts: 111,111
Newest Member: PistonHonda

Tutorials

Text Speecher.
Hello CodeCall .. Today i'm gonna show you how to make Text Speecher i think you understand ... something that you write ,click SPEECH and there will speech that what you write .. The Program i...


ArrayList - Simple version !
Hey guys, today I thought I could show you guys what you can do with ArrayList, java's own build in Array+List :>, the ArrayList is in general slower than normal Arrays if used in larger codes and sca...


Determinants Value
This is a very simple tutorial that shows how to create a simple program in VB6 to calculate the value of a determinant. First - Create 3 new forms. On form1 put a combo box and change its text ...