|
|
|
|
Login to share your opinion Really Simple Model/View Seperation With PHPI think I speak for a number of developers when I say that I strive to have my code readable and easy to maintain. This… read more Understanding SQL Injections and Preventing themThe best way to prevent an attack is to understand it. Here we take a look at how SQL Injections work and basic techniques to… read more Multiple Upload Using Single Upload File With jQueryThis is a trick to perform multiple upload using a single upload bar instead of multiple upload bars created by stickman. If you are looking… read more The IP Address – Identity DisconnectI could quote The Prisoner, but that would be so cliché, wouldn’t it? Instead, let me ask a question: just which IP address am I?… read more Import CSV/Excel data into MYSQL database via PHPHello Friends, Need a job? Learn DrupalThe economy may be getting better, but unemployment is still high. Companies slashed budgets and personnel last year, but as the economy begins to recover,… read more It Is Not Whether You Should Unit Test But How MuchIt is often tempting to skip unit testing for ad-hoc testing. However when done in the appropriate amount unit testing will increase productivity and reliability.… read more An Introduction To machineThis is the first in a series of [hopefully many] blog posts on the topic of machine.javascript, an open source framework for helping developers create… read more Practical Php PatternsThe abstract adjective for the tree was chosen because it is in fact the most abstract representation of an expression, ignoring the concrete ones it… read more Recursive remove directory (RMDIR) in PHPThis small php function is a recursive remove directory that remove non empty dirs recursively. It enters every directory, removes every file starting from the… read more Easy trick to move cache files to RAM without coding a PHP lineAn easy way to increase the performance of a web application only moving cache files from disk to RAM without coding a line of code… read more Practical Php Patterns: Chain of ResponsibilityThe first behavioral pattern of this part of the series is named Chain of Responsibility. Its intent is organizing a chain of objects to handle… read more Propel - database abstractionPropel is an open-source Object-Relational Mapping (ORM) library written in PHP5, written on top of PDO. It allows you to access your database using a… read more CodeIgniter Base Classes: Keeping it DRYMost applications in CodeIgniter will have various types of pages which is normally copied between all of their different Controllers. If you change this logic,… read more Neat Trick: How to Use Your Domain Instead of Localhost When DevelopingThe last touch your web development environment needs. read more Using Philosophy to Better Understand The Methodology of DesignAs creative professionals, we are on the perpetual quest for ways and means to further enhance our understanding of the design industry. A domain which… read more Quercus :- Faster PHP Through JavaQuercus aims to solve the performance problems of PHP by completely re-implementing the Practical Php Patterns: FlyweightThe structural pattern of the day is the Flyweight one, which is a technique for the creation of stateful objects used as shared instances. read more Barattalo » Calculate dir size recursively with PHP (and count files)This small PHP function lets you calculate the dir size entering each sub dir and making the sum of the filesize of every file contained.… read more GWT: Model-View-Presenter Architecture DiagramAs I have noted in previous posts, lately I've been exploring GWT. In particular I've been studying the Model-View-Presenter pattern prescribed by Ray Ryan. I've… read more |
|