Archive for the ‘PHP’ Category

JLoader PHP Class

Tagged: JavaScript, PHP Date: 6th, October 2008

So here is one very simple php class. In past it has proven to be very useful in cases where you need to load multiple javascript files or on large project with a lot of modules (especially if those modules are developed by different persons).
It will help you to avoid double js file loads, it [...]

  • Leave Comment
  • Read Comments (5)

“GOTO” in PHP?

Tagged: PHP Date: 12th, August 2008

I have just been reading up meeting notes from PHP Dev team and I found few very interesting conclusions. One of them regards introducing GOTO in PHP (remember GOTO 10?).
There has been a lot of discussion on GOTO statements during the years most of them citing “Goto considered harmful” [uri]. Even with all those [...]

  • Leave Comment
  • Read Comments (0)

Common validation regular expressions

Tagged: PHP, Programming Date: 24th, January 2008

All regular expressions are tested with php function eregi
Validate E-Mail, Validate URL and Validate Date/Time.

  • Leave Comment
  • Read Comments (2)

Guide to simple Database Abstraction

Tagged: Database, PHP, Programming Date: 27th, August 2007

A database abstraction layer is an application programming interface which unifies the communication between a computer application and databases such as MySQL, Oracle or SQLite. Traditionally, all database vendors provide their own interface tailored to their products which leaves it to the application programmer to implement code for all database interfaces he would like to [...]

  • Leave Comment
  • Read Comments (1)

Wordpress Plugin: ContentGen+

Tagged: PHP, Wordpress Plugins Date: 24th, April 2007

I have just released another plugin for wordpress.
You can get more info at: http://www.knowbies.com/contentgen/
ContentGen+ is content generator for Wordpress. It comes in form of a plugin. Main characteristics of ContentGen+ are ease of use, simple installation and hight performance. To improve reliability all content is cached thus making it run very fast.

  • Leave Comment
  • Read Comments (3)